Skip to content

Commit

Permalink
Add icon and .desktop file
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-keyboard@1131 b067294f-1dea-0310-9683-c47a78595994
  • Loading branch information
mallum committed Apr 26, 2005
1 parent 552080e commit 07591f4
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2005-04-26 mallum,,, <[email protected]>

* configure.ac:
* data/Makefile.am:
* data/keyboard-extended.xml:
* data/keyboard.xml:
Rename data -> layouts
* Makefile.am:
* matchbox-keyboard.desktop:
* matchbox-keyboard.png
Add a icon and .desktop file

2005-04-26 mallum,,, <[email protected]>

* src/matchbox-keyboard-ui.c: (mb_kbd_ui_resources_create):
Expand Down
11 changes: 10 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
SUBDIRS = src data
SUBDIRS = src layouts

EXTRA_DIST = matchbox-keyboard.desktop matchbox-keyboard.png

desktopdir = $(datadir)/applications/inputmethods
desktop_DATA = matchbox-keyboard.desktop

pixmapsdir = $(datadir)/pixmaps/
pixmaps_DATA = matchbox-keyboard.png


snapshot:
$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ AC_SUBST(EXPAT_CFLAGS)
AC_OUTPUT([
Makefile
src/Makefile
data/Makefile
layouts/Makefile
])

dnl ==========================================================================
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions matchbox-keyboard.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Name=Keyboard
Comment=Virtual Keyboard
Exec=matchbox-keyboard
Type=Application
Icon=matchbox-keyboard.png
Categories=Panel;Utility;MB
X-MB-INPUT-MECHANSIM=True
Binary file added matchbox-keyboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07591f4

Please sign in to comment.