wok rev 8019
up: thunar, thunar-dev (1.2.0)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jan 20 02:15:13 2011 +0100 (2011-01-20) |
parents | 47b9b04ee1aa |
children | 7073c548a510 |
files | thunar-dev/receipt thunar/receipt |
line diff
1.1 --- a/thunar-dev/receipt Thu Jan 20 02:14:19 2011 +0100 1.2 +++ b/thunar-dev/receipt Thu Jan 20 02:15:13 2011 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt." 1.5 1.6 PACKAGE="thunar-dev" 1.7 -VERSION="1.0.2" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Thunar File Manager dev files" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -16,10 +16,10 @@ 1.13 1.14 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg 1.15 1.16 - mkdir -p $fs/usr/lib/thunarx-1 1.17 + mkdir -p $fs/usr/lib/thunarx-2 1.18 1.19 cp -a $_pkg/usr/include $fs/usr 1.20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.21 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.22 - cp -a $_pkg/usr/lib/thunarx-1/*.*a $fs/usr/lib/thunarx-1 1.23 + cp -a $_pkg/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2 1.24 }
2.1 --- a/thunar/receipt Thu Jan 20 02:14:19 2011 +0100 2.2 +++ b/thunar/receipt Thu Jan 20 02:15:13 2011 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="thunar" 2.7 -VERSION="1.0.2" 2.8 +VERSION="1.2.0" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Thnuar File Manager" 2.11 MAINTAINER="erjo@slitaz.org" 2.12 @@ -12,7 +12,7 @@ 2.13 SOURCE="Thunar" 2.14 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.15 WEB_SITE="http://www.xfce.org" 2.16 -WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.2/src/$TARBALL" 2.17 +WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" 2.18 TAGS="file-manager file-browser" 2.19 2.20 # Rules to configure and make the package. 2.21 @@ -23,9 +23,9 @@ 2.22 --sysconfdir=/etc \ 2.23 --enable-dbus \ 2.24 --enable-startup-notification \ 2.25 + --enable-notifications \ 2.26 + --enable-gudev \ 2.27 --libexecdir=/usr/lib/$PACKAGE \ 2.28 - --disable-gconf \ 2.29 - --disable-gnome-thumbnailers \ 2.30 --enable-debug=no && \ 2.31 make && make DESTDIR=$PWD/_pkg install 2.32 } 2.33 @@ -36,24 +36,27 @@ 2.34 2.35 mkdir -p $fs/usr \ 2.36 $fs/usr/share/locale \ 2.37 - $fs/usr/lib/thunarx-1 2.38 + $fs/usr/lib/thunarx-2 2.39 2.40 cp -a $_pkg/etc $fs/ 2.41 cp -a $_pkg/usr/bin $fs/usr 2.42 - cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib 2.43 + 2.44 + cp -a $_pkg/usr/lib/Thunar $fs/usr/lib 2.45 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.46 + cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib 2.47 + cp -a $_pkg/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-2 2.48 + 2.49 + 2.50 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.51 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.52 - cp -a $_pkg/usr/lib/thunarx-1/*.so* $fs/usr/lib/thunarx-1 2.53 cp -a $_pkg/usr/share/applications $fs/usr/share 2.54 cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 2.55 cp -a $_pkg/usr/share/icons $fs/usr/share 2.56 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.57 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 2.58 - cp -a $_pkg/usr/share/thumbnailers $fs/usr/share 2.59 cp -a $_pkg/usr/share/Thunar $fs/usr/share 2.60 cp -a $_pkg/usr/share/xfce4 $fs/usr/share 2.61 2.62 # Strip all 2.63 - find $fs/usr/lib/thunar -exec strip -s {} 2> /dev/null \; 2.64 + find $fs/usr/lib -exec strip -s {} 2> /dev/null \; 2.65 } 2.66