rpms/kdebase-runtime/F-9 kdebase-runtime.spec, 1.56, 1.57 sources, 1.16, 1.17

Than Ngo than at fedoraproject.org
Tue Sep 30 15:57:01 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdebase-runtime/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11981

Modified Files:
	kdebase-runtime.spec sources 
Log Message:
add missing icons




Index: kdebase-runtime.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebase-runtime/F-9/kdebase-runtime.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- kdebase-runtime.spec	29 Sep 2008 15:25:21 -0000	1.56
+++ kdebase-runtime.spec	30 Sep 2008 15:56:30 -0000	1.57
@@ -10,13 +10,22 @@
 Name:          kdebase-runtime
 Summary:       K Desktop Environment - Runtime 
 Version:       4.1.2
-Release:       2%{?dist}
+Release:       4%{?dist}
 
 License:       GPLv2
 Group:         User Interface/Desktops
 URL:           http://www.kde.org/
 Source0:       ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdebase-runtime-%{version}.tar.bz2
 Source1:       khelpcenter.desktop
+# http://websvn.kde.org/trunk/playground/artwork/Oxygen/phonon/
+Source2:       audio-backend-arts.svgz
+Source3:       audio-backend-esd.svgz
+Source4:       audio-backend-jack.svgz
+Source5:       audio-backend-pulseaudio.svgz
+Source6:       audio-card-firewire.svgz
+Source7:       audio-card-usb.svgz
+Source8:       audio-headset-bluetooth.svgz
+Source9:       audio-headset-usb.svgz
 Patch0:        kdebase-runtime-4.1.0-pulseaudio.patch
 Patch1:        kdebase-runtime-4.1.x-searchproviders-shortcuts.patch
 Patch2:        kdebase-runtime-4.1.1-knetattach.patch
@@ -67,6 +76,7 @@
 BuildRequires: xorg-x11-font-utils
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: zlib-devel
+BuildRequires: ImageMagick
 
 %description
 Core runtime for the K Desktop Environment 4.
@@ -137,6 +147,18 @@
 
 %if 0%{?icons}
 make install DESTDIR=%{buildroot} -C %{_target_platform}/pics/oxygen
+# install phone-xine icons
+for i in 16 22 32 48 64 128 ; do
+  install -m 0644 -D phonon/xine/ox$i-app-phonon-xine.png %{buildroot}%{_kde4_iconsdir}/oxygen/${i}x${i}/apps/phonon-xine.png
+done
+install -m 0644 -D phonon/xine/oxsc-app-phonon-xine.svgz %{buildroot}%{_kde4_iconsdir}/oxygen/scalable/apps/phonon-xine.svgz
+for j in %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} ; do
+  n=`basename $j`
+  for i in 16 22 32 48 64 128; do
+    convert -background None -geometry ${i}x${i} ${j} %{buildroot}%{_datadir}/icons/oxygen/${i}x${i}/apps/${n%.svgz}.png
+  done
+  install -m 0644 -D ${j} %{buildroot}%{_kde4_iconsdir}/oxygen/scalable/apps/${n}
+done
 %if ! 0%{?rest}
 ln -sf oxygen %{buildroot}%{_kde4_iconsdir}/default.kde4
 %endif
@@ -358,6 +380,12 @@
 
 
 %changelog
+* Tue Sep 30 2008 Than Ngo <than at redhat.com> 4.1.2-4
+- fix broken audio-backend-jack.svgz
+
+* Tue Sep 30 2008 Than Ngo <than at redhat.com> 4.1.2-3
+- add missing icons
+
 * Sun Sep 28 2008 Rex Dieter <rdieter at fedoraproject.org> 4.1.2-2
 - make VERBOSE=1
 - respin against new(er) kde-filesystem


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kdebase-runtime/F-9/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	28 Sep 2008 20:44:21 -0000	1.16
+++ sources	30 Sep 2008 15:56:30 -0000	1.17
@@ -1 +1,9 @@
 1f17bdfa4bee4bf1c7afc2bd5bdbae59  kdebase-runtime-4.1.2.tar.bz2
+f976564b84c96c43ef7bbb42576ef7bf  audio-backend-arts.svgz
+1c229ebbf0d2063927175159329ba7b8  audio-backend-esd.svgz
+0f9b16ddfbc760a82a2c51a2846c8894  audio-backend-pulseaudio.svgz
+556827fe755f3348f6b2227e29c687dc  audio-card-firewire.svgz
+1db9c22cb987582526b5b45423116f9b  audio-card-usb.svgz
+6fb861774412d3f63accf480980c0488  audio-headset-bluetooth.svgz
+b75bce5f507225e0760061a7276271a5  audio-headset-usb.svgz
+26411a187b7aa9a722f91ead4e557aa0  audio-backend-jack.svgz




More information about the fedora-extras-commits mailing list