wok rev 13534
gnome-commander: added; gnome-commander-i18n: added (optional lang files)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 23 11:16:24 2012 +0200 (2012-10-23) |
parents | feeef374a05a |
children | e36a9f8bbcfc |
files | gnome-commander-i18n/receipt gnome-commander/description.txt gnome-commander/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gnome-commander-i18n/receipt Tue Oct 23 11:16:24 2012 +0200 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gnome-commander-i18n" 1.7 +VERSION="1.2.8.15" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Language files for Gnome Commander" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +DEPENDS="gnome-commander" 1.12 +WEB_SITE="http://www.nongnu.org/gcmd/" 1.13 +WANTED="gnome-commander" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/share/locale 1.19 + cp -a $install/usr/share/locale/* $fs/usr/share/locale 1.20 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/gnome-commander/description.txt Tue Oct 23 11:16:24 2012 +0200 2.3 @@ -0,0 +1,32 @@ 2.4 +GNOME Commander is a free two pane file manager in the tradition of 2.5 +Norton and Midnight Commander, it is built on the GTK-toolkit and 2.6 +GnomeVFS. GNOME Commander aims to fulfill the demands of more advanced 2.7 +users who like to focus on file management, their work through special 2.8 +applications and running smart commands. This program is not aimed at 2.9 +users wanting the weather forecast in a sidebar in their file manager... 2.10 + 2.11 +Features: 2.12 + 2.13 + * GTK-2 GUI with standard mouse interactions. 2.14 + * GNOME mime types (MIME-Type management under development). 2.15 + * FTP using GnomeVFS ftp module. 2.16 + * SAMBA access. 2.17 + * Right click mouse menu with the usual file operations to run, open, 2.18 + open with.., delete or rename files and folders, and also to set 2.19 + properties like ownership and permissions. 2.20 + * Mouse context menu that easily can be extended by entries calling 2.21 + any kind of external application like viewers, editors or custom 2.22 + scripts to work on selected files or directories. 2.23 + * Quick device access buttons with automatic mounting and unmounting 2.24 + ("no-mount" option for just quick access to folders or otherwise 2.25 + automounted devices). 2.26 + * Latest accessed folder history. 2.27 + * Folder bookmarks. 2.28 + * Plugin support under development. 2.29 + * Fast file viewer for text, images and image meta data (Exif and 2.30 + IPTC). 2.31 + * Tools for searching, quick file name search in current dir, 2.32 + symlinking, comparing directories. ... 2.33 + * A tool for advanced renaming of files supporting various types of 2.34 + meta-data. 2.35 + * Integrated command line.
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/gnome-commander/receipt Tue Oct 23 11:16:24 2012 +0200 3.3 @@ -0,0 +1,31 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="gnome-commander" 3.7 +VERSION="1.2.8.15" 3.8 +CATEGORY="utilities" 3.9 +SHORT_DESC="A full featured, twin-panel file manager for Gnome2" 3.10 +MAINTAINER="al.bobylev@gmail.com" 3.11 +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" 3.12 +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" 3.13 +TARBALL="$PACKAGE-$VERSION.tar.xz" 3.14 +WEB_SITE="http://www.nongnu.org/gcmd/" 3.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*.*}/$TARBALL" 3.16 + 3.17 +# Rules to configure and make the package. 3.18 +compile_rules() 3.19 +{ 3.20 + cd $src 3.21 + ./configure --disable-scrollkeeper $CONFIGURE_ARGS && 3.22 + make && make install 3.23 +} 3.24 + 3.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.26 +genpkg_rules() 3.27 +{ 3.28 + mkdir -p $fs/usr/share 3.29 + cp -a $install/usr/bin $fs/usr 3.30 + cp -a $install/usr/lib $fs/usr 3.31 + cd $fs/usr/lib/gnome-commander; find . -name "*.*a" -exec rm -f {} \; 3.32 + cp -a $install/usr/share/applications $fs/usr/share 3.33 + cp -a $install/usr/share/pixmaps $fs/usr/share 3.34 +}