rpms/kde-plasma-runcommand/F-9 kde-plasma-runcommand-0.9-plasma-libs.patch, NONE, 1.1 kde-plasma-runcommand.spec, 1.3, 1.4

Jaroslav Reznik jreznik at fedoraproject.org
Fri Jan 2 12:11:40 UTC 2009


Author: jreznik

Update of /cvs/pkgs/rpms/kde-plasma-runcommand/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27411

Modified Files:
	kde-plasma-runcommand.spec 
Added Files:
	kde-plasma-runcommand-0.9-plasma-libs.patch 
Log Message:
* Fri Jan 02 2009 Jaroslav Reznik <jreznik at redhat.com> 0.9-2
- link target against PLASMA_LIBS


kde-plasma-runcommand-0.9-plasma-libs.patch:

--- NEW FILE kde-plasma-runcommand-0.9-plasma-libs.patch ---
diff -up runcommand_0.9/applet/CMakeLists.txt.plasma-libs runcommand_0.9/applet/CMakeLists.txt
--- runcommand_0.9/applet/CMakeLists.txt.plasma-libs	2008-12-24 19:38:18.000000000 +0100
+++ runcommand_0.9/applet/CMakeLists.txt	2009-01-02 12:55:33.000000000 +0100
@@ -17,7 +17,7 @@ kde4_add_ui_files(runcommand_SRCS config
 kde4_add_plugin(plasma_applet_runcommand ${runcommand_SRCS})
 target_link_libraries(plasma_applet_runcommand
                       ${QT_QTSCRIPT_LIBRARY}
-                      ${KDE4_PLASMA_LIBS}
+                      ${PLASMA_LIBS}
                       ${KDE4_KDEUI_LIBS}
                       ${KDE4_KUTILS_LIBS}
                       ${KDE4_KIO_LIBS}


Index: kde-plasma-runcommand.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/F-9/kde-plasma-runcommand.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kde-plasma-runcommand.spec	2 Jan 2009 11:40:59 -0000	1.3
+++ kde-plasma-runcommand.spec	2 Jan 2009 12:11:09 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           kde-plasma-runcommand
 Version:        0.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple plasmoid to run commands without using terminal or KRunner
 
 Group:          User Interface/Desktops
@@ -8,6 +8,7 @@
 URL:            http://www.kde-look.org/content/show.php/Run+Command?content=91495
 
 Source0:        http://www.kde-look.org/CONTENT/content-files/91495-runcommand_%{version}.tar.bz2
+Patch0:         kde-plasma-runcommand-0.9-plasma-libs.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -20,7 +21,7 @@
 
 %prep
 %setup -qn runcommand_%{version}
-
+%patch0 -p1 -b .plasma-libs
 
 %build
 mkdir -p %{_target_platform}
@@ -47,6 +48,9 @@
 %{_kde4_datadir}/kde4/services/plasma-applet-runcommand.desktop
 
 %changelog
+* Fri Jan 02 2009 Jaroslav Reznik <jreznik at redhat.com> 0.9-2
+- link target against PLASMA_LIBS
+
 * Fri Jan 02 2009 Jaroslav Reznik <jreznik at redhat.com> 0.9-1
 - update to 0.9
 




More information about the fedora-extras-commits mailing list