# HG changeset patch # User Eric Joseph-Alexandre # Date 1374062069 -7200 # Node ID 93c7babc7da8d286a9c339194936b5d566c77292 # Parent 50cf088c042fa680594fe6e48fcf245a76535c31 Up: xfwm4* (4.10.0) diff -r 50cf088c042f -r 93c7babc7da8 xfwm4-themes/receipt --- a/xfwm4-themes/receipt Wed Jul 17 13:54:07 2013 +0200 +++ b/xfwm4-themes/receipt Wed Jul 17 13:54:29 2013 +0200 @@ -1,29 +1,21 @@ # SliTaz package receipt. PACKAGE="xfwm4-themes" -VERSION="4.6.0" +VERSION="4.10.0" CATEGORY="x-window" SHORT_DESC="xfwm4 additionnal themes" MAINTAINER="erjo@slitaz.org" +WANTED="xfwm4" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org/" + DEPENDS="xfwm4" BUILD_DEPENDS="" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.xfce.org/" -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure --prefix=/usr\ - --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$PWD/_pkg install -} # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $_pkg/usr/share $fs/usr + mkdir -p $fs/usr/share + cp -a $install/usr/share/themes $fs/usr/share } diff -r 50cf088c042f -r 93c7babc7da8 xfwm4/receipt --- a/xfwm4/receipt Wed Jul 17 13:54:07 2013 +0200 +++ b/xfwm4/receipt Wed Jul 17 13:54:29 2013 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xfwm4" -VERSION="4.8.1" +VERSION="4.10.0" CATEGORY="x-window" SHORT_DESC="Xfce Window Manager" MAINTAINER="erjo@slitaz.org" @@ -11,8 +11,8 @@ DEPENDS="libxfce4util libxfce4ui xfconf dbus-glib libwnck libglade" BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto intltool \ - libwnck-dev dbus-glib-dev util-linux-uuid-dev" - + libwnck-dev dbus-glib-dev util-linux-uuid-dev libxml2-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,7 +24,7 @@ --disable-debug \ --disable-static \ --mandir=/usr/share/man $CONFIGURE_ARGS && \ - make && make DESTDIR=$DESTDIR install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -33,12 +33,12 @@ mkdir -p $fs/usr \ $fs/usr/share/locale - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale - cp -a $_pkg/usr/share/applications $fs/usr/share - cp -a $_pkg/usr/share/icons $fs/usr/share - cp -a $_pkg/usr/share/themes $fs/usr/share - cp -a $_pkg/usr/share/xfwm4 $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/locale/fr $fs/usr/share/locale + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share + cp -a $install/usr/share/themes $fs/usr/share + cp -a $install/usr/share/xfwm4 $fs/usr/share # Remove SVG icons test -d $fs/usr/share/icons/hicolor/scalable \