# HG changeset patch # User Eric Joseph-Alexandre # Date 1253455203 0 # Node ID ea89b0d8d74f4a3ecf3c1c5208a652acbcdc2239 # Parent 1e286e57a52ff00fff39a69ed3f385be7e8dc93b emov Thunar, Thunar-dev, Terminal diff -r 1e286e57a52f -r ea89b0d8d74f Terminal/receipt --- a/Terminal/receipt Sun Sep 20 13:49:54 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="Terminal" -VERSION="0.2.8.3" -CATEGORY="x-window" -SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment" -MAINTAINER="erjo@slitaz.org" -DEPENDS="libexo vte startup-notification dbus ncurses xorg-libXdamage" -BUILD_DEPENDS="libexo-dev vte vte-dev dbus-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 --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 1e286e57a52f -r ea89b0d8d74f Thunar-dev/receipt --- a/Thunar-dev/receipt Sun Sep 20 13:49:54 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -# SliTaz package receipt." - -PACKAGE="Thunar-dev" -VERSION="0.9.3" -CATEGORY="development" -SHORT_DESC="Thunar File Manager dev files" -MAINTAINER="erjo@slitaz.org" -DEPENDS="Thunar" -WANTED="Thunar" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.xfce.org" - -genpkg_rules() -{ - 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 1e286e57a52f -r ea89b0d8d74f Thunar/receipt --- a/Thunar/receipt Sun Sep 20 13:49:54 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="Thunar" -VERSION="0.9.3" -CATEGORY="x-window" -SHORT_DESC="Thnuar File Manager" -MAINTAINER="erjo@slitaz.org" -DEPENDS="libpng jpeg libxfce4util dbus libexo startup-notification xfce4-panel \ -pcre xorg-libXdamage" -BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev - libexo-dev startup-notification-dev xfce4-panel-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.xfce.org" -WGET_URL="http://www.tx-us.xfce.org/archive/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-startup-notification \ - --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 \ - $fs/usr/lib/thunarx-1 - - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/libexec $fs/usr - cp -a $_pkg/usr/share $fs/usr/ - 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/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 -} -