wok rev 2072
Add: Thunar, Thunar-dev, thunar-archive-plugin, thunar-volman for Xfce
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Jan 23 23:03:33 2009 +0100 (2009-01-23) |
parents | 3b4cbe01457b |
children | 19a6734e7c74 |
files | Thunar-dev/receipt Thunar/receipt thunar-archive-plugin/receipt thunar-volman/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/Thunar-dev/receipt Fri Jan 23 23:03:33 2009 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt." 1.5 + 1.6 +PACKAGE="Thunar-dev" 1.7 +VERSION="0.9.3" 1.8 +CATEGORY="develoment" 1.9 +SHORT_DESC="Thunar File Manager dev files" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="Thunar" 1.12 +WANTED="Thunar" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.xfce.org" 1.15 + 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/usr/lib/thunarx-1 \ 1.19 + $fs/usr/lib/thunarx-1 1.20 + 1.21 + cp -a $_pkg/usr/include $fs/usr 1.22 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.24 + cp -a $_pkg/usr/lib/thunarx-1/*.*a $fs/usr/lib/thunarx-1 1.25 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/Thunar/receipt Fri Jan 23 23:03:33 2009 +0100 2.3 @@ -0,0 +1,49 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="Thunar" 2.7 +VERSION="0.9.3" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Thnuar File Manager" 2.10 +MAINTAINER="erjo@slitaz.org" 2.11 +DEPENDS="libpng jpeg libxfce4util dbus libexo startup-notification xfce4-panel" 2.12 +BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev 2.13 + libexo-dev startup-notification-dev xfce4-panel-dev" 2.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 +WEB_SITE="http://www.xfce.org" 2.16 +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.4.3/src/$TARBALL" 2.17 + 2.18 +# Rules to configure and make the package. 2.19 +compile_rules() 2.20 +{ 2.21 + cd $src 2.22 + ./configure --prefix=/usr \ 2.23 + --sysconfdir=/etc \ 2.24 + --enable-dbus \ 2.25 + --enable-startup-notification \ 2.26 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 2.27 + make && make DESTDIR=$PWD/_pkg install 2.28 +} 2.29 + 2.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.31 +genpkg_rules() 2.32 +{ 2.33 + 2.34 + mkdir -p $fs/usr \ 2.35 + $fs/share/locale \ 2.36 + $fs/usr/lib/thunarx-1 2.37 + 2.38 + cp -a $_pkg/usr/bin $fs/usr 2.39 + cp -a $_pkg/usr/libexec $fs/usr 2.40 + cp -a $_pkg/usr/share $fs/usr/ 2.41 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.42 + cp -a $_pkg/usr/lib/thunarx-1/*.so* $fs/usr/lib/thunarx-1 2.43 + cp -a $_pkg/usr/share/applications $fs/usr/share 2.44 + cp -a $_pkg/usr/share/dbus-1 $fs/usr/share 2.45 + cp -a $_pkg/usr/share/icons $fs/usr/share 2.46 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share 2.47 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 2.48 + cp -a $_pkg/usr/share/thumbnailers $fs/usr/share 2.49 + cp -a $_pkg/usr/share/Thunar $fs/usr/share 2.50 + cp -a $_pkg/usr/share/xfce4 $fs/usr/share 2.51 +} 2.52 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/thunar-archive-plugin/receipt Fri Jan 23 23:03:33 2009 +0100 3.3 @@ -0,0 +1,36 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="thunar-archive-plugin" 3.7 +VERSION="0.2.4" 3.8 +CATEGORY="x-window" 3.9 +SHORT_DESC="Thunar Archive Manager plugin" 3.10 +MAINTAINER="erjo@slitaz.org" 3.11 +DEPENDS="Thunar" 3.12 +BUILD_DEPENDS="Thunar-dev" 3.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.14 +WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html" 3.15 +WGET_URL="http://download.berlios.de/xfce-goodies/$TARBALL" 3.16 + 3.17 +# Rules to configure and make the package. 3.18 +compile_rules() 3.19 +{ 3.20 + cd $src 3.21 + ./configure --prefix=/usr --infodir=/usr/share/info \ 3.22 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 3.23 + make && make DESTDIR=$PWD/_pkg install 3.24 +} 3.25 + 3.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.27 +genpkg_rules() 3.28 +{ 3.29 + mkdir -p $fs/usr/share/locale \ 3.30 + $fs/usr/lib/thunarx-1 3.31 + 3.32 + cp -a $_pkg/usr/lib/thunarx-1/*.so* $fs/usr/lib/thunarx-1 3.33 + cp -a $_pkg/usr/share/icons $fs/usr/share 3.34 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 3.35 + 3.36 + # Cleanup 3.37 + rm -f $fs/usr/lib/thunarx-1/*.*a 3.38 +} 3.39 +
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/thunar-volman/receipt Fri Jan 23 23:03:33 2009 +0100 4.3 @@ -0,0 +1,34 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="thunar-volman" 4.7 +VERSION="0.2.0" 4.8 +CATEGORY="x-window" 4.9 +SHORT_DESC="Thunar Volum Manager plugin" 4.10 +MAINTAINER="erjo@slitaz.org" 4.11 +DEPENDS="Thunar" 4.12 +BUILD_DEPENDS="Thunar-dev" 4.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.14 +WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html" 4.15 +WGET_URL="http://download.berlios.de/xfce-goodies/$TARBALL" 4.16 + 4.17 +# Rules to configure and make the package. 4.18 +compile_rules() 4.19 +{ 4.20 + cd $src 4.21 + ./configure --prefix=/usr --infodir=/usr/share/info \ 4.22 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 4.23 + make && make DESTDIR=$PWD/_pkg install 4.24 +} 4.25 + 4.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.27 +genpkg_rules() 4.28 +{ 4.29 + mkdir -p $fs/usr/share/locale 4.30 + 4.31 + cp -a $_pkg/usr/bin $fs/usr 4.32 + cp -a $_pkg/usr/libexec $fs/usr/libexec 4.33 + cp -a $_pkg/usr/share/applications $fs/usr/share 4.34 + cp -a $_pkg/usr/share/icons $fs/usr/share 4.35 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 4.36 +} 4.37 +