[notification-daemon] Remove themes
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [notification-daemon] Remove themes
- Date: Thu, 7 Oct 2010 12:10:56 +0000 (UTC)
commit 3b1cf3f803585cc1d0cb32a5adf7a16bea44a273
Author: William Jon McCann <jmccann redhat com>
Date: Wed Oct 6 21:55:22 2010 -0400
Remove themes
configure.ac | 14 +-
src/Makefile.am | 2 +-
src/themes/Makefile.am | 3 -
src/themes/slider/Makefile.am | 15 -
src/themes/slider/theme.c | 1012 ----------------------------------
src/themes/standard/Makefile.am | 11 -
src/themes/standard/theme.c | 1148 ---------------------------------------
7 files changed, 2 insertions(+), 2203 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6d3ca77..d81f6b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,18 +77,9 @@ AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [Define to the gettext package n
dnl ---------------------------------------------------------------------------
-dnl Requirements for the themes
-dnl ---------------------------------------------------------------------------
-REQ_GTK_VERSION=2.18.0
-PKG_CHECK_MODULES(THEME,
- gtk+-2.0 >= $REQ_GTK_VERSION
-)
-AC_SUBST(THEME_CFLAGS)
-AC_SUBST(THEME_LIBS)
-
-dnl ---------------------------------------------------------------------------
dnl Requirements for the daemon
dnl ---------------------------------------------------------------------------
+REQ_GTK_VERSION=2.18.0
REQ_GLIB_VERSION=$REQ_GTK_VERSION
REQ_DBUS_VERSION=0.78
REQ_LIBCANBERRA_GTK_VERSION=0.4
@@ -227,9 +218,6 @@ data/org.freedesktop.Notifications.service
po/Makefile.in
src/Makefile
src/daemon/Makefile
-src/themes/Makefile
-src/themes/slider/Makefile
-src/themes/standard/Makefile
])
AC_OUTPUT
diff --git a/src/Makefile.am b/src/Makefile.am
index c9dff41..4b42b29 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = daemon themes
+SUBDIRS = daemon
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]