Provide a Tango style application icon for Preferred Applications capplet
2008-06-15 Thomas Wood <thos@gnome.org> * Makefile.am: * icons/*: Provide a Tango style application icon for Preferred Applications capplet (bug 397312). Artwork by Jakub Steiner <jimmac@ximian.com>. svn path=/trunk/; revision=8756
This commit is contained in:
parent
f02941bf84
commit
02ea07d474
8 changed files with 12713 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2008-06-15 Thomas Wood <thos@gnome.org>
|
||||
|
||||
* Makefile.am:
|
||||
* icons/*:
|
||||
|
||||
Provide a Tango style application icon for Preferred Applications
|
||||
capplet (bug 397312). Artwork by Jakub Steiner <jimmac@ximian.com>.
|
||||
|
||||
2008-05-18 Thomas Wood <thos@gnome.org>
|
||||
|
||||
* gnome-da-capplet.c: Convert to use GConfPropertyEditor and remove
|
||||
|
|
|
@ -42,5 +42,30 @@ INCLUDES = \
|
|||
-DGNOMECC_GLADE_DIR=\""$(gladedir)"\" \
|
||||
-DGNOMECC_DATA_DIR=\""$(pkgdatadir)"\"
|
||||
|
||||
|
||||
icons16dir = $(datadir)/icons/hicolor/16x16/apps
|
||||
dist_icons16_DATA = icons/16x16/gnome-settings-default-applications.png
|
||||
icons22dir = $(datadir)/icons/hicolor/22x22/apps
|
||||
dist_icons22_DATA = icons/22x22/gnome-settings-default-applications.png
|
||||
icons24dir = $(datadir)/icons/hicolor/24x24/apps
|
||||
dist_icons24_DATA = icons/24x24/gnome-settings-default-applications.png
|
||||
icons32dir = $(datadir)/icons/hicolor/32x32/apps
|
||||
dist_icons32_DATA = icons/32x32/gnome-settings-default-applications.png
|
||||
icons48dir = $(datadir)/icons/hicolor/48x48/apps
|
||||
dist_icons48_DATA = icons/48x48/gnome-settings-default-applications.png
|
||||
|
||||
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
|
||||
uninstall-hook: update-icon-cache
|
||||
install-data-hook: update-icon-cache
|
||||
update-icon-cache:
|
||||
@-if test -z "$(DESTDIR)"; then \
|
||||
echo "Updating Gtk icon cache."; \
|
||||
$(gtk_update_icon_cache); \
|
||||
else \
|
||||
echo "*** Icon cache not updated. After install, run this:"; \
|
||||
echo "*** $(gtk_update_icon_cache)"; \
|
||||
fi
|
||||
|
||||
|
||||
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(Desktop_in_files) $(desktop_DATA) $(xmldata_DATA) $(autostart_DATA) $(bin_SCRIPTS)
|
||||
EXTRA_DIST = $(xmldata_in_files)
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 748 B |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
12680
capplets/default-applications/icons/svg/preferred-applications.svg
Normal file
12680
capplets/default-applications/icons/svg/preferred-applications.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 400 KiB |
Loading…
Add table
Add a link
Reference in a new issue