misc/gramps: Updated for version 3.1.3
This commit is contained in:
parent
871e24913e
commit
a4eb544356
|
@ -1,18 +1,10 @@
|
||||||
GRAMPS is a genealogy program for Linux and other UNIX-like
|
GRAMPS is a genealogy program for Linux and other UNIX-like systems. GRAMPS
|
||||||
systems. GRAMPS stands for Genealogical Research and Analysis
|
stands for Genealogical Research and Analysis Management Programming System.
|
||||||
Management Programming System. GRAMPS helps you track your family
|
GRAMPS helps you track your family tree. It allows you to store, edit, and
|
||||||
tree. It allows you to store, edit, and research genealogical data.
|
research genealogical data.
|
||||||
|
|
||||||
GRAMPS requires:
|
GRAMPS requires ORBit2, libbonobo, gnome-mime-data, gconf, gnome-vfs,
|
||||||
ORBit2, libbonobo, gnome-mime-data, gconf, gnome-vfs, libgnome,
|
libgnome, and gnome-python; building in that order should work.
|
||||||
gnome-python available at SlackBuilds.org.
|
|
||||||
|
|
||||||
Building in the above order will fulfill interdependencies.
|
GRAMPS can also use libgnomeprint, graphviz, inkscape, and freefont
|
||||||
|
if they are installed.
|
||||||
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.
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# Written by Bill Kirkpatrick <bkirkp@gmail.com>
|
# Written by Bill Kirkpatrick <bkirkp@gmail.com>
|
||||||
|
|
||||||
PRGNAM=gramps
|
PRGNAM=gramps
|
||||||
VERSION=${VERSION:-3.1.1}
|
VERSION=${VERSION:-3.1.3}
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -59,7 +59,7 @@ make install DESTDIR=$PKG
|
||||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||||
xargs strip --strip-unneeded 2> /dev/null || true
|
xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
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
|
( cd $PKG/usr/man
|
||||||
|
@ -76,4 +76,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||||
|
|
||||||
cd $PKG
|
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}
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
PRGNAM="gramps"
|
PRGNAM="gramps"
|
||||||
VERSION="3.1.1"
|
VERSION="3.1.3"
|
||||||
HOMEPAGE="http://www.gramps-project.org/"
|
HOMEPAGE="http://www.gramps-project.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/gramps/gramps-3.1.1.tar.gz"
|
DOWNLOAD="http://downloads.sourceforge.net/gramps/gramps-3.1.3.tar.gz"
|
||||||
MD5SUM="c99ddec4a984989202e25c667fce9984"
|
MD5SUM="e2af82f39aa1b7691e0930c1b0d662e0"
|
||||||
|
DOWNLOAD_x86_64=""
|
||||||
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Bill Kirkpatrick"
|
MAINTAINER="Bill Kirkpatrick"
|
||||||
EMAIL="bkirkp@gmail.com"
|
EMAIL="bkirkp@gmail.com"
|
||||||
APPROVED="dsomero"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in New Issue