[arch-commits] Commit in lximage-qt/repos (2 files)

Felix Yan felixonmars at archlinux.org
Wed Jan 30 11:35:29 UTC 2019


    Date: Wednesday, January 30, 2019 @ 11:35:25
  Author: felixonmars
Revision: 428589

archrelease: copy trunk to community-testing-x86_64

Added:
  lximage-qt/repos/community-testing-x86_64/
  lximage-qt/repos/community-testing-x86_64/PKGBUILD
    (from rev 428588, lximage-qt/trunk/PKGBUILD)

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

Copied: lximage-qt/repos/community-testing-x86_64/PKGBUILD (from rev 428588, lximage-qt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-01-30 11:35:25 UTC (rev 428589)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=lximage-qt
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="The LXQt image viewer and screenshot tool"
+arch=("x86_64")
+groups=("lxqt")
+url="http://lxqt.org"
+license=("GPL2")
+depends=("lxqt-themes" "libfm-qt" "qt5-svg")
+makedepends=("lxqt-build-tools")
+source=(
+	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=('902ac98cfa4555c4080b5ebcca799898c6e51d862415b09ffb78c63a6fdfc8c2'
+            'SKIP')
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+)
+
+
+build() {
+	mkdir -p build
+	cd build
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_INSTALL_LIBDIR=lib
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list