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

2020-10-12 Thread Antonio Rojas via arch-commits
Date: Monday, October 12, 2020 @ 17:35:32
  Author: arojas
Revision: 723705

archrelease: copy trunk to community-staging-x86_64

Added:
  nomacs/repos/community-staging-x86_64/
  nomacs/repos/community-staging-x86_64/PKGBUILD
(from rev 723704, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-x86_64/nomacs-3.17.2206-quazip-1.0.0.patch
(from rev 723704, nomacs/trunk/nomacs-3.17.2206-quazip-1.0.0.patch)

-+
 PKGBUILD|   54 +++
 nomacs-3.17.2206-quazip-1.0.0.patch |  479 ++
 2 files changed, 533 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 723704:723705 to see the changes.


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

2020-10-05 Thread David Runge via arch-commits
Date: Monday, October 5, 2020 @ 22:52:32
  Author: dvzrv
Revision: 719223

archrelease: copy trunk to community-staging-x86_64

Added:
  nomacs/repos/community-staging-x86_64/
  nomacs/repos/community-staging-x86_64/PKGBUILD
(from rev 719222, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-x86_64/nomacs-3.17.2206-quazip-1.0.0.patch
(from rev 719222, nomacs/trunk/nomacs-3.17.2206-quazip-1.0.0.patch)

-+
 PKGBUILD|   54 +++
 nomacs-3.17.2206-quazip-1.0.0.patch |  479 ++
 2 files changed, 533 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 719222:719223 to see the changes.


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

2019-05-18 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 18, 2019 @ 09:36:56
  Author: foutrelis
Revision: 467854

archrelease: copy trunk to community-staging-x86_64

Added:
  nomacs/repos/community-staging-x86_64/
  nomacs/repos/community-staging-x86_64/PKGBUILD
(from rev 467853, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-x86_64/nomacs-iostream.patch
(from rev 467853, nomacs/trunk/nomacs-iostream.patch)

---+
 PKGBUILD  |   47 +++
 nomacs-iostream.patch |   26 ++
 2 files changed, 73 insertions(+)

Copied: nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 467853, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-18 09:36:56 UTC (rev 467854)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_plugins_pkgver=3.12.0
+pkgname=nomacs
+pkgver=3.12
+pkgrel=7
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://nomacs.org/;
+license=('GPL3')
+depends=('desktop-file-utils' 'exiv2' 'libraw' 'opencv' 'quazip' 'qt5-svg')
+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;
+
"opencv4.patch::https://github.com/${pkgname}/${pkgname}-plugins/commit/7fdb4371135909bf5a2ba0caac2370e2a1a1c692.patch;
+nomacs-iostream.patch)
+sha512sums=('4508354d48a6115cd40f701cc90cbbcb84490e99eaac0295db48f6fea99550d5e2b3e7365128d0c9cc4eeb621906f55e275603d84cb8b6bb164d0b5e2e192119'
+
'b46a2523737893bd342e90331d22082a84f3ff9abf4fdcf360d3fb9f2724cf616a6d77eacc272f117e103a9978f99b70feb8364f4c818681a147f78bfe356032'
+
'456bb01e88974c4bad1b9ad0c24857a473777c78755adfcfbebbe0377db5e756c08321c462b9a56eb141dccb7da80582a4a6c17ebc0af80c229982c532c32ccb'
+
'fab94e9db91e209609f5f4d9dea9d2e9a8257f937c03cbc0768d25b979c0a67a1bbd7143ec4dfb3ad3dee7323d9625f80f1de7a03fdb29643c41633347497639')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # move plugins
+  mv "${srcdir}/${pkgname}-plugins-${_plugins_pkgver}" "ImageLounge/plugins"
+
+  patch -p1 -i ../nomacs-iostream.patch # Add missing header
+  # upstream patch for opencv >= 4.0.0:
+  # https://github.com/nomacs/nomacs-plugins/issues/26
+  cd ImageLounge/plugins
+  patch -Np1 -i "${srcdir}/opencv4.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake ./ImageLounge -DCMAKE_INSTALL_PREFIX=/usr \
+  -DUSE_SYSTEM_QUAZIP=ON \
+  -DENABLE_TRANSLATIONS=true
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: nomacs/repos/community-staging-x86_64/nomacs-iostream.patch (from rev 
467853, nomacs/trunk/nomacs-iostream.patch)
===
--- community-staging-x86_64/nomacs-iostream.patch  
(rev 0)
+++ community-staging-x86_64/nomacs-iostream.patch  2019-05-18 09:36:56 UTC 
(rev 467854)
@@ -0,0 +1,26 @@
+diff --git a/ImageLounge/src/DkCore/DkMetaData.cpp 
b/ImageLounge/src/DkCore/DkMetaData.cpp
+index d195757e..affec7be 100644
+--- a/ImageLounge/src/DkCore/DkMetaData.cpp
 b/ImageLounge/src/DkCore/DkMetaData.cpp
+@@ -42,6 +42,8 @@
+ #include 
+ #pragma warning(pop)  // no warnings from includes - end
+ 
++#include 
++
+ namespace nmc {
+ 
+ // DkMetaDataT 

+diff --git a/ImageLounge/src/DkGui/DkNoMacs.cpp 
b/ImageLounge/src/DkGui/DkNoMacs.cpp
+index 6a412f70..bbfba233 100644
+--- a/ImageLounge/src/DkGui/DkNoMacs.cpp
 b/ImageLounge/src/DkGui/DkNoMacs.cpp
+@@ -96,6 +96,8 @@
+ #include 
+ #endif
+ 
++#include 
++
+ namespace nmc {
+ 
+ DkNomacsOSXEventFilter::DkNomacsOSXEventFilter(QObject *parent) : 
QObject(parent) {


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

2017-12-25 Thread David Runge via arch-commits
Date: Monday, December 25, 2017 @ 12:14:55
  Author: dvzrv
Revision: 276006

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: nomacs/repos/community-testing-x86_64/PKGBUILD (from rev 276005, 
nomacs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-25 12:14:55 UTC (rev 276006)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+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-testing-x86_64/nomacs-no-coverage.patch (from 
rev 276005, nomacs/trunk/nomacs-no-coverage.patch)
===
--- community-testing-x86_64/nomacs-no-coverage.patch   
(rev 0)
+++ community-testing-x86_64/nomacs-no-coverage.patch   2017-12-25 12:14:55 UTC 
(rev 276006)
@@ -0,0 +1,15 @@
+--- nomacs-3.8.0/ImageLounge/CMakeLists.txt.orig   2017-11-14 
08:43:20.157769041 +
 nomacs-3.8.0/ImageLounge/CMakeLists.txt2017-11-14 08:43:49.094497479 
+
+@@ -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()


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

2017-12-25 Thread David Runge via arch-commits
Date: Monday, December 25, 2017 @ 10:33:14
  Author: dvzrv
Revision: 276001

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: nomacs/repos/community-testing-x86_64/PKGBUILD (from rev 276000, 
nomacs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-25 10:33:14 UTC (rev 276001)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=nomacs
+pkgver=3.8.0
+pkgrel=5
+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-testing-x86_64/nomacs-no-coverage.patch (from 
rev 276000, nomacs/trunk/nomacs-no-coverage.patch)
===
--- community-testing-x86_64/nomacs-no-coverage.patch   
(rev 0)
+++ community-testing-x86_64/nomacs-no-coverage.patch   2017-12-25 10:33:14 UTC 
(rev 276001)
@@ -0,0 +1,15 @@
+--- nomacs-3.8.0/ImageLounge/CMakeLists.txt.orig   2017-11-14 
08:43:20.157769041 +
 nomacs-3.8.0/ImageLounge/CMakeLists.txt2017-11-14 08:43:49.094497479 
+
+@@ -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()


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

2017-12-24 Thread Antonio Rojas via arch-commits
Date: Sunday, December 24, 2017 @ 23:27:10
  Author: arojas
Revision: 275872

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 275871, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-24 23:27:10 UTC (rev 275872)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=nomacs
+pkgver=3.8.0
+pkgrel=4
+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-staging-x86_64/nomacs-no-coverage.patch (from 
rev 275871, nomacs/trunk/nomacs-no-coverage.patch)
===
--- community-staging-x86_64/nomacs-no-coverage.patch   
(rev 0)
+++ community-staging-x86_64/nomacs-no-coverage.patch   2017-12-24 23:27:10 UTC 
(rev 275872)
@@ -0,0 +1,15 @@
+--- nomacs-3.8.0/ImageLounge/CMakeLists.txt.orig   2017-11-14 
08:43:20.157769041 +
 nomacs-3.8.0/ImageLounge/CMakeLists.txt2017-11-14 08:43:49.094497479 
+
+@@ -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()


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

2017-12-04 Thread David Runge via arch-commits
Date: Monday, December 4, 2017 @ 12:38:39
  Author: dvzrv
Revision: 272115

archrelease: copy trunk to community-testing-x86_64

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

--+
 PKGBUILD |   41 +
 nomacs-no-coverage.patch |   15 +++
 2 files changed, 56 insertions(+)

Copied: nomacs/repos/community-testing-x86_64/PKGBUILD (from rev 272114, 
nomacs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-04 12:38:39 UTC (rev 272115)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=nomacs
+pkgver=3.8.0
+pkgrel=2
+pkgdesc="A Qt image viewer"
+arch=('x86_64')
+url="https://www.nomacs.org/;
+license=('GPL3')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake' 'qt5-tools')
+source=("${pkgname}-${pkgver}::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-testing-x86_64/nomacs-no-coverage.patch (from 
rev 272114, nomacs/trunk/nomacs-no-coverage.patch)
===
--- community-testing-x86_64/nomacs-no-coverage.patch   
(rev 0)
+++ community-testing-x86_64/nomacs-no-coverage.patch   2017-12-04 12:38:39 UTC 
(rev 272115)
@@ -0,0 +1,15 @@
+--- nomacs-3.8.0/ImageLounge/CMakeLists.txt.orig   2017-11-14 
08:43:20.157769041 +
 nomacs-3.8.0/ImageLounge/CMakeLists.txt2017-11-14 08:43:49.094497479 
+
+@@ -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()


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

2015-07-10 Thread Ray Rashif
Date: Friday, July 10, 2015 @ 21:00:02
  Author: schiv
Revision: 136661

archrelease: copy trunk to community-staging-i686

Added:
  nomacs/repos/community-staging-i686/
  nomacs/repos/community-staging-i686/PKGBUILD
(from rev 136660, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-i686/nomacs.install
(from rev 136660, nomacs/trunk/nomacs.install)

+
 PKGBUILD   |   33 +
 nomacs.install |   11 +++
 2 files changed, 44 insertions(+)

Copied: nomacs/repos/community-staging-i686/PKGBUILD (from rev 136660, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-10 19:00:02 UTC (rev 136661)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=nomacs
+pkgver=2.4.4
+pkgrel=2
+pkgdesc=A Qt image viewer
+arch=(i686 x86_64)
+url=http://www.nomacs.org/;
+license=('GPL3')
+depends=('qt4' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
+md5sums=('88c1e2f9adc37bbd4c2fbbc4b7aabd37')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-staging-i686/nomacs.install (from rev 136660, 
nomacs/trunk/nomacs.install)
===
--- community-staging-i686/nomacs.install   (rev 0)
+++ community-staging-i686/nomacs.install   2015-07-10 19:00:02 UTC (rev 
136661)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-07-10 Thread Ray Rashif
Date: Friday, July 10, 2015 @ 21:00:37
  Author: schiv
Revision: 136662

archrelease: copy trunk to community-staging-x86_64

Added:
  nomacs/repos/community-staging-x86_64/
  nomacs/repos/community-staging-x86_64/PKGBUILD
(from rev 136661, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-x86_64/nomacs.install
(from rev 136661, nomacs/trunk/nomacs.install)

+
 PKGBUILD   |   33 +
 nomacs.install |   11 +++
 2 files changed, 44 insertions(+)

Copied: nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 136661, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-10 19:00:37 UTC (rev 136662)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=nomacs
+pkgver=2.4.4
+pkgrel=2
+pkgdesc=A Qt image viewer
+arch=(i686 x86_64)
+url=http://www.nomacs.org/;
+license=('GPL3')
+depends=('qt4' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
+md5sums=('88c1e2f9adc37bbd4c2fbbc4b7aabd37')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-staging-x86_64/nomacs.install (from rev 136661, 
nomacs/trunk/nomacs.install)
===
--- community-staging-x86_64/nomacs.install (rev 0)
+++ community-staging-x86_64/nomacs.install 2015-07-10 19:00:37 UTC (rev 
136662)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2013-07-06 Thread speps
Date: Saturday, July 6, 2013 @ 20:48:28
  Author: speps
Revision: 93592

archrelease: copy trunk to community-x86_64

Added:
  nomacs/repos/community-x86_64/
  nomacs/repos/community-x86_64/PKGBUILD
(from rev 93591, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-x86_64/nomacs.install
(from rev 93591, nomacs/trunk/nomacs.install)

+
 PKGBUILD   |   30 ++
 nomacs.install |   11 +++
 2 files changed, 41 insertions(+)

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 93591, 
nomacs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-06 18:48:28 UTC (rev 93592)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=nomacs
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A Qt image viewer
+arch=(i686 x86_64)
+url=http://www.nomacs.org/;
+license=('GPL3')
+depends=('qt4' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
+md5sums=('0fdef67b960276375024f270dfaa4b93')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -d bld ] || mkdir bld  cd bld
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/bld
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-x86_64/nomacs.install (from rev 93591, 
nomacs/trunk/nomacs.install)
===
--- community-x86_64/nomacs.install (rev 0)
+++ community-x86_64/nomacs.install 2013-07-06 18:48:28 UTC (rev 93592)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}