[SCM] muon packaging branch, kubuntu_vivid_archive, updated. 450af520fb51283896b1607841b90b4341b2b30c

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Thu Apr 2 10:11:01 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/muon.git;a=commitdiff;h=450af52

The following commit has been merged in the kubuntu_vivid_archive branch:
commit 450af520fb51283896b1607841b90b4341b2b30c
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Apr 2 12:10:59 2015 +0200

    add patch file
---
 debian/patches/upstream_notifyrc-path.diff | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/debian/patches/upstream_notifyrc-path.diff b/debian/patches/upstream_notifyrc-path.diff
new file mode 100644
index 0000000..98e70d5
--- /dev/null
+++ b/debian/patches/upstream_notifyrc-path.diff
@@ -0,0 +1,26 @@
+commit 027818bd078781bfd8eb4a4dee136baf61b40d1e
+Author: Jonathan Riddell <jr at jriddell.org>
+Date:   Thu Apr 2 12:04:28 2015 +0200
+
+    fix install location of notifyrc files
+
+diff --git a/libmuon/CMakeLists.txt b/libmuon/CMakeLists.txt
+index 4f19c94..26cd0b8 100644
+--- a/libmuon/CMakeLists.txt
++++ b/libmuon/CMakeLists.txt
+@@ -62,4 +62,4 @@ target_include_directories(muonprivate PRIVATE ${PHONON_INCLUDES} PUBLIC ${CMAKE
+ 
+ install(TARGETS muonprivate ${INSTALL_TARGETS_DEFAULT_ARGS})
+ install(FILES moo.ogg DESTINATION ${DATA_INSTALL_DIR}/libmuon)
+-install(FILES resources/muonabstractnotifier.notifyrc DESTINATION ${DATA_INSTALL_DIR}/muonabstractnotifier)
++install(FILES resources/muonabstractnotifier.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})
+diff --git a/libmuon/backends/ApplicationBackend/CMakeLists.txt b/libmuon/backends/ApplicationBackend/CMakeLists.txt
+index 00d1b3e..a1c57c4 100644
+--- a/libmuon/backends/ApplicationBackend/CMakeLists.txt
++++ b/libmuon/backends/ApplicationBackend/CMakeLists.txt
+@@ -37,4 +37,4 @@ add_library(MuonApplicationNotifier MODULE ApplicationNotifier.cpp)
+ target_link_libraries(MuonApplicationNotifier KF5::CoreAddons KF5::I18n KF5::Notifications KF5::IconThemes MuonNotifiers)
+ 
+ install(TARGETS MuonApplicationNotifier DESTINATION ${PLUGIN_INSTALL_DIR}/muon-notifier)
+-install(FILES muonapplicationnotifier.notifyrc DESTINATION ${DATA_INSTALL_DIR}/muonapplicationnotifier)
++install(FILES muonapplicationnotifier.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})

-- 
muon packaging



More information about the pkg-kde-commits mailing list