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

David Runge dvzrv at archlinux.org
Fri Apr 6 18:46:05 UTC 2018


    Date: Friday, April 6, 2018 @ 18:46:04
  Author: dvzrv
Revision: 314596

archrelease: copy trunk to community-x86_64

Added:
  nomacs/repos/community-x86_64/PKGBUILD
    (from rev 314595, nomacs/trunk/PKGBUILD)
Deleted:
  nomacs/repos/community-x86_64/PKGBUILD
  nomacs/repos/community-x86_64/nomacs-no-coverage.patch

--------------------------+
 PKGBUILD                 |   78 ++++++++++++++++++++-------------------------
 nomacs-no-coverage.patch |   15 --------
 2 files changed, 36 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-06 18:45:57 UTC (rev 314595)
+++ PKGBUILD	2018-04-06 18:46:04 UTC (rev 314596)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=nomacs
-pkgver=3.8.0
-pkgrel=6
-pkgdesc="A Qt image viewer"
-arch=('x86_64')
-url="https://nomacs.org/"
-license=('GPL3')
-depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
-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-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${pkgver}.tar.gz"
-        "${pkgname}-no-coverage.patch")
-sha512sums=('90ffd1ea7f6d8e2f07b2b093ebc7cfec682f11b874d95e249f3d35a2ceb8b75e7a0c55f19c978231c3c8342abe5cb251359771fd90aa39b50ee0a6d1514e88e1'
-            '7fa43377a908912d0eafddd45734ff5698739fd9bee5e87b24a154ea448c81270087f22b61e89f95e71511b1d0ab5e3fceef567d34a4c64a41708df2313e6879'
-            '321308d9b7dbc5d2ffa00cecb6f20a66dd39767239bc87b6d8aec0997a2a65872e1447c6ea2527038a5e332f32962e1fa9e09c83b93cf34ac0e03733479b36bb')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # move plugins
-  mv "${srcdir}/${pkgname}-plugins-${pkgver}" "ImageLounge/plugins"
-
-  # disable code coverage:
-  # https://github.com/nomacs/nomacs/issues/170
-  patch -p1 -i "../${pkgname}-no-coverage.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 314595, nomacs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-06 18:46:04 UTC (rev 314596)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=nomacs
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://nomacs.org/"
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+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-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}-plugins/archive/${pkgver}.tar.gz")
+sha512sums=('ff27570bc15096d0e331ad2c871b2f504a414927b8e64166668dedbbbc41f8cd031d9fb142c89c22cff76bf79156f93decf1038e30eecfc3de3e328a325f0134'
+            '86bc4db30b0815fd2efa272b14d3917f0e88fa95284f0afb55acca87b77b3db7668238fb3023cc9b21fe8c87cad72319d45d48633a646bf5b6acb80a6537b8c8')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # move plugins
+  mv "${srcdir}/${pkgname}-plugins-${pkgver}" "ImageLounge/plugins"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr \
+                      -DENABLE_TRANSLATIONS=true
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: nomacs-no-coverage.patch
===================================================================
--- nomacs-no-coverage.patch	2018-04-06 18:45:57 UTC (rev 314595)
+++ nomacs-no-coverage.patch	2018-04-06 18:46:04 UTC (rev 314596)
@@ -1,15 +0,0 @@
---- nomacs-3.8.0/ImageLounge/CMakeLists.txt.orig	2017-11-14 08:43:20.157769041 +0000
-+++ nomacs-3.8.0/ImageLounge/CMakeLists.txt	2017-11-14 08:43:49.094497479 +0000
-@@ -22,12 +22,6 @@
- set(NOMACS_VERSION ${NOMACS_VERSION_MAJOR}.${NOMACS_VERSION_MINOR})
- set(NOMACS_FULL_VERSION ${NOMACS_VERSION}.${NOMACS_VERSION_PATCH})
- 
--# Codecov
--if(CMAKE_COMPILER_IS_GNUCXX)
--    include("cmake/CodeCoverage.cmake")
--    setup_target_for_coverage(${PROJECT_NAME}_coverage tests coverage)
--endif()
--
- if(CMAKE_CL_64)
- 	SET(NMC_ARCHITECTURE "x64")
- else()



More information about the arch-commits mailing list