Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 151917 Details for
Bug 235590
speedcrunch: No menu icon
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to enable the menu icon
speedcrunch-icon.patch (text/plain), 1.89 KB, created by
Aurelien Bompard
on 2007-04-07 17:06:39 UTC
(
hide
)
Description:
Patch to enable the menu icon
Filename:
MIME Type:
Creator:
Aurelien Bompard
Created:
2007-04-07 17:06:39 UTC
Size:
1.89 KB
patch
obsolete
>diff -u -r1.1 speedcrunch.desktop >--- speedcrunch.desktop 25 Feb 2007 02:00:51 -0000 1.1 >+++ speedcrunch.desktop 7 Apr 2007 17:00:51 -0000 >@@ -4,6 +4,7 @@ > GenericName=Power User Calculator > Comment=A power user calculator > Exec=speedcrunch >+Icon=speedcrunch > Terminal=false > Type=Application > Categories=Utility;Engneering; >diff -u -r1.2 speedcrunch.spec >--- speedcrunch.spec 25 Feb 2007 17:02:19 -0000 1.2 >+++ speedcrunch.spec 7 Apr 2007 17:00:51 -0000 >@@ -1,6 +1,6 @@ > Name: speedcrunch > Version: 0.7 >-Release: 0.9.beta2%{?dist} >+Release: 0.10.beta2%{?dist} > Summary: A fast power user calculator for KDE > > Group: Applications/Engineering >@@ -10,7 +10,7 @@ > Source1: speedcrunch.desktop > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >-BuildRequires: cmake qt4-devel desktop-file-utils >+BuildRequires: cmake qt4-devel desktop-file-utils ImageMagick > #Requires: > > %description >@@ -39,8 +39,16 @@ > cd fedora > make install DESTDIR=$RPM_BUILD_ROOT > >+# Icons >+cd .. >+for size in 16 24 32 48 64; do >+ mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${size}x${size}/apps >+ convert -size ${size}x${size} crunch.png \ >+ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${size}x${size}/apps/speedcrunch.png >+done >+ > desktop-file-install --vendor="" \ >- --dir=%{buildroot}%{_datadir}/applications/kde \ >+ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde \ > %{SOURCE1} > > %clean >@@ -52,8 +60,12 @@ > %{_bindir}/speedcrunch > %{_datadir}/applications/kde/speedcrunch.desktop > %{_datadir}/crunch >+%{_datadir}/icons/hicolor/*/apps/speedcrunch.png > > %changelog >+* Sat Apr 07 2007 Aurelien Bompard <abompard@fedoraproject.org> 0.7-0.10.beta2 >+- add icon to the desktop file >+ > * Thu Feb 22 2007 Roland Wolters <wolters.liste@gmx.net> 0.7-0.9.beta2 > - bumped version due to cvs problems >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235590
: 151917