aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--configure.ac3
-rw-r--r--data/vfolders-desktop/Games.directory2
-rw-r--r--icons/Makefile.am2
-rw-r--r--icons/blondie/Makefile.am6
-rw-r--r--icons/blondie/mbfolder.pngbin0 -> 1287 bytes
-rw-r--r--icons/blondie/mbfolderprev.pngbin0 -> 1762 bytes
-rw-r--r--icons/mbfolder.pngbin1287 -> 2044 bytes
-rw-r--r--icons/mbfolderprev.pngbin1762 -> 2448 bytes
9 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1910059..721d5e1 100644
--- a/ChangeLog
+++ b/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>
* icons/mbnoapp.xpm:
diff --git a/configure.ac b/configure.ac
index 60628eb..af4c95f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
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])
AM_INIT_AUTOMAKE()
@@ -59,6 +59,7 @@ data/Makefile
data/vfolders-pda/Makefile
data/vfolders-desktop/Makefile
icons/Makefile
+icons/blondie/Makefile
])
dnl ==========================================================================
diff --git a/data/vfolders-desktop/Games.directory b/data/vfolders-desktop/Games.directory
index 59ce31a..5dd2b5e 100644
--- a/data/vfolders-desktop/Games.directory
+++ b/data/vfolders-desktop/Games.directory
@@ -119,4 +119,4 @@ Comment[zh_CN]=游戏菜单
Comment[zh_TW]=遊戲選單
Icon=mbfolder.png
Type=Directory
-Match=Graphics \ No newline at end of file
+Match=Game \ No newline at end of file
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 72e37f6..a95a9aa 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -1,3 +1,5 @@
+SUBDIRS=blondie
+
xpms = mbadd.xpm mbfolder.xpm mbnoapp.xpm mbup.xpm \
mbdown.xpm mbfolderprev.xpm mbremove.xpm
diff --git a/icons/blondie/Makefile.am b/icons/blondie/Makefile.am
new file mode 100644
index 0000000..cca5ebc
--- /dev/null
+++ b/icons/blondie/Makefile.am
@@ -0,0 +1,6 @@
+pngs = mbfolder.png mbfolderprev.png
+
+iconsdir = $(datadir)/icons/blondie/48x48/apps
+icons_DATA = $(pngs)
+
+EXTRA_DIST = $(pngs)
diff --git a/icons/blondie/mbfolder.png b/icons/blondie/mbfolder.png
new file mode 100644
index 0000000..b42f39a
--- /dev/null
+++ b/icons/blondie/mbfolder.png
Binary files differ
diff --git a/icons/blondie/mbfolderprev.png b/icons/blondie/mbfolderprev.png
new file mode 100644
index 0000000..2b21245
--- /dev/null
+++ b/icons/blondie/mbfolderprev.png
Binary files differ
diff --git a/icons/mbfolder.png b/icons/mbfolder.png
index b42f39a..05921a6 100644
--- a/icons/mbfolder.png
+++ b/icons/mbfolder.png
Binary files differ
diff --git a/icons/mbfolderprev.png b/icons/mbfolderprev.png
index 2b21245..78b4f3e 100644
--- a/icons/mbfolderprev.png
+++ b/icons/mbfolderprev.png
Binary files differ