# HG changeset patch # User Eric Joseph-Alexandre # Date 1253454178 0 # Node ID c55cf2eceac423cdb7c488498ded6b3f9fca6fac # Parent 3ca0c8972456f11be2fa5809e5531181a50d0ab2 Add: orage, thuna, thunar-dev, terminal diff -r 3ca0c8972456 -r c55cf2eceac4 orage/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/orage/receipt Sun Sep 20 13:42:58 2009 +0000 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="orage" +VERSION="4.6.1" +CATEGORY="office" +SHORT_DESC="Xfce calendar" +MAINTAINER="erjo@slitaz.org" +DEPEND="libxfcegui4 libnotify dbus" +BUILD_DEPEND="libxfcegui4-dev libnotify-dev dbus-dev" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org" +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --enable-dbus \ + --enable-libnotify \ + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/libexec $fs/usr + cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $_pkg/usr/share/xfce4 $fs/usr/share + cp -a $_pkg/usr/share/orage $fs/usr/share + cp -a $_pkg/usr/share/orage $fs/usr/share + cp -a $_pkg/usr/share/dbus-1 $fs/usr/share + cp -a $_pkg/usr/share/icons $fs/usr/share +} + diff -r 3ca0c8972456 -r c55cf2eceac4 terminal/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/terminal/receipt Sun Sep 20 13:42:58 2009 +0000 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="terminal" +VERSION="0.2.12" +CATEGORY="x-window" +SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment" +MAINTAINER="erjo@slitaz.org" +DEPENDS="libexo vte startup-notification dbus" +BUILD_DEPENDS="libexo-dev vte-dev dbus-dev startup-notification-dev" +SOURCE="Terminal" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org/" +WGET_URL="http://www.p0llux.be/xfce/xfce-4.6.1/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/locale/fr $fs/usr/share/locale + cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $_pkg/usr/share/applications $fs/usr/share +} + diff -r 3ca0c8972456 -r c55cf2eceac4 thunar-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunar-dev/receipt Sun Sep 20 13:42:58 2009 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt." + +PACKAGE="thunar-dev" +VERSION="1.0.1" +CATEGORY="develoment" +SHORT_DESC="Thunar File Manager dev files" +MAINTAINER="erjo@slitaz.org" +DEPENDS="thunar" +WANTED="thunar" +SOURCE="Thunar" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org" + +genpkg_rules() +{ + + _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg + + mkdir -p $fs/usr/usr/lib/thunarx-1 \ + $fs/usr/lib/thunarx-1 + + 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/thunarx-1/*.*a $fs/usr/lib/thunarx-1 +} diff -r 3ca0c8972456 -r c55cf2eceac4 thunar/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunar/receipt Sun Sep 20 13:42:58 2009 +0000 @@ -0,0 +1,51 @@ +# SliTaz package receipt. + +PACKAGE="thunar" +VERSION="1.0.1" +CATEGORY="x-window" +SHORT_DESC="Thnuar File Manager" +MAINTAINER="erjo@slitaz.org" +DEPENDS="libpng jpeg libxfce4util dbus libexo startup-notification xfce4-panel" +BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev + libexo-dev startup-notification-dev xfce4-panel-dev zlib-dev" +SOURCE="Thunar" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://www.xfce.org" +WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.1/src/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --enable-dbus \ + --enable-startup-notification \ + --enable-debug=no && \ + 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/thunarx-1 + + cp -a $_pkg/etc $fs/ + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/libexec $fs/usr + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/thunarx-1/*.so* $fs/usr/lib/thunarx-1 + cp -a $_pkg/usr/share/applications $fs/usr/share + cp -a $_pkg/usr/share/dbus-1 $fs/usr/share + cp -a $_pkg/usr/share/icons $fs/usr/share + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $_pkg/usr/share/thumbnailers $fs/usr/share + cp -a $_pkg/usr/share/Thunar $fs/usr/share + cp -a $_pkg/usr/share/xfce4 $fs/usr/share +} +