wok rev 8063
Various modifications to xfce4/thunar packages
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Fri Jan 21 00:44:33 2011 +0100 (2011-01-21) |
parents | 6222200efb6f |
children | 87a2b5ab272f |
files | exo-tools/receipt exo/receipt libexo/receipt thunar-volman/receipt thunar/receipt |
line diff
1.1 --- a/exo-tools/receipt Thu Jan 20 18:09:08 2011 +0000 1.2 +++ b/exo-tools/receipt Fri Jan 21 00:44:33 2011 +0100 1.3 @@ -6,7 +6,6 @@ 1.4 SHORT_DESC="Xfce extension tools" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="libexo" 1.7 -BUILD_DEPENDS="" 1.8 WANTED="exo" 1.9 SUGGESTED="perl-uri" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 @@ -32,8 +31,4 @@ 1.12 1.13 # Fix perms & helpers 1.14 chmod +x $fs/usr/bin/exo-preferred-applications 1.15 - 1.16 - # Rebuild libexo package 1.17 - tazwok cook libexo 1.18 - 1.19 }
2.1 --- a/exo/receipt Thu Jan 20 18:09:08 2011 +0000 2.2 +++ b/exo/receipt Fri Jan 21 00:44:33 2011 +0100 2.3 @@ -6,7 +6,7 @@ 2.4 SHORT_DESC="Xfce Exo library and tools" 2.5 MAINTAINER="erjo@slitaz.org" 2.6 DEPENDS="exo-tools libexo" 2.7 -BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev intltool" 2.8 +BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev intltool" 2.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.10 WEB_SITE="http://www.xfce.org" 2.11 WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" 2.12 @@ -22,8 +22,6 @@ 2.13 --prefix=/usr \ 2.14 --sysconfdir=/etc \ 2.15 --libexecdir=/usr/lib/libexo \ 2.16 - --enable-notifications \ 2.17 - --enable-hal \ 2.18 --disable-debug \ 2.19 --mandir=/usr/share/man \ 2.20 --disable-python \ 2.21 @@ -35,8 +33,4 @@ 2.22 genpkg_rules() 2.23 { 2.24 mkdir $fs/usr 2.25 - for pkg in libexo libexo-dev exo-tools 2.26 - do 2.27 - tazwok cook $pkg 2.28 - done 2.29 }
3.1 --- a/libexo/receipt Thu Jan 20 18:09:08 2011 +0000 3.2 +++ b/libexo/receipt Fri Jan 21 00:44:33 2011 +0100 3.3 @@ -5,8 +5,7 @@ 3.4 CATEGORY="x-window" 3.5 SHORT_DESC="Xfce extension library" 3.6 MAINTAINER="erjo@slitaz.org" 3.7 -DEPENDS="libxfce4util startup-notification hal libnotify" 3.8 -BUILD_DEPENDS="libxfce4util-dev perl-uri startup-notification-dev hal-dev" 3.9 +DEPENDS="libxfce4util startup-notification libnotify" 3.10 WANTED="exo" 3.11 SUGGESTED="exo-tools" 3.12 TARBALL="$SOURCE-$VERSION.tar.bz2"
4.1 --- a/thunar-volman/receipt Thu Jan 20 18:09:08 2011 +0000 4.2 +++ b/thunar-volman/receipt Fri Jan 21 00:44:33 2011 +0100 4.3 @@ -1,15 +1,15 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="thunar-volman" 4.7 -VERSION="0.3.80" 4.8 +VERSION="0.6.0" 4.9 CATEGORY="x-window" 4.10 SHORT_DESC="Thunar Volume Manager plugin" 4.11 MAINTAINER="erjo@slitaz.org" 4.12 -DEPENDS="thunar gamin" 4.13 +DEPENDS="thunar" 4.14 BUILD_DEPENDS="thunar-dev glibc-locale intltool" 4.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.16 WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html" 4.17 -WGET_URL="http://goodies.xfce.org/releases/thunar-volman/$TARBALL" 4.18 +WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/0.6/$TARBALL" 4.19 4.20 # Rules to configure and make the package. 4.21 compile_rules()
5.1 --- a/thunar/receipt Thu Jan 20 18:09:08 2011 +0000 5.2 +++ b/thunar/receipt Fri Jan 21 00:44:33 2011 +0100 5.3 @@ -3,12 +3,12 @@ 5.4 PACKAGE="thunar" 5.5 VERSION="1.2.0" 5.6 CATEGORY="x-window" 5.7 -SHORT_DESC="Thnuar File Manager" 5.8 +SHORT_DESC="Thunar File Manager" 5.9 MAINTAINER="erjo@slitaz.org" 5.10 -DEPENDS="libpng jpeg libxfce4util dbus libexo startup-notification xfce4-panel \ 5.11 -gamin pcre libexif" 5.12 +DEPENDS="libpng jpeg libxfce4util dbus libexo xfce4-panel \ 5.13 +pcre libexif libgudev" 5.14 BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev 5.15 - libexo-dev startup-notification-dev xfce4-panel-dev zlib-dev intltool" 5.16 + libexo-dev xfce4-panel-dev zlib-dev intltool libgudev-dev" 5.17 SOURCE="Thunar" 5.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 5.19 WEB_SITE="http://www.xfce.org"