aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am6
-rw-r--r--data/eye-on-manga.desktop9
-rw-r--r--data/icons/64x64/eye-on-manga.pngbin0 -> 4383 bytes
-rw-r--r--data/icons/scalable/eye-on-manga.pngbin0 -> 4383 bytes
4 files changed, 15 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..696696c
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,6 @@
+desktopentry_DATA = eye-on-manga.desktop
+
+icon_48x48_DATA = icons/48x48/eye-on-manga.png
+icon_scalable_DATA = icons/scalable/eye-on-manga.png
+
+EXTRA_DIST = $(desktopentry_DATA) $(icon_48x48_DATA) $(icon_scalable_DATA)
diff --git a/data/eye-on-manga.desktop b/data/eye-on-manga.desktop
new file mode 100644
index 0000000..92ae14e
--- /dev/null
+++ b/data/eye-on-manga.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.1
+Type=Application
+Name=Eye on Manga
+Exec=/usr/bin/eye-on-manga
+Icon=eye-on-manga
+X-Window-Icon=eye-on-manga
+X-Window-Icon-Dimmed=eye-on-manga
diff --git a/data/icons/64x64/eye-on-manga.png b/data/icons/64x64/eye-on-manga.png
new file mode 100644
index 0000000..5d62067
--- /dev/null
+++ b/data/icons/64x64/eye-on-manga.png
Binary files differ
diff --git a/data/icons/scalable/eye-on-manga.png b/data/icons/scalable/eye-on-manga.png
new file mode 100644
index 0000000..5d62067
--- /dev/null
+++ b/data/icons/scalable/eye-on-manga.png
Binary files differ