From 064f90c4af48341cdc5c7ee5fcc76858ebf4a687 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Jul 26 2010 08:37:54 +0000 Subject: add gtk flags to notify plugin to rebuild --- diff --git a/ekiga-3.2.7-gtkflags.patch b/ekiga-3.2.7-gtkflags.patch new file mode 100644 index 0000000..a884616 --- /dev/null +++ b/ekiga-3.2.7-gtkflags.patch @@ -0,0 +1,39 @@ +diff -ru ekiga-3.2.7.orig/lib/engine/components/libnotify/Makefile.am ekiga-3.2.7/lib/engine/components/libnotify/Makefile.am +--- ekiga-3.2.7.orig/lib/engine/components/libnotify/Makefile.am 2010-07-26 09:08:55.000000000 +0100 ++++ ekiga-3.2.7/lib/engine/components/libnotify/Makefile.am 2010-07-26 09:10:49.000000000 +0100 +@@ -2,7 +2,7 @@ + + libnotify_dir = $(top_srcdir)/lib/engine/components/libnotify + +-AM_CXXFLAGS = $(SIGC_CFLAGS) $(NOTIFY_CFLAGS) ++AM_CXXFLAGS = $(SIGC_CFLAGS) $(NOTIFY_CFLAGS) $(GTK_CFLAGS) + + INCLUDES = \ + -I$(top_srcdir)/lib/engine/framework \ +@@ -16,4 +16,4 @@ + $(top_builddir)/lib/engine/framework/libgmframework.la \ + $(top_builddir)/lib/engine/notification/libnotification.la + +-libgmlibnotify_la_LDFLAGS = -export-dynamic -no-undefined $(SIGC_LIBS) $(NOTIFY_LIBS) ++libgmlibnotify_la_LDFLAGS = -export-dynamic -no-undefined $(SIGC_LIBS) $(NOTIFY_LIBS) $(GTK_LIBS) +diff -ru ekiga-3.2.7.orig/lib/engine/components/libnotify/Makefile.in ekiga-3.2.7/lib/engine/components/libnotify/Makefile.in +--- ekiga-3.2.7.orig/lib/engine/components/libnotify/Makefile.in 2010-07-26 09:08:55.000000000 +0100 ++++ ekiga-3.2.7/lib/engine/components/libnotify/Makefile.in 2010-07-26 09:12:34.000000000 +0100 +@@ -280,7 +280,7 @@ + top_srcdir = @top_srcdir@ + noinst_LTLIBRARIES = libgmlibnotify.la + libnotify_dir = $(top_srcdir)/lib/engine/components/libnotify +-AM_CXXFLAGS = $(SIGC_CFLAGS) $(NOTIFY_CFLAGS) ++AM_CXXFLAGS = $(SIGC_CFLAGS) $(NOTIFY_CFLAGS) $(GTK_CFLAGS) + INCLUDES = \ + -I$(top_srcdir)/lib/engine/framework \ + -I$(top_srcdir)/lib/engine/notification +@@ -293,7 +293,7 @@ + $(top_builddir)/lib/engine/framework/libgmframework.la \ + $(top_builddir)/lib/engine/notification/libnotification.la + +-libgmlibnotify_la_LDFLAGS = -export-dynamic -no-undefined $(SIGC_LIBS) $(NOTIFY_LIBS) ++libgmlibnotify_la_LDFLAGS = -export-dynamic -no-undefined $(SIGC_LIBS) $(NOTIFY_LIBS) $(GTK_LIBS) + all: all-am + + .SUFFIXES: diff --git a/ekiga.spec b/ekiga.spec index c0f8de1..d0d3c25 100644 --- a/ekiga.spec +++ b/ekiga.spec @@ -1,7 +1,7 @@ Summary: A Gnome based SIP/H323 teleconferencing application Name: ekiga Version: 3.2.7 -Release: 3%{?dist} +Release: 4%{?dist} URL: http://www.ekiga.org/ Source0: ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.1/%{name}-%{version}.tar.bz2 License: GPLv2+ @@ -42,12 +42,15 @@ Requires(preun):GConf2 Requires(post): scrollkeeper Requires(postun):scrollkeeper +Patch0: ekiga-3.2.7-gtkflags.patch + %description Ekiga is a tool to communicate with video and audio over the internet. It uses the standard SIP and H323 protocols. %prep %setup -q +%patch0 -p1 -b .gtkflags # force regeneration to drop translations rm ekiga.schemas @@ -141,6 +144,9 @@ scrollkeeper-update -q || : %{_sysconfdir}/gconf/schemas/ekiga.schemas %changelog +* Mon Jul 26 2010 Caolán McNamara - 3.2.7-4 +- add gtk flags to notify plugin to rebuild + * Tue Jul 20 2010 Peter Robinson - 3.2.7-3 - rebuild against new evolution-data-server @@ -331,7 +337,7 @@ scrollkeeper-update -q || : * Mon Aug 7 2006 Matthew Barnes - 2.0.2-5 - Rebuild against evolution-data-server-1.7.91 -* Sat Aug 5 2006 Caolan McNamara - 2.0.2-4 +* Sat Aug 5 2006 Caolán McNamara - 2.0.2-4 - rebuild against new e-d-s * Tue Aug 1 2006 Daniel Veillard - 2.0.2-3