]> git.pld-linux.org Git - packages/kde4-kgamma.git/commitdiff
- fix cmake deps master auto/th/kde4-kgamma-4.14.3-4
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 4 Oct 2019 08:25:35 +0000 (10:25 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 4 Oct 2019 08:25:35 +0000 (10:25 +0200)
- rel 4

cmake.patch [new file with mode: 0644]
kde4-kgamma.spec

diff --git a/cmake.patch b/cmake.patch
new file mode 100644 (file)
index 0000000..1faf308
--- /dev/null
@@ -0,0 +1,10 @@
+--- kgamma-4.14.3/CMakeLists.txt~      2014-10-09 09:07:16.000000000 +0200
++++ kgamma-4.14.3/CMakeLists.txt       2019-10-04 10:24:50.138865040 +0200
+@@ -3,6 +3,7 @@
+ find_package(KDE4 REQUIRED)
+ include(KDE4Defaults)
+ include(MacroLibrary)
++include(CheckIncludeFiles)
+ find_package(X11 REQUIRED)
index d0a022341a279932312c98bb2f758a3d53ddfe5a..57c341cd7b2f9c8bad16f2bf5a35afeafa3b8c4b 100644 (file)
@@ -6,11 +6,12 @@ Summary:      A monitor calibration tool
 Summary(pl.UTF-8):     Narzędzie do kalibracji monitora
 Name:          kde4-kgamma
 Version:       4.14.3
-Release:       3
+Release:       4
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       http://download.kde.org/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
 # Source0-md5: e21627473d1c21e0d2ba129c01d1216d
+Patch0:                cmake.patch
 URL:           http://www.kde.org/
 BuildRequires: cmake >= 2.8.0
 BuildRequires: kde4-kdelibs-devel >= %{version}
@@ -26,6 +27,7 @@ Narzędzie do kalibracji monitora.
 
 %prep
 %setup -q -n %{orgname}-%{version}
+%patch0 -p1
 
 %build
 install -d build
This page took 0.067793 seconds and 4 git commands to generate.