mirror of
https://git.yoctoproject.org/matchbox-common
synced 2025-11-10 16:05:54 +08:00
See Changelog
git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-common@1026 b067294f-1dea-0310-9683-c47a78595994
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
|||||||
|
2005-01-12 mallum,,, <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Bump up version
|
||||||
|
* data/vfolders-desktop/Games.directory:
|
||||||
|
Fix so games actually end up hear
|
||||||
|
* icons/Makefile.am:
|
||||||
|
* icons/blondie/Makefile.am:
|
||||||
|
Change default folder icons. Keep old blondie ones
|
||||||
|
|
||||||
2005-01-11 mallum,,, <mallum@openedhand.com>
|
2005-01-11 mallum,,, <mallum@openedhand.com>
|
||||||
|
|
||||||
* icons/mbnoapp.xpm:
|
* icons/mbnoapp.xpm:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ(2.53)
|
AC_PREREQ(2.53)
|
||||||
AC_INIT([matchbox-common], 0.9, [mallum@handhelds.org])
|
AC_INIT([matchbox-common], 0.9.1, [mallum@handhelds.org])
|
||||||
AC_CONFIG_SRCDIR([icons/mbadd.xpm])
|
AC_CONFIG_SRCDIR([icons/mbadd.xpm])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE()
|
AM_INIT_AUTOMAKE()
|
||||||
@@ -59,6 +59,7 @@ data/Makefile
|
|||||||
data/vfolders-pda/Makefile
|
data/vfolders-pda/Makefile
|
||||||
data/vfolders-desktop/Makefile
|
data/vfolders-desktop/Makefile
|
||||||
icons/Makefile
|
icons/Makefile
|
||||||
|
icons/blondie/Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl ==========================================================================
|
dnl ==========================================================================
|
||||||
|
|||||||
@@ -119,4 +119,4 @@ Comment[zh_CN]=游戏菜单
|
|||||||
Comment[zh_TW]=遊戲選單
|
Comment[zh_TW]=遊戲選單
|
||||||
Icon=mbfolder.png
|
Icon=mbfolder.png
|
||||||
Type=Directory
|
Type=Directory
|
||||||
Match=Graphics
|
Match=Game
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
SUBDIRS=blondie
|
||||||
|
|
||||||
xpms = mbadd.xpm mbfolder.xpm mbnoapp.xpm mbup.xpm \
|
xpms = mbadd.xpm mbfolder.xpm mbnoapp.xpm mbup.xpm \
|
||||||
mbdown.xpm mbfolderprev.xpm mbremove.xpm
|
mbdown.xpm mbfolderprev.xpm mbremove.xpm
|
||||||
|
|
||||||
|
|||||||
6
icons/blondie/Makefile.am
Normal file
6
icons/blondie/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
pngs = mbfolder.png mbfolderprev.png
|
||||||
|
|
||||||
|
iconsdir = $(datadir)/icons/blondie/48x48/apps
|
||||||
|
icons_DATA = $(pngs)
|
||||||
|
|
||||||
|
EXTRA_DIST = $(pngs)
|
||||||
BIN
icons/blondie/mbfolder.png
Normal file
BIN
icons/blondie/mbfolder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
icons/blondie/mbfolderprev.png
Normal file
BIN
icons/blondie/mbfolderprev.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user