summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-viewpdf
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 10:24:38 -0500
committerJeremy Blosser2006-04-24 10:24:38 -0500
commit1876d086905076daae639d5f53c5a4f743ff2c09 (patch)
tree9a03cf679fc561c10c01948465473038d43926d5 /gnustep-apps/gnustep-viewpdf
parentc5afe37af2d9ddea977683f8be4927d59d6f234f (diff)
sync ./gnustep-apps/gnustep-viewpdf from stable-rc 0.4
Diffstat (limited to 'gnustep-apps/gnustep-viewpdf')
-rwxr-xr-xgnustep-apps/gnustep-viewpdf/BUILD11
-rwxr-xr-xgnustep-apps/gnustep-viewpdf/DETAILS5
-rw-r--r--gnustep-apps/gnustep-viewpdf/HISTORY12
-rwxr-xr-xgnustep-apps/gnustep-viewpdf/INSTALL3
4 files changed, 15 insertions, 16 deletions
diff --git a/gnustep-apps/gnustep-viewpdf/BUILD b/gnustep-apps/gnustep-viewpdf/BUILD
deleted file mode 100755
index 95724999ab..0000000000
--- a/gnustep-apps/gnustep-viewpdf/BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-if [ -f /etc/profile.d/GNUstep.sh ];
-then
- . /etc/profile.d/GNUstep.sh
-else
- message "${ERROR_COLOR}Unable to find /etc/profile.d/GNUstep.sh"
- message "Rebuild gnustep-make${DEFAULT_COLOR}"
- exit 1
-fi &&
-
-make
-
diff --git a/gnustep-apps/gnustep-viewpdf/DETAILS b/gnustep-apps/gnustep-viewpdf/DETAILS
index ff090d26b0..a2e6f39028 100755
--- a/gnustep-apps/gnustep-viewpdf/DETAILS
+++ b/gnustep-apps/gnustep-viewpdf/DETAILS
@@ -1,15 +1,16 @@
SPELL=gnustep-viewpdf
VERSION=0.9
SOURCE=ViewPDF-$VERSION.tar.bz2
-SOURCE_DIRECTORY=ViewPDF
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/ViewPDF
SOURCE_URL[0]=http://download.gna.org/gsimageapps/$SOURCE
WEB_SITE=http://home.gna.org/gsimageapps
- MD5[0]=7d1025c150fa49899d2f5fc3f4a3b1d0
+ SOURCE_HASH=sha512:62b24082f75178c99f1673b4d929ab7c9ede977c249e9fdbea0c14fc23a58b9b1b12b77565354d7ba0740d9e27be2481e658f5a44ed5f834db98a2b26b6c5b26
LICENSE[0]=GPL
ENTERED=20050908
UPDATED=20050908
BUILD_API=2
SHORT="A GNUstep/Cocoa PDF viewer."
+ TAR_OPTIONS="--no-same-owner"
cat << EOF
A GNUstep/Cocoa PDF viewer, unmaintained. New maintained version is called
diff --git a/gnustep-apps/gnustep-viewpdf/HISTORY b/gnustep-apps/gnustep-viewpdf/HISTORY
index 19e0e807a0..b020c303e9 100644
--- a/gnustep-apps/gnustep-viewpdf/HISTORY
+++ b/gnustep-apps/gnustep-viewpdf/HISTORY
@@ -1,2 +1,14 @@
+2006-01-13 Maurizio Boriani <baux@sourcemage.org>
+ * BUILD: Removed, use default.
+ * INSTALL: Likewise.
+ * DETAILS: Add TAR_OPTION var.
+
+2005-11-29 Seth Woolley <seth@tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-11-23 Maurizio Boriani <baux@sourcemage.org>
+ * DETAILS: Fix source directory path. Close bug#10107 and
+ bug#10108
+
2005-09-08 Maurizio Boriani <baux@sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: created the spell.
diff --git a/gnustep-apps/gnustep-viewpdf/INSTALL b/gnustep-apps/gnustep-viewpdf/INSTALL
deleted file mode 100755
index 106db2d812..0000000000
--- a/gnustep-apps/gnustep-viewpdf/INSTALL
+++ /dev/null
@@ -1,3 +0,0 @@
-export TAR_OPTIONS="--no-same-owner"
-
-make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install