# HG changeset patch # User Eric Joseph-Alexandre # Date 1232748733 -3600 # Node ID 8186ed70b4e871f8c57e6f83a83b818e2cd8a463 # Parent 62c9d38f56c0007ea1edd4b1d470731396c9c2e2 Add: libexe*, libxfce4mcs*, libxfce4util*, libxfcegui4* diff -r 62c9d38f56c0 -r 8186ed70b4e8 libexo-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libexo-dev/receipt Fri Jan 23 23:12:13 2009 +0100 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="libexo-dev" +VERSION="0.3.4" +CATEGORY="development" +SHORT_DESC="Xfce extension library dev files" +MAINTAINER="erjo@slitaz.org" +DEPENDS="libexo" +SOURCE="exo" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WANTED="libexo" +WEB_SITE="http://www.xfce.org" + + + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + + mkdir -p $fs/usr \ + $fs/usr/lib/xfce4/mcs-plugins \ + + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins + cp -a $_pkg/usr/include $fs/usr +} + diff -r 62c9d38f56c0 -r 8186ed70b4e8 libexo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libexo/receipt Fri Jan 23 23:12:13 2009 +0100 @@ -0,0 +1,51 @@ +# SliTaz package receipt. + +PACKAGE="libexo" +VERSION="0.3.4" +CATEGORY="x-window" +SHORT_DESC="Xfce extension library" +MAINTAINER="erjo@slitaz.org" +DEPENDS="libxfce4util xfce-mcs-manager perl-uri-url perl-uri-escape perl-uri-file +startup-notification hal" +BUILD_DEPENDS="libxfce4util-dev perl-uri-url perl-uri-escape perl-uri-file xfce-mcs-manager-dev + startup-notification-dev hal-dev" +SOURCE="exo" +TARBALL="$SOURCE-$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-mcs-plugin \ + --enable-notifications \ + --enable-hal \ + --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/lib/xfce4/mcs-plugins \ + $fs/usr/share/locale \ + $fs/usr/share/xfce4 + + 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/libexec $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/pixmaps $fs/usr/share + cp -a $_pkg/usr/share/xfce4/helpers $fs/usr/share/xfce4 + + # Fix perms + chmod +x $fs/usr/bin/exo-preferred-applications +} + diff -r 62c9d38f56c0 -r 8186ed70b4e8 libxfce4mcs-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxfce4mcs-dev/receipt Fri Jan 23 23:12:13 2009 +0100 @@ -0,0 +1,21 @@ +# SliTaz package receipt." + +PACKAGE="libxfce4mcs-dev" +VERSION="4.4.3" +CATEGORY="development" +SHORT_DESC="Xfce settings managment library dev files" +MAINTAINER="erjo@slitaz.org" +DEPENDS="libxfce4mcs" +WANTED="libxfce4mcs" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org/" + +genpkg_rules() +{ + mkdir -p $fs/usr \ + $fs/usr/lib + + 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 +} diff -r 62c9d38f56c0 -r 8186ed70b4e8 libxfce4mcs/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxfce4mcs/receipt Fri Jan 23 23:12:13 2009 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="libxfce4mcs" +VERSION="4.4.3" +CATEGORY="x-window" +SHORT_DESC="Xfce settings managment library" +MAINTAINER="erjo@slitaz.org" +DEPENDS="xorg-libSM libxfce4util startup-notification" +BUILD_DEPENDS="xorg-libSM-dev libxfce4util-dev startup-notification-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 \ + --enable-startup-notification \ + --infodir=/usr/share/info \ + --enable-debug=no $CONFIGURE_ARGS && \ + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib +} + diff -r 62c9d38f56c0 -r 8186ed70b4e8 libxfce4util-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxfce4util-dev/receipt Fri Jan 23 23:12:13 2009 +0100 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="libxfce4util-dev" +VERSION="4.4.3" +CATEGORY="development" +SHORT_DESC="Xfce Utility library dev files" +MAINTAINER="erjo@slitaz.org" +DEPENDS="gtk+ libxfce4util" +BUILD_DEPENDS="gtk+-dev" +WANTED="libxfce4util" +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 \ + $fs/usr/lib + + 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 +} + diff -r 62c9d38f56c0 -r 8186ed70b4e8 libxfce4util/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxfce4util/receipt Fri Jan 23 23:12:13 2009 +0100 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="libxfce4util" +VERSION="4.4.3" +CATEGORY="x-window" +SHORT_DESC="Xfce Utility library" +MAINTAINER="erjo@slitaz.org" +DEPENDS="gtk+" +BUILD_DEPENDS="gtk+-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 \ + $fs/usr/lib \ + $fs/usr/share/locale + + cp -a $_pkg/usr/sbin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale +} + diff -r 62c9d38f56c0 -r 8186ed70b4e8 libxfcegui4-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxfcegui4-dev/receipt Fri Jan 23 23:12:13 2009 +0100 @@ -0,0 +1,25 @@ +# SliTaz package receipt. + +PACKAGE="libxfcegui4-dev" +VERSION="4.4.3" +CATEGORY="development" +SHORT_DESC="Xfce Gtk Widget library dev files" +MAINTAINER="erjo@slitaz.org" +DEPENDS="gtk+ libxfcegui4" +WANTED="libxfcegui4" +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/lib \ + $fs/usr + + cp -a $_pkg/usr/include $fs/usr + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib +} + diff -r 62c9d38f56c0 -r 8186ed70b4e8 libxfcegui4/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxfcegui4/receipt Fri Jan 23 23:12:13 2009 +0100 @@ -0,0 +1,40 @@ +# SliTaz package receipt. + +PACKAGE="libxfcegui4" +VERSION="4.4.3" +CATEGORY="x-window" +SHORT_DESC="Xfce Gtk Widget library" +MAINTAINER="erjo@slitaz.org" +DEPENDS="gtk+ libxfce4util" +BUILD_DEPENDS="gtk+-dev libxfce4util-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/lib \ + $fs/usr/share/locale + + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $_pkg/usr/share/icons $fs/usr/share + + # Remove SVG icons + rm -rf $fs/usr/share/icons/hicolor/scalable + +} +