[arch-commits] Commit in gramps/repos/community-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon May 17 18:21:56 UTC 2021
Date: Monday, May 17, 2021 @ 18:21:56
Author: jelle
Revision: 936070
archrelease: copy trunk to community-any
Added:
gramps/repos/community-any/PKGBUILD
(from rev 936069, gramps/trunk/PKGBUILD)
Deleted:
gramps/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-17 18:21:45 UTC (rev 936069)
+++ PKGBUILD 2021-05-17 18:21:56 UTC (rev 936070)
@@ -1,45 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Cory Farmer <rbgkofi at ameritech.net>
-
-pkgname=gramps
-pkgver=5.1.3
-pkgrel=2
-epoch=2
-pkgdesc="Genealogy program, which helps you track your family tree"
-arch=('any')
-url="https://gramps-project.org/"
-license=('GPL')
-depends=('gtk3' 'python-bsddb' 'python-cairo' 'python-gobject' 'xdg-utils')
-makedepends=('intltool')
-optdepends=('osm-gps-map: show maps in the geography view'
- 'graphviz: enable creation of graphs (required for tree reports)'
- 'python-pyicu: improves localised sorting'
- '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'
- 'geocode-glib: associate a geographical position to a place name')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('91d755b7e407af40ce5ebe24b29baab860bc6e2871ebcbee3f5e109c438df1e8')
-
-build() {
- cd $pkgname-$pkgver
- python3 setup.py build
-}
-
-package() {
- cd $pkgname-$pkgver
- python3 setup.py install --root="$pkgdir" --optimize=1
- echo -n '/usr/share' >"$pkgdir"/usr/lib/python*/site-packages/gramps/gen/utils/resource-path
-
- # Install application icon to its correct place
- install -dm755 "$pkgdir"/usr/share/icons/hicolor/{16x16,22x22,24x24,48x48,scalable}/apps
- mv "$pkgdir"/usr/share/gramps/images/hicolor/16x16/actions/gramps.png "$pkgdir"/usr/share/icons/hicolor/16x16/apps/gramps.png
- mv "$pkgdir"/usr/share/gramps/images/hicolor/22x22/actions/gramps.png "$pkgdir"/usr/share/icons/hicolor/22x22/apps/gramps.png
- mv "$pkgdir"/usr/share/gramps/images/hicolor/24x24/actions/gramps.png "$pkgdir"/usr/share/icons/hicolor/24x24/apps/gramps.png
- mv "$pkgdir"/usr/share/gramps/images/hicolor/48x48/actions/gramps.png "$pkgdir"/usr/share/icons/hicolor/48x48/apps/gramps.png
- mv "$pkgdir"/usr/share/gramps/images/hicolor/scalable/actions/gramps.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/gramps.svg
- rm "$pkgdir"/usr/share/icons/gramps.png
-}
Copied: gramps/repos/community-any/PKGBUILD (from rev 936069, gramps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-17 18:21:56 UTC (rev 936070)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Cory Farmer <rbgkofi at ameritech.net>
+
+pkgname=gramps
+pkgver=5.1.3
+pkgrel=3
+epoch=2
+pkgdesc="Genealogy program, which helps you track your family tree"
+arch=('any')
+url="https://gramps-project.org/"
+license=('GPL')
+depends=('gtk3' 'python-bsddb' 'python-cairo' 'python-gobject' 'xdg-utils')
+makedepends=('intltool')
+optdepends=('osm-gps-map: show maps in the geography view'
+ 'graphviz: enable creation of graphs (required for tree reports)'
+ 'python-pyicu: improves localised sorting'
+ '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'
+ 'geocode-glib: associate a geographical position to a place name')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('91d755b7e407af40ce5ebe24b29baab860bc6e2871ebcbee3f5e109c438df1e8')
+
+build() {
+ cd $pkgname-$pkgver
+ python3 setup.py build
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python3 setup.py install --no-compress-manpages --root="$pkgdir" --optimize=1
+ echo -n '/usr/share' >"$pkgdir"/usr/lib/python*/site-packages/gramps/gen/utils/resource-path
+
+ # Install application icon to its correct place
+ install -dm755 "$pkgdir"/usr/share/icons/hicolor/{16x16,22x22,24x24,48x48,scalable}/apps
+ mv "$pkgdir"/usr/share/gramps/images/hicolor/16x16/actions/gramps.png "$pkgdir"/usr/share/icons/hicolor/16x16/apps/gramps.png
+ mv "$pkgdir"/usr/share/gramps/images/hicolor/22x22/actions/gramps.png "$pkgdir"/usr/share/icons/hicolor/22x22/apps/gramps.png
+ mv "$pkgdir"/usr/share/gramps/images/hicolor/24x24/actions/gramps.png "$pkgdir"/usr/share/icons/hicolor/24x24/apps/gramps.png
+ mv "$pkgdir"/usr/share/gramps/images/hicolor/48x48/actions/gramps.png "$pkgdir"/usr/share/icons/hicolor/48x48/apps/gramps.png
+ mv "$pkgdir"/usr/share/gramps/images/hicolor/scalable/actions/gramps.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/gramps.svg
+ rm "$pkgdir"/usr/share/icons/gramps.png
+}
More information about the arch-commits
mailing list