Author: pebender
Date: Fri Apr 3 13:35:11 2009
New Revision: 4549
Modified:
trunk/gar-minimyth/html/minimyth/document-changelog.txt
trunk/gar-minimyth/script/gtk/gtk+/Makefile
Log:
- Fixed a bug that caused the GTK icons to be missing.
Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt Fri Apr 3
13:35:11 2009
@@ -1,7 +1,7 @@
MiniMyth Changelog
--------------------------------------------------------------------------------
-Changes since 65 (2009-04-02):
+Changes since 65 (2009-04-03):
Current MythTV versions
MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch
svn 16082,
@@ -33,6 +33,7 @@
Fixed bugs
- Added Mesa x8r8g8b8 fbconfig fix referenced in
<http://bugs.edge.launchpad.net/ubuntu/+source/mythtv/+bug/341898>.
+ - Fixed a bug that caused the GTK icons to be missing.
Fixed build system
- Added missing lib/SDL build dependency to lib/agg.
Modified: trunk/gar-minimyth/script/gtk/gtk+/Makefile
==============================================================================
--- trunk/gar-minimyth/script/gtk/gtk+/Makefile (original)
+++ trunk/gar-minimyth/script/gtk/gtk+/Makefile Fri Apr 3 13:35:11 2009
@@ -16,9 +16,12 @@
BUILDDEPS += gtk/gtk+
endif
-CONFIGURE_SCRIPTS = $(WORKSRC)/configure
-BUILD_SCRIPTS = $(WORKSRC)/Makefile
-INSTALL_SCRIPTS = $(WORKSRC)/Makefile
+CONFIGURE_SCRIPTS = $(WORKSRC)/configure
+BUILD_SCRIPTS = $(WORKSRC)/Makefile
+INSTALL_SCRIPTS = $(WORKSRC)/Makefile
+ifeq ($(DESTIMG),build)
+INSTALL_SCRIPTS += gdk-pixbuf.loaders
+endif
CONFIGURE_ARGS = $(DIRPATHS) --build=$(GARBUILD) --host=$(GARHOST) \
--x-includes="$(DESTDIR)$(includedir)" \
@@ -56,6 +59,12 @@
pre-configure:
@$(call FIX_LIBTOOL,$(WORKSRC),configure)
+ @$(MAKECOOKIE)
+
+install-gdk-pixbuf.loaders:
+ @mkdir -p $(DESTDIR)$(sysconfdir)/gtk-2.0
+ @rm -f $(DESTDIR)$(sysconfdir)/gtk-2.0/gdk-pixbuf.loaders
+ @$(DESTDIR)$(bindir)/gdk-pixbuf-query-loaders >
$(DESTDIR)$(sysconfdir)/gtk-2.0/gdk-pixbuf.loaders
@$(MAKECOOKIE)
post-install:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---