diff options
author | tyrry <tyrry33 at gmail dot com> | 2010-02-19 10:21:23 +0100 |
---|---|---|
committer | tyrry <tyrry33 at gmail dot com> | 2010-02-19 10:21:23 +0100 |
commit | 5c6198159c79bb53583501af5c682d48dfe60b13 (patch) | |
tree | c1010705c52eb05f60415def35e5a88a936b7636 | |
parent | 157f497e0a59655800d7f75e6f07da2df32eb092 (diff) | |
download | nutyx-pakxe-5c6198159c79bb53583501af5c682d48dfe60b13.tar.gz nutyx-pakxe-5c6198159c79bb53583501af5c682d48dfe60b13.tar.bz2 nutyx-pakxe-5c6198159c79bb53583501af5c682d48dfe60b13.tar.xz nutyx-pakxe-5c6198159c79bb53583501af5c682d48dfe60b13.zip |
Maj libxfcegui4#4.6.3
-rw-r--r-- | xfce/libxfcegui4/.md5sum | 2 | ||||
-rwxr-xr-x | xfce/libxfcegui4/Pkgfile | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/xfce/libxfcegui4/.md5sum b/xfce/libxfcegui4/.md5sum index e3a8e125c..4e5db78a2 100644 --- a/xfce/libxfcegui4/.md5sum +++ b/xfce/libxfcegui4/.md5sum @@ -1 +1 @@ -539cff747634b8ee6f0d2362ee78a286 libxfcegui4-4.6.1.tar.bz2 +a647411a0b95d45bb701beff83636307 libxfcegui4-4.6.3.tar.bz2 diff --git a/xfce/libxfcegui4/Pkgfile b/xfce/libxfcegui4/Pkgfile index e7bef58dc..d732d107c 100755 --- a/xfce/libxfcegui4/Pkgfile +++ b/xfce/libxfcegui4/Pkgfile @@ -1,13 +1,13 @@ -# Description: Interface graphique pour Xfce +# 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 -# Depends on: dbh, gtk, hicolor-icon-theme, libglade, libxfce4util, startup-notification, xfconf - +# Depends on: dbh, gtk+2, hicolor-icon-theme, libglade, libxfce4util, startup-notification, xfconf +# makedepends : intltool, xorg name=libxfcegui4 -version=4.6.1 +version=4.6.3 release=1 -source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2) +source=(http://archive.xfce.org/src/xfce/$name/4.6/$name-$version.tar.bz2) build() { cd $name-$version |