summaryrefslogtreecommitdiffstats
path: root/gnome2-apps
diff options
context:
space:
mode:
authorIsmael Luceno2016-12-12 18:54:09 -0200
committerIsmael Luceno2016-12-12 18:56:22 -0200
commitd6da32e28ce89fbc12f6fab9f7a57d467ce2581f (patch)
treed9e0328fb9f3c8ea809e9515f578a827c512a435 /gnome2-apps
parent529241b3f68e881febbefb50c42385495510b8dc (diff)
gramps 4.2.4
Diffstat (limited to 'gnome2-apps')
-rwxr-xr-xgnome2-apps/gramps/BUILD3
-rwxr-xr-xgnome2-apps/gramps/DEPENDS2
-rwxr-xr-xgnome2-apps/gramps/DETAILS4
-rw-r--r--gnome2-apps/gramps/HISTORY4
-rwxr-xr-xgnome2-apps/gramps/INSTALL1
5 files changed, 9 insertions, 5 deletions
diff --git a/gnome2-apps/gramps/BUILD b/gnome2-apps/gramps/BUILD
index 00a0e192e8..78e28e3186 100755
--- a/gnome2-apps/gramps/BUILD
+++ b/gnome2-apps/gramps/BUILD
@@ -1,2 +1 @@
-OPTS="$OPTS --disable-mime-install" &&
-default_build
+default_build_python3
diff --git a/gnome2-apps/gramps/DEPENDS b/gnome2-apps/gramps/DEPENDS
index 23c66b940c..3dafb5d914 100755
--- a/gnome2-apps/gramps/DEPENDS
+++ b/gnome2-apps/gramps/DEPENDS
@@ -1,4 +1,4 @@
-depends python &&
+depends python3 &&
depends bsddb3 &&
depends perl &&
depends xml-parser-expat &&
diff --git a/gnome2-apps/gramps/DETAILS b/gnome2-apps/gramps/DETAILS
index c267c83a10..8f5ebaf92d 100755
--- a/gnome2-apps/gramps/DETAILS
+++ b/gnome2-apps/gramps/DETAILS
@@ -1,6 +1,6 @@
SPELL=gramps
- VERSION=3.4.7
- SOURCE_HASH=sha512:e4e785a6fbc1a7b5d5c3c8692a30a7ead2e495651e5ee7ba9454d5280523fb80c153bbdd5d9b79f753ea931c35770c176e53cd8fe6f0ca9145c51a689d1af021
+ VERSION=4.2.4
+ SOURCE_HASH=sha512:5f8aee57830453f3fcc6811ef7ba2fb36783e8387b149a26e71613b29532259abba8d77bfad724a93f50ebca5ed24b464a7c303f942019d0dd37bb2ba52873db
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-?}
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
diff --git a/gnome2-apps/gramps/HISTORY b/gnome2-apps/gramps/HISTORY
index e83e4659cd..2ad41413fb 100644
--- a/gnome2-apps/gramps/HISTORY
+++ b/gnome2-apps/gramps/HISTORY
@@ -1,3 +1,7 @@
+2016-12-12 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 4.2.4
+ * BUILD, DEPENDS, INSTALL: converted to python3
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)
diff --git a/gnome2-apps/gramps/INSTALL b/gnome2-apps/gramps/INSTALL
new file mode 100755
index 0000000000..6a91b84337
--- /dev/null
+++ b/gnome2-apps/gramps/INSTALL
@@ -0,0 +1 @@
+default_install_python3