user standard icons
This commit is contained in:
parent
881b15d89d
commit
30b856c2bd
@ -6,7 +6,7 @@
|
|||||||
Summary: A menu system for the GNOME project
|
Summary: A menu system for the GNOME project
|
||||||
Name: gnome-menus
|
Name: gnome-menus
|
||||||
Version: 2.23.5
|
Version: 2.23.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
@ -22,6 +22,9 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: python2-devel >= 2.3.0
|
BuildRequires: python2-devel >= 2.3.0
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
|
||||||
|
# http://bugzilla.gnome.org/show_bug.cgi?id=545862
|
||||||
|
Patch0: icon-names.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-menus is an implementation of the draft "Desktop
|
gnome-menus is an implementation of the draft "Desktop
|
||||||
Menu Specification" from freedesktop.org. This package
|
Menu Specification" from freedesktop.org. This package
|
||||||
@ -44,6 +47,7 @@ writing applications that use the GNOME menu system.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .icon-names
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-monitor-backend=gio \
|
%configure --with-monitor-backend=gio \
|
||||||
@ -99,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/gnome-menus
|
%{_includedir}/gnome-menus
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 1 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-2
|
||||||
|
- Use standard icon names
|
||||||
|
|
||||||
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
|
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
|
||||||
- Update to 2.23.5
|
- Update to 2.23.5
|
||||||
|
|
||||||
|
9
icon-names.patch
Normal file
9
icon-names.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
diff -up gnome-menus-2.23.5/desktop-directories/Utility-Accessibility.directory.in.icon-names gnome-menus-2.23.5/desktop-directories/Utility-Accessibility.directory.in
|
||||||
|
--- gnome-menus-2.23.5/desktop-directories/Utility-Accessibility.directory.in.icon-names 2008-08-01 10:38:30.000000000 -0400
|
||||||
|
+++ gnome-menus-2.23.5/desktop-directories/Utility-Accessibility.directory.in 2008-08-01 10:39:00.000000000 -0400
|
||||||
|
@@ -2,4 +2,4 @@
|
||||||
|
_Name=Universal Access
|
||||||
|
_Comment=Universal Access Settings
|
||||||
|
Type=Directory
|
||||||
|
-Icon=accessibility-directory
|
||||||
|
+Icon=preferences-desktop-accessibility
|
Loading…
Reference in New Issue
Block a user