From b837f284e7c133ccc304d5fa6a3383637bb17d63 Mon Sep 17 00:00:00 2001 From: Jeremy Blosser Date: Mon, 24 Apr 2006 10:24:05 -0500 Subject: sync ./gnustep-apps/gnustep-affiche from stable-rc 0.4 --- gnustep-apps/gnustep-affiche/BUILD | 11 ----------- gnustep-apps/gnustep-affiche/DETAILS | 5 +++-- gnustep-apps/gnustep-affiche/HISTORY | 12 ++++++++++++ gnustep-apps/gnustep-affiche/INSTALL | 6 ------ 4 files changed, 15 insertions(+), 19 deletions(-) delete mode 100755 gnustep-apps/gnustep-affiche/BUILD delete mode 100755 gnustep-apps/gnustep-affiche/INSTALL (limited to 'gnustep-apps/gnustep-affiche') 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 + * BUILD: Removed, use default. + * INSTALL: Likewise. + * DETAILS: Add TAR_OPTION var. + +2005-11-29 Seth Woolley + * DETAILS: MD5 -> SHA512 + +2005-11-23 Maurizio Boriani + * DETAILS: Fix source directory path. Close bug#10107 and + bug#10108 + 2005-09-08 Maurizio Boriani * 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 - - - -- cgit v1.2.3