summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-terminal
diff options
context:
space:
mode:
authorAndraž Levstik2007-04-18 20:39:16 +0200
committerAndraž Levstik2007-04-18 20:39:16 +0200
commit012a010dcfee4f44cf6db944e9513db9c6561d79 (patch)
tree5a72ca4d50c090181b546dadb0e95ba4dcb8ef20 /gnustep-apps/gnustep-terminal
parentb7d28bb70946b097083d8b859e22519d51adadda (diff)
gnustep-terminal: minor update
Diffstat (limited to 'gnustep-apps/gnustep-terminal')
-rwxr-xr-xgnustep-apps/gnustep-terminal/BUILD14
-rwxr-xr-xgnustep-apps/gnustep-terminal/DEPENDS3
-rwxr-xr-xgnustep-apps/gnustep-terminal/DETAILS2
-rw-r--r--gnustep-apps/gnustep-terminal/HISTORY5
-rwxr-xr-xgnustep-apps/gnustep-terminal/INSTALL5
5 files changed, 8 insertions, 21 deletions
diff --git a/gnustep-apps/gnustep-terminal/BUILD b/gnustep-apps/gnustep-terminal/BUILD
deleted file mode 100755
index 38fbd31ff9..0000000000
--- a/gnustep-apps/gnustep-terminal/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/Terminal &&
-
-make &&
-
-cd ../../
diff --git a/gnustep-apps/gnustep-terminal/DEPENDS b/gnustep-apps/gnustep-terminal/DEPENDS
index e9ad78b2d2..cd6da9897f 100755
--- a/gnustep-apps/gnustep-terminal/DEPENDS
+++ b/gnustep-apps/gnustep-terminal/DEPENDS
@@ -1 +1,2 @@
-depends gnustep-gui
+depends gnustep-gui &&
+depends gnustep-make
diff --git a/gnustep-apps/gnustep-terminal/DETAILS b/gnustep-apps/gnustep-terminal/DETAILS
index c2aae7bb30..89f4578d8a 100755
--- a/gnustep-apps/gnustep-terminal/DETAILS
+++ b/gnustep-apps/gnustep-terminal/DETAILS
@@ -7,7 +7,7 @@ else
fi
SOURCE=Terminal-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Terminal-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/Terminal
WEB_SITE=http://www.nongnu.org/backbone
SOURCE_IGNORE=volatile
LICENSE[0]=GPL
diff --git a/gnustep-apps/gnustep-terminal/HISTORY b/gnustep-apps/gnustep-terminal/HISTORY
index 2e4ef4bd8a..c0b06324ca 100644
--- a/gnustep-apps/gnustep-terminal/HISTORY
+++ b/gnustep-apps/gnustep-terminal/HISTORY
@@ -1,3 +1,8 @@
+2007-04-18 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: minor cleanup
+ * BUILD: removed
+ * INSTALL: removed
+
2006-10-09 Maurizio Boriani <baux@sourcemage.org>
* BUILD: Fix dummy concatenate error.
diff --git a/gnustep-apps/gnustep-terminal/INSTALL b/gnustep-apps/gnustep-terminal/INSTALL
deleted file mode 100755
index 5bb44283d2..0000000000
--- a/gnustep-apps/gnustep-terminal/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-export TAR_OPTIONS="--no-same-owner"
-
-cd Applications/Terminal &&
-make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_SYSTEM_ROOT install &&
-cd ../../