diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-19 15:40:18 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-19 15:40:18 +0100 |
commit | 4f716c47bd4d3f82ab9548972d41ca97016672ca (patch) | |
tree | 4b1c5be9a2ab5687e8c9639bc5d412112f463893 /xfce/libxfcegui4 | |
parent | 2afd4644559067cd233db617c677810eeeea628d (diff) | |
parent | 8357de8647a8bac627c2bca5b56fcb522e363de1 (diff) | |
download | nutyx-extra-4f716c47bd4d3f82ab9548972d41ca97016672ca.tar.gz nutyx-extra-4f716c47bd4d3f82ab9548972d41ca97016672ca.tar.bz2 nutyx-extra-4f716c47bd4d3f82ab9548972d41ca97016672ca.tar.xz nutyx-extra-4f716c47bd4d3f82ab9548972d41ca97016672ca.zip |
Merge commit 'tyrry/master'
Diffstat (limited to 'xfce/libxfcegui4')
-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 |