Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=df21fa1447672a09232a91a647b1bc5a0e6d3a36

commit df21fa1447672a09232a91a647b1bc5a0e6d3a36
Author: crazy <[email protected]>
Date:   Sat Nov 25 21:49:35 2017 +0100

nomacs-3.8.0-1-x86_64

* Version bump
* added an patch to disable Codecov.. that is wrong used here
since only works on Debug++ builds..
( tbh I'm to lazy to fix the cmake files so just disable.. )

diff --git a/source/xapps-extra/nomacs/FrugalBuild 
b/source/xapps-extra/nomacs/FrugalBuild
index d790062..754198e 100644
--- a/source/xapps-extra/nomacs/FrugalBuild
+++ b/source/xapps-extra/nomacs/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Melko <[email protected]>

pkgname=nomacs
-pkgver=3.6.1
-pkgrel=3
+pkgver=3.8.0
+pkgrel=1
pkgdesc="Small and fast image viewer."
depends=('exiv2>=0.26' 'libraw>=0.18.0' 'opencv>=3.2.0-2' 'qt5-svg>=5.9.2')
makedepends=('qt5-tools>=5.9.2')
@@ -11,11 +11,15 @@ groups=('xapps-extra')
archs=('x86_64')
_F_github_tag='y'
Finclude github cmake
-_F_cd_path="${pkgname}-${pkgver}/ImageLounge"
-sha1sums=('d75e62716cf8f006b18d2f7bd73a5a72e5e9dcb7')
+source+=(disable-codecov-is-broken-that-way.patch)
+_Fbuild_no_patch=yes
+sha1sums=('32dea209fb8427f47f6dd26e495efc69a40dd5f9' \
+          'c916cfff97e5af00ea51e62f083460c3de136be4')

build() {
Fcd
+        Fpatchall
+        Fexec cd ImageLounge || Fdie
Fsed 'OpenCV 2.1.0' 'OpenCV 3.1.0' cmake/Unix.cmake
CMake_build
}
diff --git a/source/xapps-extra/nomacs/disable-codecov-is-broken-that-way.patch 
b/source/xapps-extra/nomacs/disable-codecov-is-broken-that-way.patch
new file mode 100644
index 0000000..fc40667
--- /dev/null
+++ b/source/xapps-extra/nomacs/disable-codecov-is-broken-that-way.patch
@@ -0,0 +1,15 @@
+diff -Naur nomacs-3.8.0/ImageLounge/CMakeLists.txt 
nomacs-3.8.0-p/ImageLounge/CMakeLists.txt
+--- nomacs-3.8.0/ImageLounge/CMakeLists.txt    2017-11-09 10:48:54.000000000 
+0100
++++ nomacs-3.8.0-p/ImageLounge/CMakeLists.txt  2017-11-25 21:33:00.075920245 
+0100
+@@ -22,11 +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")
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to