[arch-commits] Commit in dtkwm/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Apr 22 09:56:13 UTC 2019
Date: Monday, April 22, 2019 @ 09:56:11
Author: felixonmars
Revision: 452903
archrelease: copy trunk to community-testing-x86_64
Added:
dtkwm/repos/community-testing-x86_64/
dtkwm/repos/community-testing-x86_64/PKGBUILD
(from rev 452902, dtkwm/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: dtkwm/repos/community-testing-x86_64/PKGBUILD (from rev 452902, dtkwm/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2019-04-22 09:56:11 UTC (rev 452903)
@@ -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=dtkwm
+pkgver=2.0.10
+pkgrel=2
+pkgdesc='Deepin Tool Kit Wm'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dtkwm"
+license=('GPL3')
+depends=('dtkcore' 'qt5-x11extras')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dtkwm/archive/$pkgver.tar.gz")
+sha512sums=('51483d58ee5d761f8945ac1144f8b733b60d279d02cb1fbd480b53d8796536727d338e6e82c42a313b48d410c0c4f7e717a8dd6b325af268d5027639c8a6c81f')
+
+build() {
+ cd dtkwm-$pkgver
+ qmake-qt5 PREFIX=/usr
+ make
+}
+
+package() {
+ cd dtkwm-$pkgver
+ make INSTALL_ROOT="$pkgdir" install
+}
More information about the arch-commits
mailing list