[arch-commits] Commit in gramps/repos/community-any (PKGBUILD PKGBUILD)

2020-10-16 Thread Antonio Rojas via arch-commits
Date: Friday, October 16, 2020 @ 19:12:16
  Author: arojas
Revision: 724872

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 724871, gramps/trunk/PKGBUILD)
Deleted:
  gramps/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-16 19:12:07 UTC (rev 724871)
+++ PKGBUILD2020-10-16 19:12:16 UTC (rev 724872)
@@ -1,45 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-# Contributor: Cory Farmer 
-
-pkgname=gramps
-pkgver=5.1.2
-pkgrel=1
-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=('4f11d7fa66e397a36c902057794c48c0740d56c802fcdc5f2c3e3652104dd45b')
-
-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 724871, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-16 19:12:16 UTC (rev 724872)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+# Contributor: Cory Farmer 
+
+pkgname=gramps
+pkgver=5.1.3
+pkgrel=1
+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 

[arch-commits] Commit in gramps/repos/community-any (PKGBUILD PKGBUILD)

2020-01-13 Thread Balló György via arch-commits
Date: Monday, January 13, 2020 @ 11:11:27
  Author: bgyorgy
Revision: 552331

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 552330, gramps/trunk/PKGBUILD)
Deleted:
  gramps/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-13 11:11:22 UTC (rev 552330)
+++ PKGBUILD2020-01-13 11:11:27 UTC (rev 552331)
@@ -1,45 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-# Contributor: Cory Farmer 
-
-pkgname=gramps
-pkgver=5.1.1
-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=('7623c1e976a19e121f6fa799ca619def18672000ba7fd505abdaa9e782920eda')
-
-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 552330, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-13 11:11:27 UTC (rev 552331)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+# Contributor: Cory Farmer 
+
+pkgname=gramps
+pkgver=5.1.2
+pkgrel=1
+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=('4f11d7fa66e397a36c902057794c48c0740d56c802fcdc5f2c3e3652104dd45b')
+
+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 

[arch-commits] Commit in gramps/repos/community-any (PKGBUILD PKGBUILD)

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:23:29
  Author: bgyorgy
Revision: 512834

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 512833, gramps/trunk/PKGBUILD)
Deleted:
  gramps/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 16:23:25 UTC (rev 512833)
+++ PKGBUILD2019-10-04 16:23:29 UTC (rev 512834)
@@ -1,45 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-# Contributor: Cory Farmer 
-
-pkgname=gramps
-pkgver=5.1.0
-pkgrel=1
-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=('9e09ab9f196e66858b62a35f5387b4b0a9ce13c0cb0bf4fd78257be77b45abf3')
-
-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 512833, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 16:23:29 UTC (rev 512834)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+# Contributor: Cory Farmer 
+
+pkgname=gramps
+pkgver=5.1.1
+pkgrel=1
+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=('7623c1e976a19e121f6fa799ca619def18672000ba7fd505abdaa9e782920eda')
+
+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 

[arch-commits] Commit in gramps/repos/community-any (PKGBUILD PKGBUILD)

2018-12-21 Thread Balló György via arch-commits
Date: Friday, December 21, 2018 @ 22:10:04
  Author: bgyorgy
Revision: 417469

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 417468, gramps/trunk/PKGBUILD)
Deleted:
  gramps/repos/community-any/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-21 22:09:59 UTC (rev 417468)
+++ PKGBUILD2018-12-21 22:10:04 UTC (rev 417469)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-# Contributor: Cory Farmer 
-
-pkgname=gramps
-pkgver=5.0.0
-pkgrel=1
-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=('404da8f517381c2a29de717f3f3a46d8a1c1b77bfac5e494b9c4d0d8c7257fb6')
-
-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
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 417468, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-21 22:10:04 UTC (rev 417469)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+# Contributor: Cory Farmer 
+
+pkgname=gramps
+pkgver=5.0.1
+pkgrel=1
+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=('3a81265764a314cca0540593ccd639c5b76199615b3b0aace0b2540fc186eba5')
+
+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
+}


[arch-commits] Commit in gramps/repos/community-any (PKGBUILD PKGBUILD)

2018-08-18 Thread Balló György via arch-commits
Date: Saturday, August 18, 2018 @ 20:09:08
  Author: bgyorgy
Revision: 372691

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 372690, gramps/trunk/PKGBUILD)
Deleted:
  gramps/repos/community-any/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-18 20:09:05 UTC (rev 372690)
+++ PKGBUILD2018-08-18 20:09:08 UTC (rev 372691)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-# Contributor: Cory Farmer 
-
-pkgname=gramps
-pkgver=4.2.8
-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')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('aa2c18cdeb3d7fc07f0013d5ca9c651f3bd4aa02f03010966857f804b227668d')
-
-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
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 372690, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-18 20:09:08 UTC (rev 372691)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+# Contributor: Cory Farmer 
+
+pkgname=gramps
+pkgver=5.0.0
+pkgrel=1
+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=('404da8f517381c2a29de717f3f3a46d8a1c1b77bfac5e494b9c4d0d8c7257fb6')
+
+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
+}


[arch-commits] Commit in gramps/repos/community-any (PKGBUILD PKGBUILD)

2018-03-23 Thread Balló György via arch-commits
Date: Friday, March 23, 2018 @ 21:44:40
  Author: bgyorgy
Revision: 311665

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 311664, gramps/trunk/PKGBUILD)
Deleted:
  gramps/repos/community-any/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-23 21:44:34 UTC (rev 311664)
+++ PKGBUILD2018-03-23 21:44:40 UTC (rev 311665)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-# Contributor: Cory Farmer 
-# Contributor: György Balló 
-
-pkgname=gramps
-pkgver=4.2.6
-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')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('6f6f2afe745179e2e66f216f25ca2ba4bf4d5f6bd3b553bbb2946df0636a0bed')
-
-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
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 311664, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-23 21:44:40 UTC (rev 311665)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+# Contributor: Cory Farmer 
+
+pkgname=gramps
+pkgver=4.2.8
+pkgrel=1
+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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('aa2c18cdeb3d7fc07f0013d5ca9c651f3bd4aa02f03010966857f804b227668d')
+
+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
+}