Add an icon
This commit is contained in:
parent
f256bed98c
commit
d3bf7369bf
3 changed files with 8 additions and 2 deletions
|
@ -7,6 +7,12 @@ gnome2_font_properties_LDFLAGS = -export-dynamic
|
||||||
|
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
@INTLTOOL_DESKTOP_RULE@
|
||||||
|
|
||||||
|
iconsdir = $(GNOMECC_ICONS_DIR)
|
||||||
|
icons_DATA = font-capplet.png
|
||||||
|
|
||||||
|
desktop_iconsdir = $(datadir)/pixmaps
|
||||||
|
desktop_icons_DATA = font-capplet.png
|
||||||
|
|
||||||
desktopdir = $(GNOMECC_DESKTOP_DIR)
|
desktopdir = $(GNOMECC_DESKTOP_DIR)
|
||||||
Desktop_in_files = font-properties.desktop.in
|
Desktop_in_files = font-properties.desktop.in
|
||||||
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
|
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
|
||||||
|
@ -16,4 +22,4 @@ glade_DATA = font-properties.glade
|
||||||
|
|
||||||
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
|
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS)
|
||||||
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
|
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
|
||||||
EXTRA_DIST = $(Desktop_in_files) $(glade_DATA)
|
EXTRA_DIST = $(Desktop_in_files) $(icons_DATA) $(glade_DATA)
|
||||||
|
|
BIN
capplets/font/font-capplet.png
Normal file
BIN
capplets/font/font-capplet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 646 B |
|
@ -2,7 +2,7 @@
|
||||||
_Name=Font
|
_Name=Font
|
||||||
_Comment=Select which font to use
|
_Comment=Select which font to use
|
||||||
Exec=gnome2-font-properties
|
Exec=gnome2-font-properties
|
||||||
Icon=gnome-fontsel.png
|
Icon=font-capplet.png
|
||||||
Terminal=0
|
Terminal=0
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Application;Settings;
|
Categories=Application;Settings;
|
||||||
|
|
Loading…
Add table
Reference in a new issue