ekiga r7089 - in trunk: . lib/engine/gui/gtk-frontend pixmaps po src src/devices
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7089 - in trunk: . lib/engine/gui/gtk-frontend pixmaps po src src/devices
- Date: Wed, 24 Sep 2008 17:45:11 +0000 (UTC)
Author: jpuydt
Date: Wed Sep 24 17:45:11 2008
New Revision: 7089
URL: http://svn.gnome.org/viewvc/ekiga?rev=7089&view=rev
Log:
Partially fixed distcheck and removed a bunch of unused files
Added:
trunk/po/POTFILES.skip
Removed:
trunk/lib/engine/gui/gtk-frontend/chat-window-old.cpp
trunk/lib/engine/gui/gtk-frontend/chat-window-old.h
trunk/lib/engine/gui/gtk-frontend/chat-window-page.cpp
trunk/lib/engine/gui/gtk-frontend/chat-window-page.h
trunk/src/devices/audio.cpp
trunk/src/devices/audio.h
Modified:
trunk/Makefile.am
trunk/pixmaps/Makefile.am
trunk/po/POTFILES.in
trunk/src/Makefile.am
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Wed Sep 24 17:45:11 2008
@@ -52,8 +52,7 @@
### Dist Clear
-DISTCLEANFILES=gnome-doc-utils.make
-
+DISTCLEANFILES=gnome-doc-utils.make ekiga.desktop ekiga.schemas
### Install the schemas file in /etc if GCONF support is not compiled in,
### and do not install the schemas at all
Modified: trunk/pixmaps/Makefile.am
==============================================================================
--- trunk/pixmaps/Makefile.am (original)
+++ trunk/pixmaps/Makefile.am Wed Sep 24 17:45:11 2008
@@ -106,6 +106,10 @@
noinst_DATA = inlines.h
+BUILD_SOURCES = inlines.h
+
+CLEANFILES = inlines.h
+
EXTRA_DIST= $(IMAGES_FILES)
inlines.h: $(IMAGE_FILES) $(nobase_dist_icon_DATA) Makefile.am
Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in (original)
+++ trunk/po/POTFILES.in Wed Sep 24 17:45:11 2008
@@ -9,21 +9,18 @@
lib/engine/addressbook/ldap/ldap-book.cpp
lib/engine/addressbook/skel/contact-core.cpp
lib/engine/gui/gtk-frontend/addressbook-window.cpp
+lib/engine/gui/gtk-frontend/book-view-gtk.cpp
+lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp
lib/engine/gui/gtk-frontend/chat-area.cpp
-lib/engine/gui/gtk-frontend/chat-window-old.cpp
+lib/engine/gui/gtk-frontend/chat-window.cpp
lib/engine/gui/gtk-frontend/gtk-frontend.cpp
-lib/engine/gui/gtk-frontend/book-view-gtk.cpp
lib/engine/gui/gtk-frontend/roster-view-gtk.cpp
-lib/engine/gui/gtk-frontend/chat-window-page.cpp
-lib/engine/gui/gtk-frontend/chat-window.cpp
-lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp
lib/engine/presence/avahi/avahi-heap.cpp
lib/engine/presence/local-roster/local-presentity.cpp
lib/engine/presence/local-roster/local-roster-bridge.cpp
lib/engine/presence/local-roster/local-heap.cpp
lib/gui/codecsbox.cpp
lib/gui/gmdialog.c
-src/devices/audio.cpp
src/devices/videoinput.cpp
src/endpoints/ekiga.cpp
src/endpoints/h323-endpoint.cpp
Added: trunk/po/POTFILES.skip
==============================================================================
--- (empty file)
+++ trunk/po/POTFILES.skip Wed Sep 24 17:45:11 2008
@@ -0,0 +1,2 @@
+ekiga.schemas.in
+ekiga.desktop.in
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Wed Sep 24 17:45:11 2008
@@ -28,6 +28,8 @@
$(GNOME_INCLUDEDIR) \
-DSCHEMA_AGE= SCHEMA_AGE@
+BUILT_SOURCES = src/revision.h
+
# XVideo/X
if !WIN32
INCLUDES += \
@@ -139,7 +141,7 @@
ekiga_helper_LDADD = $(DBUS_LIBS)
-BUILT_SOURCES = components/dbus-helper-stub.h components/dbus-stub.h
+BUILT_SOURCES += components/dbus-helper-stub.h components/dbus-stub.h
components/dbus-helper-stub.h: components/dbus-helper-stub.xml
$(LIBTOOL) --mode=execute dbus-binding-tool --prefix=helper --mode=glib-server --output=$@ $^
@@ -163,6 +165,7 @@
SVN_REVISION=$(shell head ../.svn/entries -n11 2>/dev/null | tail -n1)
CACHED_REVISION=$(shell cat revision.h 2>/dev/null | cut -c24-)
+src/revision.h:
$(shell if test -e "../.svn/entries"; then \
if test "x$(SVN_REVISION)" != "x$(CACHED_REVISION)"; then \
echo "#define EKIGA_REVISION $(SVN_REVISION)" > revision.h; \
@@ -186,3 +189,5 @@
CLEANFILES = \
$(service_DATA)
+
+DISTCLEANFILES = src/revision.h
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]