diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-12-20 22:42:58 +0100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-12-21 23:30:03 +1100 |
commit | 079b8a8bdba3a764736cb0592d07084661eb4a95 (patch) | |
tree | ac33052f43a7b71e23269e3739d5a9eac6cfc5ce /kde-apps | |
parent | kde-apps/kdemultimedia-meta: Allow to depend on kde-apps/audiocd-kio:4 (diff) | |
download | gentoo-079b8a8bdba3a764736cb0592d07084661eb4a95.tar.gz gentoo-079b8a8bdba3a764736cb0592d07084661eb4a95.tar.bz2 gentoo-079b8a8bdba3a764736cb0592d07084661eb4a95.zip |
kde-apps/ktouch: Add missing DEPEND
Gentoo-bug: 602982
Reported-by: Ulrich Müller
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/ktouch/files/ktouch-16.12.0-deps.patch | 8 | ||||
-rw-r--r-- | kde-apps/ktouch/ktouch-16.12.0-r1.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/kde-apps/ktouch/files/ktouch-16.12.0-deps.patch b/kde-apps/ktouch/files/ktouch-16.12.0-deps.patch index 2dbfe7607396..e4b503ce8060 100644 --- a/kde-apps/ktouch/files/ktouch-16.12.0-deps.patch +++ b/kde-apps/ktouch/files/ktouch-16.12.0-deps.patch @@ -10,7 +10,7 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a0099c..3175453 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -25,32 +25,32 @@ include(ECMSetupVersion) +@@ -25,32 +25,33 @@ include(ECMSetupVersion) include(FeatureSummary) find_package(Qt5 5.5 REQUIRED COMPONENTS @@ -46,9 +46,9 @@ index 7a0099c..3175453 100644 ItemViews KCMUtils - TextEditor -- WindowSystem + TextWidgets + WidgetsAddons + WindowSystem + XmlGui ) @@ -57,7 +57,7 @@ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6633f35..1003a0b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -131,16 +131,14 @@ target_link_libraries(ktouch +@@ -131,16 +132,15 @@ target_link_libraries(ktouch Qt5::Sql Qt5::XmlPatterns Qt5::X11Extras @@ -71,8 +71,8 @@ index 6633f35..1003a0b 100644 KF5::I18n KF5::KCMUtils - KF5::TextEditor -- KF5::WindowSystem + KF5::TextWidgets + KF5::WindowSystem KF5::CoreAddons ${ktouch_X11_DEPS} ) diff --git a/kde-apps/ktouch/ktouch-16.12.0-r1.ebuild b/kde-apps/ktouch/ktouch-16.12.0-r1.ebuild index cd6216cb7b30..73bf0018be8a 100644 --- a/kde-apps/ktouch/ktouch-16.12.0-r1.ebuild +++ b/kde-apps/ktouch/ktouch-16.12.0-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.kde.org/applications/education/ktouch/" KEYWORDS="~amd64 ~arm ~x86" IUSE="" -DEPEND=" +COMMON_DEPEND=" $(add_frameworks_dep kcmutils) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -37,7 +37,10 @@ DEPEND=" x11-libs/libX11 x11-libs/libxcb " -RDEPEND="${DEPEND} +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kwindowsystem) +" +RDEPEND="${COMMON_DEPEND} $(add_kdeapps_dep kqtquickcharts) " |