# HG changeset patch # User Antoine Bodin # Date 1295567073 -3600 # Node ID 7236669433116e257ec237dd9983b48600c03252 # Parent 6222200efb6f2562f793a6b3501b5af815edac34 Various modifications to xfce4/thunar packages diff -r 6222200efb6f -r 723666943311 exo-tools/receipt --- a/exo-tools/receipt Thu Jan 20 18:09:08 2011 +0000 +++ b/exo-tools/receipt Fri Jan 21 00:44:33 2011 +0100 @@ -6,7 +6,6 @@ SHORT_DESC="Xfce extension tools" MAINTAINER="erjo@slitaz.org" DEPENDS="libexo" -BUILD_DEPENDS="" WANTED="exo" SUGGESTED="perl-uri" TARBALL="$SOURCE-$VERSION.tar.bz2" @@ -32,8 +31,4 @@ # Fix perms & helpers chmod +x $fs/usr/bin/exo-preferred-applications - - # Rebuild libexo package - tazwok cook libexo - } diff -r 6222200efb6f -r 723666943311 exo/receipt --- a/exo/receipt Thu Jan 20 18:09:08 2011 +0000 +++ b/exo/receipt Fri Jan 21 00:44:33 2011 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="Xfce Exo library and tools" MAINTAINER="erjo@slitaz.org" DEPENDS="exo-tools libexo" -BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev intltool" +BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org" WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" @@ -22,8 +22,6 @@ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/libexo \ - --enable-notifications \ - --enable-hal \ --disable-debug \ --mandir=/usr/share/man \ --disable-python \ @@ -35,8 +33,4 @@ genpkg_rules() { mkdir $fs/usr - for pkg in libexo libexo-dev exo-tools - do - tazwok cook $pkg - done } diff -r 6222200efb6f -r 723666943311 libexo/receipt --- a/libexo/receipt Thu Jan 20 18:09:08 2011 +0000 +++ b/libexo/receipt Fri Jan 21 00:44:33 2011 +0100 @@ -5,8 +5,7 @@ CATEGORY="x-window" SHORT_DESC="Xfce extension library" MAINTAINER="erjo@slitaz.org" -DEPENDS="libxfce4util startup-notification hal libnotify" -BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev" +DEPENDS="libxfce4util startup-notification libnotify" WANTED="exo" SUGGESTED="exo-tools" TARBALL="$SOURCE-$VERSION.tar.bz2" diff -r 6222200efb6f -r 723666943311 thunar-volman/receipt --- a/thunar-volman/receipt Thu Jan 20 18:09:08 2011 +0000 +++ b/thunar-volman/receipt Fri Jan 21 00:44:33 2011 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="thunar-volman" -VERSION="0.3.80" +VERSION="0.6.0" CATEGORY="x-window" SHORT_DESC="Thunar Volume Manager plugin" MAINTAINER="erjo@slitaz.org" -DEPENDS="thunar gamin" +DEPENDS="thunar" BUILD_DEPENDS="thunar-dev glibc-locale intltool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html" -WGET_URL="http://goodies.xfce.org/releases/thunar-volman/$TARBALL" +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/0.6/$TARBALL" # Rules to configure and make the package. compile_rules() diff -r 6222200efb6f -r 723666943311 thunar/receipt --- a/thunar/receipt Thu Jan 20 18:09:08 2011 +0000 +++ b/thunar/receipt Fri Jan 21 00:44:33 2011 +0100 @@ -3,12 +3,12 @@ PACKAGE="thunar" VERSION="1.2.0" CATEGORY="x-window" -SHORT_DESC="Thnuar File Manager" +SHORT_DESC="Thunar File Manager" MAINTAINER="erjo@slitaz.org" -DEPENDS="libpng jpeg libxfce4util dbus libexo startup-notification xfce4-panel \ -gamin pcre libexif" +DEPENDS="libpng jpeg libxfce4util dbus libexo xfce4-panel \ +pcre libexif libgudev" BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev - libexo-dev startup-notification-dev xfce4-panel-dev zlib-dev intltool" + libexo-dev xfce4-panel-dev zlib-dev intltool libgudev-dev" SOURCE="Thunar" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.xfce.org"