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

Felix Yan felixonmars at archlinux.org
Wed Apr 3 08:11:26 UTC 2019


    Date: Wednesday, April 3, 2019 @ 08:11:26
  Author: felixonmars
Revision: 448274

archrelease: copy trunk to community-x86_64

Added:
  deepin-kwin/repos/community-x86_64/
  deepin-kwin/repos/community-x86_64/PKGBUILD
    (from rev 448273, deepin-kwin/trunk/PKGBUILD)

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

Copied: deepin-kwin/repos/community-x86_64/PKGBUILD (from rev 448273, deepin-kwin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2019-04-03 08:11:26 UTC (rev 448274)
@@ -0,0 +1,25 @@
+# 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-kwin
+pkgver=0.0.1
+pkgrel=1
+pkgdesc='KWin configures on DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-kwin"
+license=('GPL3')
+depends=('deepin-qt5integration' 'kwin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz")
+sha512sums=('587a2814e26a17db26a94cffd63e87908fb094af162331056728cac15211ddef54187c50f5a4cbe0f7b1754efb3461ea475f801133915ff37dca650e2b6ecc30')
+
+build() {
+  cd dde-kwin-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-kwin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list