Date: Tuesday, February 26, 2019 @ 07:28:48
  Author: yan12125
Revision: 436078

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 436077, lximage-qt/trunk/PKGBUILD)

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

Copied: lximage-qt/repos/community-testing-x86_64/PKGBUILD (from rev 436077, 
lximage-qt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-02-26 07:28:48 UTC (rev 436078)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org>
+
+pkgname=lximage-qt
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="The LXQt image viewer and screenshot tool"
+arch=("x86_64")
+groups=("lxqt")
+url="https://lxqt.org";
+license=("GPL2")
+depends=("lxqt-themes" "libfm-qt" "qt5-svg" "libexif" "libxfixes")
+makedepends=("lxqt-build-tools")
+source=(
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('ea130039f8f65c7279de440c2c0a787d731721176ddd8053b8527c5273293846'
+            'SKIP')
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@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
+}

Reply via email to