[arch-commits] Commit in nomacs/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Aug 8 08:42:41 UTC 2020


    Date: Saturday, August 8, 2020 @ 08:42:41
  Author: dvzrv
Revision: 671977

archrelease: copy trunk to community-x86_64

Added:
  nomacs/repos/community-x86_64/PKGBUILD
    (from rev 671976, nomacs/trunk/PKGBUILD)
Deleted:
  nomacs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-08 08:42:31 UTC (rev 671976)
+++ PKGBUILD	2020-08-08 08:42:41 UTC (rev 671977)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-_plugins_pkgver=3.16
-pkgname=nomacs
-pkgver=3.16.224
-pkgrel=3
-epoch=1
-pkgdesc="A Qt image viewer"
-arch=('x86_64')
-url="https://nomacs.org/"
-license=('GPL3')
-depends=('exiv2' 'gcc-libs' 'glibc' 'libraw' 'libtiff' 'opencv' 'qt5-base'
-'qt5-svg' 'quazip')
-optdepends=('qt5-imageformats: support additional image formats')
-makedepends=('cmake' 'qt5-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
-        "${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz")
-sha512sums=('7ca8e713eedd71bc3dd3804a9a09ece15badb74949b155ea4da72a0ea129be173c8d0951604a6139d4490525cd420da8635773c11f0d133f666a48dcd9064257'
-            'cd72f6ddbe3e07d7ed97f08405bac7574f4f3285c81e835f5630e011c8a9b105f23d892fed8084cb35ce521aca5524db071d0edb8bb04850dd2209d9ed019747')
-b2sums=('4a2dc6ef70b0ae5dc9c9397bd2c88ede0db2bb8660e1907d08b36c4a9cf5a9bd151180aa4b2d6b5f529c1786004a6621eff88fa4bc851d60835e8ba6d6269602'
-        '2bda4f36d56709653f6696af3404e416fd2d9fe7fa11de9636643c728028018ac769df3e2e519799322c5c42006cdc114d0e6406f9f60294234b07d9fd8d8409')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # copy plugin sources into place
-  cp -av "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}/"* "ImageLounge/plugins"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
-        -DCMAKE_BUILD_TYPE='None' \
-        -DUSE_SYSTEM_QUAZIP=ON \
-        -DENABLE_AVIF=ON \
-        -DENABLE_TRANSLATIONS=ON \
-        -W no-dev \
-        -B build \
-        -S ./ImageLounge
-  make VERBOSE=1 -C build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-}

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 671976, nomacs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-08 08:42:41 UTC (rev 671977)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+_plugins_pkgver=3.16
+pkgname=nomacs
+pkgver=3.17.2045
+pkgrel=1
+epoch=1
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://nomacs.org/"
+license=('GPL3')
+depends=('exiv2' 'gcc-libs' 'glibc' 'libraw' 'libtiff' 'opencv' 'qt5-base'
+'qt5-svg' 'quazip')
+optdepends=('qt5-imageformats: support additional image formats')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz"
+        "${pkgname}-plugins-${_plugins_pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${_plugins_pkgver}.tar.gz")
+sha512sums=('ce998ad35ce4b1e0ffc8809522c212757636c1f70e1a348f8fcfdad15b43604a6171d56270b924c5d239c8de69f12cd8962039fdd5c5ee1067618fcdded9b14d'
+            'cd72f6ddbe3e07d7ed97f08405bac7574f4f3285c81e835f5630e011c8a9b105f23d892fed8084cb35ce521aca5524db071d0edb8bb04850dd2209d9ed019747')
+b2sums=('c0099701497cbf9bc8af32ea0b3e35bcc2a2e2167a8a7489d3a6a3de45c7b6f1a0d2e9f469b9a797f8e92b219d04a94a1e96418ca9b92ac8e35d3aea59d5a70c'
+        '2bda4f36d56709653f6696af3404e416fd2d9fe7fa11de9636643c728028018ac769df3e2e519799322c5c42006cdc114d0e6406f9f60294234b07d9fd8d8409')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # copy plugin sources into place
+  cp -av "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}/"* "ImageLounge/plugins"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+        -DCMAKE_BUILD_TYPE='None' \
+        -DUSE_SYSTEM_QUAZIP=ON \
+        -DENABLE_AVIF=ON \
+        -DENABLE_TRANSLATIONS=ON \
+        -W no-dev \
+        -B build \
+        -S ./ImageLounge
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install -C build
+}



More information about the arch-commits mailing list