[empathy] remove egg-list-box
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] remove egg-list-box
- Date: Thu, 5 Sep 2013 07:10:32 +0000 (UTC)
commit 9f41e5eec7a8971dee4e76636dcdb4318083f6f3
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Sep 4 16:02:53 2013 +0200
remove egg-list-box
https://bugzilla.gnome.org/show_bug.cgi?id=706988
.gitmodules | 3 ---
autogen.sh | 6 +-----
configure.ac | 10 ----------
libempathy-gtk/Makefile.am | 3 ---
libempathy-gtk/egg-list-box | 1 -
po/POTFILES.skip | 2 --
6 files changed, 1 insertions(+), 24 deletions(-)
---
diff --git a/.gitmodules b/.gitmodules
index ad310fe..6c30dad 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
-[submodule "libempathy-gtk/egg-list-box"]
- path = libempathy-gtk/egg-list-box
- url = git://git.gnome.org/egg-list-box
[submodule "telepathy-account-widgets"]
path = telepathy-account-widgets
url = git://git.gnome.org/telepathy-account-widgets.git
diff --git a/autogen.sh b/autogen.sh
index 0fcb6fd..ef19a9f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,17 +19,13 @@ which gnome-autogen.sh || {
}
# Fetch submodules if needed
-if test ! -f libempathy-gtk/egg-list-box/COPYING -o ! -f telepathy-account-widgets/COPYING;
+if test ! -f telepathy-account-widgets/COPYING;
then
echo "+ Setting up submodules"
git submodule init
fi
git submodule update
-cd libempathy-gtk/egg-list-box
-sh autogen.sh --no-configure
-cd ../..
-
cd telepathy-account-widgets
sh autogen.sh --no-configure
cd ..
diff --git a/configure.ac b/configure.ac
index 5f05c3b..77be8f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,16 +107,6 @@ EMPATHY_UOA_PROVIDER=`pkg-config --variable=uoa_provider telepathy-account-widge
AC_DEFINE_UNQUOTED(EMPATHY_UOA_PROVIDER, "$EMPATHY_UOA_PROVIDER",
[Name of provider for accounts imported from libaccounts])
-# egg-list-box
-prev_top_build_prefix=$ac_top_build_prefix
-prev_ac_configure_args=$ac_configure_args
-AX_CONFIG_DIR([libempathy-gtk/egg-list-box])
-ac_top_build_prefix=$prev_top_build_prefix
-ac_configure_args=$prev_ac_configure_args
-
-export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:"$ac_top_build_prefix"libempathy-gtk/egg-list-box
-PKG_CHECK_MODULES(EGGLISTBOX, egg-list-box)
-
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([configure.ac])
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index baa5a55..44789fd 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -1,5 +1,3 @@
-SUBDIRS = egg-list-box
-
include $(top_srcdir)/tools/flymake.mk
AM_CPPFLAGS = \
@@ -179,7 +177,6 @@ libempathy_gtk_la_LIBADD = \
$(GCR_LIBS) \
$(MEEGO_LIBS) \
$(CHEESE_LIBS) \
- $(top_builddir)/libempathy-gtk/egg-list-box/libegglistbox.la \
$(top_builddir)/libempathy/libempathy.la
check_c_sources = \
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index c635d07..7488a61 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -2,6 +2,4 @@
data/empathy.desktop.in
-libempathy-gtk/egg-list-box/egg-flow-box.c
-
telepathy-account-widgets
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]