summaryrefslogtreecommitdiffstats
path: root/gnustep-apps
diff options
context:
space:
mode:
authorAndraž Levstik2007-04-18 21:04:28 +0200
committerAndraž Levstik2007-04-18 21:04:28 +0200
commitfdf566ec4cd755c061a86199e642d708c51fe431 (patch)
tree5851a4e7ffd5ba57f20334e9d641eee21149ca1a /gnustep-apps
parent012a010dcfee4f44cf6db944e9513db9c6561d79 (diff)
gnustep-textedit: minor fixups
Diffstat (limited to 'gnustep-apps')
-rwxr-xr-xgnustep-apps/gnustep-textedit/BUILD14
-rwxr-xr-xgnustep-apps/gnustep-textedit/DEPENDS3
-rwxr-xr-xgnustep-apps/gnustep-textedit/DETAILS2
-rw-r--r--gnustep-apps/gnustep-textedit/HISTORY6
-rwxr-xr-xgnustep-apps/gnustep-textedit/INSTALL5
5 files changed, 9 insertions, 21 deletions
diff --git a/gnustep-apps/gnustep-textedit/BUILD b/gnustep-apps/gnustep-textedit/BUILD
deleted file mode 100755
index 4c4494e64c..0000000000
--- a/gnustep-apps/gnustep-textedit/BUILD
+++ /dev/null
@@ -1,14 +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}" &&
- return 1
-fi &&
-
-cd Applications/TextEdit &&
-
-make &&
-
-cd ../../
diff --git a/gnustep-apps/gnustep-textedit/DEPENDS b/gnustep-apps/gnustep-textedit/DEPENDS
index e9ad78b2d2..cd6da9897f 100755
--- a/gnustep-apps/gnustep-textedit/DEPENDS
+++ b/gnustep-apps/gnustep-textedit/DEPENDS
@@ -1 +1,2 @@
-depends gnustep-gui
+depends gnustep-gui &&
+depends gnustep-make
diff --git a/gnustep-apps/gnustep-textedit/DETAILS b/gnustep-apps/gnustep-textedit/DETAILS
index 413f2af120..0b391eca7a 100755
--- a/gnustep-apps/gnustep-textedit/DETAILS
+++ b/gnustep-apps/gnustep-textedit/DETAILS
@@ -7,7 +7,7 @@ else
fi
SOURCE=TextEdit-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/TextEdit-cvs
- SOURCE_URL[0]=cvs://:pserver:anoncvs@cvs.savannah.gnu.org:/cvsroot/backbone:System
+ SOURCE_URL[0]=cvs://:pserver:anoncvs@cvs.savannah.gnu.org:/cvsroot/backbone:System/Applications/TextEdit
WEB_SITE=http://www.nongnu.org/backbone
SOURCE_IGNORE=volatile
LICENSE[0]=GPL
diff --git a/gnustep-apps/gnustep-textedit/HISTORY b/gnustep-apps/gnustep-textedit/HISTORY
index 4128ed80c9..4f33f19b56 100644
--- a/gnustep-apps/gnustep-textedit/HISTORY
+++ b/gnustep-apps/gnustep-textedit/HISTORY
@@ -1,3 +1,9 @@
+2007-04-18 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: minor revamp
+ * DEPENDS: missing a dep
+ * BUILD: not needed
+ * INSTALL: not needed
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/gnustep-apps/gnustep-textedit/INSTALL b/gnustep-apps/gnustep-textedit/INSTALL
deleted file mode 100755
index fd411ad7f0..0000000000
--- a/gnustep-apps/gnustep-textedit/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-export TAR_OPTIONS="--no-same-owner"
-
-cd Applications/TextEdit &&
-make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install &&
-cd ../../