# HG changeset patch # User Eric Joseph-Alexandre # Date 1374062090 -7200 # Node ID 8bb09b98317bf6ba1f8cafaef7a83fd784e146d2 # Parent c3a7734ccd308a229783783aaa9d948eb8b1691c Up: xfconf* (4.10.0) diff -r c3a7734ccd30 -r 8bb09b98317b xfconf-dev/receipt --- a/xfconf-dev/receipt Wed Jul 17 13:54:38 2013 +0200 +++ b/xfconf-dev/receipt Wed Jul 17 13:54:50 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xfconf-dev" -VERSION="4.8.0" +VERSION="4.10.0" CATEGORY="development" SHORT_DESC="Xfce Configuration Utility dev files" MAINTAINER="erjo@slitaz.org" diff -r c3a7734ccd30 -r 8bb09b98317b xfconf/receipt --- a/xfconf/receipt Wed Jul 17 13:54:38 2013 +0200 +++ b/xfconf/receipt Wed Jul 17 13:54:50 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xfconf" -VERSION="4.8.0" +VERSION="4.10.0" CATEGORY="x-window" SHORT_DESC="Xfce Copnfiguration Utility" MAINTAINER="erjo@slitaz.org" @@ -20,7 +20,7 @@ --infodir=/usr/share/info \ --disable-debug \ --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install + make && make install } @@ -32,11 +32,11 @@ $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - cp -a $_pkg/usr/share/dbus-1 $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/xfce4 $fs/usr/lib + cp -a $install/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/dbus-1 $fs/usr/share strip -s $fs/usr/lib/xfce4/$PACKAGE/* }