Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37513423
en ru br
ALT Linux repositórios
S:0.11.1-alt1
5.0: 0.6.2-alt1
4.1: 0.6.2-alt1.M41.1
4.0: 0.5.99.1-alt1
3.0: 0.4.9-alt1

Group :: Desktop gráfico/XFce
RPM: xfce4-weather-plugin

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: xfce4-weather-plugin-0.7.4-alt4.patch
Download


 configure.ac.in                |    2 +-
 panel-plugin/Makefile.am       |    6 +++---
 panel-plugin/weather-config.c  |    2 +-
 panel-plugin/weather-search.c  |    2 +-
 panel-plugin/weather-summary.c |    2 +-
 panel-plugin/weather.c         |    2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index f700e6c..07cd41f 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -59,7 +59,7 @@ dnl ***********************************
 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.7.0])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.1])
 XDT_CHECK_PACKAGE([LIBXML], [libxml-2.0], [2.4.0])
 
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 50fc962..a30dda0 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -33,7 +33,7 @@ xfce4_weather_plugin_SOURCES =						\
 
 xfce4_weather_plugin_CFLAGS =						\
 	$(LIBXFCE4PANEL_CFLAGS)						\
-	$(LIBXFCEGUI4_CFLAGS)						\
+	$(LIBXFCE4UI_CFLAGS)						\
 	$(LIBXFCE4UTIL_CFLAGS)						\
 	$(GTK_CFLAGS)							\
 	$(LIBXML_CFLAGS)
@@ -41,12 +41,12 @@ xfce4_weather_plugin_CFLAGS =						\
 xfce4_weather_plugin_LDADD =						\
 	$(LIBXFCE4PANEL_LIBS)						\
 	$(LIBXFCE4UTIL_LIBS)						\
-	$(LIBXFCEGUI4_LIBS)						\
+	$(LIBXFCE4UI_LIBS)						\
 	$(GTK_LIBS)							\
 	$(LIBXML_LIBS)							\
 	$(LIBRESOLV)
 
-desktopdir = $(datadir)/xfce4/panel-plugins
+desktopdir = $(datadir)/xfce4/panel/plugins
 desktop_in_in_files = weather.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
 %.desktop.in: %.desktop.in.in
diff --git a/panel-plugin/weather-config.c b/panel-plugin/weather-config.c
index 3023e11..d183e75 100644
--- a/panel-plugin/weather-config.c
+++ b/panel-plugin/weather-config.c
@@ -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 --git a/panel-plugin/weather-search.c b/panel-plugin/weather-search.c
index c43ad15..dba395f 100644
--- a/panel-plugin/weather-search.c
+++ b/panel-plugin/weather-search.c
@@ -21,7 +21,7 @@
 
 #include <string.h>
 
-#include <libxfcegui4/libxfcegui4.h>
+#include <libxfce4ui/libxfce4ui.h>
 
 #include "weather-parsers.h"
 #include "weather-data.h"
diff --git a/panel-plugin/weather-summary.c b/panel-plugin/weather-summary.c
index 36eeb14..b584c7d 100644
--- a/panel-plugin/weather-summary.c
+++ b/panel-plugin/weather-summary.c
@@ -19,7 +19,7 @@
 #include <config.h>
 #endif
 
-#include <libxfcegui4/libxfcegui4.h>
+#include <libxfce4ui/libxfce4ui.h>
 
 #include "weather-parsers.h"
 #include "weather-data.h"
diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
index cd341aa..c6c918d 100644
--- a/panel-plugin/weather.c
+++ b/panel-plugin/weather.c
@@ -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"
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009