summaryrefslogtreecommitdiffstats
path: root/gnustep-apps
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 10:24:05 -0500
committerJeremy Blosser2006-04-24 10:24:05 -0500
commitb837f284e7c133ccc304d5fa6a3383637bb17d63 (patch)
tree0d2bcd5af6535b32658928a2661812752b4ec4bd /gnustep-apps
parentd23fdf14a896fe1e96d20598da01b2d54694860f (diff)
sync ./gnustep-apps/gnustep-affiche from stable-rc 0.4
Diffstat (limited to 'gnustep-apps')
-rwxr-xr-xgnustep-apps/gnustep-affiche/BUILD11
-rwxr-xr-xgnustep-apps/gnustep-affiche/DETAILS5
-rw-r--r--gnustep-apps/gnustep-affiche/HISTORY12
-rwxr-xr-xgnustep-apps/gnustep-affiche/INSTALL6
4 files changed, 15 insertions, 19 deletions
diff --git a/gnustep-apps/gnustep-affiche/BUILD b/gnustep-apps/gnustep-affiche/BUILD
deleted file mode 100755
index 95724999ab..0000000000
--- a/gnustep-apps/gnustep-affiche/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-affiche/DETAILS b/gnustep-apps/gnustep-affiche/DETAILS
index 97dc26c8e8..27292093d1 100755
--- a/gnustep-apps/gnustep-affiche/DETAILS
+++ b/gnustep-apps/gnustep-affiche/DETAILS
@@ -1,15 +1,16 @@
SPELL=gnustep-affiche
VERSION=0.6.0
SOURCE=Affiche-$VERSION.tar.gz
-SOURCE_DIRECTORY=Affiche
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Affiche
SOURCE_URL[0]=http://www.collaboration-world.com/affiche.data/releases/Stable/$SOURCE
WEB_SITE=http://www.collaboration-world.com
- MD5[0]=82804f0a38f111c3839dc8bbddb973d4
+ SOURCE_HASH=sha512:114b323e8db0fa104fed5a94a544e481e8574a0af367951dfb1e400a15b0813564e433a12d33828f230b1f5f83578d161afad12e014f786e2e5bb60e90f637bc
LICENSE[0]=GPL
ENTERED=20050908
UPDATED=20050908
BUILD_API=2
SHORT="GNUstep stick little notes."
+ TAR_OPTIONS="--no-same-owner"
cat << EOF
Affiche is a little application that allows people to 'stick little notes'
diff --git a/gnustep-apps/gnustep-affiche/HISTORY b/gnustep-apps/gnustep-affiche/HISTORY
index 19e0e807a0..b020c303e9 100644
--- a/gnustep-apps/gnustep-affiche/HISTORY
+++ b/gnustep-apps/gnustep-affiche/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-affiche/INSTALL b/gnustep-apps/gnustep-affiche/INSTALL
deleted file mode 100755
index f7dea3c6b3..0000000000
--- a/gnustep-apps/gnustep-affiche/INSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-export TAR_OPTIONS="--no-same-owner"
-
-make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install
-
-
-