[arch-commits] Commit in deepin-gir-generator/trunk (2 files)

Felix Yan felixonmars at archlinux.org
Thu Oct 25 14:10:30 UTC 2018


    Date: Thursday, October 25, 2018 @ 14:10:29
  Author: felixonmars
Revision: 398979

upgpkg: deepin-gir-generator 1.1.0-2

fix deepin-api's build

Added:
  deepin-gir-generator/trunk/launch_uris_as_manager_with_fds.patch
Modified:
  deepin-gir-generator/trunk/PKGBUILD

---------------------------------------+
 PKGBUILD                              |    8 +++++---
 launch_uris_as_manager_with_fds.patch |   14 ++++++++++++++
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-25 14:06:33 UTC (rev 398978)
+++ PKGBUILD	2018-10-25 14:10:29 UTC (rev 398979)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-gir-generator
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Generate static golang bindings for GObject'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/go-gir-generator"
@@ -12,9 +12,10 @@
 depends=('gobject-introspection' 'libgudev')
 makedepends=('go-pie')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz"
-        SettingsBackendLike.patch)
+        SettingsBackendLike.patch launch_uris_as_manager_with_fds.patch)
 sha512sums=('7fc7a491f9078cdbde46d2354975d7c742b887bb973f469602023786abf7f9ddb3f512d3dfc2f26db1ddf65804b9094623cecfc862111a34a64d1150a55a9a8c'
-            'b36b10c01afb33f7bb054a928d4c5e0a017fac35e38992fe441bfcb9224b3aebd55e77a2f740a7b439221694f103a0edd102bd9bc0ef72a45512514886a90ea8')
+            'b36b10c01afb33f7bb054a928d4c5e0a017fac35e38992fe441bfcb9224b3aebd55e77a2f740a7b439221694f103a0edd102bd9bc0ef72a45512514886a90ea8'
+            '1923f3282ded1032e0fb0d5bab4d7e7e4d51ef9ce54240f0842f767844655910d2795a5bec75e812e43d97d0a61ea8ef4fbcbdb63f43cc61448ab31fcfc3bce3')
 
 prepare() {
   export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
@@ -23,6 +24,7 @@
   # Our gobject-introspection is too new
   # https://cr.deepin.io/#/c/16880/
   patch -p1 -i ../SettingsBackendLike.patch
+  patch -p1 -i ../launch_uris_as_manager_with_fds.patch
 }
 
 build() {

Added: launch_uris_as_manager_with_fds.patch
===================================================================
--- launch_uris_as_manager_with_fds.patch	                        (rev 0)
+++ launch_uris_as_manager_with_fds.patch	2018-10-25 14:10:29 UTC (rev 398979)
@@ -0,0 +1,14 @@
+diff --git a/lib.in/gio-2.0/config.json b/lib.in/gio-2.0/config.json
+index 4b13d42..de0be17 100644
+--- a/lib.in/gio-2.0/config.json
++++ b/lib.in/gio-2.0/config.json
+@@ -217,7 +217,8 @@
+ 	},
+ 	"method-blacklist": {
+ 		"DesktopAppInfo":[
+-			"launch_uris_as_manager"
++			"launch_uris_as_manager",
++			"launch_uris_as_manager_with_fds"
+ 		],
+ 		"Cancellable": [
+ 			"connect"



More information about the arch-commits mailing list