diff options
| author | 2010-10-28 23:51:31 +0200 | |
|---|---|---|
| committer | 2010-10-28 23:51:31 +0200 | |
| commit | 3d708c7b5b84fa2e8551ee4ebf01f2c0a707d71e (patch) | |
| tree | 39b8ef000674205693758d38cb0c92b634106584 /data | |
| parent | bf85ca85987b40f0395f698a2e849195a1372faf (diff) | |
| parent | 5368f569969a16ac95eeda8f6d682dc7c0e31f29 (diff) | |
| download | eye-on-manga-3d708c7b5b84fa2e8551ee4ebf01f2c0a707d71e.tar.gz eye-on-manga-3d708c7b5b84fa2e8551ee4ebf01f2c0a707d71e.zip | |
Merge branch 'deb'
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 |