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

Felix Yan felixonmars at archlinux.org
Sat Oct 27 08:15:05 UTC 2018


    Date: Saturday, October 27, 2018 @ 08:15:04
  Author: felixonmars
Revision: 399174

upgpkg: deepin-screenshot 4.1.2-1

Modified:
  deepin-screenshot/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-26 21:31:41 UTC (rev 399173)
+++ PKGBUILD	2018-10-27 08:15:04 UTC (rev 399174)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
 
 pkgname=deepin-screenshot
-pkgver=4.1.1
+pkgver=4.1.2
 pkgrel=1
 pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
 arch=('x86_64')
@@ -10,18 +10,18 @@
 url="https://github.com/linuxdeepin/deepin-screenshot"
 license=('GPL3')
 depends=('deepin-qt5integration' 'dtkwm' 'deepin-turbo')
-makedepends=('qt5-tools')
+makedepends=('cmake' 'qt5-tools')
 groups=('deepin-extra')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/deepin-screenshot/archive/$pkgver.tar.gz")
-sha512sums=('66d1cb918793bf5a8131ae821ec9bf465b9bb83fc808441dcf553d2bbd84146add778ab6c485409a681e5334daf510aaf7e540339ffa511202f709559ba167dd')
+sha512sums=('6ff2f017c6ae6371ca2baec7805d8ba18ef129bd5b7ecbadedcb923d9cb3a04c787ea041b9aead6d89b46941ed97dba74eb396123c243ddc5bb52081b08e046d')
 
 build() {
   cd deepin-screenshot-$pkgver
-  qmake-qt5 PREFIX=/usr
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
 package() {
   cd deepin-screenshot-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list