[arch-commits] Commit in deepin-gir-generator/repos (6 files)
Felix Yan
felixonmars at archlinux.org
Fri Oct 28 05:14:48 UTC 2016
Date: Friday, October 28, 2016 @ 05:14:47
Author: felixonmars
Revision: 193850
archrelease: copy trunk to community-i686, community-x86_64
Added:
deepin-gir-generator/repos/community-i686/PKGBUILD
(from rev 193849, deepin-gir-generator/trunk/PKGBUILD)
deepin-gir-generator/repos/community-i686/SettingsBackendLike.patch
(from rev 193849, deepin-gir-generator/trunk/SettingsBackendLike.patch)
deepin-gir-generator/repos/community-x86_64/PKGBUILD
(from rev 193849, deepin-gir-generator/trunk/PKGBUILD)
deepin-gir-generator/repos/community-x86_64/SettingsBackendLike.patch
(from rev 193849, deepin-gir-generator/trunk/SettingsBackendLike.patch)
Deleted:
deepin-gir-generator/repos/community-i686/SettingsBackendLike.patch
deepin-gir-generator/repos/community-x86_64/SettingsBackendLike.patch
--------------------------------------------+
/SettingsBackendLike.patch | 84 +++++++++++++++++++++++++++
community-i686/PKGBUILD | 41 +++++++++++++
community-i686/SettingsBackendLike.patch | 42 -------------
community-x86_64/PKGBUILD | 41 +++++++++++++
community-x86_64/SettingsBackendLike.patch | 42 -------------
5 files changed, 166 insertions(+), 84 deletions(-)
Copied: deepin-gir-generator/repos/community-i686/PKGBUILD (from rev 193849, deepin-gir-generator/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-28 05:14:47 UTC (rev 193850)
@@ -0,0 +1,41 @@
+# $Id$
+# 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=0.9.6
+pkgrel=3
+pkgdesc='Generate static golang bindings for GObject'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/go-gir-generator"
+license=('GPL3')
+depends=('gobject-introspection' 'libgudev')
+makedepends=('git' 'go')
+source=("git+https://cr.deepin.io/go-gir-generator.git#tag=$pkgver"
+ SettingsBackendLike.patch)
+md5sums=('SKIP'
+ 'bf367edebfc344b050d35fd0fb56212d')
+
+prepare() {
+ export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
+
+ cd go-gir-generator
+ # Our gobject-introspection is too new
+ # https://cr.deepin.io/#/c/16880/
+ patch -p1 -i ../SettingsBackendLike.patch
+}
+
+build() {
+ cd go-gir-generator
+ make
+}
+
+package() {
+ cd go-gir-generator
+ make DESTDIR="$pkgdir" install
+
+ mkdir -p "$pkgdir"/usr/lib
+ mv "$pkgdir"/usr/{share/gocode,lib/go}
+ rmdir "$pkgdir"/usr/share
+}
Deleted: community-i686/SettingsBackendLike.patch
===================================================================
--- community-i686/SettingsBackendLike.patch 2016-10-28 05:13:22 UTC (rev 193849)
+++ community-i686/SettingsBackendLike.patch 2016-10-28 05:14:47 UTC (rev 193850)
@@ -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-i686/SettingsBackendLike.patch (from rev 193849, deepin-gir-generator/trunk/SettingsBackendLike.patch)
===================================================================
--- community-i686/SettingsBackendLike.patch (rev 0)
+++ community-i686/SettingsBackendLike.patch 2016-10-28 05:14:47 UTC (rev 193850)
@@ -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/PKGBUILD (from rev 193849, deepin-gir-generator/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-28 05:14:47 UTC (rev 193850)
@@ -0,0 +1,41 @@
+# $Id$
+# 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=0.9.6
+pkgrel=3
+pkgdesc='Generate static golang bindings for GObject'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/go-gir-generator"
+license=('GPL3')
+depends=('gobject-introspection' 'libgudev')
+makedepends=('git' 'go')
+source=("git+https://cr.deepin.io/go-gir-generator.git#tag=$pkgver"
+ SettingsBackendLike.patch)
+md5sums=('SKIP'
+ 'bf367edebfc344b050d35fd0fb56212d')
+
+prepare() {
+ export GOPATH="$srcdir/go-gir-generator/vender:$srcdir/go-gir-generator"
+
+ cd go-gir-generator
+ # Our gobject-introspection is too new
+ # https://cr.deepin.io/#/c/16880/
+ patch -p1 -i ../SettingsBackendLike.patch
+}
+
+build() {
+ cd go-gir-generator
+ make
+}
+
+package() {
+ cd go-gir-generator
+ make DESTDIR="$pkgdir" install
+
+ mkdir -p "$pkgdir"/usr/lib
+ mv "$pkgdir"/usr/{share/gocode,lib/go}
+ rmdir "$pkgdir"/usr/share
+}
Deleted: community-x86_64/SettingsBackendLike.patch
===================================================================
--- community-x86_64/SettingsBackendLike.patch 2016-10-28 05:13:22 UTC (rev 193849)
+++ community-x86_64/SettingsBackendLike.patch 2016-10-28 05:14:47 UTC (rev 193850)
@@ -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 193849, deepin-gir-generator/trunk/SettingsBackendLike.patch)
===================================================================
--- community-x86_64/SettingsBackendLike.patch (rev 0)
+++ community-x86_64/SettingsBackendLike.patch 2016-10-28 05:14:47 UTC (rev 193850)
@@ -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