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

Chih-Hsuan Yen yan12125 at archlinux.org
Wed Jan 29 08:34:11 UTC 2020


    Date: Wednesday, January 29, 2020 @ 08:34:10
  Author: yan12125
Revision: 558443

upgpkg: screengrab 2.0.0-1

Modified:
  screengrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-29 08:33:52 UTC (rev 558442)
+++ PKGBUILD	2020-01-29 08:34:10 UTC (rev 558443)
@@ -3,7 +3,7 @@
 # Contributor: Beej <beej at beej.us>
 
 pkgname=screengrab
-pkgver=1.101
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Crossplatform tool for grabbing screenshots of your desktop."
 arch=("x86_64")
@@ -10,12 +10,12 @@
 groups=("lxqt")
 url="https://github.com/lxqt/screengrab"
 license=("GPL2")
-depends=("qt5-base" "qt5-x11extras" "kwindowsystem" "libqtxdg" "libx11" "libxcb" "hicolor-icon-theme")
+depends=("qt5-base" "qt5-x11extras" "kwindowsystem" "libqtxdg" "libx11" "libxcb")
 makedepends=("cmake" "qt5-tools")
 source=(
   "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('ca1172f5ccd921621a4773854eb424585a6f77d1b697cee369d3c74a650fc815'
+sha256sums=('18bd4a2e4a73c2e428ad474ff8d1024cea1a058942aa33cf836309c10b5f37ad'
             'SKIP')
 validpgpkeys=(
   '7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3'  # Alf Gaida <agaida at siduction.org>
@@ -25,8 +25,7 @@
   mkdir -p build
   cd build
   cmake "$srcdir/$pkgname-$pkgver" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib
+    -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 



More information about the arch-commits mailing list