* [gentoo-commits] proj/kde:master commit in: kde-frameworks/solid/files/, kde-frameworks/solid/
@ 2014-04-13 8:57 Alexey Shvetsov
0 siblings, 0 replies; only message in thread
From: Alexey Shvetsov @ 2014-04-13 8:57 UTC (permalink / raw
To: gentoo-commits
commit: f1451c1f528b13c037cb4f849e4e4b3764fd7e7b
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 13 08:56:21 2014 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Apr 13 08:56:21 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f1451c1f
[kde-frameworks/solid] Add upstream collision fix
Package-Manager: portage-2.2.10
---
.../solid-4.98.0-collision-kdelibs4-fix.patch | 25 ++++++++++++++++++++++
kde-frameworks/solid/solid-4.98.0.ebuild | 4 ++++
2 files changed, 29 insertions(+)
diff --git a/kde-frameworks/solid/files/solid-4.98.0-collision-kdelibs4-fix.patch b/kde-frameworks/solid/files/solid-4.98.0-collision-kdelibs4-fix.patch
new file mode 100644
index 0000000..7de6a16
--- /dev/null
+++ b/kde-frameworks/solid/files/solid-4.98.0-collision-kdelibs4-fix.patch
@@ -0,0 +1,25 @@
+commit da0aa13642dfc8d4dbaf1f0f5d223714077c1e50
+Author: Jonathan Riddell <jr@jriddell.org>
+Date: Tue Apr 1 15:42:47 2014 +0100
+
+ rename solid-hardware to solid-hardware5 to stop it clashing with the
+ equivalent binary from kde-runtime in kdelibs4 land
+
+ REVIEW:117208
+
+diff --git a/src/tools/solid-hardware/CMakeLists.txt b/src/tools/solid-hardware/CMakeLists.txt
+index 7cb604e..dbda0d4 100644
+--- a/src/tools/solid-hardware/CMakeLists.txt
++++ b/src/tools/solid-hardware/CMakeLists.txt
+@@ -1,7 +1,4 @@
+-add_executable(solid-hardware solid-hardware.cpp)
+-ecm_mark_nongui_executable(solid-hardware)
+-target_link_libraries(solid-hardware KF5::Solid)
+-install(TARGETS solid-hardware ${INSTALL_TARGETS_DEFAULT_ARGS})
+-
+-
+-
++add_executable(solid-hardware5 solid-hardware.cpp)
++ecm_mark_nongui_executable(solid-hardware5)
++target_link_libraries(solid-hardware5 KF5::Solid)
++install(TARGETS solid-hardware5 ${INSTALL_TARGETS_DEFAULT_ARGS})
diff --git a/kde-frameworks/solid/solid-4.98.0.ebuild b/kde-frameworks/solid/solid-4.98.0.ebuild
index 7d23db6..5069782 100644
--- a/kde-frameworks/solid/solid-4.98.0.ebuild
+++ b/kde-frameworks/solid/solid-4.98.0.ebuild
@@ -23,6 +23,10 @@ DEPEND="${RDEPEND}
test? ( dev-qt/qtconcurrent:5 )
"
+PATCHES=(
+ "${FILESDIR}/solid-4.98.0-collision-kdelibs4-fix.patch"
+)
+
src_configure() {
# HUpnp is currently disabled upstream due to
# being buggy and unmaintained
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-13 8:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-13 8:57 [gentoo-commits] proj/kde:master commit in: kde-frameworks/solid/files/, kde-frameworks/solid/ Alexey Shvetsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox