summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2008-09-30 12:28:37 -0500
committerGeorge Sherwood2008-09-30 12:28:37 -0500
commit39cd30ce483efb317839c4f611506f51de39c1e0 (patch)
tree16402be57524376203bf34f308b068befb5a0934
parentc1e2a3fe59a531a87167765a156e387949262e89 (diff)
fotoxx: Updated to version 5.3.1. depends xdg-utils. Updated
desktop file name in PRE_BUILD and INSTALL. Updated SOURCE_DIRECTORY
-rwxr-xr-xgraphics/fotoxx/DEPENDS4
-rwxr-xr-xgraphics/fotoxx/DETAILS6
-rw-r--r--graphics/fotoxx/HISTORY6
-rwxr-xr-xgraphics/fotoxx/INSTALL2
-rwxr-xr-xgraphics/fotoxx/PRE_BUILD3
5 files changed, 13 insertions, 8 deletions
diff --git a/graphics/fotoxx/DEPENDS b/graphics/fotoxx/DEPENDS
index 947f9cdd55..4f68867c1a 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 0a13fd6e1d..a6c466375c 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 c66dba7891..0be0d1955b 100644
--- a/graphics/fotoxx/HISTORY
+++ b/graphics/fotoxx/HISTORY
@@ -1,3 +1,9 @@
+2008-09-30 George Sherwood <gsherwood@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@mages.ath.cx>
* DETAILS: updated spell to 5.0.3
diff --git a/graphics/fotoxx/INSTALL b/graphics/fotoxx/INSTALL
index 2b686def83..23f6512ced 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 847cd8eb57..d350a1b902 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