# HG changeset patch # User Christophe Lincoln # Date 1272817568 -7200 # Node ID f77cc4b4d149f571072b0a3f6526cf55b69fef9c # Parent eb3e54044036079e647b7fe0f2023294b6efb67d Add pcmanfm2 (next generation pcmanfm) diff -r eb3e54044036 -r f77cc4b4d149 pcmanfm2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pcmanfm2/receipt Sun May 02 18:26:08 2010 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="pcmanfm2" +VERSION="0.9.5" +CATEGORY="system-tools" +SHORT_DESC="Light and easy to use file manager." +MAINTAINER="pankso@slitaz.org" +DEPENDS="glibc-base glib libgio util-linux-ng-uuid libxcb xcb-util expat \ +zlib fontconfig freetype gtk+ atk cairo pango pixman libpng gamin \ +startup-notification dbus dbus-glib hal xorg-libICE xorg-libSM xorg-libX11 \ +xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp \ +xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrender libfm" +BUILD_DEPENDS="gtk+-dev gamin-dev gamin shared-mime-info intltool hal-dev \ +dbus-glib-dev dbus-dev startup-notification-dev libxcb-dev xcb-util-dev \ +libfm-dev" +SOURCE="pcmanfm" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://pcmanfm.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/files/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + --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 + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/pcmanfm2 $fs/usr/share +} diff -r eb3e54044036 -r f77cc4b4d149 pcmanfm2/stuff/pcmanfm.png Binary file pcmanfm2/stuff/pcmanfm.png has changed