This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goplasmabindings. commit 9a6ba717435c4d6c0fb2b51437ea9f6c9f035cbe Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Dec 8 10:30:21 2014 +0100 Set KDE4_PLASMA_LIBS instead of CMAKE_INSTALL_LIBDIR. --- debian/changelog | 1 + x2goplasmabindings.spec | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3144851..2f35365 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ x2goplasmabindings (3.0.2.1-0x2go1) UNRELEASED; urgency=low + Rename plasma-widget-x2go to plasma-addons-x2go. + Use non-stanard Group: on SUSE. + Add to BR: intltool (otherwise no i18n support). + + Set KDE4_PLASMA_LIBS instead of CMAKE_INSTALL_LIBDIR. [ Martti Pitkänen ] * New upstream version (3.0.2.1): diff --git a/x2goplasmabindings.spec b/x2goplasmabindings.spec index 6cbee87..0d72547 100644 --- a/x2goplasmabindings.spec +++ b/x2goplasmabindings.spec @@ -69,8 +69,7 @@ mkdir build cd build cmake .. \ -DCMAKE_INSTALL_PREFIX="%_prefix" \ - -DCMAKE_INSTALL_LIBEXEC="%_libexecdir" \ - -DCMAKE_INSTALL_LIB="%_libdir" \ + -DKDE4_PLASMA_LIBS="%_libdir/kde4" \ -DCMAKE_C_FLAGS:STRING="%optflags" \ -DCMAKE_CXX_FLAGS:STRING="%optflags" make %{?_smp_mflags} @@ -99,7 +98,7 @@ fi %defattr(-,root,root) %doc debian/changelog %doc debian/copyright -%{_libdir}/ +%{_libexecdir}/ %{_datadir}/ %changelog -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goplasmabindings.git