wok-4.x rev 2073
Add: xfce1-appfinder, xfce4-panel*, xfce4-icon-theme,xfce4-session*
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Jan 23 23:05:23 2009 +0100 (2009-01-23) |
parents | 709979335981 |
children | 4a4f0deaa16b |
files | xfce4-appfinder/receipt xfce4-icon-theme/receipt xfce4-panel-dev/receipt xfce4-panel/receipt xfce4-session-dev/receipt xfce4-session/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfce4-appfinder/receipt Fri Jan 23 23:05:23 2009 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xfce4-appfinder" 1.7 +VERSION="4.4.3" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Xfce Application Finder" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="libxfcegui4" 1.12 +BUILD_DEPENDS="libxfcegui4-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.xfce.org" 1.15 +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure --prefix=/usr --infodir=/usr/share/info \ 1.22 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.23 + make && make DESTDIR=$PWD/_pkg install 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + mkdir -p $fs/usr/share/locale 1.30 + 1.31 + cp -a $_pkg/usr/bin $fs/usr 1.32 + cp -a $_pkg/usr/share/icons $fs/usr/share 1.33 + cp -a $_pkg/usr/share/applications $fs/usr/share 1.34 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.35 +} 1.36 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xfce4-icon-theme/receipt Fri Jan 23 23:05:23 2009 +0100 2.3 @@ -0,0 +1,36 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="xfce4-icon-theme" 2.7 +VERSION="4.4.3" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Icon theme for Xfce Desktop Environment" 2.10 +MAINTAINER="erjo@slitaz.org" 2.11 +DEPENDS="" 2.12 +BUILD_DEPENDS="" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 +WEB_SITE="http://www.xfce.org/" 2.15 +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 2.16 + 2.17 +# Rules to configure and make the package. 2.18 +compile_rules() 2.19 +{ 2.20 + cd $src 2.21 + ./configure --prefix=/usr --infodir=/usr/share/info \ 2.22 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 2.23 + make && make DESTDIR=$PWD/_pkg install 2.24 +} 2.25 + 2.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.27 +genpkg_rules() 2.28 +{ 2.29 + # Remove SVG Icons 2.30 + find $_pkg/usr/share -name "*scalable*" -exec rm -rf {} \; 2.31 + 2.32 + mkdir -p $fs/usr 2.33 + cp -a $_pkg/usr/share $fs/usr 2.34 + 2.35 + 2.36 + 2.37 +} 2.38 + 2.39 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xfce4-panel-dev/receipt Fri Jan 23 23:05:23 2009 +0100 3.3 @@ -0,0 +1,24 @@ 3.4 +# SliTaz package receipt." 3.5 + 3.6 +PACKAGE="xfce4-panel-dev" 3.7 +VERSION="4.4.3" 3.8 +CATEGORY="development" 3.9 +SHORT_DESC="Xfce Panel dev files" 3.10 +MAINTAINER="erjo@slitaz.org" 3.11 +DEPENDS="xfce4-panel" 3.12 +WANTED="xfce4-panel" 3.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.14 +WEB_SITE="http://www.xfce.org/" 3.15 + 3.16 +genpkg_rules() 3.17 +{ 3.18 + mkdir -p $fs/usr/share/xfce4 \ 3.19 + $fs/usr/lib/xfce4/mcs-plugins \ 3.20 + $fs/usr/lib/xfce4/panel-plugins 3.21 + 3.22 + cp -a $_pkg/usr/include $fs/usr 3.23 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 3.24 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 3.25 + cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins 3.26 + cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.*a $fs/usr/lib/xfce4/panel-plugins 3.27 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/xfce4-panel/receipt Fri Jan 23 23:05:23 2009 +0100 4.3 @@ -0,0 +1,45 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="xfce4-panel" 4.7 +VERSION="4.4.3" 4.8 +CATEGORY="x-window" 4.9 +SHORT_DESC="Xfce Panel" 4.10 +MAINTAINER="erjo@slitaz.org" 4.11 +DEPENDS="xorg-libSM xfce-mcs-manager libxfce4util libxfcegui4 libxfce4mcs" 4.12 +BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev xfce-mcs-manager-dev" 4.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.14 +WEB_SITE="http://www.xfce.org/" 4.15 +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$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 \ 4.22 + --sysconfdir=/etc \ 4.23 + --enable-startup-notification \ 4.24 + --disable-debug \ 4.25 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 4.26 + make && make DESTDIR=$PWD/_pkg install 4.27 +} 4.28 + 4.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.30 +genpkg_rules() 4.31 +{ 4.32 + mkdir -p $fs/usr \ 4.33 + $fs/usr/share/locale \ 4.34 + $fs/usr/share/xfce4 \ 4.35 + $fs/usr/lib/xfce4/mcs-plugins \ 4.36 + $fs/usr/lib/xfce4/panel-plugins 4.37 + 4.38 + cp -a $_pkg/etc $fs 4.39 + cp -a $_pkg/usr/bin $fs/usr 4.40 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 4.41 + cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.so* $fs/usr/lib/xfce4/mcs-plugins 4.42 + cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.so* $fs/usr/lib/xfce4/panel-plugins 4.43 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 4.44 + cp -a $_pkg/usr/share/applications $fs/usr/share 4.45 + cp -a $_pkg/usr/share/icons $fs/usr/share 4.46 + cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 4.47 +} 4.48 +
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/xfce4-session-dev/receipt Fri Jan 23 23:05:23 2009 +0100 5.3 @@ -0,0 +1,25 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="xfce4-session-dev" 5.7 +VERSION="4.4.3" 5.8 +CATEGORY="x-window" 5.9 +SHORT_DESC="Xfce session manager dev files" 5.10 +MAINTAINER="erjo@slitaz.org" 5.11 +DEPENDS="xfce4-session" 5.12 +WANTED="xfce4-session" 5.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.14 +WEB_SITE="http://www.xfce.org/" 5.15 + 5.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.17 +genpkg_rules() 5.18 +{ 5.19 + mkdir -p $fs/usr 5.20 + 5.21 + cp -a $_pkg/usr/include $fs/usr 5.22 + cp -a $_pkg/usr/lib $fs/usr 5.23 + 5.24 + # Remove unecessary files 5.25 + find $fs/ -name "*.so*" -exec rm -f {} \; 5.26 + 5.27 +} 5.28 +
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/xfce4-session/receipt Fri Jan 23 23:05:23 2009 +0100 6.3 @@ -0,0 +1,50 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="xfce4-session" 6.7 +VERSION="4.4.3" 6.8 +CATEGORY="x-window" 6.9 +SHORT_DESC="Xfce session manager" 6.10 +MAINTAINER="erjo@slitaz.org" 6.11 +DEPENDS="xorg-libSM xfce-mcs-manager libxfce4util libxfcegui4 libxfce4mcs xfce4-panel" 6.12 +BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev xfce-mcs-manager-dev xorg-iceauth" 6.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.14 +WEB_SITE="http://www.xfce.org/" 6.15 +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 6.16 + 6.17 +# Rules to configure and make the package. 6.18 +compile_rules() 6.19 +{ 6.20 + cd $src 6.21 + ./configure --prefix=/usr \ 6.22 + --sysconfdir=/etc \ 6.23 + --enable-dbus \ 6.24 + --enable-final \ 6.25 + --disable-gnome \ 6.26 + --mandir=/usr/share/man $CONFIGURE_ARGS && \ 6.27 + make && make DESTDIR=$PWD/_pkg install 6.28 +} 6.29 + 6.30 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.31 +genpkg_rules() 6.32 +{ 6.33 + mkdir -p $fs/usr \ 6.34 + $fs/usr/share/locale \ 6.35 + $fs/usr/lib/xfce4/mcs-plugins 6.36 + 6.37 + cp -a $_pkg/etc $fs/ 6.38 + cp -a $_pkg/usr/bin $fs/usr 6.39 + cp -a $_pkg/usr/libexec $fs/usr 6.40 + cp -a $_pkg/usr/lib $fs/usr 6.41 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 6.42 + cp -a $_pkg/usr/share/applications $fs/usr/share 6.43 + cp -a $_pkg/usr/share/icons $fs/usr/share 6.44 + cp -a $_pkg/usr/share/themes $fs/usr/share 6.45 + cp -a $_pkg/usr/share/xfce4 $fs/usr/share 6.46 + 6.47 + # Remove unecessary files 6.48 + find $fs/ -name "*.*a" -exec rm -f {} \; 6.49 + rm -rf $fs/usr/lib/pkgconfig 6.50 + # Remove SVG icons 6.51 + rm -rf $fs/usr/share/icons/hicolor/scalable 6.52 +} 6.53 +