misc/gramps: Updated for version 3.1.3

This commit is contained in:
Bill Kirkpatrick 2010-05-13 00:34:17 +02:00 committed by Robby Workman
parent 871e24913e
commit a4eb544356
3 changed files with 17 additions and 23 deletions

View File

@ -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.

View File

@ -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}

View File

@ -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"