]> git.pld-linux.org Git - packages/gnome-panel.git/commitdiff
- fix building with libweather 3.10.x auto/th/gnome-panel-3.8.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 9 Oct 2013 19:55:45 +0000 (21:55 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 9 Oct 2013 19:55:45 +0000 (21:55 +0200)
gnome-panel.spec
libgweather-3.10.patch [new file with mode: 0644]

index 1555cafb87a98764257e199ef9643d6ff97573e3..68d4edcdd644e4626f006788d1c979e012e267d9 100644 (file)
@@ -7,6 +7,7 @@ License:        LGPL v2+ (library), GPL v2+ (the rest)
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/3.8/%{name}-%{version}.tar.xz
 # Source0-md5: 809c3e81917194ebee21ab6ab3cd9baa
+Patch0:                libgweather-3.10.patch
 URL:           http://www.gnome.org/
 BuildRequires: GConf2-devel >= 2.26.0
 BuildRequires: NetworkManager-devel >= 0.6
@@ -136,6 +137,7 @@ Dokumentacja API panel-applet.
 
 %prep
 %setup -q
+%patch0 -p1
 
 # short circuit stopper (fix me!)
 mv ChangeLog main-ChangeLog
diff --git a/libgweather-3.10.patch b/libgweather-3.10.patch
new file mode 100644 (file)
index 0000000..1af4500
--- /dev/null
@@ -0,0 +1,11 @@
+--- gnome-panel-3.8.0/applets/clock/clock-location.c~  2013-09-25 16:10:00.000000000 +0200
++++ gnome-panel-3.8.0/applets/clock/clock-location.c   2013-10-09 21:52:42.473427727 +0200
+@@ -542,7 +542,7 @@
+       }
+       priv->weather_info =
+-              gweather_info_new_for_world (priv->world,
++              gweather_info_new (
+                                            priv->loc,
+                                            GWEATHER_FORECAST_LIST);
+       g_signal_connect (priv->weather_info, "updated",
This page took 0.032899 seconds and 4 git commands to generate.