[arch-commits] Commit in deepin-gir-generator/repos/community-x86_64 (5 files)

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


    Date: Thursday, October 25, 2018 @ 14:10:52
  Author: felixonmars
Revision: 398980

archrelease: copy trunk to community-x86_64

Added:
  deepin-gir-generator/repos/community-x86_64/PKGBUILD
    (from rev 398979, deepin-gir-generator/trunk/PKGBUILD)
  deepin-gir-generator/repos/community-x86_64/SettingsBackendLike.patch
    (from rev 398979, deepin-gir-generator/trunk/SettingsBackendLike.patch)
  deepin-gir-generator/repos/community-x86_64/launch_uris_as_manager_with_fds.patch
    (from rev 398979, deepin-gir-generator/trunk/launch_uris_as_manager_with_fds.patch)
Deleted:
  deepin-gir-generator/repos/community-x86_64/PKGBUILD
  deepin-gir-generator/repos/community-x86_64/SettingsBackendLike.patch

---------------------------------------+
 PKGBUILD                              |   74 ++++++++++++++--------------
 SettingsBackendLike.patch             |   84 ++++++++++++++++----------------
 launch_uris_as_manager_with_fds.patch |   14 +++++
 3 files changed, 94 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-25 14:10:29 UTC (rev 398979)
+++ PKGBUILD	2018-10-25 14:10:52 UTC (rev 398980)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
-# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
-
-pkgname=deepin-gir-generator
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Generate static golang bindings for GObject'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/go-gir-generator"
-license=('GPL3')
-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)
-sha512sums=('7fc7a491f9078cdbde46d2354975d7c742b887bb973f469602023786abf7f9ddb3f512d3dfc2f26db1ddf65804b9094623cecfc862111a34a64d1150a55a9a8c'
-            'b36b10c01afb33f7bb054a928d4c5e0a017fac35e38992fe441bfcb9224b3aebd55e77a2f740a7b439221694f103a0edd102bd9bc0ef72a45512514886a90ea8')
-
-prepare() {
-  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
-
-  cd go-gir-generator-$pkgver
-  # Our gobject-introspection is too new
-  # https://cr.deepin.io/#/c/16880/
-  patch -p1 -i ../SettingsBackendLike.patch
-}
-
-build() {
-  cd go-gir-generator-$pkgver
-  make
-}
-
-package() {
-  cd go-gir-generator-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-gir-generator/repos/community-x86_64/PKGBUILD (from rev 398979, deepin-gir-generator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-25 14:10:52 UTC (rev 398980)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-gir-generator
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='Generate static golang bindings for GObject'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/go-gir-generator"
+license=('GPL3')
+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 launch_uris_as_manager_with_fds.patch)
+sha512sums=('7fc7a491f9078cdbde46d2354975d7c742b887bb973f469602023786abf7f9ddb3f512d3dfc2f26db1ddf65804b9094623cecfc862111a34a64d1150a55a9a8c'
+            'b36b10c01afb33f7bb054a928d4c5e0a017fac35e38992fe441bfcb9224b3aebd55e77a2f740a7b439221694f103a0edd102bd9bc0ef72a45512514886a90ea8'
+            '1923f3282ded1032e0fb0d5bab4d7e7e4d51ef9ce54240f0842f767844655910d2795a5bec75e812e43d97d0a61ea8ef4fbcbdb63f43cc61448ab31fcfc3bce3')
+
+prepare() {
+  export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
+
+  cd go-gir-generator-$pkgver
+  # 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() {
+  cd go-gir-generator-$pkgver
+  make
+}
+
+package() {
+  cd go-gir-generator-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: SettingsBackendLike.patch
===================================================================
--- SettingsBackendLike.patch	2018-10-25 14:10:29 UTC (rev 398979)
+++ SettingsBackendLike.patch	2018-10-25 14:10:52 UTC (rev 398980)
@@ -1,42 +0,0 @@
-From 55ad8df560b2a8aec3462e61edff781f11cf86a9 Mon Sep 17 00:00:00 2001
-From: jouyouyun <jouyouwen717 at gmail.com>
-Date: Mon, 24 Oct 2016 19:43:32 +0800
-Subject: [PATCH] Fix 'SettingsBackendLike' undefined
-
-Change-Id: I9b817b3a6ec26ce8023e26a6b2c7abc67074d53f
----
-
-diff --git a/lib.in/gio-2.0/config.json b/lib.in/gio-2.0/config.json
-index aaf75ed..7733140 100644
---- a/lib.in/gio-2.0/config.json
-+++ b/lib.in/gio-2.0/config.json
-@@ -35,6 +35,7 @@
- 			"AppLaunchContext",
- 			"Emblem",
- 			"Settings",
-+			"SettingsBackend",
- 			"FileMonitor",
- 			"FileInfo",
- 			"InputStream",
-@@ -52,7 +53,6 @@
- 			"FileAttributeInfoList",
- 			"FileAttributeMatcher",
- 			"ActionEntry",
--			"SettingsBackend",
- 			"MountIface"
- 			//"SettingsSchema"
- 		],
-diff --git a/lib.in/glib-2.0/config.json b/lib.in/glib-2.0/config.json
-index 88a8314..4290004 100644
---- a/lib.in/glib-2.0/config.json
-+++ b/lib.in/glib-2.0/config.json
-@@ -11,7 +11,8 @@
- 	    "KeyFile",
- 	    "Variant",
- 	    "VariantType",
--	    "PollFD"
-+	    "PollFD",
-+	    "Tree"
- 	],
- 	"functions": [
- 	    "get_user_cache_dir",

Copied: deepin-gir-generator/repos/community-x86_64/SettingsBackendLike.patch (from rev 398979, deepin-gir-generator/trunk/SettingsBackendLike.patch)
===================================================================
--- SettingsBackendLike.patch	                        (rev 0)
+++ SettingsBackendLike.patch	2018-10-25 14:10:52 UTC (rev 398980)
@@ -0,0 +1,42 @@
+From 55ad8df560b2a8aec3462e61edff781f11cf86a9 Mon Sep 17 00:00:00 2001
+From: jouyouyun <jouyouwen717 at gmail.com>
+Date: Mon, 24 Oct 2016 19:43:32 +0800
+Subject: [PATCH] Fix 'SettingsBackendLike' undefined
+
+Change-Id: I9b817b3a6ec26ce8023e26a6b2c7abc67074d53f
+---
+
+diff --git a/lib.in/gio-2.0/config.json b/lib.in/gio-2.0/config.json
+index aaf75ed..7733140 100644
+--- a/lib.in/gio-2.0/config.json
++++ b/lib.in/gio-2.0/config.json
+@@ -35,6 +35,7 @@
+ 			"AppLaunchContext",
+ 			"Emblem",
+ 			"Settings",
++			"SettingsBackend",
+ 			"FileMonitor",
+ 			"FileInfo",
+ 			"InputStream",
+@@ -52,7 +53,6 @@
+ 			"FileAttributeInfoList",
+ 			"FileAttributeMatcher",
+ 			"ActionEntry",
+-			"SettingsBackend",
+ 			"MountIface"
+ 			//"SettingsSchema"
+ 		],
+diff --git a/lib.in/glib-2.0/config.json b/lib.in/glib-2.0/config.json
+index 88a8314..4290004 100644
+--- a/lib.in/glib-2.0/config.json
++++ b/lib.in/glib-2.0/config.json
+@@ -11,7 +11,8 @@
+ 	    "KeyFile",
+ 	    "Variant",
+ 	    "VariantType",
+-	    "PollFD"
++	    "PollFD",
++	    "Tree"
+ 	],
+ 	"functions": [
+ 	    "get_user_cache_dir",

Copied: deepin-gir-generator/repos/community-x86_64/launch_uris_as_manager_with_fds.patch (from rev 398979, deepin-gir-generator/trunk/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:52 UTC (rev 398980)
@@ -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