summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Bill Kirkpatrick2010-05-13 00:34:17 +0200
committer Robby Workman2010-05-13 00:34:17 +0200
commita4eb5443560d933d02186272fcb826a12a90f0f1 (patch)
tree314b43a32039147a6473c0c5c14f686530f46ac4 /misc
parent871e24913e5ca91435edba71b4bcd34a68ce496f (diff)
downloadslackbuilds-a4eb5443560d933d02186272fcb826a12a90f0f1.tar.gz
misc/gramps: Updated for version 3.1.3
Diffstat (limited to 'misc')
-rw-r--r--misc/gramps/README24
-rw-r--r--misc/gramps/gramps.SlackBuild6
-rw-r--r--misc/gramps/gramps.info10
3 files changed, 17 insertions, 23 deletions
diff --git a/misc/gramps/README b/misc/gramps/README
index 87a0f0678f..8da4f53cec 100644
--- a/misc/gramps/README
+++ b/misc/gramps/README
@@ -1,18 +1,10 @@
-GRAMPS is a genealogy program for Linux and other UNIX-like
-systems. GRAMPS stands for Genealogical Research and Analysis
-Management Programming System. GRAMPS helps you track your family
-tree. It allows you to store, edit, and research genealogical data.
+GRAMPS is a genealogy program for Linux and other UNIX-like systems. GRAMPS
+stands for Genealogical Research and Analysis Management Programming System.
+GRAMPS helps you track your family tree. It allows you to store, edit, and
+research genealogical data.
-GRAMPS requires:
-ORBit2, libbonobo, gnome-mime-data, gconf, gnome-vfs, libgnome,
-gnome-python available at SlackBuilds.org.
+GRAMPS requires ORBit2, libbonobo, gnome-mime-data, gconf, gnome-vfs,
+libgnome, and gnome-python; building in that order should work.
-Building in the above order will fulfill interdependencies.
-
-GRAMPS can use:
-gtkspell, xdg-utils, desktop-file-utils, included in Slackware.
-libgnomeprint, graphviz, Inkscape, ttf-freefont available from
-SlackBuilds.org
-
-GRAMPS currently has no Help/manual package. You can download a
-wiki-style manual from the homepage.
+GRAMPS can also use libgnomeprint, graphviz, inkscape, and freefont
+if they are installed.
diff --git a/misc/gramps/gramps.SlackBuild b/misc/gramps/gramps.SlackBuild
index 4852ed7a5d..399ee56418 100644
--- a/misc/gramps/gramps.SlackBuild
+++ b/misc/gramps/gramps.SlackBuild
@@ -5,7 +5,7 @@
# Written by Bill Kirkpatrick <bkirkp@gmail.com>
PRGNAM=gramps
-VERSION=${VERSION:-3.1.1}
+VERSION=${VERSION:-3.1.3}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,7 +59,7 @@ make install DESTDIR=$PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
+ xargs strip --strip-unneeded 2> /dev/null || true
)
( cd $PKG/usr/man
@@ -76,4 +76,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/misc/gramps/gramps.info b/misc/gramps/gramps.info
index 15b89c333a..2f4bbf70d1 100644
--- a/misc/gramps/gramps.info
+++ b/misc/gramps/gramps.info
@@ -1,8 +1,10 @@
PRGNAM="gramps"
-VERSION="3.1.1"
+VERSION="3.1.3"
HOMEPAGE="http://www.gramps-project.org/"
-DOWNLOAD="http://downloads.sourceforge.net/gramps/gramps-3.1.1.tar.gz"
-MD5SUM="c99ddec4a984989202e25c667fce9984"
+DOWNLOAD="http://downloads.sourceforge.net/gramps/gramps-3.1.3.tar.gz"
+MD5SUM="e2af82f39aa1b7691e0930c1b0d662e0"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
MAINTAINER="Bill Kirkpatrick"
EMAIL="bkirkp@gmail.com"
-APPROVED="dsomero"
+APPROVED="rworkman"