[arch-commits] Commit in discover/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Aug 30 20:36:31 UTC 2017


    Date: Wednesday, August 30, 2017 @ 20:36:31
  Author: arojas
Revision: 304363

Fix build with appstream 0.11.4

Modified:
  discover/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-30 19:24:25 UTC (rev 304362)
+++ PKGBUILD	2017-08-30 20:36:31 UTC (rev 304363)
@@ -15,10 +15,12 @@
 conflicts=(muon)
 replaces=(muon)
 groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig} discover-no-deb-rpm.patch)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig} discover-no-deb-rpm.patch
+        discover-appstream-0.11.4.patch::"https://cgit.kde.org/discover.git/patch/?id=c6d06463")
 sha256sums=('ae13990f3d9afcffd713d04d2fc6e072a54c2efe6746d19714211b953cc0b420'
             'SKIP'
-            '1910a7a95c8537cdf59fea87bdb4a4ac750d073c63182536358ef5c75508521d')
+            '1910a7a95c8537cdf59fea87bdb4a4ac750d073c63182536358ef5c75508521d'
+            'f3b0d9cb4788952785000e45ac4a21045d971273d9911e98e46aea10742d3ab4')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
               'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
@@ -29,6 +31,7 @@
   cd $pkgname-$pkgver
 # Don't handle .rpm or .deb files
   patch -p1 -i ../discover-no-deb-rpm.patch
+  patch -p1 -i ../discover-appstream-0.11.4.patch
 }
 
 build() {



More information about the arch-commits mailing list