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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Oct 5 18:52:42 UTC 2019


    Date: Saturday, October 5, 2019 @ 18:52:42
  Author: yan12125
Revision: 512970

upgpkg: lximage-qt 0.14.1-2

* Add qt5-imageformats to optdepends; fixes FS#64021
* Remove no longer needed -DCMAKE_INSTALL_LIBDIR=lib [1]. This package does not install to /usr/lib, anyway.

[1] https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/cmake&id=26b053e768072197c4ce326fd620f5ab01d74407

Modified:
  lximage-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-05 18:45:42 UTC (rev 512969)
+++ PKGBUILD	2019-10-05 18:52:42 UTC (rev 512970)
@@ -3,7 +3,7 @@
 
 pkgname=lximage-qt
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The LXQt image viewer and screenshot tool"
 arch=("x86_64")
 groups=("lxqt")
@@ -10,6 +10,9 @@
 url="https://lxqt.org"
 license=("GPL2")
 depends=("lxqt-themes" "libfm-qt" "qt5-svg" "libexif" "libxfixes")
+optdepends=(
+	"qt5-imageformats: support for additional image formats (WEBP, TIFF, etc.)"
+)
 makedepends=("lxqt-build-tools")
 source=(
 	"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
@@ -27,8 +30,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