diff options
Diffstat (limited to 'data')
-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 |
7 files changed, 41 insertions, 1 deletions
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 |