Author: baggins Date: Tue Mar 1 12:52:18 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - port to libxfce4ui
---- Files affected: packages/xfce4-weather-plugin: xfce4-weather-plugin.spec (1.21 -> 1.22) , xfce4-weather-plugin-ui.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xfce4-weather-plugin/xfce4-weather-plugin.spec diff -u packages/xfce4-weather-plugin/xfce4-weather-plugin.spec:1.21 packages/xfce4-weather-plugin/xfce4-weather-plugin.spec:1.22 --- packages/xfce4-weather-plugin/xfce4-weather-plugin.spec:1.21 Tue Feb 15 14:53:29 2011 +++ packages/xfce4-weather-plugin/xfce4-weather-plugin.spec Tue Mar 1 13:52:13 2011 @@ -3,14 +3,19 @@ Summary(pl.UTF-8): Wtyczka panelu Xfce pokazująca pogodę Name: xfce4-weather-plugin Version: 0.7.4 -Release: 1 +Release: 2 License: GPL Group: X11/Applications Source0: http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.7/%{name}-%{version}.tar.bz2 # Source0-md5: 03c972d13eba5cd226432ff66e3ff282 +Patch0: %{name}-ui.patch URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin +BuildRequires: autoconf >= 2.63 +BuildRequires: automake BuildRequires: gettext-devel BuildRequires: intltool +BuildRequires: libtool +BuildRequires: libxfce4ui-devel BuildRequires: libxml2-devel >= 1:2.6.27 BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.601 @@ -28,8 +33,15 @@ %prep %setup -q +%patch0 -p1 %build +%{__intltoolize} +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ --disable-static @@ -68,6 +80,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22 2011/03/01 12:52:13 baggins +- rel 2 +- port to libxfce4ui + Revision 1.21 2011/02/15 13:53:29 megabajt - updated to 0.7.4 ================================================================ Index: packages/xfce4-weather-plugin/xfce4-weather-plugin-ui.patch diff -u /dev/null packages/xfce4-weather-plugin/xfce4-weather-plugin-ui.patch:1.1 --- /dev/null Tue Mar 1 13:52:19 2011 +++ packages/xfce4-weather-plugin/xfce4-weather-plugin-ui.patch Tue Mar 1 13:52:13 2011 @@ -0,0 +1,81 @@ +diff -ur xfce4-weather-plugin-0.7.4-orig/configure.ac xfce4-weather-plugin-0.7.4/configure.ac +--- xfce4-weather-plugin-0.7.4-orig/configure.ac 2011-02-02 21:31:29.000000000 +0100 ++++ xfce4-weather-plugin-0.7.4/configure.ac 2011-03-01 11:56:04.369067640 +0100 +@@ -64,7 +64,7 @@ + XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0]) + XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.0]) + XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90.2]) +-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2]) ++XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.8.0]) + XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.1]) + XDT_CHECK_PACKAGE([LIBXML], [libxml-2.0], [2.4.0]) + +diff -ur xfce4-weather-plugin-0.7.4-orig/panel-plugin/Makefile.am xfce4-weather-plugin-0.7.4/panel-plugin/Makefile.am +--- xfce4-weather-plugin-0.7.4-orig/panel-plugin/Makefile.am 2011-02-02 21:31:29.000000000 +0100 ++++ xfce4-weather-plugin-0.7.4/panel-plugin/Makefile.am 2011-03-01 11:46:29.227067641 +0100 +@@ -33,7 +33,7 @@ + + xfce4_weather_plugin_CFLAGS = \ + $(LIBXFCE4PANEL_CFLAGS) \ +- $(LIBXFCEGUI4_CFLAGS) \ ++ $(LIBXFCE4UI_CFLAGS) \ + $(LIBXFCE4UTIL_CFLAGS) \ + $(GTK_CFLAGS) \ + $(LIBXML_CFLAGS) +@@ -41,7 +41,7 @@ + xfce4_weather_plugin_LDADD = \ + $(LIBXFCE4PANEL_LIBS) \ + $(LIBXFCE4UTIL_LIBS) \ +- $(LIBXFCEGUI4_LIBS) \ ++ $(LIBXFCE4UI_LIBS) \ + $(GTK_LIBS) \ + $(LIBXML_LIBS) \ + $(LIBRESOLV) +diff -ur xfce4-weather-plugin-0.7.4-orig/panel-plugin/weather.c xfce4-weather-plugin-0.7.4/panel-plugin/weather.c +--- xfce4-weather-plugin-0.7.4-orig/panel-plugin/weather.c 2011-02-02 21:31:29.000000000 +0100 ++++ xfce4-weather-plugin-0.7.4/panel-plugin/weather.c 2011-03-01 11:23:33.860067640 +0100 +@@ -23,7 +23,7 @@ + #include <sys/stat.h> + + #include <libxfce4util/libxfce4util.h> +-#include <libxfcegui4/libxfcegui4.h> ++#include <libxfce4ui/libxfce4ui.h> + + #include "weather-parsers.h" + #include "weather-data.h" +diff -ur xfce4-weather-plugin-0.7.4-orig/panel-plugin/weather-config.c xfce4-weather-plugin-0.7.4/panel-plugin/weather-config.c +--- xfce4-weather-plugin-0.7.4-orig/panel-plugin/weather-config.c 2011-02-02 21:31:29.000000000 +0100 ++++ xfce4-weather-plugin-0.7.4/panel-plugin/weather-config.c 2011-03-01 11:23:33.856067640 +0100 +@@ -20,7 +20,7 @@ + #endif + + #include <string.h> +-#include <libxfcegui4/libxfcegui4.h> ++#include <libxfce4ui/libxfce4ui.h> + + #include "weather-parsers.h" + #include "weather-data.h" +diff -ur xfce4-weather-plugin-0.7.4-orig/panel-plugin/weather-search.c xfce4-weather-plugin-0.7.4/panel-plugin/weather-search.c +--- xfce4-weather-plugin-0.7.4-orig/panel-plugin/weather-search.c 2011-02-02 21:31:29.000000000 +0100 ++++ xfce4-weather-plugin-0.7.4/panel-plugin/weather-search.c 2011-03-01 11:23:33.842067640 +0100 +@@ -21,7 +21,7 @@ + + #include <string.h> + +-#include <libxfcegui4/libxfcegui4.h> ++#include <libxfce4ui/libxfce4ui.h> + + #include "weather-parsers.h" + #include "weather-data.h" +diff -ur xfce4-weather-plugin-0.7.4-orig/panel-plugin/weather-summary.c xfce4-weather-plugin-0.7.4/panel-plugin/weather-summary.c +--- xfce4-weather-plugin-0.7.4-orig/panel-plugin/weather-summary.c 2011-02-02 21:31:29.000000000 +0100 ++++ xfce4-weather-plugin-0.7.4/panel-plugin/weather-summary.c 2011-03-01 11:23:33.844067640 +0100 +@@ -19,7 +19,7 @@ + #include <config.h> + #endif + +-#include <libxfcegui4/libxfcegui4.h> ++#include <libxfce4ui/libxfce4ui.h> + + #include "weather-parsers.h" + #include "weather-data.h" ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-weather-plugin/xfce4-weather-plugin.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
