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

Antonio Rojas arojas at archlinux.org
Sun Oct 8 20:53:53 UTC 2017


    Date: Sunday, October 8, 2017 @ 20:53:49
  Author: arojas
Revision: 262163

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: dtkwm/repos/community-staging-i686/PKGBUILD (from rev 262162, dtkwm/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-10-08 20:53:49 UTC (rev 262163)
@@ -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.0
+pkgrel=2
+pkgdesc='Deepin Tool Kit Wm'
+arch=('i686' '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=('de98dd26a13ecdc2261d4c1598d984fdacec2898ffd6584543e83d8a7171e7c6ae7ce9d5fc62111eaf2e079cb7328f21ba65e61d46265412247761df454a3c94')
+
+build() {
+  cd dtkwm-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dtkwm-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: dtkwm/repos/community-staging-x86_64/PKGBUILD (from rev 262162, dtkwm/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-10-08 20:53:49 UTC (rev 262163)
@@ -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.0
+pkgrel=2
+pkgdesc='Deepin Tool Kit Wm'
+arch=('i686' '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=('de98dd26a13ecdc2261d4c1598d984fdacec2898ffd6584543e83d8a7171e7c6ae7ce9d5fc62111eaf2e079cb7328f21ba65e61d46265412247761df454a3c94')
+
+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