[gnome-panel] [build] Fix distcheck
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel] [build] Fix distcheck
- Date: Wed, 26 May 2010 18:23:09 +0000 (UTC)
commit 25256403b78b9da5c7d113df064c5aa2a7ef41d8
Author: Vincent Untz <vuntz gnome org>
Date: Wed May 26 20:15:13 2010 +0200
[build] Fix distcheck
This includes removing a translatable string that has no interest, and
using the ustar format for tar to have long filenames.
bonobo/panel-module/panel-applet-frame-bonobo.c | 2 +-
configure.in | 3 ++-
doc/reference/panel-applet/Makefile.am | 2 +-
gnome-panel/libpanel-applet-private/Makefile.am | 1 +
po/POTFILES.in | 5 +++++
5 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/bonobo/panel-module/panel-applet-frame-bonobo.c b/bonobo/panel-module/panel-applet-frame-bonobo.c
index d2e38db..f74a061 100644
--- a/bonobo/panel-module/panel-applet-frame-bonobo.c
+++ b/bonobo/panel-module/panel-applet-frame-bonobo.c
@@ -441,7 +441,7 @@ panel_applet_frame_get_applet_shell (Bonobo_Control control)
"IDL:GNOME/Vertigo/PanelAppletShell:1.0",
&env);
if (BONOBO_EX (&env)) {
- g_warning (_("Unable to obtain AppletShell interface from control\n"));
+ g_warning ("Unable to obtain AppletShell interface from control\n");
retval = CORBA_OBJECT_NIL;
}
diff --git a/configure.in b/configure.in
index b490a8d..beb96a3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_INIT([gnome-panel], [2.30.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-panel])
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_MACRO_DIR([m4])
@@ -439,6 +439,7 @@ echo "
Maintainer mode: ${USE_MAINTAINER_MODE}
Warn about deprecations: ${enable_deprecations}
+ Bonobo applets support: ${HAVE_BONOBO}
Applets to build in-process: ${PANEL_INPROCESS_APPLETS}
Evolution-Data-Server support: ${HAVE_EDS}
PolicyKit support: ${HAVE_POLKIT}
diff --git a/doc/reference/panel-applet/Makefile.am b/doc/reference/panel-applet/Makefile.am
index 78dd716..8466254 100644
--- a/doc/reference/panel-applet/Makefile.am
+++ b/doc/reference/panel-applet/Makefile.am
@@ -55,7 +55,7 @@ GTKDOC_CFLAGS = \
GTKDOC_LIBS = \
$(LDFLAGS) \
$(PANEL_LIBS) \
- ../../../libpanel-applet/libpanel-applet-2.la
+ ../../../libpanel-applet/libpanel-applet-3.la
include $(top_srcdir)/gtk-doc.make
diff --git a/gnome-panel/libpanel-applet-private/Makefile.am b/gnome-panel/libpanel-applet-private/Makefile.am
index 0782d3e..25a68bb 100644
--- a/gnome-panel/libpanel-applet-private/Makefile.am
+++ b/gnome-panel/libpanel-applet-private/Makefile.am
@@ -3,6 +3,7 @@ NULL =
INCLUDES = \
-I. \
-I$(srcdir) \
+ -I$(top_srcdir)/gnome-panel \
-I$(top_builddir)/gnome-panel \
-I$(top_builddir)/gnome-panel/libpanel-applets-private \
-I$(top_builddir)/gnome-panel/libpanel-util \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8abc8e7..26d2958 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -28,6 +28,10 @@ applets/wncklet/wncklet.c
applets/wncklet/workspace-switcher.c
[type: gettext/glade]applets/wncklet/workspace-switcher.ui
applets/wncklet/workspace-switcher.schemas.in
+bonobo/libpanel-applet/GNOME_Panel_TestApplet.server.in
+bonobo/libpanel-applet/panel-test-applets-bonobo.c
+[type: gettext/glade]bonobo/libpanel-applet/panel-test-applets-bonobo.ui
+bonobo/panel-module/GNOME_Panel_Popup.xml
gnome-panel/libegg/eggdesktopfile.c
gnome-panel/libegg/eggsmclient.c
gnome-panel/libpanel-util/panel-error.c
@@ -73,4 +77,5 @@ gnome-panel/panel-toplevel.c
gnome-panel/panel-toplevel.schemas.in
gnome-panel/panel-util.c
gnome-panel/panel.c
+libpanel-applet/panel-applet.c
libpanel-applet/org.gnome.panel.TestApplet.panel-applet.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]