Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (39cd30ce483efb317839c4f611506f51de39c1e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (39cd30ce483efb317839c4f611506f51de39c1e0)
  • Date: Tue, 30 Sep 2008 12:29:42 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

graphics/fotoxx/DEPENDS | 4 ++--
graphics/fotoxx/DETAILS | 6 +++---
graphics/fotoxx/HISTORY | 6 ++++++
graphics/fotoxx/INSTALL | 2 +-
graphics/fotoxx/PRE_BUILD | 3 +--
5 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit 39cd30ce483efb317839c4f611506f51de39c1e0
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

fotoxx: Updated to version 5.3.1. depends xdg-utils. Updated
desktop file name in PRE_BUILD and INSTALL. Updated
SOURCE_DIRECTORY

diff --git a/graphics/fotoxx/DEPENDS b/graphics/fotoxx/DEPENDS
index 947f9cd..4f68867 100755
--- a/graphics/fotoxx/DEPENDS
+++ b/graphics/fotoxx/DEPENDS
@@ -1,4 +1,4 @@
depends gtk+2 &&
depends g++ &&
-depends exiv2
-
+depends exiv2 &&
+depends xdg-utils
diff --git a/graphics/fotoxx/DETAILS b/graphics/fotoxx/DETAILS
index 0a13fd6..a6c4663 100755
--- a/graphics/fotoxx/DETAILS
+++ b/graphics/fotoxx/DETAILS
@@ -1,9 +1,9 @@
SPELL=fotoxx
- VERSION=5.0.3
+ VERSION=5.3.1
SOURCE="${SPELL}-$VERSION.tar.gz"
SOURCE_URL[0]=http://kornelix.squarespace.com/storage/$SPELL/${SOURCE}
-
SOURCE_HASH=sha512:1f3fe25e903b7c8e3da6c42a8d716548c9d331544ad8b3a43c53837ca65972ecb8133fc08e9f871dcb2fe702c12cda794d3855f0e20f0e732d785f5a3058ed5a
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$VERSION"
+
SOURCE_HASH=sha512:3e5b7ca176bd3209d0369444af2c0d2abf0b5e891571bc4e13a76e998cfe2e8c23afb3594d72027abef6e7c001ddc520f5692422c5eeaeb538f8727ca76baebf
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="http://kornelix.squarespace.com/fotoxx";
LICENSE[0]=GPL
ENTERED=20080329
diff --git a/graphics/fotoxx/HISTORY b/graphics/fotoxx/HISTORY
index c66dba7..0be0d19 100644
--- a/graphics/fotoxx/HISTORY
+++ b/graphics/fotoxx/HISTORY
@@ -1,3 +1,9 @@
+2008-09-30 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 5.3.1
+ * PRE_BUILD: Add vendor name to desktop file
+ * DEPENDS: depends xdg-utils
+ * INSTALL: Add vendor name to desktop file
+
2008-08-15 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 5.0.3

diff --git a/graphics/fotoxx/INSTALL b/graphics/fotoxx/INSTALL
index 2b686de..23f6512 100755
--- a/graphics/fotoxx/INSTALL
+++ b/graphics/fotoxx/INSTALL
@@ -1,3 +1,3 @@
PREFIX=${INSTALL_ROOT}/usr make install &&
mkdir -vp $INSTALL_ROOT/usr/share/applications/ &&
-cp -v $SPELL.desktop $INSTALL_ROOT/usr/share/applications/
+cp -v kornelix-$SPELL.desktop $INSTALL_ROOT/usr/share/applications/
diff --git a/graphics/fotoxx/PRE_BUILD b/graphics/fotoxx/PRE_BUILD
index 847cd8e..d350a1b 100755
--- a/graphics/fotoxx/PRE_BUILD
+++ b/graphics/fotoxx/PRE_BUILD
@@ -2,5 +2,4 @@ default_pre_build
&&
cd $SOURCE_DIRECTORY &&
sed -i "s:^CFLAGS = -O \(.*\):CFLAGS = \1 $CFLAGS:g" Makefile &&
sed -i "s:^LFLAGS = -O \(.*\):LFLAGS = \1 $CFLAGS:g" Makefile &&
-sed -i "s:^LAUNCHER = .*:LAUNCHER = \$(PROGRAM).desktop:g" Makefile
-
+sed -i "s:^LAUNCHER = .*:LAUNCHER = kornelix-\$(PROGRAM).desktop:g" Makefile



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (39cd30ce483efb317839c4f611506f51de39c1e0), George Sherwood, 09/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page