-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating guake icon and now we have a hicolor themed icon
This commit also updates some files placed in the project by autotools and some references to the old icon file.
- Loading branch information
Showing
13 changed files
with
374 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
SUBDIRS = pixmaps | ||
SUBDIRS = pixmaps icons | ||
|
||
man_MANS = guake.1 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
iconthemedir = $(datadir)/icons/hicolor | ||
|
||
appsicon16dir = $(iconthemedir)/16x16/apps | ||
appsicon22dir = $(iconthemedir)/22x22/apps | ||
appsicon24dir = $(iconthemedir)/24x24/apps | ||
appsicon32dir = $(iconthemedir)/32x32/apps | ||
appsicon48dir = $(iconthemedir)/48x48/apps | ||
appsicon256dir = $(iconthemedir)/256x256/apps | ||
|
||
dist_appsicon16_DATA = 16x16/apps/guake.png | ||
dist_appsicon22_DATA = 22x22/apps/guake.png | ||
dist_appsicon24_DATA = 24x24/apps/guake.png | ||
dist_appsicon32_DATA = 32x32/apps/guake.png | ||
dist_appsicon48_DATA = 48x48/apps/guake.png | ||
dist_appsicon256_DATA = 256x256/apps/guake.png | ||
|
||
update_icon_cache = gtk-update-icon-cache --ignore-theme-index --force | ||
|
||
install-data-hook: install-update-icon-cache | ||
uninstall-hook: uninstall-update-icon-cache | ||
|
||
install-update-icon-cache: | ||
$(AM_V_at)$(POST_INSTALL) | ||
test -n "$(DESTDIR)" || $(update_icon_cache) "$(iconthemedir)" | ||
|
||
uninstall-update-icon-cache: | ||
$(AM_V_at)$(POST_UNINSTALL) | ||
test -n "$(DESTDIR)" || $(update_icon_cache) "$(iconthemedir)" | ||
|
||
EXTRA_DIST = source.svg |
Oops, something went wrong.