[arch-commits] Commit in deepin-kwin/trunk (PKGBUILD)

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


    Date: Saturday, June 1, 2019 @ 16:33:20
  Author: felixonmars
Revision: 476540

upgpkg: deepin-kwin 0.0.8-1

Modified:
  deepin-kwin/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 15:17:20 UTC (rev 476539)
+++ PKGBUILD	2019-06-01 16:33:20 UTC (rev 476540)
@@ -3,26 +3,26 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-kwin
-pkgver=0.0.7
-pkgrel=2
+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=('expac' 'qt5-tools')
+makedepends=('cmake' 'expac' 'qt5-tools')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz")
-sha512sums=('6e333558e4434e346aae3cf1678af9fb44510d94f92e50e81766c418de4cd7a344023a7057a4d1a0a591180c858fc7c526d7590a1c284b4e3f89d087412fb8e7')
+sha512sums=('3d1653865e972342a55e9c3894ece3c0ae8b6b36b2a3463b883ed9309a3af2e118dbc7b41490f6a97d4705aadee0adbd2fb878544f30d0999e61439287cfdc28')
 
 build() {
   cd dde-kwin-$pkgver
-  qmake-qt5 PREFIX=/usr KWIN_VERSION=$(expac %v kwin | cut -d - -f 1)
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DKWIN_VERSION=$(expac %v kwin | cut -d - -f 1)
   make
 }
 
 package() {
   cd dde-kwin-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
+  make DESTDIR="$pkgdir" install
 
   chmod +x "$pkgdir"/usr/bin/kwin_no_scale
 }



More information about the arch-commits mailing list