Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Robin Cook (0e35819c0fa1abb006425665a18fcbf79b01cc04)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Robin Cook <rcook AT wyrms.net>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Robin Cook (0e35819c0fa1abb006425665a18fcbf79b01cc04)
  • Date: Mon, 11 Jun 2007 02:14:28 +0200

We have gnome-commander already in shell-term-fm section.

$ gaze version gnome-commander
Grimoire Section Spell Grimoire Version Installed
Version
-------- ------- ----- ----------------
-----------------
test shell-term-fm gnome-commander 1.0.1 -


--
Ladislav Hagara




> GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:
>
> ChangeLog | 4 +
> gnome2-apps/gnome-commander/DEPENDS | 35
> ++++++++++
> gnome2-apps/gnome-commander/DETAILS | 18 +++++
> gnome2-apps/gnome-commander/HISTORY | 4 +
> gnome2-apps/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig |binary
> libs/libiptcdata/DETAILS | 21 ++++++
> libs/libiptcdata/HISTORY | 3
> libs/libiptcdata/libiptcdata-1.0.2.tar.gz.sig |binary
> 8 files changed, 85 insertions(+)
>
> New commits:
> commit 0e35819c0fa1abb006425665a18fcbf79b01cc04
> Author: Robin Cook <rcook AT wyrms.net>
> Commit: Robin Cook <rcook AT wyrms.net>
>
> gnome-commander: added two optional_depends
>
> commit ca812b9f52f36b8ba630902881ab625c65150928
> Author: Robin Cook <rcook AT wyrms.net>
> Commit: Robin Cook <rcook AT wyrms.net>
>
> libiptcdata: new spell
>
> commit af2c673c3e53550cb660c3cd9d47195221cfb65c
> Author: Robin Cook <rcook AT wyrms.net>
> Commit: Robin Cook <rcook AT wyrms.net>
>
> gnome-commander: new spell
>
> diff --git a/ChangeLog b/ChangeLog
> index 3da735d..027a351 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,7 @@
> +2007-06-10 Robin Cook <rcook AT wyrms.net>
> + * new spell gnome2-apps/gnome-commander
> + * new spell libs/libiptcdata
> +
> 2007-06-09 George Sherwood <george AT beernabeer.com>
> * chat-im/centerim: Created new spell. Fork of centericq
> * chat-libs/libotr: Added new spell.
> diff --git a/gnome2-apps/gnome-commander/DEPENDS
> b/gnome2-apps/gnome-commander/DEPENDS
> new file mode 100755
> index 0000000..f50c624
> --- /dev/null
> +++ b/gnome2-apps/gnome-commander/DEPENDS
> @@ -0,0 +1,35 @@
> +depends glib2 &&
> +depends gtk+2 &&
> +depends libgnome &&
> +depends libgnomeui &&
> +depends gnome-vfs2 &&
> +
> +optional_depends libexif \
> + "--with-libexif" \
> + "--without-libexif" \
> + "Enable libexif support?" &&
> +
> +optional_depends id3lib \
> + "--with-id3lib" \
> + "--without-id3lib" \
> + "Enable id3lib tag support?" &&
> +
> +optional_depends libgsf \
> + "--with-libgsf" \
> + "--without-libgsf" \
> + "Enable libgsf support?" &&
> +
> +optional_depends chmlib \
> + "--with-libchm" \
> + "--without-libchm" \
> + "Enable support for chm files?" &&
> +
> +optional_depends libiptcdata \
> + "--with-libiptcdata" \
> + "--without-libiptcdata" \
> + "Enable IPTC meta data support?" &&
> +
> +optional_depends python \
> + "--enable-python" \
> + "--disable-python" \
> + "Enable python plugins?"
> diff --git a/gnome2-apps/gnome-commander/DETAILS
> b/gnome2-apps/gnome-commander/DETAILS
> new file mode 100755
> index 0000000..8c95dc0
> --- /dev/null
> +++ b/gnome2-apps/gnome-commander/DETAILS
> @@ -0,0 +1,18 @@
> + SPELL=gnome-commander
> + VERSION=1.2.4
> + BRANCH=`echo $VERSION|cut -d . -f 1,2`
> + SOURCE=$SPELL-$VERSION.tar.bz2
> +SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
> + SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
> + SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
> + LICENSE[0]=GPL
> + WEB_SITE=http://www.nongnu.org
> + ENTERED=20070610
> + KEYWORDS="filemanager gnome2"
> + SHORT="2 pane grapical filemanager"
> +cat << EOF
> +GNOME Commander is a "two-pane" graphical filemanager for the Gnome desktop
> +environment. 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.
> +EOF
> diff --git a/gnome2-apps/gnome-commander/HISTORY
> b/gnome2-apps/gnome-commander/HISTORY
> new file mode 100644
> index 0000000..a23d3d1
> --- /dev/null
> +++ b/gnome2-apps/gnome-commander/HISTORY
> @@ -0,0 +1,4 @@
> +2007-06-10 Robin Cook <rcook AT wyrms.net>
> + * Initial version of spell
> + * DETAILS, DEPENDS
> +
> diff --git a/gnome2-apps/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig
> b/gnome2-apps/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig
> new file mode 100644
> index 0000000..3b870f2
> Binary files /dev/null and
> b/gnome2-apps/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig differ
>







Archive powered by MHonArc 2.6.24.

Top of Page