[arch-commits] Commit in gramps/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Tue Oct 1 04:14:48 UTC 2013


    Date: Tuesday, October 1, 2013 @ 06:14:48
  Author: bgyorgy
Revision: 97910

upgpkg: gramps 2:4.0.1-5

Fix dependencies (FS#37137)

Modified:
  gramps/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-01 02:48:12 UTC (rev 97909)
+++ PKGBUILD	2013-10-01 04:14:48 UTC (rev 97910)
@@ -6,23 +6,24 @@
 
 pkgname=gramps
 pkgver=4.0.1
-pkgrel=4
+pkgrel=5
 epoch=2
 pkgdesc="A genealogy program, which helps you track your family tree"
 arch=('any')
 url="http://gramps-project.org/"
 license=('GPL')
-depends=('pygtk' 'librsvg' 'desktop-file-utils' 'shared-mime-info'
-	 'gnome-icon-theme' 'xdg-utils' 'python-bsddb'
-	 'python-gobject')
-makedepends=('intltool' 'python-setuptools')
-optdepends=('python-gnomevfs: mime functions support'
-            'python-gtkspell: spellchecking support'
-            'pywebkitgtk: html rendering support'
-            'graphviz: graph exporting support'
-            'ttf-freefont: more font support')
-#            'python-osmgpsmap: openstreetmap support'
-#            'pyexiv2: exif support'
+depends=('gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 'python-bsddb'
+	 'gnome-icon-theme' 'desktop-file-utils' 'shared-mime-info')
+makedepends=('intltool')
+optdepends=('graphviz: enable creation of graphs (required for tree reports)'
+	    'gtkspell3: enable spell checking in the notes'
+	    'rcs: manage multiple revisions of your family trees'
+	    'python-pillow: crop and convert images to JPG'
+	    'libgexiv2: manage Exif metadata embedded in your media'
+	    'ttf-freefont: more font support in the reports')
+#	    'python-osmgpsmap: show maps in the geography view'
+#	    'python-pyicu: improves localised sorting'
+#	    'webkitgtk: allows websites to be opened in Gramps'
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/project/gramps/Stable/$pkgver/gramps-$pkgver.tar.gz
 	block-changed.patch)




More information about the arch-commits mailing list