Author: baggins Date: Thu Apr 21 09:04:15 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 6 - fix building with libnorify >= 0.7.2
---- Files affected: packages/xfce4-sensors-plugin: xfce4-sensors-plugin.spec (1.20 -> 1.21) , xfce4-sensors-plugin-libnotify.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec diff -u packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec:1.20 packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec:1.21 --- packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec:1.20 Tue Mar 1 13:32:29 2011 +++ packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec Thu Apr 21 11:04:08 2011 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Wtyczka sensorów dla panelu Xfce Name: xfce4-sensors-plugin Version: 1.0.0 -Release: 5 +Release: 6 License: GPL v2 Group: X11/Applications Source0: http://archive.xfce.org/src/panel-plugins/xfce4-sensors-plugin/1.0/%{name}-%{version}.tar.bz2 @@ -12,6 +12,7 @@ Patch0: %{name}-configure_fix.patch Patch1: includes.patch Patch2: %{name}-ui.patch +Patch3: %{name}-libnotify.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext-devel @@ -41,6 +42,7 @@ %patch0 -p0 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__intltoolize} @@ -88,6 +90,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2011/04/21 09:04:08 baggins +- rel 6 +- fix building with libnorify >= 0.7.2 + Revision 1.20 2011/03/01 12:32:29 baggins - rel 5 - port to libxfce4ui ================================================================ Index: packages/xfce4-sensors-plugin/xfce4-sensors-plugin-libnotify.patch diff -u /dev/null packages/xfce4-sensors-plugin/xfce4-sensors-plugin-libnotify.patch:1.1 --- /dev/null Thu Apr 21 11:04:15 2011 +++ packages/xfce4-sensors-plugin/xfce4-sensors-plugin-libnotify.patch Thu Apr 21 11:04:08 2011 @@ -0,0 +1,11 @@ +--- xfce4-sensors-plugin-1.0.0/lib/sensors-interface.c~ 2011-04-21 11:00:03.512857739 +0200 ++++ xfce4-sensors-plugin-1.0.0/lib/sensors-interface.c 2011-04-21 11:02:55.986062656 +0200 +@@ -105,7 +105,7 @@ + if (!notify_is_initted()) + notify_init(PACKAGE); /* NOTIFY_APPNAME */ + +- nn = notify_notification_new(summary, body, icon, NULL); ++ nn = notify_notification_new(summary, body, icon); + notify_notification_show(nn, &error); + #else + DBG("%s\n%s", summary, body); ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-sensors-plugin/xfce4-sensors-plugin.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
