mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
Install hicolor svg; move the files Makefile.am to their subdirectories
This commit is contained in:
1
share/Makefile.am
Normal file
1
share/Makefile.am
Normal file
@@ -0,0 +1 @@
|
||||
SUBDIRS = icons misc
|
||||
13
share/icons/Makefile.am
Normal file
13
share/icons/Makefile.am
Normal file
@@ -0,0 +1,13 @@
|
||||
icon_DATA = ../../src/pixmaps/hexchat.png
|
||||
icondir = $(datadir)/pixmaps
|
||||
|
||||
hicolor_DATA = hexchat.svg
|
||||
hicolordir = $(datadir)/icons/hicolor/scalable/apps
|
||||
|
||||
UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
|
||||
|
||||
install-data-hook:
|
||||
$(UPDATE_ICON_CACHE);
|
||||
|
||||
uninstall-hook:
|
||||
$(UPDATE_ICON_CACHE);
|
||||
3
share/misc/Makefile.am
Normal file
3
share/misc/Makefile.am
Normal file
@@ -0,0 +1,3 @@
|
||||
util_DATA = hexchat.desktop
|
||||
utildir = $(datadir)/applications
|
||||
|
||||
Reference in New Issue
Block a user