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

Balló György bgyorgy at archlinux.org
Sat Mar 9 14:55:35 UTC 2019


    Date: Saturday, March 9, 2019 @ 14:55:34
  Author: bgyorgy
Revision: 438273

upgpkg: eolie 0.9.52-1

Update to new version

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

----------------------------------------------+
 0001-Fix-AppStream-metadata-validation.patch |   49 -------------------------
 PKGBUILD                                     |   17 ++------
 2 files changed, 5 insertions(+), 61 deletions(-)

Deleted: 0001-Fix-AppStream-metadata-validation.patch
===================================================================
--- 0001-Fix-AppStream-metadata-validation.patch	2019-03-09 14:54:10 UTC (rev 438272)
+++ 0001-Fix-AppStream-metadata-validation.patch	2019-03-09 14:55:34 UTC (rev 438273)
@@ -1,49 +0,0 @@
-From e33a0a0b3aed641483cb43cd697b9a81f2feac85 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor at gmail.com>
-Date: Mon, 24 Dec 2018 17:12:14 +0000
-Subject: [PATCH] Fix AppStream metadata validation
-
----
- data/org.gnome.Eolie.appdata.xml.in | 15 +++++++--------
- 1 file changed, 7 insertions(+), 8 deletions(-)
-
-diff --git a/data/org.gnome.Eolie.appdata.xml.in b/data/org.gnome.Eolie.appdata.xml.in
-index b2c5463..c552d9d 100644
---- a/data/org.gnome.Eolie.appdata.xml.in
-+++ b/data/org.gnome.Eolie.appdata.xml.in
-@@ -1,8 +1,9 @@
- <?xml version="1.0" encoding="UTF-8"?>
--<component type="desktop">
-+<component type="desktop-application">
-  <id>org.gnome.Eolie</id>
-  <launchable type="desktop-id">org.gnome.Eolie.desktop</launchable>
-- <licence>CC0</licence>
-+ <metadata_license>CC0-1.0</metadata_license>
-+ <project_license>GPL-3.0+</project_license>
-  <name>Eolie</name>
-  <summary>Web browser</summary>
-  <description>
-@@ -17,16 +18,14 @@
-       </description>
-     </release>
-   </releases>
--  <categories>
--    <category>Web</category>
--  </categories>
-  <screenshots>
--    <screenshot type="default">https://adishatz.org/eolie.jpg</screenshot>
-+    <screenshot type="default">
-+      <image>https://adishatz.org/eolie.jpg</image>
-+    </screenshot>
-  </screenshots>
-   <url type="homepage">https://wiki.gnome.org/Apps/Eolie</url>
-   <url type="bugtracker">https://gitlab.gnome.org/World/eolie/issues</url>
-   <url type="donation">https://www.paypal.me/lollypopgnome</url>
-   <url type="translate">https://hosted.weblate.org/projects/gnumdk/</url>
--  <content_rating type="oars-1.1" />
-- <updatecontact>cedric.bellegarde at adishatz.org</updatecontact>
-+ <update_contact>cedric.bellegarde at adishatz.org</update_contact>
- </component>
--- 
-2.20.1
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-09 14:54:10 UTC (rev 438272)
+++ PKGBUILD	2019-03-09 14:55:34 UTC (rev 438273)
@@ -2,8 +2,8 @@
 # Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
 
 pkgname=eolie
-pkgver=0.9.45
-pkgrel=2
+pkgver=0.9.52
+pkgrel=1
 pkgdesc="Simple web browser for GNOME"
 arch=('x86_64')
 url="https://wiki.gnome.org/Apps/Eolie"
@@ -15,13 +15,11 @@
             'python-fxa: Firefox Sync support'
             'python-pyopenssl: Show SSL certificates'
             'python-requests-hawk: Firefox Sync support')
-_commit=4cae6126129620b40396df9fd8e533434ec0eeee  # tags/0.9.45
+_commit=aee248970c6dc458e008d07fac36cb5bc36b0782  # tags/0.9.52
 source=("git+https://gitlab.gnome.org/World/eolie.git#commit=$_commit"
-        "git+https://gitlab.gnome.org/gnumdk/eolie-po.git"
-        0001-Fix-AppStream-metadata-validation.patch)
+        "git+https://gitlab.gnome.org/gnumdk/eolie-po.git")
 sha256sums=('SKIP'
-            'SKIP'
-            'd32b04aaf035dd7c2e09b383f37537db7bd916c12c77eb31f81e0094976521a6')
+            'SKIP')
 
 pkgver() {
 	cd $pkgname
@@ -32,11 +30,6 @@
 	cd $pkgname
 	git config submodule.subprojects/po.url "$srcdir/eolie-po"
 	git submodule update --init
-
-	# Fix AppStream metadata
-	# https://gitlab.gnome.org/World/eolie/merge_requests/271
-	git cherry-pick -n ba5cc5b90267bcbf9c6bf9b9c06ee45bd9ed9768
-	patch -Np1 -i ../0001-Fix-AppStream-metadata-validation.patch
 }
 
 build() {



More information about the arch-commits mailing list