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

Jan Steffens heftig at archlinux.org
Sat Apr 28 10:32:47 UTC 2018


    Date: Saturday, April 28, 2018 @ 10:32:47
  Author: heftig
Revision: 323081

3.28.0-2

Modified:
  gcr/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-28 08:45:57 UTC (rev 323080)
+++ PKGBUILD	2018-04-28 10:32:47 UTC (rev 323081)
@@ -3,7 +3,7 @@
 
 pkgname=gcr
 pkgver=3.28.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for bits of crypto UI and parsing"
 url="https://git.gnome.org/browse/gcr"
 arch=(x86_64)
@@ -13,8 +13,10 @@
 checkdepends=(python2)
 _commit=aa4e0535a6f8e6bd6834a630ba2ea7b8990e402c  # tags/3.28.0^0
 source=("git+https://git.gnome.org/browse/gcr#commit=$_commit"
+        0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch
         10-gcr.conf)
 sha256sums=('SKIP'
+            '464b395618dfbbb827a812de56deb3ca22ceb99010885c8f43dae22cfd66278d'
             '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
 
 pkgver() {
@@ -24,6 +26,10 @@
 
 prepare() {
   cd $pkgname
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=795626
+  patch -Np1 -i ../0001-Allow-D-Bus-to-launch-the-prompter-using-systemd.patch
+
   sed -i '1s/python$/&2/' build/tap-{driver,gtester}
   NOCONFIGURE=1 ./autogen.sh
 }



More information about the arch-commits mailing list