diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 8 | ||||
| -rw-r--r-- | data/eye-on-manga.desktop | 10 | ||||
| -rw-r--r-- | data/icons/26x26/eye-on-manga.png | bin | 0 -> 1819 bytes | |||
| -rw-r--r-- | data/icons/40x40/eye-on-manga.png | bin | 0 -> 3389 bytes | |||
| -rw-r--r-- | data/icons/64x64/eye-on-manga.png | bin | 0 -> 6335 bytes | |||
| -rw-r--r-- | data/icons/scalable/eye-on-manga.png | bin | 0 -> 16197 bytes |
6 files changed, 18 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..078a5ee --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,8 @@ +desktopentry_DATA = eye-on-manga.desktop + +icon_26x26_DATA = icons/26x26/eye-on-manga.png +icon_40x40_DATA = icons/40x40/eye-on-manga.png +icon_64x64_DATA = icons/64x64/eye-on-manga.png +icon_scalable_DATA = icons/scalable/eye-on-manga.png + +EXTRA_DIST = $(desktopentry_DATA) $(icon_26x26_DATA) $(icon_40x40_DATA) $(icon_64x64_DATA) $(icon_scalable_DATA) diff --git a/data/eye-on-manga.desktop b/data/eye-on-manga.desktop new file mode 100644 index 0000000..b993a5e --- /dev/null +++ b/data/eye-on-manga.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=0.1 +Type=Application +Name=Eye on Manga +Exec=/usr/local/bin/eye-on-manga +Icon=eye-on-manga +X-Window-Icon=eye-on-manga +X-Window-Icon-Dimmed=eye-on-manga +X-Osso-Type=application/x-executable diff --git a/data/icons/26x26/eye-on-manga.png b/data/icons/26x26/eye-on-manga.png Binary files differnew file mode 100644 index 0000000..ed09199 --- /dev/null +++ b/data/icons/26x26/eye-on-manga.png diff --git a/data/icons/40x40/eye-on-manga.png b/data/icons/40x40/eye-on-manga.png Binary files differnew file mode 100644 index 0000000..7085af4 --- /dev/null +++ b/data/icons/40x40/eye-on-manga.png diff --git a/data/icons/64x64/eye-on-manga.png b/data/icons/64x64/eye-on-manga.png Binary files differnew file mode 100644 index 0000000..523acd7 --- /dev/null +++ b/data/icons/64x64/eye-on-manga.png diff --git a/data/icons/scalable/eye-on-manga.png b/data/icons/scalable/eye-on-manga.png Binary files differnew file mode 100644 index 0000000..392c140 --- /dev/null +++ b/data/icons/scalable/eye-on-manga.png |