[arch-commits] Commit in dtkwm/repos (2 files)

Felix Yan felixonmars at archlinux.org
Wed May 2 06:33:15 UTC 2018


    Date: Wednesday, May 2, 2018 @ 06:33:15
  Author: felixonmars
Revision: 318637

archrelease: copy trunk to community-testing-x86_64

Added:
  dtkwm/repos/community-testing-x86_64/
  dtkwm/repos/community-testing-x86_64/PKGBUILD
    (from rev 318636, dtkwm/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: dtkwm/repos/community-testing-x86_64/PKGBUILD (from rev 318636, dtkwm/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-05-02 06:33:15 UTC (rev 318637)
@@ -0,0 +1,27 @@
+# $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=dtkwm
+pkgver=2.0.8
+pkgrel=1
+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=('c35ca0115b837a0842c3d0c25d777753ba33e2aa3eb009c66780cfcba8dd9a2c10708bc60fbccd39b9adcaedbc1534e2452bc51a7945884ac0bd624d37d185ef')
+
+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