diff options
| author | 2010-10-22 12:57:06 +0200 | |
|---|---|---|
| committer | 2010-10-22 12:57:06 +0200 | |
| commit | 0c774c7faccb294a418c3b71ecb63d8914a66761 (patch) | |
| tree | ac4da95152e697367d710fb2508a95e4180d99d9 /data | |
| parent | bf85ca85987b40f0395f698a2e849195a1372faf (diff) | |
| download | eye-on-manga-0c774c7faccb294a418c3b71ecb63d8914a66761.tar.gz eye-on-manga-0c774c7faccb294a418c3b71ecb63d8914a66761.zip | |
First try
Diffstat (limited to 'data')
| -rw-r--r-- | data/Makefile.am | 6 | ||||
| -rw-r--r-- | data/eye-on-manga.desktop | 9 | ||||
| -rw-r--r-- | data/icons/64x64/eye-on-manga.png | bin | 0 -> 4383 bytes | |||
| -rw-r--r-- | data/icons/scalable/eye-on-manga.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..5d62067 --- /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..5d62067 --- /dev/null +++ b/data/icons/scalable/eye-on-manga.png |