commit 518f105165a0691708dac73ddfcdd1550252b4eb
Author: Adam Osuchowski <[email protected]>
Date:   Fri Mar 1 13:25:21 2019 +0100

    - fix name of cmake package (Exiv2 -> exiv2)
    - rel 10

 kde4-kdebase-runtime-exiv2.patch | 14 ++++++++++++++
 kde4-kdebase-runtime.spec        |  4 +++-
 2 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/kde4-kdebase-runtime.spec b/kde4-kdebase-runtime.spec
index 68019a2..ba5e981 100644
--- a/kde4-kdebase-runtime.spec
+++ b/kde4-kdebase-runtime.spec
@@ -12,7 +12,7 @@ Summary:      KDE 4 base runtime components
 Summary(pl.UTF-8):     Komponenty uruchomieniowe podstawowej części KDE 4
 Name:          kde4-kdebase-runtime
 Version:       4.14.3
-Release:       9
+Release:       10
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       
http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
@@ -23,6 +23,7 @@ Source2:      l10n-iso639-1
 Patch100:      %{name}-branch.diff
 Patch0:                %{name}-rpc.patch
 Patch1:                moc.patch
+Patch2:                %{name}-exiv2.patch
 URL:           http://www.kde.org/
 BuildRequires: NetworkManager-devel >= 0.7.0
 BuildRequires: OpenEXR-devel
@@ -114,6 +115,7 @@ Wtyczki KDE 4 dla Phonona.
 #%patch100 -p1
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 install -d build
diff --git a/kde4-kdebase-runtime-exiv2.patch b/kde4-kdebase-runtime-exiv2.patch
new file mode 100644
index 0000000..bba8644
--- /dev/null
+++ b/kde4-kdebase-runtime-exiv2.patch
@@ -0,0 +1,14 @@
+diff -ruNp kde-runtime-4.14.3.orig/kioslave/thumbnail/CMakeLists.txt 
kde-runtime-4.14.3/kioslave/thumbnail/CMakeLists.txt
+--- kde-runtime-4.14.3.orig/kioslave/thumbnail/CMakeLists.txt  2014-10-31 
00:50:20.000000000 +0100
++++ kde-runtime-4.14.3/kioslave/thumbnail/CMakeLists.txt       2019-02-27 
12:24:04.108561192 +0100
+@@ -11,8 +11,8 @@ set_package_properties(JPEG PROPERTIES D
+                        TYPE REQUIRED
+                       )
+ 
+-macro_optional_find_package(Exiv2)
+-set_package_properties(Exiv2 PROPERTIES DESCRIPTION "A library to access 
image metadata"
++macro_optional_find_package(exiv2)
++set_package_properties(exiv2 PROPERTIES DESCRIPTION "A library to access 
image metadata"
+                        URL "http://www.exiv2.org";
+                        TYPE OPTIONAL
+                        PURPOSE "Provides support for automatic rotation of 
JPEGs in the thumbnail kioslave"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kdebase-runtime.git/commitdiff/518f105165a0691708dac73ddfcdd1550252b4eb

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to