summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Jostein Berntsen2011-08-30 01:07:28 +0200
committer Niels Horn2011-08-30 01:07:28 +0200
commit03c8de1d83d08fd9ddd268c5738e2a1382f35ef9 (patch)
treeca7b444772ab47370856f65a0e7f995dd3d9dca9
parente334ffc52ab0172b17c51025dfcafee0d1fe35a6 (diff)
downloadslackbuilds-03c8de1d83d08fd9ddd268c5738e2a1382f35ef9.tar.gz
office/nts: Updated for version 82.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--office/nts/README3
-rw-r--r--office/nts/nts.SlackBuild7
-rw-r--r--office/nts/nts.info8
-rw-r--r--office/nts/slack-desc2
4 files changed, 7 insertions, 13 deletions
diff --git a/office/nts/README b/office/nts/README
index afc9ac2099..a505c54c99 100644
--- a/office/nts/README
+++ b/office/nts/README
@@ -5,10 +5,7 @@ cross-platform, wx(python)-based GUI for creating and modifying notes
as well as viewing them. Displayed items can be grouped by path or tag
and can be filtered in various ways.
-
Requirements
wxPython, pysetuptools and python-dateutil must be installed.
These can be installed from the SlackBuild repository.
-
-
diff --git a/office/nts/nts.SlackBuild b/office/nts/nts.SlackBuild
index f39d3967a7..11264ef0ab 100644
--- a/office/nts/nts.SlackBuild
+++ b/office/nts/nts.SlackBuild
@@ -4,13 +4,11 @@
# Written by Jostein Berntsen <jbernts@broadpark.no>
-
PRGNAM=nts
-VERSION=${VERSION:-78}
+VERSION=${VERSION:-82}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@@ -54,7 +52,7 @@ find . \
-exec chmod 644 {} \;
# Build
-python setup.py install --root=$PKG
+python setup.py install --prefix="/usr" --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
@@ -72,4 +70,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
-
diff --git a/office/nts/nts.info b/office/nts/nts.info
index 41e25b310d..cc1e2c83dd 100644
--- a/office/nts/nts.info
+++ b/office/nts/nts.info
@@ -1,10 +1,10 @@
PRGNAM="nts"
-VERSION="78"
+VERSION="82"
HOMEPAGE="http://www.duke.edu/~dgraham/NTS/"
-DOWNLOAD="http://www.duke.edu/~dgraham/NTS/nts-78.tar.gz"
-MD5SUM="0bc49867a3415b6e24b127ad4c343894"
+DOWNLOAD="http://www.duke.edu/~dgraham/NTS/nts-82.tar.gz"
+MD5SUM="0d0da351859ae9131b676720f4a831ea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Jostein Berntsen"
EMAIL="jbernts@broadpark.no"
-APPROVED="dsomero"
+APPROVED="Niels Horn"
diff --git a/office/nts/slack-desc b/office/nts/slack-desc
index e476da36ee..fac26148e9 100644
--- a/office/nts/slack-desc
+++ b/office/nts/slack-desc
@@ -15,5 +15,5 @@ nts: cross-platform, wx(python)-based GUI for creating and modifying notes
nts: as well as viewing them. Displayed items can be grouped by path or tag
nts: and can be filtered in various ways.
nts:
-nts: Homepage: http://www.duke.edu/~dgraham/NTS/
+nts: Home: http://www.duke.edu/~dgraham/NTS/
nts: