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

Balló György bgyorgy at archlinux.org
Thu Aug 29 14:48:49 UTC 2019


    Date: Thursday, August 29, 2019 @ 14:48:48
  Author: bgyorgy
Revision: 504947

upgpkg: gramps 2:5.1.0-1

Update to new version

Modified:
  gramps/trunk/PKGBUILD
Deleted:
  gramps/trunk/0001-Fix-AppStream-metadata-validation.patch

----------------------------------------------+
 0001-Fix-AppStream-metadata-validation.patch |   62 -------------------------
 PKGBUILD                                     |   18 +------
 2 files changed, 4 insertions(+), 76 deletions(-)

Deleted: 0001-Fix-AppStream-metadata-validation.patch
===================================================================
--- 0001-Fix-AppStream-metadata-validation.patch	2019-08-29 14:43:14 UTC (rev 504946)
+++ 0001-Fix-AppStream-metadata-validation.patch	2019-08-29 14:48:48 UTC (rev 504947)
@@ -1,62 +0,0 @@
-From bf3ce45129d9014f8bff978615528251b1c41d03 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
-Date: Tue, 25 Dec 2018 00:51:33 +0100
-Subject: [PATCH] Fix AppStream metadata validation
-
----
- data/gramps.appdata.xml.in | 27 +++++++++++++++++++--------
- 1 file changed, 19 insertions(+), 8 deletions(-)
-
-diff --git a/data/gramps.appdata.xml.in b/data/gramps.appdata.xml.in
-index ec7675818..82f19ed0c 100644
---- a/data/gramps.appdata.xml.in
-+++ b/data/gramps.appdata.xml.in
-@@ -1,7 +1,7 @@
- <?xml version="1.0" encoding="UTF-8"?>
--<component type="desktop">
--  <id>gramps.desktop</id>
--  <metadata_license>CC0</metadata_license>
-+<component type="desktop-application">
-+  <id>org.gramps.gramps</id>
-+  <metadata_license>CC0-1.0</metadata_license>
-   <name>Gramps</name>
-   <summary>Genealogical research program</summary>
- 
-@@ -11,6 +11,7 @@
-     <_p>All of your research is kept organized, searchable and as precise as you need it to be.</_p>
-   </description>
- 
-+  <launchable type="desktop-id">gramps.desktop</launchable>
-   <url type="homepage">https://gramps-project.org/</url>
-   <url type="bugtracker">https://gramps-project.org/bugs/</url>
-   <url type="help">https://gramps-project.org/wiki/index.php?title=Main_page</url>
-@@ -18,11 +19,21 @@
-   <developer_name>Gramps Development Team</developer_name>
- 
-   <screenshots>
--    <screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/5/5f/AppData1.png</screenshot>
--    <screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/6/68/AppData2.png</screenshot>
--    <screenshot type="default" width="1226" height="740">http://www.gramps-project.org/wiki/images/e/e9/AppData3.png</screenshot>
--    <screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/6/68/AppData4.png</screenshot>
--    <screenshot width="1226" height="740">http://www.gramps-project.org/wiki/images/5/50/AppData5.png</screenshot>
-+    <screenshot>
-+      <image width="1226" height="740">https://www.gramps-project.org/wiki/images/5/5f/AppData1.png</image>
-+    </screenshot>
-+    <screenshot>
-+      <image width="1226" height="740">https://www.gramps-project.org/wiki/images/6/68/AppData2.png</image>
-+    </screenshot>
-+    <screenshot type="default">
-+      <image width="1226" height="740">https://www.gramps-project.org/wiki/images/e/e9/AppData3.png</image>
-+    </screenshot>
-+    <screenshot>
-+      <image width="1226" height="740">https://www.gramps-project.org/wiki/images/6/68/AppData4.png</image>
-+    </screenshot>
-+    <screenshot>
-+      <image width="1226" height="740">https://www.gramps-project.org/wiki/images/5/50/AppData5.png</image>
-+    </screenshot>
-   </screenshots>
- 
-   <provides>
--- 
-2.20.1
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-29 14:43:14 UTC (rev 504946)
+++ PKGBUILD	2019-08-29 14:48:48 UTC (rev 504947)
@@ -4,8 +4,8 @@
 # Contributor: Cory Farmer <rbgkofi at ameritech.net>
 
 pkgname=gramps
-pkgver=5.0.1
-pkgrel=2
+pkgver=5.1.0
+pkgrel=1
 epoch=2
 pkgdesc="Genealogy program, which helps you track your family tree"
 arch=('any')
@@ -21,19 +21,9 @@
             '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"
-        0001-Fix-AppStream-metadata-validation.patch)
-sha256sums=('3a81265764a314cca0540593ccd639c5b76199615b3b0aace0b2540fc186eba5'
-            '0ac8d849c03dc5d17a45e0fb54abe5395552d6d977e1a9d85d62091d6c082914')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('9e09ab9f196e66858b62a35f5387b4b0a9ce13c0cb0bf4fd78257be77b45abf3')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix AppStream metadata
-  # https://github.com/gramps-project/gramps/pull/746
-  patch -Np1 -i ../0001-Fix-AppStream-metadata-validation.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   python3 setup.py build



More information about the arch-commits mailing list