* [gentoo-commits] proj/kde:master commit in: kde-apps/kuser/, kde-apps/kuser/files/
@ 2015-12-08 12:11 Michael Palimaka
0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2015-12-08 12:11 UTC (permalink / raw
To: gentoo-commits
commit: df32118ad29eddbeeba9b2d9655cdb762c4a90dd
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 8 12:09:48 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 8 12:11:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=df32118a
kde-apps/kuser: backport patch from upstream solving build failure with cmake-3.4
It missed the 15.11.90 tag.
Package-Manager: portage-2.2.26
kde-apps/kuser/files/kuser-15.08.3-cmake34.patch | 24 ++++++++++++++++++++++++
kde-apps/kuser/kuser-15.11.90.ebuild | 2 ++
2 files changed, 26 insertions(+)
diff --git a/kde-apps/kuser/files/kuser-15.08.3-cmake34.patch b/kde-apps/kuser/files/kuser-15.08.3-cmake34.patch
new file mode 100644
index 0000000..efdffb3
--- /dev/null
+++ b/kde-apps/kuser/files/kuser-15.08.3-cmake34.patch
@@ -0,0 +1,24 @@
+From 0bf52af6a61097f45f3f8a440e709376cc9d89b2 Mon Sep 17 00:00:00 2001
+From: Michael Palimaka <kensington@gentoo.org>
+Date: Sun, 15 Nov 2015 04:32:18 +1100
+Subject: [PATCH] Fix build with cmake-3.4
+
+---
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 44540e9..9c436e6 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -16,6 +16,7 @@ include_directories (${QDBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DI
+ find_package(KdepimLibs REQUIRED)
+
+ include(CheckFunctionExists)
++include(CheckIncludeFiles)
+ include(CheckLibraryExists)
+
+ include(TestBigEndian)
+--
+2.4.10
+
diff --git a/kde-apps/kuser/kuser-15.11.90.ebuild b/kde-apps/kuser/kuser-15.11.90.ebuild
index d75dc19..13bd116 100644
--- a/kde-apps/kuser/kuser-15.11.90.ebuild
+++ b/kde-apps/kuser/kuser-15.11.90.ebuild
@@ -19,3 +19,5 @@ DEPEND="
RDEPEND="${DEPEND}
$(add_kdeapps_dep knotify)
"
+
+PATCHES=( "${FILESDIR}/${PN}-15.08.3-cmake34.patch" )
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-12-08 12:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-08 12:11 [gentoo-commits] proj/kde:master commit in: kde-apps/kuser/, kde-apps/kuser/files/ Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox