rpms/notification-daemon-engine-nodoka/devel notification-daemon-engine-nodoka.spec, 1.8, 1.9 sexy.patch, 1.1, 1.2

Matthias Clasen mclasen at fedoraproject.org
Tue Jul 21 14:58:03 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/notification-daemon-engine-nodoka/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22059

Modified Files:
	notification-daemon-engine-nodoka.spec sexy.patch 
Log Message:
fix libsexy removal



Index: notification-daemon-engine-nodoka.spec
===================================================================
RCS file: /cvs/pkgs/rpms/notification-daemon-engine-nodoka/devel/notification-daemon-engine-nodoka.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- notification-daemon-engine-nodoka.spec	2 Jul 2009 04:46:39 -0000	1.8
+++ notification-daemon-engine-nodoka.spec	21 Jul 2009 14:57:32 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           notification-daemon-engine-nodoka
 Version:        0.1.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        The Nodoka theme engine for the notification daemon
 
 Group:          System Environment/Libraries 
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/notification-daemon-1.0/engines/libnodoka.so
 
 %changelog
+* Tue Jul 21 2009 Matthias Clasen <mclasen at redhat.com> - 0.1.0-9
+- Fix the libsexy removal patch
+
 * Thu Jul  2 2009 Matthias Clasen <mclasen at redhat.com> - 0.1.0-8
 - Drop libsexy dep
 

sexy.patch:
 configure.ac       |    6 ------
 src/nodoka-theme.c |   17 ++++++++++++-----
 2 files changed, 12 insertions(+), 11 deletions(-)

Index: sexy.patch
===================================================================
RCS file: /cvs/pkgs/rpms/notification-daemon-engine-nodoka/devel/sexy.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sexy.patch	2 Jul 2009 04:39:41 -0000	1.1
+++ sexy.patch	21 Jul 2009 14:57:33 -0000	1.2
@@ -1,6 +1,6 @@
 diff -up notification-daemon-engine-nodoka-0.1.0/configure.ac.sexy notification-daemon-engine-nodoka-0.1.0/configure.ac
---- notification-daemon-engine-nodoka-0.1.0/configure.ac.sexy	2009-07-02 00:36:31.195289044 -0400
-+++ notification-daemon-engine-nodoka-0.1.0/configure.ac	2009-07-02 00:36:41.615030951 -0400
+--- notification-daemon-engine-nodoka-0.1.0/configure.ac.sexy	2008-04-20 05:46:42.000000000 -0400
++++ notification-daemon-engine-nodoka-0.1.0/configure.ac	2009-07-02 00:45:44.654266038 -0400
 @@ -40,12 +40,6 @@ PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.10.
  AC_SUBST(GTK_CFLAGS)
  AC_SUBST(GTK_LIBS)
@@ -15,8 +15,8 @@ diff -up notification-daemon-engine-nodo
  AC_CONFIG_FILES([Makefile src/Makefile])
  
 diff -up notification-daemon-engine-nodoka-0.1.0/src/nodoka-theme.c.sexy notification-daemon-engine-nodoka-0.1.0/src/nodoka-theme.c
---- notification-daemon-engine-nodoka-0.1.0/src/nodoka-theme.c.sexy	2009-07-02 00:34:45.446017948 -0400
-+++ notification-daemon-engine-nodoka-0.1.0/src/nodoka-theme.c	2009-07-02 00:36:21.362018441 -0400
+--- notification-daemon-engine-nodoka-0.1.0/src/nodoka-theme.c.sexy	2009-07-02 00:45:44.647264442 -0400
++++ notification-daemon-engine-nodoka-0.1.0/src/nodoka-theme.c	2009-07-21 10:55:05.596047665 -0400
 @@ -25,7 +25,6 @@
  #include "config.h"
  
@@ -56,3 +56,12 @@ diff -up notification-daemon-engine-nodo
  
  	atkobj = gtk_widget_get_accessible(windata->body_label);
  	atk_object_set_description(atkobj, "Notification body text.");
+@@ -837,7 +844,7 @@ set_notification_text(GtkWindow *nw, con
+ 	gtk_label_set_markup(GTK_LABEL(windata->summary_label), str);
+ 	g_free(str);
+ 
+-	sexy_url_label_set_markup(SEXY_URL_LABEL(windata->body_label), body);
++	gtk_label_set_markup (GTK_LABEL (windata->body_label), body);
+ 
+ 	if (body == NULL || *body == '\0')
+ 		gtk_widget_hide(windata->body_label);




More information about the fedora-extras-commits mailing list