diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | data/icons/128x128/Makefile.am | 4 | ||||
-rw-r--r-- | data/icons/128x128/apps/Makefile.am | 16 | ||||
-rw-r--r-- | data/icons/128x128/apps/atril.png | bin | 0 -> 5590 bytes | |||
-rw-r--r-- | data/icons/64x64/Makefile.am | 4 | ||||
-rw-r--r-- | data/icons/64x64/apps/Makefile.am | 16 | ||||
-rw-r--r-- | data/icons/64x64/apps/atril.png | bin | 0 -> 2853 bytes | |||
-rw-r--r-- | data/icons/Makefile.am | 2 |
8 files changed, 45 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2a6d1d6c..c0e78a56 100644 --- a/configure.ac +++ b/configure.ac @@ -760,6 +760,10 @@ data/icons/32x32/mimetypes/Makefile data/icons/48x48/Makefile data/icons/48x48/apps/Makefile data/icons/48x48/actions/Makefile +data/icons/64x64/Makefile +data/icons/64x64/apps/Makefile +data/icons/128x128/Makefile +data/icons/128x128/apps/Makefile data/icons/scalable/Makefile data/icons/scalable/apps/Makefile data/icons/scalable/actions/Makefile diff --git a/data/icons/128x128/Makefile.am b/data/icons/128x128/Makefile.am new file mode 100644 index 00000000..237e2099 --- /dev/null +++ b/data/icons/128x128/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = apps + + +-include $(top_srcdir)/git.mk diff --git a/data/icons/128x128/apps/Makefile.am b/data/icons/128x128/apps/Makefile.am new file mode 100644 index 00000000..47dada0a --- /dev/null +++ b/data/icons/128x128/apps/Makefile.am @@ -0,0 +1,16 @@ +themedir = $(datadir)/icons/hicolor +size = 128x128 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + atril.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) + +-include $(top_srcdir)/git.mk diff --git a/data/icons/128x128/apps/atril.png b/data/icons/128x128/apps/atril.png Binary files differnew file mode 100644 index 00000000..5deac6ae --- /dev/null +++ b/data/icons/128x128/apps/atril.png diff --git a/data/icons/64x64/Makefile.am b/data/icons/64x64/Makefile.am new file mode 100644 index 00000000..237e2099 --- /dev/null +++ b/data/icons/64x64/Makefile.am @@ -0,0 +1,4 @@ +SUBDIRS = apps + + +-include $(top_srcdir)/git.mk diff --git a/data/icons/64x64/apps/Makefile.am b/data/icons/64x64/apps/Makefile.am new file mode 100644 index 00000000..6aa2c49e --- /dev/null +++ b/data/icons/64x64/apps/Makefile.am @@ -0,0 +1,16 @@ +themedir = $(datadir)/icons/hicolor +size = 64x64 +context = apps + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + atril.png + +noinst_DATA = + +EXTRA_DIST = \ + $(icons_DATA) \ + $(noinst_DATA) + +-include $(top_srcdir)/git.mk diff --git a/data/icons/64x64/apps/atril.png b/data/icons/64x64/apps/atril.png Binary files differnew file mode 100644 index 00000000..57091d6e --- /dev/null +++ b/data/icons/64x64/apps/atril.png diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 6101c565..8dcf5e07 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 64x64 128x128 scalable -include $(top_srcdir)/git.mk |