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

Antonio Rojas arojas at archlinux.org
Thu Dec 7 12:19:57 UTC 2017


    Date: Thursday, December 7, 2017 @ 12:19:55
  Author: arojas
Revision: 272998

archrelease: copy trunk to community-staging-x86_64

Added:
  dtkwm/repos/community-staging-x86_64/
  dtkwm/repos/community-staging-x86_64/PKGBUILD
    (from rev 272997, dtkwm/trunk/PKGBUILD)

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

Copied: dtkwm/repos/community-staging-x86_64/PKGBUILD (from rev 272997, dtkwm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-12-07 12:19:55 UTC (rev 272998)
@@ -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.5
+pkgrel=3
+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=('a0bddf37d02a5103cdabaf3e4353752a98c4f71b934eb39624fff2c9bf1e45f38f51ecc90b6e4d60f7bf5299e8c1bf35b740e46d458d1acabd8e3f24bfd414aa')
+
+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