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

Felix Yan felixonmars at archlinux.org
Tue Jul 30 02:10:43 UTC 2019


    Date: Tuesday, July 30, 2019 @ 02:10:43
  Author: felixonmars
Revision: 494822

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: deepin-kwin/repos/community-testing-x86_64/PKGBUILD (from rev 494821, deepin-kwin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-07-30 02:10:43 UTC (rev 494822)
@@ -0,0 +1,28 @@
+# 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=5.0.0
+pkgrel=1
+pkgdesc='KWin configures on DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-kwin"
+license=('GPL3')
+depends=('deepin-qt5integration' 'kwin')
+makedepends=('cmake' 'expac' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz")
+sha512sums=('152b1ba9c325e6aaa59d48a03e902c35e788f0f91ab349a94266cc850f76965218af7d05946243b6637329571d536288fbfed06b84bc0bae06d779b07081fa96')
+
+build() {
+  cd dde-kwin-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKWIN_VERSION=$(expac %v kwin | cut -d - -f 1)
+  make
+}
+
+package() {
+  cd dde-kwin-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod +x "$pkgdir"/usr/bin/kwin_no_scale
+}



More information about the arch-commits mailing list