rpms/kdenetwork/devel kdenetwork-4.2.98-kdrc-icon.patch, NONE, 1.1 .cvsignore, 1.69, 1.70 kdenetwork.spec, 1.192, 1.193 sources, 1.76, 1.77

Than Ngo than at fedoraproject.org
Fri Jul 24 12:44:01 UTC 2009


Author: than

Update of /cvs/extras/rpms/kdenetwork/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10268

Modified Files:
	.cvsignore kdenetwork.spec sources 
Added Files:
	kdenetwork-4.2.98-kdrc-icon.patch 
Log Message:
fix #393631, missing menu icon for krdc


kdenetwork-4.2.98-kdrc-icon.patch:
 CMakeLists.txt |    4 ++++
 1 file changed, 4 insertions(+)

--- NEW FILE kdenetwork-4.2.98-kdrc-icon.patch ---
diff -up kdenetwork-4.2.98/krdc/CMakeLists.txt.me kdenetwork-4.2.98/krdc/CMakeLists.txt
--- kdenetwork-4.2.98/krdc/CMakeLists.txt.me	2009-06-17 22:08:12.000000000 +0200
+++ kdenetwork-4.2.98/krdc/CMakeLists.txt	2009-07-24 14:26:34.000000000 +0200
@@ -73,6 +73,8 @@ kde4_add_ui_files(krdc_SRCS
     config/general.ui
 )
 
+kde4_add_app_icon(krdc_SRCS "hi*-apps-krdc.png")
+
 kde4_add_executable(krdc ${krdc_SRCS})
 
 target_link_libraries(krdc
@@ -93,3 +95,5 @@ install(FILES pointcursor.png pointcurso
 if(NOT INSIDE_KDENETWORK)
     macro_display_feature_log()
 endif(NOT INSIDE_KDENETWORK)
+
+kde4_install_icons( ${ICON_INSTALL_DIR}   )


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kdenetwork/devel/.cvsignore,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- .cvsignore	22 Jul 2009 10:44:21 -0000	1.69
+++ .cvsignore	24 Jul 2009 12:44:01 -0000	1.70
@@ -2,3 +2,4 @@ kdenetwork-4.2.90.tar.bz2
 kdenetwork-4.2.95.tar.bz2
 kdenetwork-4.2.96.tar.bz2
 kdenetwork-4.2.98.tar.bz2
+krdc-icons.tar.bz2


Index: kdenetwork.spec
===================================================================
RCS file: /cvs/extras/rpms/kdenetwork/devel/kdenetwork.spec,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -p -r1.192 -r1.193
--- kdenetwork.spec	22 Jul 2009 10:44:21 -0000	1.192
+++ kdenetwork.spec	24 Jul 2009 12:44:01 -0000	1.193
@@ -8,8 +8,10 @@ License: GPLv2
 Group: Applications/Internet
 URL: http://www.kde.org
 Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
+Source1: krdc-icons.tar.bz2
+
+Patch1: kdenetwork-4.2.98-kdrc-icon.patch
 # upstream patches (4.3 branch):
-# implement YMSG 16 protocol to allow logging into Yahoo! again (Matt Rogers)
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -85,7 +87,9 @@ Requires: kdelibs4-devel
 
 
 %prep
-%setup -q
+%setup -q -a 1
+%patch1 -p1 -b .icon
+
 # 4.3 upstream patches
 chmod +x kopete/kopete/kconf_update/kopete-update_yahoo_server.pl
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kdenetwork/devel/sources,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -p -r1.76 -r1.77
--- sources	22 Jul 2009 10:44:22 -0000	1.76
+++ sources	24 Jul 2009 12:44:01 -0000	1.77
@@ -1 +1,2 @@
 a65bbab7dabb887a3a3d9cb27c0f2409  kdenetwork-4.2.98.tar.bz2
+7dd360a790100c952090410c2c89937c  krdc-icons.tar.bz2




More information about the fedora-extras-commits mailing list