[arch-commits] Commit in deepin-qt-dbus-factory/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Jul 5 16:10:22 UTC 2021
Date: Monday, July 5, 2021 @ 16:10:22
Author: felixonmars
Revision: 972399
archrelease: copy trunk to community-testing-x86_64
Added:
deepin-qt-dbus-factory/repos/community-testing-x86_64/
deepin-qt-dbus-factory/repos/community-testing-x86_64/PKGBUILD
(from rev 972398, deepin-qt-dbus-factory/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: deepin-qt-dbus-factory/repos/community-testing-x86_64/PKGBUILD (from rev 972398, deepin-qt-dbus-factory/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2021-07-05 16:10:22 UTC (rev 972399)
@@ -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=5.4.10
+pkgrel=1
+pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-qt-dbus-factory"
+license=('GPL3')
+depends=('qt5-base')
+makedepends=('dtkcore' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$pkgver.tar.gz")
+sha512sums=('5782223e563b31996df2c0edf80fe7cf967c5f8e367801f5d74ecefa18f7b1eeb3359bbab809de33c7f4ca3366ab89e586f95a7540e3620446ae5da8e67d4b01')
+
+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