Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gcc6.git;a=commitdiff;h=4481836cb34f1c970f48b770a593d8e91e0300bc

commit 4481836cb34f1c970f48b770a593d8e91e0300bc
Author: crazy <cr...@frugalware.org>
Date:   Sun Sep 18 02:44:54 2016 +0200

exiv2-0.25-7-x86_64
* fix man PATH

diff --git a/source/apps/exiv2/FrugalBuild b/source/apps/exiv2/FrugalBuild
index 98b9881..05292bc 100644
--- a/source/apps/exiv2/FrugalBuild
+++ b/source/apps/exiv2/FrugalBuild
@@ -13,10 +13,12 @@ depends=('libstdc++>=6.2.1-5' 'zlib>=1.2.8-8' 
'expat>=2.1.0-6' \
groups=('apps')
archs=('i686' 'x86_64')
up2date="lynx -dump http://www.exiv2.org/download.html|grep -m1 '.tar.gz'|sed 
's/.*v2-\(.*\).t.*/\1/'"
-source=($url/$pkgname-$pkgver.tar.gz)
-sha1sums=('adb8ffe63916e7c27bda9792e690d1330ec7273d')
+source=($url/$pkgname-$pkgver.tar.gz man-location.patch)
+sha1sums=('adb8ffe63916e7c27bda9792e690d1330ec7273d' \
+          'd96cdfa1de58ef5aac43d329a69d694c56e9a74a')
Finclude cmake
_F_cmake_confopts+=" -DEXIV2_ENABLE_WEBREADY=ON \
-DEXIV2_ENABLE_VIDEO=ON \
-DEXIV2_ENABLE_BUILD_PO=ON"
+CXXFLAGS+=" -Wno-deprecated"
# optimization OK
diff --git a/source/apps/exiv2/man-location.patch 
b/source/apps/exiv2/man-location.patch
new file mode 100644
index 0000000..2448cb0
--- /dev/null
+++ b/source/apps/exiv2/man-location.patch
@@ -0,0 +1,12 @@
+diff -up exiv2-0.24/src/CMakeLists.txt.mandir exiv2-0.24/src/CMakeLists.txt
+--- exiv2-0.24/src/CMakeLists.txt.mandir       2013-03-29 22:32:26.000000000 
-0500
++++ exiv2-0.24/src/CMakeLists.txt      2013-12-02 12:14:04.264728159 -0600
+@@ -284,7 +284,7 @@ INSTALL( FILES ${LIBEXIV2_HDR} DESTINATI
+
+ # 
******************************************************************************
+ # Man page
+-INSTALL( FILES exiv2.1 DESTINATION man/man1 )
++INSTALL( FILES exiv2.1 DESTINATION share/man/man1 )
+
+ # That's all Folks!
+ ##
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to