Date: Saturday, October 5, 2019 @ 18:52:58
  Author: yan12125
Revision: 512971

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-05 18:52:42 UTC (rev 512970)
+++ PKGBUILD    2019-10-05 18:52:58 UTC (rev 512971)
@@ -1,38 +0,0 @@
-# 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
-}

Copied: lximage-qt/repos/community-x86_64/PKGBUILD (from rev 512970, 
lximage-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-10-05 18:52:58 UTC (rev 512971)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org>
+
+pkgname=lximage-qt
+pkgver=0.14.1
+pkgrel=2
+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")
+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";
+       
"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
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to