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

Felix Yan felixonmars at archlinux.org
Thu Oct 25 13:44:34 UTC 2018


    Date: Thursday, October 25, 2018 @ 13:44:34
  Author: felixonmars
Revision: 398964

archrelease: copy trunk to community-x86_64

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

---------------------------+
 PKGBUILD                  |   72 ++++++++++++++++++-------------------
 SettingsBackendLike.patch |   84 ++++++++++++++++++++++----------------------
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-25 13:44:14 UTC (rev 398963)
+++ PKGBUILD	2018-10-25 13:44:34 UTC (rev 398964)
@@ -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.0.4.1
-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=('26377de4524193f59ebbae7bca87023c77d33ddfa06698dee674efb69a25a69eef1cc257e1c1c3fe156d9954253f12f5453f4682202bdf7fc2c96e9cfdaf1268'
-            '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 398963, deepin-gir-generator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-25 13:44:34 UTC (rev 398964)
@@ -0,0 +1,36 @@
+# 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
+}

Deleted: SettingsBackendLike.patch
===================================================================
--- SettingsBackendLike.patch	2018-10-25 13:44:14 UTC (rev 398963)
+++ SettingsBackendLike.patch	2018-10-25 13:44:34 UTC (rev 398964)
@@ -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 398963, deepin-gir-generator/trunk/SettingsBackendLike.patch)
===================================================================
--- SettingsBackendLike.patch	                        (rev 0)
+++ SettingsBackendLike.patch	2018-10-25 13:44:34 UTC (rev 398964)
@@ -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",



More information about the arch-commits mailing list