[arch-commits] Commit in deepin-qt-dbus-factory/repos/community-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Thu Jan 24 10:27:26 UTC 2019


    Date: Thursday, January 24, 2019 @ 10:27:25
  Author: felixonmars
Revision: 427472

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD
    (from rev 427471, deepin-qt-dbus-factory/trunk/PKGBUILD)
Deleted:
  deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-24 10:27:07 UTC (rev 427471)
+++ PKGBUILD	2019-01-24 10:27:25 UTC (rev 427472)
@@ -1,26 +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-qt-dbus-factory
-pkgver=1.0.7
-pkgrel=1
-pkgdesc='A repository stores auto-generated Qt5 dbus code'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-qt-dbus-factory"
-license=('GPL3')
-depends=('qt5-base')
-makedepends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/dde-qt-dbus-factory/archive/$pkgver.tar.gz")
-sha512sums=('83820fe23a370444aa0502dca20afc80c04e034feb2c8ac898f481f11f9d263211876b4d79a6c6a34b292c7a5e3df4e9d42859529b5c82ab67a0eabed5c6348c')
-
-build() {
-  cd dde-qt-dbus-factory-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-qt-dbus-factory-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt-dbus-factory/repos/community-x86_64/PKGBUILD (from rev 427471, deepin-qt-dbus-factory/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-24 10:27:25 UTC (rev 427472)
@@ -0,0 +1,26 @@
+# 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-qt-dbus-factory
+pkgver=1.0.8
+pkgrel=1
+pkgdesc='A repository stores auto-generated Qt5 dbus code'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory"
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz")
+sha512sums=('cc824e9491308545345c7f7c85f54c1a5b3d25bd3409f95c0613344ba583013e828a78d0fbcfc6d9930750df0e621bf5b3e8c0ed636445abd7365577f4259c8e')
+
+build() {
+  cd dde-qt-dbus-factory-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-qt-dbus-factory-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list