# HG changeset patch # User Eric Joseph-Alexandre # Date 1232748323 -3600 # Node ID 19a6734e7c74aedd1821465a644669bd90d7a38c # Parent 70997933598115186ec8b640501fa871e82b8e4f Add: xfce1-appfinder, xfce4-panel*, xfce4-icon-theme,xfce4-session* diff -r 709979335981 -r 19a6734e7c74 xfce4-appfinder/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfce4-appfinder/receipt Fri Jan 23 23:05:23 2009 +0100 @@ -0,0 +1,33 @@ +# SliTaz package receipt. + +PACKAGE="xfce4-appfinder" +VERSION="4.4.3" +CATEGORY="x-window" +SHORT_DESC="Xfce Application Finder" +MAINTAINER="erjo@slitaz.org" +DEPENDS="libxfcegui4" +BUILD_DEPENDS="libxfcegui4-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org" +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS && \ + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/locale + + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/icons $fs/usr/share + cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale +} + diff -r 709979335981 -r 19a6734e7c74 xfce4-icon-theme/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfce4-icon-theme/receipt Fri Jan 23 23:05:23 2009 +0100 @@ -0,0 +1,36 @@ +# SliTaz package receipt. + +PACKAGE="xfce4-icon-theme" +VERSION="4.4.3" +CATEGORY="x-window" +SHORT_DESC="Icon theme for Xfce Desktop Environment" +MAINTAINER="erjo@slitaz.org" +DEPENDS="" +BUILD_DEPENDS="" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org/" +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS && \ + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + # Remove SVG Icons + find $_pkg/usr/share -name "*scalable*" -exec rm -rf {} \; + + mkdir -p $fs/usr + cp -a $_pkg/usr/share $fs/usr + + + +} + + diff -r 709979335981 -r 19a6734e7c74 xfce4-panel-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfce4-panel-dev/receipt Fri Jan 23 23:05:23 2009 +0100 @@ -0,0 +1,24 @@ +# SliTaz package receipt." + +PACKAGE="xfce4-panel-dev" +VERSION="4.4.3" +CATEGORY="development" +SHORT_DESC="Xfce Panel dev files" +MAINTAINER="erjo@slitaz.org" +DEPENDS="xfce4-panel" +WANTED="xfce4-panel" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org/" + +genpkg_rules() +{ + mkdir -p $fs/usr/share/xfce4 \ + $fs/usr/lib/xfce4/mcs-plugins \ + $fs/usr/lib/xfce4/panel-plugins + + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins + cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.*a $fs/usr/lib/xfce4/panel-plugins +} diff -r 709979335981 -r 19a6734e7c74 xfce4-panel/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfce4-panel/receipt Fri Jan 23 23:05:23 2009 +0100 @@ -0,0 +1,45 @@ +# SliTaz package receipt. + +PACKAGE="xfce4-panel" +VERSION="4.4.3" +CATEGORY="x-window" +SHORT_DESC="Xfce Panel" +MAINTAINER="erjo@slitaz.org" +DEPENDS="xorg-libSM xfce-mcs-manager libxfce4util libxfcegui4 libxfce4mcs" +BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev xfce-mcs-manager-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org/" +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --enable-startup-notification \ + --disable-debug \ + --mandir=/usr/share/man $CONFIGURE_ARGS && \ + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr \ + $fs/usr/share/locale \ + $fs/usr/share/xfce4 \ + $fs/usr/lib/xfce4/mcs-plugins \ + $fs/usr/lib/xfce4/panel-plugins + + cp -a $_pkg/etc $fs + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.so* $fs/usr/lib/xfce4/mcs-plugins + cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.so* $fs/usr/lib/xfce4/panel-plugins + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $_pkg/usr/share/icons $fs/usr/share + cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4 +} + diff -r 709979335981 -r 19a6734e7c74 xfce4-session-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfce4-session-dev/receipt Fri Jan 23 23:05:23 2009 +0100 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="xfce4-session-dev" +VERSION="4.4.3" +CATEGORY="x-window" +SHORT_DESC="Xfce session manager dev files" +MAINTAINER="erjo@slitaz.org" +DEPENDS="xfce4-session" +WANTED="xfce4-session" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib $fs/usr + + # Remove unecessary files + find $fs/ -name "*.so*" -exec rm -f {} \; + +} + diff -r 709979335981 -r 19a6734e7c74 xfce4-session/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfce4-session/receipt Fri Jan 23 23:05:23 2009 +0100 @@ -0,0 +1,50 @@ +# SliTaz package receipt. + +PACKAGE="xfce4-session" +VERSION="4.4.3" +CATEGORY="x-window" +SHORT_DESC="Xfce session manager" +MAINTAINER="erjo@slitaz.org" +DEPENDS="xorg-libSM xfce-mcs-manager libxfce4util libxfcegui4 libxfce4mcs xfce4-panel" +BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev xfce-mcs-manager-dev xorg-iceauth" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org/" +WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --enable-dbus \ + --enable-final \ + --disable-gnome \ + --mandir=/usr/share/man $CONFIGURE_ARGS && \ + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr \ + $fs/usr/share/locale \ + $fs/usr/lib/xfce4/mcs-plugins + + cp -a $_pkg/etc $fs/ + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/libexec $fs/usr + cp -a $_pkg/usr/lib $fs/usr + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $_pkg/usr/share/icons $fs/usr/share + cp -a $_pkg/usr/share/themes $fs/usr/share + cp -a $_pkg/usr/share/xfce4 $fs/usr/share + + # Remove unecessary files + find $fs/ -name "*.*a" -exec rm -f {} \; + rm -rf $fs/usr/lib/pkgconfig + # Remove SVG icons + rm -rf $fs/usr/share/icons/hicolor/scalable +} +