# HG changeset patch # User Pascal Bellard # Date 1350983784 -7200 # Node ID 550ed61929fc79a8fc18d3856466af2a9f3ee5ec # Parent feeef374a05afbcb873c5f5ed17cedf3dc6e6a0e gnome-commander: added; gnome-commander-i18n: added (optional lang files) diff -r feeef374a05a -r 550ed61929fc gnome-commander-i18n/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-commander-i18n/receipt Tue Oct 23 11:16:24 2012 +0200 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="gnome-commander-i18n" +VERSION="1.2.8.15" +CATEGORY="utilities" +SHORT_DESC="Language files for Gnome Commander" +MAINTAINER="al.bobylev@gmail.com" +DEPENDS="gnome-commander" +WEB_SITE="http://www.nongnu.org/gcmd/" +WANTED="gnome-commander" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/locale + cp -a $install/usr/share/locale/* $fs/usr/share/locale +} diff -r feeef374a05a -r 550ed61929fc gnome-commander/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-commander/description.txt Tue Oct 23 11:16:24 2012 +0200 @@ -0,0 +1,32 @@ +GNOME Commander is a free two pane file manager in the tradition of +Norton and Midnight Commander, it is built on the GTK-toolkit and +GnomeVFS. GNOME Commander aims to fulfill the demands of more advanced +users who like to focus on file management, their work through special +applications and running smart commands. This program is not aimed at +users wanting the weather forecast in a sidebar in their file manager... + +Features: + + * GTK-2 GUI with standard mouse interactions. + * GNOME mime types (MIME-Type management under development). + * FTP using GnomeVFS ftp module. + * SAMBA access. + * Right click mouse menu with the usual file operations to run, open, + open with.., delete or rename files and folders, and also to set + properties like ownership and permissions. + * Mouse context menu that easily can be extended by entries calling + any kind of external application like viewers, editors or custom + scripts to work on selected files or directories. + * Quick device access buttons with automatic mounting and unmounting + ("no-mount" option for just quick access to folders or otherwise + automounted devices). + * Latest accessed folder history. + * Folder bookmarks. + * Plugin support under development. + * Fast file viewer for text, images and image meta data (Exif and + IPTC). + * Tools for searching, quick file name search in current dir, + symlinking, comparing directories. ... + * A tool for advanced renaming of files supporting various types of + meta-data. + * Integrated command line. diff -r feeef374a05a -r 550ed61929fc gnome-commander/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnome-commander/receipt Tue Oct 23 11:16:24 2012 +0200 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="gnome-commander" +VERSION="1.2.8.15" +CATEGORY="utilities" +SHORT_DESC="A full featured, twin-panel file manager for Gnome2" +MAINTAINER="al.bobylev@gmail.com" +DEPENDS="alsa-lib atk audiofile bzlib cairo dbus dbus-glib esound exiv2 expat fontconfig freetype gcc-lib-base GConf gdk-pixbuf glib glibc-base gnome-vfs gtk+ lcms libart_lgpl libbonobo libbonoboui libffi libgcrypt libgio libgnome libgnomecanvas libgnome-keyring libgnomeui libgpg-error libgsf libjpeg libpng libxcb libxml2 ORBit2 pango pixman poppler popt taglib tiff util-linux-ng-uuid xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender zlib" +BUILD_DEPENDS="gtk+-dev glib-dev gnome-doc-utils-dev libgnome-dev libgnomeui-dev gdk-pixbuf-dev cairo-dev pango-dev atk-dev libbonoboui-dev libgnomecanvas-dev libart_lgpl-dev xorg-libXinerama-dev xorg-libXrandr-dev xorg-dev libgnome-keyring-dev libgcrypt-dev rarian-dev rarian exiv2-dev taglib-dev libgsf-dev poppler-dev chmlib-dev lcms-dev" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WEB_SITE="http://www.nongnu.org/gcmd/" +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*.*}/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --disable-scrollkeeper $CONFIGURE_ARGS && + make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cd $fs/usr/lib/gnome-commander; find . -name "*.*a" -exec rm -f {} \; + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share +}