[arch-commits] Commit in gramps/repos/community-any (6 files)
Sergej Pupykin
spupykin at archlinux.org
Tue Dec 22 09:53:44 UTC 2015
Date: Tuesday, December 22, 2015 @ 10:53:43
Author: spupykin
Revision: 154163
archrelease: copy trunk to community-any
Added:
gramps/repos/community-any/PKGBUILD
(from rev 154162, gramps/trunk/PKGBUILD)
gramps/repos/community-any/gramps.install
(from rev 154162, gramps/trunk/gramps.install)
gramps/repos/community-any/ignore_intltool_errors.patch
(from rev 154162, gramps/trunk/ignore_intltool_errors.patch)
Deleted:
gramps/repos/community-any/PKGBUILD
gramps/repos/community-any/gramps.install
gramps/repos/community-any/ignore_intltool_errors.patch
------------------------------+
PKGBUILD | 94 ++++++++++++++++++++---------------------
gramps.install | 26 +++++------
ignore_intltool_errors.patch | 24 +++++-----
3 files changed, 72 insertions(+), 72 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-22 09:53:33 UTC (rev 154162)
+++ PKGBUILD 2015-12-22 09:53:43 UTC (rev 154163)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: William Rea <sillywilly at gmail.com>
-# Contributor: Cory Farmer <rbgkofi at ameritech.net>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=gramps
-pkgver=4.2.1
-pkgrel=1
-epoch=2
-pkgdesc="A genealogy program, which helps you track your family tree"
-arch=('any')
-url="http://gramps-project.org/"
-license=('GPL')
-depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils'
- 'python-bsddb' 'gnome-icon-theme' 'desktop-file-utils'
- 'shared-mime-info' 'python-cairo')
-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=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/gramps/archive/gramps-$pkgver.tar.gz")
-md5sums=('efb835f5304b4543f6bea77cd782daba')
-
-prepare() {
- cd "$srcdir/gramps-gramps-$pkgver"
-# patch -Np1 -i $srcdir/ignore_intltool_errors.patch
-}
-
-build() {
- cd "$srcdir/gramps-gramps-$pkgver"
- python setup.py build
-}
-
-package() {
-_pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.`
- cd "$srcdir/gramps-gramps-$pkgver"
- python setup.py install --root=$pkgdir
- echo -n '/usr/share' >$pkgdir/usr/lib/python${_pyver}/site-packages/gramps/gen/utils/resource-path
-}
Copied: gramps/repos/community-any/PKGBUILD (from rev 154162, gramps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-12-22 09:53:43 UTC (rev 154163)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: William Rea <sillywilly at gmail.com>
+# Contributor: Cory Farmer <rbgkofi at ameritech.net>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=gramps
+epoch=2
+pkgver=4.2.1
+pkgrel=2
+pkgdesc="A genealogy program, which helps you track your family tree"
+arch=('any')
+url="http://gramps-project.org/"
+license=('GPL')
+depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils'
+ 'python-bsddb' 'desktop-file-utils'
+ 'shared-mime-info' 'python-cairo')
+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=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/gramps/archive/v$pkgver.tar.gz")
+md5sums=('3ea926c7c3ce545697584bbe43b2af6f')
+
+prepare() {
+ cd "$srcdir/gramps-$pkgver"
+# patch -Np1 -i $srcdir/ignore_intltool_errors.patch
+}
+
+build() {
+ cd "$srcdir/gramps-$pkgver"
+ python setup.py build
+}
+
+package() {
+_pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.`
+ cd "$srcdir/gramps-$pkgver"
+ python setup.py install --root=$pkgdir
+ echo -n '/usr/share' >$pkgdir/usr/lib/python${_pyver}/site-packages/gramps/gen/utils/resource-path
+}
Deleted: gramps.install
===================================================================
--- gramps.install 2015-12-22 09:53:33 UTC (rev 154162)
+++ gramps.install 2015-12-22 09:53:43 UTC (rev 154163)
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q &>/dev/null &
- update-mime-database usr/share/mime &>/dev/null &
- xdg-icon-resource forceupdate --theme gnome &>/dev/null &
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
Copied: gramps/repos/community-any/gramps.install (from rev 154162, gramps/trunk/gramps.install)
===================================================================
--- gramps.install (rev 0)
+++ gramps.install 2015-12-22 09:53:43 UTC (rev 154163)
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q &>/dev/null &
+ update-mime-database usr/share/mime &>/dev/null &
+ xdg-icon-resource forceupdate --theme gnome &>/dev/null &
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
Deleted: ignore_intltool_errors.patch
===================================================================
--- ignore_intltool_errors.patch 2015-12-22 09:53:33 UTC (rev 154162)
+++ ignore_intltool_errors.patch 2015-12-22 09:53:43 UTC (rev 154163)
@@ -1,12 +0,0 @@
-diff -aur gramps-4.2.0/setup.py gramps-4.2.0.new/setup.py
---- gramps-4.2.0/setup.py 2015-07-29 20:53:06.000000000 +0200
-+++ gramps-4.2.0.new/setup.py 2015-09-20 17:58:17.035215951 +0200
-@@ -91,7 +91,7 @@
- except:
- return (0,0,0)
- else:
-- cmd = 'intltool-update --version | head -1 | cut -d" " -f3'
-+ cmd = 'intltool-update --version 2> /dev/null | head -1 | cut -d" " -f3'
- retcode, version_str = subprocess.getstatusoutput(cmd)
- if retcode != 0:
- return None
Copied: gramps/repos/community-any/ignore_intltool_errors.patch (from rev 154162, gramps/trunk/ignore_intltool_errors.patch)
===================================================================
--- ignore_intltool_errors.patch (rev 0)
+++ ignore_intltool_errors.patch 2015-12-22 09:53:43 UTC (rev 154163)
@@ -0,0 +1,12 @@
+diff -aur gramps-4.2.0/setup.py gramps-4.2.0.new/setup.py
+--- gramps-4.2.0/setup.py 2015-07-29 20:53:06.000000000 +0200
++++ gramps-4.2.0.new/setup.py 2015-09-20 17:58:17.035215951 +0200
+@@ -91,7 +91,7 @@
+ except:
+ return (0,0,0)
+ else:
+- cmd = 'intltool-update --version | head -1 | cut -d" " -f3'
++ cmd = 'intltool-update --version 2> /dev/null | head -1 | cut -d" " -f3'
+ retcode, version_str = subprocess.getstatusoutput(cmd)
+ if retcode != 0:
+ return None
More information about the arch-commits
mailing list