Date: Thursday, January 3, 2019 @ 20:52:20
  Author: felixonmars
Revision: 420386

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-01-03 20:52:01 UTC (rev 420385)
+++ PKGBUILD    2019-01-03 20:52:20 UTC (rev 420386)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# 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
-}

Copied: deepin-gir-generator/repos/community-x86_64/PKGBUILD (from rev 420385, 
deepin-gir-generator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-01-03 20:52:20 UTC (rev 420386)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Josip Ponjavic <josipponjavic at gmail dot com>
+# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
+
+pkgname=deepin-gir-generator
+pkgver=1.2.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=('8fefad81103f614bb5c172df5255ff36a395923d9d82faf54f6a21ad4c38f59bdcab3c6f94ee7298debec46c79981a58011cf38f52effe2cde819ef399e9d5ce'
+            
'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
+}

Deleted: SettingsBackendLike.patch
===================================================================
--- SettingsBackendLike.patch   2019-01-03 20:52:01 UTC (rev 420385)
+++ SettingsBackendLike.patch   2019-01-03 20:52:20 UTC (rev 420386)
@@ -1,42 +0,0 @@
-From 55ad8df560b2a8aec3462e61edff781f11cf86a9 Mon Sep 17 00:00:00 2001
-From: jouyouyun <[email protected]>
-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 420385, deepin-gir-generator/trunk/SettingsBackendLike.patch)
===================================================================
--- SettingsBackendLike.patch                           (rev 0)
+++ SettingsBackendLike.patch   2019-01-03 20:52:20 UTC (rev 420386)
@@ -0,0 +1,42 @@
+From 55ad8df560b2a8aec3462e61edff781f11cf86a9 Mon Sep 17 00:00:00 2001
+From: jouyouyun <[email protected]>
+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",

Deleted: launch_uris_as_manager_with_fds.patch
===================================================================
--- launch_uris_as_manager_with_fds.patch       2019-01-03 20:52:01 UTC (rev 
420385)
+++ launch_uris_as_manager_with_fds.patch       2019-01-03 20:52:20 UTC (rev 
420386)
@@ -1,14 +0,0 @@
-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"

Reply via email to