[balsa] Fix dist target when configured without gnome. Release balsa-2.4.4
- From: Pawel Salek <pawels src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [balsa] Fix dist target when configured without gnome. Release balsa-2.4.4
- Date: Sun, 24 Jan 2010 20:31:54 +0000 (UTC)
commit f2d3ece78972de8e8988c2ed66dee5f426ea4958
Author: Pawel Salek <pawsa damage localdomain>
Date: Sat Jan 23 18:56:03 2010 +0100
Fix dist target when configured without gnome. Release balsa-2.4.4
ChangeLog | 6 ++++++
Makefile.am | 25 ++++++++++++-------------
NEWS | 4 ++++
configure.in | 2 +-
src/Makefile.am | 2 +-
5 files changed, 24 insertions(+), 15 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3fa9690..625ac56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -24,6 +24,12 @@
2010-01-23 Pawel Salek
+ * Makefile.am, src/Makefile.am: fix dist target when configured
+ without gnome.
+ * configure.in, NEWS: release balsa-2.4.4
+
+2010-01-23 Pawel Salek
+
* src/main-window.c: update copyright date.
* configure.in, NEWS: release 2.4.3
diff --git a/Makefile.am b/Makefile.am
index 47bb994..4fb5603 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,28 +14,28 @@ desktop_DATA = balsa.desktop
@INTLTOOL_DESKTOP_RULE@
balsa_extra_dist = \
+ GNOME_Balsa.server.in \
+ HACKING \
+ balsa-mail-style.xml \
+ balsa-mail.lang \
balsa.1.in \
- balsa.spec.in \
balsa.desktop.in \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in \
- gnome-balsa2.png \
+ balsa.spec.in \
bootstrap.sh \
- mkinstalldirs \
- HACKING \
docs/mh-mail-HOWTO \
- docs/vconvert.awk \
docs/pine2vcard \
- balsa-mail.lang \
- balsa-mail-style.xml
+ docs/vconvert.awk \
+ gnome-balsa2.png \
+ intltool-extract.in \
+ intltool-merge.in \
+ intltool-update.in \
+ mkinstalldirs
if BUILD_WITH_G_D_U
balsa_g_d_u_extra_dist = gnome-doc-utils.make
endif
if !BUILD_WITH_UNIQUE
-balsa_server_extra_dist = GNOME_Balsa.server.in
serverdir = $(libdir)/bonobo/servers
server_in_files = GNOME_Balsa.server
server_DATA = $(server_in_files:.server.in=.server)
@@ -47,8 +47,7 @@ endif
EXTRA_DIST = \
$(balsa_extra_dist) \
- $(balsa_g_d_u_extra_dist) \
- $(balsa_server_extra_dist)
+ $(balsa_g_d_u_extra_dist)
if BUILD_WITH_GTKSOURCEVIEW2
gtksourceviewdir = $(BALSA_DATA_PREFIX)/gtksourceview-2.0
diff --git a/NEWS b/NEWS
index 3749d45..e427e3e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+* Balsa-2.4.4 release. Release date 2010-01-23 evening
+
+- fix building with GNOME.
+
* Balsa-2.4.3 release. Release date 2010-01-23
- IMAP compression (COMPRESS=DEFLATE) when supported by server
diff --git a/configure.in b/configure.in
index f833881..3d8436a 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,7 @@ dnl ###########################################################################
BALSA_MAJOR=2
BALSA_REVISION=4
-BALSA_PATCHLEVEL=3
+BALSA_PATCHLEVEL=4
BALSA_VERSION="$BALSA_MAJOR.$BALSA_REVISION.${BALSA_PATCHLEVEL}"
AC_SUBST(BALSA_MAJOR)
diff --git a/src/Makefile.am b/src/Makefile.am
index 28fd4c4..54b241f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -99,7 +99,7 @@ balsa_gtkspell_extra = \
endif
if BUILD_WITH_UNIQUE
-balsa_bonobo_extra_dist = balsa-bonobo.c balsa-bonobo.h
+balsa_bonobo_extra_dist = balsa-bonobo.c balsa-bonobo.h Balsa.idl
else
if BUILD_WITH_GNOME
balsa_bonobo_extra = balsa-bonobo.c balsa-bonobo.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]