Desktop: added desktop and icon files.

Asked by OnlyHuman.
This commit is contained in:
Daniel Juyung Seo 2014-01-10 13:14:12 +09:00
parent 2978ba3fa9
commit ff124c0b21
5 changed files with 24 additions and 1 deletions

View File

@ -56,6 +56,7 @@ src/bin/Makefile
data/Makefile
data/images/Makefile
data/themes/Makefile
data/desktop/Makefile
])
AC_OUTPUT

View File

@ -1,3 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = images themes
SUBDIRS = images themes desktop

9
data/desktop/Makefile.am Normal file
View File

@ -0,0 +1,9 @@
MAINTAINERCLEANFILES = Makefile.in
filesdir = $(pkgdatadir)/images
files_DATA = elm_theme_viewer.png
appsdir = $(pkgdatadir)/applications
apps_DATA = elm_theme_viewer.desktop
EXTRA_DIST = $(files_DATA) $(apps_DATA)

View File

@ -0,0 +1,13 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Elm Theme Viewer
Name[ko_KR]=엘리멘터리 테마 뷰어
Version=0.1
Comment=Elementary widget preview utility
Comment[ko_KR]=엘리멘터리 테마 뷰어 도구
Terminal=false
Icon=elm_theme_viewer
Exec=elm_theme_viewer
MimeType=text/plain
Categories=Utility;Graphics;ThemeViewer

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB