Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (24240b6e0cb47a7e930d734ed8af78dcf988e59a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (24240b6e0cb47a7e930d734ed8af78dcf988e59a)
  • Date: Mon, 11 Jun 2007 00:05:39 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

ChangeLog | 1
dev/null |binary
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 | 0
shell-term-fm/gnome-commander/BUILD | 5 -
shell-term-fm/gnome-commander/DEPENDS | 38
++++++++--
shell-term-fm/gnome-commander/DETAILS | 31
+++-----
shell-term-fm/gnome-commander/HISTORY | 7 +
shell-term-fm/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig |binary
11 files changed, 54 insertions(+), 85 deletions(-)

New commits:
commit 24240b6e0cb47a7e930d734ed8af78dcf988e59a
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnome-commander: removed from gnome2-apps as existed in shell-term-fm

commit a7b13b03d4dc95e7c0da74699c2690e87a6f4f4d
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnome-commander: update to 1.2.4

diff --git a/ChangeLog b/ChangeLog
index 027a351..974a564 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,4 @@
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>
diff --git a/gnome2-apps/gnome-commander/DEPENDS
b/gnome2-apps/gnome-commander/DEPENDS
deleted file mode 100755
index f50c624..0000000
--- a/gnome2-apps/gnome-commander/DEPENDS
+++ /dev/null
@@ -1,35 +0,0 @@
-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
deleted file mode 100755
index 8c95dc0..0000000
--- a/gnome2-apps/gnome-commander/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
- 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
deleted file mode 100644
index a23d3d1..0000000
--- a/gnome2-apps/gnome-commander/HISTORY
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index 3b870f2..0000000
Binary files a/gnome2-apps/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig
and /dev/null differ
diff --git a/shell-term-fm/gnome-commander/BUILD
b/shell-term-fm/gnome-commander/BUILD
deleted file mode 100755
index f361804..0000000
--- a/shell-term-fm/gnome-commander/BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/run \
- $OPTS &&
- make
diff --git a/shell-term-fm/gnome-commander/DEPENDS
b/shell-term-fm/gnome-commander/DEPENDS
index b29b3f5..f50c624 100755
--- a/shell-term-fm/gnome-commander/DEPENDS
+++ b/shell-term-fm/gnome-commander/DEPENDS
@@ -1,5 +1,35 @@
-depends gnome-libs &&
-depends gnome-vfs &&
-depends gdk-pixbuf &&
+depends glib2 &&
+depends gtk+2 &&
+depends libgnome &&
+depends libgnomeui &&
+depends gnome-vfs2 &&

-optional_depends "FAM" "" "" " for File Alteration Monitor support"
+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/shell-term-fm/gnome-commander/DETAILS
b/shell-term-fm/gnome-commander/DETAILS
index a04ea81..8c95dc0 100755
--- a/shell-term-fm/gnome-commander/DETAILS
+++ b/shell-term-fm/gnome-commander/DETAILS
@@ -1,23 +1,18 @@
SPELL=gnome-commander
- VERSION=1.0.1
+ 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]=http://savannah.gnu.org/download/gcmd/gcmd.pkg/$VERSION/$SOURCE
- WEB_SITE=http://www.freesoftware.fsf.org/gcmd/
- ENTERED=20020802
- UPDATED=20030725
-
SOURCE_HASH=sha512:686676dfdd550caa28ea0ec98d792cfe43742567245be34e28bc4bf79a2cb73df617b09c621fc0069337b18c6409cbf7668d72011c7feddb71c05161cb3a1e4a
- LICENSE[0]=GPL2
- KEYWORDS="gnome console"
- SHORT="A GNOME based file manager aimed at people that wants a
fast and efficient file manager"
+ 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 file mangager aimed at people
-that wants an efficent and fast file manager. The
-program can currently perform most common file
-operations such as copy, move, delete, chown and
-chmod and so on. It can also detect changes to
-files caused by other programs and update the
-views without the need for the user to manually
-reload. The program also supports Copy&Paste as
-well as Drag&Drop.
+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/shell-term-fm/gnome-commander/HISTORY
b/shell-term-fm/gnome-commander/HISTORY
index 029692e..ca3a5df 100644
--- a/shell-term-fm/gnome-commander/HISTORY
+++ b/shell-term-fm/gnome-commander/HISTORY
@@ -1,3 +1,10 @@
+2007-06-10 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated to 1.2.4
+ updated SOURCE_URL
+ updated short and long description
+ * DEPENDS: updated to gnome2 depends
+ * BUILD: removed
+
2006-06-28 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/shell-term-fm/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig
b/shell-term-fm/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig
new file mode 100644
index 0000000..3b870f2
Binary files /dev/null and
b/shell-term-fm/gnome-commander/gnome-commander-1.2.4.tar.bz2.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page