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

Felix Yan felixonmars at archlinux.org
Sat Jun 1 16:33:30 UTC 2019


    Date: Saturday, June 1, 2019 @ 16:33:30
  Author: felixonmars
Revision: 476541

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 476540, deepin-kwin/trunk/PKGBUILD)

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

Copied: deepin-kwin/repos/community-testing-x86_64/PKGBUILD (from rev 476540, deepin-kwin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-06-01 16:33:30 UTC (rev 476541)
@@ -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=0.0.8
+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=('3d1653865e972342a55e9c3894ece3c0ae8b6b36b2a3463b883ed9309a3af2e118dbc7b41490f6a97d4705aadee0adbd2fb878544f30d0999e61439287cfdc28')
+
+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