[arch-commits] Commit in deepin-dbus-factory/trunk (PKGBUILD fix-arch.patch)

Felix Yan felixonmars at archlinux.org
Sat Dec 10 06:12:29 UTC 2016


    Date: Saturday, December 10, 2016 @ 06:12:28
  Author: felixonmars
Revision: 198668

upgpkg: deepin-dbus-factory 3.0.7-1

Modified:
  deepin-dbus-factory/trunk/PKGBUILD
Deleted:
  deepin-dbus-factory/trunk/fix-arch.patch

----------------+
 PKGBUILD       |   20 ++++++--------------
 fix-arch.patch |   13 -------------
 2 files changed, 6 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-10 02:59:54 UTC (rev 198667)
+++ PKGBUILD	2016-12-10 06:12:28 UTC (rev 198668)
@@ -4,24 +4,16 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-dbus-factory
-pkgver=3.0.6
-pkgrel=3
-pkgdesc='QML DBus factory for DDE'
+pkgver=3.0.7
+pkgrel=1
+pkgdesc='GO DBus factory for DDE'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dbus-factory"
 license=('GPL3')
-depends=('qt5-declarative')
-makedepends=('git' 'deepin-dbus-generator')
-source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver"
-        fix-arch.patch)
-sha256sums=('SKIP'
-            '0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
+makedepends=('git' 'go' 'deepin-dbus-generator')
+source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver")
+sha256sums=('SKIP')
 
-prepare() {
-  cd dbus-factory
-  patch -p1 -i ../fix-arch.patch
-}
-
 build(){
   cd dbus-factory
   make

Deleted: fix-arch.patch
===================================================================
--- fix-arch.patch	2016-12-10 02:59:54 UTC (rev 198667)
+++ fix-arch.patch	2016-12-10 06:12:28 UTC (rev 198668)
@@ -1,13 +0,0 @@
-diff -ruN a/in.json/Makefile b/in.json/Makefile
---- a/in.json/Makefile  2014-12-30 20:01:39.978997830 +0100
-+++ b/in.json/Makefile  2014-12-30 20:08:45.569012561 +0100
-@@ -1,7 +1,7 @@
- PREFIX  = /usr
- 
--GOPATH     := $(shell go env GOPATH)
--QT5_LIBDIR ?= $(PREFIX)/lib/qt5
-+GOPATH     := $(PREFIX)/lib/go
-+QT5_LIBDIR ?= $(PREFIX)/lib/qt
- QMLDIR     ?= $(QT5_LIBDIR)/qml
- 
- JSONS  := $(wildcard *.in.json)



More information about the arch-commits mailing list