summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-cenon
diff options
context:
space:
mode:
authorAndraž Levstik2007-04-17 23:20:27 +0200
committerAndraž Levstik2007-04-17 23:20:27 +0200
commitaf6d5e8f77d5ce8c3d861c76a88df3925762ac63 (patch)
tree0852a5d40dbb3fec5afc3606a23dad9708b75100 /gnustep-apps/gnustep-cenon
parent427daeed8d0f7e00946a52794bad69d316c866e5 (diff)
gnustep-cenon: minor updates
Diffstat (limited to 'gnustep-apps/gnustep-cenon')
-rwxr-xr-xgnustep-apps/gnustep-cenon/DEPENDS3
-rwxr-xr-xgnustep-apps/gnustep-cenon/DETAILS5
-rw-r--r--gnustep-apps/gnustep-cenon/HISTORY5
-rwxr-xr-xgnustep-apps/gnustep-cenon/PRE_BUILD4
4 files changed, 13 insertions, 4 deletions
diff --git a/gnustep-apps/gnustep-cenon/DEPENDS b/gnustep-apps/gnustep-cenon/DEPENDS
index ae6a8c89b8..0eccc72c03 100755
--- a/gnustep-apps/gnustep-cenon/DEPENDS
+++ b/gnustep-apps/gnustep-cenon/DEPENDS
@@ -1 +1,2 @@
-depends gnustep-cenonlib \ No newline at end of file
+depends gnustep-cenonlib &&
+depends gnustep-make
diff --git a/gnustep-apps/gnustep-cenon/DETAILS b/gnustep-apps/gnustep-cenon/DETAILS
index a2f02c9abf..f63a6d3bec 100755
--- a/gnustep-apps/gnustep-cenon/DETAILS
+++ b/gnustep-apps/gnustep-cenon/DETAILS
@@ -1,13 +1,12 @@
SPELL=gnustep-cenon
- VERSION=3.80
+ VERSION=3.82
SOURCE=Cenon-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Cenon
SOURCE_URL[0]=http://www.vhf-group.com/vhfInterservice/download/source/$SOURCE
WEB_SITE=http://www.cenon.info
- SOURCE_HASH=sha512:8ea084b92e4d0504782d5acd382ace1f4f44fdcc706a26d09eb9fc4a10bc650c7d5fd958a7dab14cf8f0ab63b717ba9576846eb003010a7bfb6eee35ba1f77c2
+ SOURCE_HASH=sha512:f37484fb64ea971e0d94afd87896e927db962d4add86d23bdbd093637455ad8b83cd98f25ea44c789747ec9be15e5e1a845ce5ecfb506975c293668e56a9db22
LICENSE[0]=http://www.vhf-group.com/vhfInterservice/download/LICENSE
ENTERED=20060421
- UPDATED=20050421
KEYWORDS="gnustep graphics"
SHORT="Cenon graphical tool."
diff --git a/gnustep-apps/gnustep-cenon/HISTORY b/gnustep-apps/gnustep-cenon/HISTORY
index a938fc0738..948f3e2b1c 100644
--- a/gnustep-apps/gnustep-cenon/HISTORY
+++ b/gnustep-apps/gnustep-cenon/HISTORY
@@ -1,3 +1,8 @@
+2007-04-17 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: minor cleanup
+ * DEPENDS: added a depends
+ * PRE_BUILD: added for install locations
+
2006-09-21 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.
diff --git a/gnustep-apps/gnustep-cenon/PRE_BUILD b/gnustep-apps/gnustep-cenon/PRE_BUILD
new file mode 100755
index 0000000000..3ba474e63d
--- /dev/null
+++ b/gnustep-apps/gnustep-cenon/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit 's/GNUSTEP_LOCAL_ROOT/GNUSTEP_LOCAL_LIBRARY/g' GNUmakefile &&
+sedit 's/GNUSTEP_INSTALLATION_DIR)\/Library/GNUSTEP_SYSTEM_LIBRARY)/g' GNUmakefile.postamble