[arch-commits] Commit in deepin-dbus-factory/repos (8 files)
Felix Yan
fyan at archlinux.org
Wed Dec 9 13:56:45 UTC 2015
Date: Wednesday, December 9, 2015 @ 14:56:45
Author: fyan
Revision: 151254
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
deepin-dbus-factory/repos/community-testing-i686/PKGBUILD
(from rev 151253, deepin-dbus-factory/trunk/PKGBUILD)
deepin-dbus-factory/repos/community-testing-i686/fix-arch.patch
(from rev 151253, deepin-dbus-factory/trunk/fix-arch.patch)
deepin-dbus-factory/repos/community-testing-x86_64/PKGBUILD
(from rev 151253, deepin-dbus-factory/trunk/PKGBUILD)
deepin-dbus-factory/repos/community-testing-x86_64/fix-arch.patch
(from rev 151253, deepin-dbus-factory/trunk/fix-arch.patch)
Deleted:
deepin-dbus-factory/repos/community-testing-i686/PKGBUILD
deepin-dbus-factory/repos/community-testing-i686/fix-arch.patch
deepin-dbus-factory/repos/community-testing-x86_64/PKGBUILD
deepin-dbus-factory/repos/community-testing-x86_64/fix-arch.patch
-----------------------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++
/fix-arch.patch | 26 +++++++++++
community-testing-i686/PKGBUILD | 34 ---------------
community-testing-i686/fix-arch.patch | 13 -----
community-testing-x86_64/PKGBUILD | 34 ---------------
community-testing-x86_64/fix-arch.patch | 13 -----
6 files changed, 94 insertions(+), 94 deletions(-)
Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD 2015-12-09 13:56:08 UTC (rev 151253)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:56:45 UTC (rev 151254)
@@ -1,34 +0,0 @@
-# $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-dbus-factory
-pkgver=2.92.1.20151208
-_commit=3c2b44c085415de28f2f82825aa36012eeb31042
-pkgrel=1
-pkgdesc='QML 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://github.com/linuxdeepin/dbus-factory.git#commit=$_commit"
- fix-arch.patch)
-sha256sums=('SKIP'
- '0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
-
-prepare() {
- cd dbus-factory
- patch -p1 -i ../fix-arch.patch
-}
-
-build(){
- cd dbus-factory
- make build-qml
-}
-
-package() {
- cd dbus-factory
- make DESTDIR="${pkgdir}" install-qml
-}
Copied: deepin-dbus-factory/repos/community-testing-i686/PKGBUILD (from rev 151253, deepin-dbus-factory/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-09 13:56:45 UTC (rev 151254)
@@ -0,0 +1,34 @@
+# $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-dbus-factory
+pkgver=2.92.2
+_commit=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+pkgrel=1
+pkgdesc='QML 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://github.com/linuxdeepin/dbus-factory.git#commit=$_commit"
+ fix-arch.patch)
+sha256sums=('SKIP'
+ '0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
+
+prepare() {
+ cd dbus-factory
+ patch -p1 -i ../fix-arch.patch
+}
+
+build(){
+ cd dbus-factory
+ make build-qml
+}
+
+package() {
+ cd dbus-factory
+ make DESTDIR="${pkgdir}" install-qml
+}
Deleted: community-testing-i686/fix-arch.patch
===================================================================
--- community-testing-i686/fix-arch.patch 2015-12-09 13:56:08 UTC (rev 151253)
+++ community-testing-i686/fix-arch.patch 2015-12-09 13:56:45 UTC (rev 151254)
@@ -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)
Copied: deepin-dbus-factory/repos/community-testing-i686/fix-arch.patch (from rev 151253, deepin-dbus-factory/trunk/fix-arch.patch)
===================================================================
--- community-testing-i686/fix-arch.patch (rev 0)
+++ community-testing-i686/fix-arch.patch 2015-12-09 13:56:45 UTC (rev 151254)
@@ -0,0 +1,13 @@
+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)
Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD 2015-12-09 13:56:08 UTC (rev 151253)
+++ community-testing-x86_64/PKGBUILD 2015-12-09 13:56:45 UTC (rev 151254)
@@ -1,34 +0,0 @@
-# $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-dbus-factory
-pkgver=2.92.1.20151208
-_commit=3c2b44c085415de28f2f82825aa36012eeb31042
-pkgrel=1
-pkgdesc='QML 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://github.com/linuxdeepin/dbus-factory.git#commit=$_commit"
- fix-arch.patch)
-sha256sums=('SKIP'
- '0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
-
-prepare() {
- cd dbus-factory
- patch -p1 -i ../fix-arch.patch
-}
-
-build(){
- cd dbus-factory
- make build-qml
-}
-
-package() {
- cd dbus-factory
- make DESTDIR="${pkgdir}" install-qml
-}
Copied: deepin-dbus-factory/repos/community-testing-x86_64/PKGBUILD (from rev 151253, deepin-dbus-factory/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2015-12-09 13:56:45 UTC (rev 151254)
@@ -0,0 +1,34 @@
+# $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-dbus-factory
+pkgver=2.92.2
+_commit=bb43480b94f666f1eb4b139d7e9710e13ee5aee6
+pkgrel=1
+pkgdesc='QML 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://github.com/linuxdeepin/dbus-factory.git#commit=$_commit"
+ fix-arch.patch)
+sha256sums=('SKIP'
+ '0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
+
+prepare() {
+ cd dbus-factory
+ patch -p1 -i ../fix-arch.patch
+}
+
+build(){
+ cd dbus-factory
+ make build-qml
+}
+
+package() {
+ cd dbus-factory
+ make DESTDIR="${pkgdir}" install-qml
+}
Deleted: community-testing-x86_64/fix-arch.patch
===================================================================
--- community-testing-x86_64/fix-arch.patch 2015-12-09 13:56:08 UTC (rev 151253)
+++ community-testing-x86_64/fix-arch.patch 2015-12-09 13:56:45 UTC (rev 151254)
@@ -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)
Copied: deepin-dbus-factory/repos/community-testing-x86_64/fix-arch.patch (from rev 151253, deepin-dbus-factory/trunk/fix-arch.patch)
===================================================================
--- community-testing-x86_64/fix-arch.patch (rev 0)
+++ community-testing-x86_64/fix-arch.patch 2015-12-09 13:56:45 UTC (rev 151254)
@@ -0,0 +1,13 @@
+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