bug-buddy r2595 - in trunk: . data po
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: bug-buddy r2595 - in trunk: . data po
- Date: Mon, 4 Aug 2008 09:19:24 +0000 (UTC)
Author: cosimoc
Date: Mon Aug 4 09:19:24 2008
New Revision: 2595
URL: http://svn.gnome.org/viewvc/bug-buddy?rev=2595&view=rev
Log:
2008-08-04 Cosimo Cecchi <cosimoc gnome org>
* NEWS:
* configure.in:
Bump for 2.23.6 release.
* data/Makefile.am:
Fix to pass distcheck.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
trunk/data/Makefile.am
trunk/po/ChangeLog
trunk/po/POTFILES.skip
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Aug 4 09:19:24 2008
@@ -1,3 +1,17 @@
+2.23.6
+
+ * Remove unused command line switches
+ * Update and ship a man page
+ * Remove dependency on libgnomecanvas
+ * New Tango icon (thanks to Andreas Nilsson, Michael Monreal
+ and Sebastian Kraft).
+ * Add a context menu to copy the bug URL when a bug has been reported.
+ * Add a dialog to warn the user to review the crash description if it is
+ too short (thanks to Diego Escalante Urrelo).
+ * Many cleanups of the source tree.
+ * Some other misc bug fixes
+ * Translation updates
+
2.23.5.1
* Correctly install bug-buddy.png
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Aug 4 09:19:24 2008
@@ -1,6 +1,6 @@
dnl Configure script for bug-buddy
-AC_INIT([bug-buddy],[2.23.5.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=bug-buddy])
+AC_INIT([bug-buddy],[2.23.6],[http://bugzilla.gnome.org/enter_bug.cgi?product=bug-buddy])
AC_CANONICAL_TARGET
Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am (original)
+++ trunk/data/Makefile.am Mon Aug 4 09:19:24 2008
@@ -22,6 +22,16 @@
utils_DATA = \
gdb-cmd
+install-data-local: $(schemas_DATA)
+if GCONF_SCHEMAS_INSTALL
+install-data-local:
+ if test -z "$(DESTDIR)" ; then \
+ for p in $^ ; do \
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \
+ done \
+ fi
+endif
+
EXTRA_DIST = \
$(schemas_in_files) \
$(desktop_in_files) \
@@ -33,14 +43,4 @@
$(schemas_DATA) \
bug-buddy.menu
-if GCONF_SCHEMAS_INSTALL
-install-data-local:
- if test -z "$(DESTDIR)" ; then \
- for p in $(schemas_DATA) ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p ; \
- done \
- fi
-else
-install-data-local:
-endif
Modified: trunk/po/POTFILES.skip
==============================================================================
--- trunk/po/POTFILES.skip (original)
+++ trunk/po/POTFILES.skip Mon Aug 4 09:19:24 2008
@@ -1 +1 @@
-src/bug-buddy.desktop.in
+data/bug-buddy.desktop.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]