# HG changeset patch # User Christophe Lincoln # Date 1240859564 -7200 # Node ID add5a2914906783822c0eb2f3fb36f023d93251e # Parent d36c36e566b30f13507ebff6c39f3cb106ccd0d8 Add Xfe File manager (use Fox lib) diff -r d36c36e566b3 -r add5a2914906 xfe/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfe/receipt Mon Apr 27 21:12:44 2009 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="xfe" +VERSION="1.19.2" +CATEGORY="system-tools" +SHORT_DESC="Xfe File manager and utility using Fox toolkit." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +DEPENDS="libpng jpeg tiff xorg-libXft fox" +BUILD_DEPENDS="$DEPENDS libpng-dev jpeg-dev tiff-dev xorg-libXft-dev fox-dev" +SUGGESTED="adie calculator shutterbug" +WEB_SITE="http://roland65.free.fr/xfe/" +WGET_URL="$SF_MIRROR/$PACKAGE/$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/bin $fs/usr/share/xfe/icons + cp -a $_pkg/usr/bin/$PACKAGE $fs/usr/bin + cp -a $_pkg/usr/share/xfe/xferc $fs/usr/share/xfe + sed -i 's/gnomeblue-theme/tango-theme/' $fs/usr/share/xfe/xferc + # Tango/Gnome icons theme only + cp -a $_pkg/usr/share/xfe/icons/tango-theme \ + $fs/usr/share/xfe/icons + cp -a $_pkg/usr/share/xfe/icons/gnome-theme \ + $fs/usr/share/xfe/icons +} diff -r d36c36e566b3 -r add5a2914906 xfe/stuff/xfe.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfe/stuff/xfe.desktop Mon Apr 27 21:12:44 2009 +0200 @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=Xfe File manager +Name[fr]=Gestionnaire de fichiers Xfe +Exec=xfe +Icon=xfe.png +Categories=System;