[rosa-launcher] Change and fix icons to the kde icon in menu and applet

Joseph Marrero jmarrero at fedoraproject.org
Sun Jun 30 02:29:55 UTC 2013


commit 1f74b28e148e00130f47c8ed89464ffbb9c62e00
Author: jmarrero <jmarrero at fedoraproject.org>
Date:   Sat Jun 29 22:28:55 2013 -0400

    Change and fix icons to the kde icon in menu and applet

 rosa-launcher.spec |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/rosa-launcher.spec b/rosa-launcher.spec
index 3930d58..0e0784e 100644
--- a/rosa-launcher.spec
+++ b/rosa-launcher.spec
@@ -1,11 +1,11 @@
 Name:           rosa-launcher
 Version:        2.0.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        ROSA Desktop Application Launcher
  
 License:        GPLv3
 URL:            http://www.rosalab.ru/
-Source0:        http://abf.rosalinux.ru/tigro/rosa-launcher/%{name}-%{version}.tar.gz
+Source0:        http://mirror.rosalab.ru/rosa2012.1/repository/SRPMS/main/updates/%{name}-%{version}.tar.gz
 
 BuildRequires:  kdelibs4-devel
 BuildRequires:  qjson-devel
@@ -30,6 +30,11 @@ make %{?_smp_mflags} -C %{_target_platform}
 %install
 make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
+mv %{buildroot}%{_kde4_datadir}/rosa-launcher/assets/rosa-icon.png %{buildroot}%{_kde4_datadir}/rosa-launcher/assets/rosa-icon-backup.png
+ln -s %{buildroot}%{_kde4_iconsdir}/oxygen/128x128/apps/kde.png %{buildroot}%{_kde4_datadir}/rosa-launcher/assets/rosa-icon.png
+
+sed -i 's/rosalauncher/kde/' %{_kde4_datadir}/kde4/services/plasma-applet-rosastarter.desktop
+
 %post
 touch --no-create %{_kde4_iconsdir}/oxygen &> /dev/null || :
 
@@ -52,6 +57,9 @@ fi
 %{_kde4_libdir}/libtimeframe.so
  
 %changelog
+* Sat Jun 29 2013 Joseph Marrero <jmarrero at fedoraproject.org> 2.0.0-3
+- Change rosa icon for the KDE icon in the menu and applet.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list