diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-26 16:26:33 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-26 16:26:33 +0200 |
commit | a0a99f510862e894770568615cb9f5686b73fa69 (patch) | |
tree | f4279b533d4183a28f6501848c0b1325f163e48b | |
parent | 6ba35f8d9b39707cc16234a3b006268a7560c3f7 (diff) | |
download | nutyx-extra-a0a99f510862e894770568615cb9f5686b73fa69.tar.gz nutyx-extra-a0a99f510862e894770568615cb9f5686b73fa69.tar.bz2 nutyx-extra-a0a99f510862e894770568615cb9f5686b73fa69.tar.xz nutyx-extra-a0a99f510862e894770568615cb9f5686b73fa69.zip |
maj libxfcegui4#4.6.4-1
-rw-r--r-- | xfce/libxfcegui4/.footprint | 1 | ||||
-rw-r--r-- | xfce/libxfcegui4/.md5sum | 2 | ||||
-rwxr-xr-x | xfce/libxfcegui4/Pkgfile | 7 |
3 files changed, 5 insertions, 5 deletions
diff --git a/xfce/libxfcegui4/.footprint b/xfce/libxfcegui4/.footprint index b1d644c89..5a410e128 100644 --- a/xfce/libxfcegui4/.footprint +++ b/xfce/libxfcegui4/.footprint @@ -3,7 +3,6 @@ drwxr-xr-x root/root etc/xdg/ drwxr-xr-x root/root etc/xdg/xfce4/ drwxr-xr-x root/root etc/xdg/xfce4/xfconf/ drwxr-xr-x root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/ --rw-r--r-- root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/xfce4/ diff --git a/xfce/libxfcegui4/.md5sum b/xfce/libxfcegui4/.md5sum index 4e5db78a2..c2b3ea499 100644 --- a/xfce/libxfcegui4/.md5sum +++ b/xfce/libxfcegui4/.md5sum @@ -1 +1 @@ -a647411a0b95d45bb701beff83636307 libxfcegui4-4.6.3.tar.bz2 +88de59b222cb9977f93a4c61011c1e1f libxfcegui4-4.6.4.tar.bz2 diff --git a/xfce/libxfcegui4/Pkgfile b/xfce/libxfcegui4/Pkgfile index 419214f10..f8361c26a 100755 --- a/xfce/libxfcegui4/Pkgfile +++ b/xfce/libxfcegui4/Pkgfile @@ -1,11 +1,11 @@ # Description: Librairie de l'interface graphique pour Xfce4 # URL: http://www.xfce.org/projects/libraries/ # Maintainer: NuTyX core team -# Packager: fred.galusik at gmail dot com +# Packager: thierryn1 at hispeed dot ch # Depends on: dbh, gtk, hicolor-icon-theme, libglade, libxfce4util, startup-notification, xfconf -# makedepends : intltool, xorg + name=libxfcegui4 -version=4.6.3 +version=4.6.4 release=1 source=(http://archive.xfce.org/src/xfce/$name/4.6/$name-$version.tar.bz2) @@ -18,5 +18,6 @@ cd $name-$version --disable-static make make DESTDIR=$PKG install + rm $PKG/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml } |