Skip to content

Commit

Permalink
icon: provide a symbolic variant of the app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Steiner authored and Michael Catanzaro committed Apr 27, 2015
1 parent f4b8f6d commit b2e9dca
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ data/icons/256x256/Makefile
data/icons/256x256/apps/Makefile
data/icons/scalable/Makefile
data/icons/scalable/actions/Makefile
data/icons/scalable/apps/Makefile
data/icons/scalable/mimetypes/Makefile
help/Makefile
help/reference/Makefile
Expand Down
2 changes: 1 addition & 1 deletion data/icons/scalable/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SUBDIRS = actions mimetypes
SUBDIRS = actions apps mimetypes

-include $(top_srcdir)/git.mk
16 changes: 16 additions & 0 deletions data/icons/scalable/apps/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
themedir = $(pkgdatadir)/icons/hicolor
size = scalable
context = apps

iconsdir = $(themedir)/$(size)/$(context)

icons_DATA = \
evince-symbolic.svg

noinst_DATA =

EXTRA_DIST = \
$(icons_DATA) \
$(noinst_DATA)

-include $(top_srcdir)/git.mk
24 changes: 24 additions & 0 deletions data/icons/scalable/apps/evince-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2e9dca

Please sign in to comment.