Skip to content

Commit

Permalink
Move symbolic app icon to symbolic folder
Browse files Browse the repository at this point in the history
It's the cool new place to put symbolic icons.
  • Loading branch information
Michael Catanzaro committed Nov 19, 2015
1 parent 9efbaf9 commit 2d71b15
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -915,8 +915,9 @@ 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
data/icons/symbolic/Makefile
data/icons/symbolic/apps/Makefile
help/Makefile
help/reference/Makefile
help/reference/libdocument/Makefile
Expand Down
2 changes: 1 addition & 1 deletion data/icons/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable
SUBDIRS = 16x16 22x22 24x24 32x32 48x48 256x256 scalable symbolic


-include $(top_srcdir)/git.mk
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 apps mimetypes
SUBDIRS = actions mimetypes

-include $(top_srcdir)/git.mk
3 changes: 3 additions & 0 deletions data/icons/symbolic/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SUBDIRS = apps

-include $(top_srcdir)/git.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
themedir = $(datadir)/icons/hicolor
size = scalable
size = symbolic
context = apps

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

0 comments on commit 2d71b15

Please sign in to comment.