[packages/xfce4-weather-plugin] rm ui.patch

sls sls at pld-linux.org
Sat Sep 21 12:35:00 CEST 2013


commit d6107f11b625171c1cc98db4b9c6aca89a99eed3
Author: Szymon Siwek <sls at pld-linux.org>
Date:   Sat Sep 21 11:57:07 2013 +0200

    rm ui.patch

 xfce4-weather-plugin-ui.patch | 81 -------------------------------------------
 xfce4-weather-plugin.spec     |  2 --
 2 files changed, 83 deletions(-)
---
diff --git a/xfce4-weather-plugin.spec b/xfce4-weather-plugin.spec
index 0ba4f83..ad58e33 100644
--- a/xfce4-weather-plugin.spec
+++ b/xfce4-weather-plugin.spec
@@ -7,7 +7,6 @@ License:	GPL
 Group:		X11/Applications
 Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.8/%{name}-%{version}.tar.bz2
 # Source0-md5:	755b33089c02afe88abb39253003a7f3
-Patch0:		%{name}-ui.patch
 URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
 BuildRequires:	autoconf >= 2.63
 BuildRequires:	automake
@@ -32,7 +31,6 @@ Wtyczka dla panelu Xfce wyświetlająca pogodę.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__intltoolize}
diff --git a/xfce4-weather-plugin-ui.patch b/xfce4-weather-plugin-ui.patch
deleted file mode 100644
index 39e5590..0000000
--- a/xfce4-weather-plugin-ui.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-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"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xfce4-weather-plugin.git/commitdiff/fd28ccb413ee1104b3972ce49d764e34c52131fc



More information about the pld-cvs-commit mailing list