[packages/xfce4-weather-plugin] - up to 0.12.0
mrozowik
mrozowik at pld-linux.org
Thu May 22 15:14:58 CEST 2025
commit cc15e7289987c01c7107912fc2d8b7e1db068723
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Thu May 22 12:33:01 2025 +0000
- up to 0.12.0
xfce4-weather-plugin.spec | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/xfce4-weather-plugin.spec b/xfce4-weather-plugin.spec
index 5a36dcc..7e47977 100644
--- a/xfce4-weather-plugin.spec
+++ b/xfce4-weather-plugin.spec
@@ -1,24 +1,28 @@
Summary: A weather plugin for the Xfce panel
Summary(pl.UTF-8): Wtyczka panelu Xfce pokazująca pogodę
Name: xfce4-weather-plugin
-Version: 0.11.3
+Version: 0.12.0
Release: 1
License: GPL
Group: X11/Applications
-Source0: https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.11/%{name}-%{version}.tar.bz2
-# Source0-md5: df742378e58d6018f49bb43a794044f9
+Source0: https://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.12/%{name}-%{version}.tar.xz
+# Source0-md5: b08980a84183911feced5fe80f79627b
URL: https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin
-BuildRequires: autoconf >= 2.63
-BuildRequires: automake
BuildRequires: gettext-tools
-BuildRequires: libsoup-devel >= 2.26.0
+BuildRequires: glib2-devel >= 1:2.64.0
+BuildRequires: gtk+3-devel >= 3.22
+BuildRequires: json-c-devel >= 0.13.1
+BuildRequires: libsoup3-devel >= 3.0.0
BuildRequires: libtool
-BuildRequires: libxfce4ui-devel
+BuildRequires: libxfce4ui-devel >= 4.16
BuildRequires: libxml2-devel >= 1:2.6.27
+BuildRequires: meson >= 0.54.0
+BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: rpmbuild(macros) >= 1.601
-BuildRequires: xfce4-dev-tools >= 4.14.0
-BuildRequires: xfce4-panel-devel >= 4.14.0
+BuildRequires: upower-devel >= 0.99.0
+BuildRequires: xfce4-dev-tools >= 4.16.0
+BuildRequires: xfce4-panel-devel >= 4.16.0
Requires: gtk-update-icon-cache
Requires: hicolor-icon-theme
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,19 +37,15 @@ Wtyczka dla panelu Xfce wyświetlająca pogodę.
%setup -q
%build
-%configure \
- --disable-static
-
-%{__make}
+%meson
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
+%meson_install
-%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es,hye,ur_PK}
-%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/xfce4/panel/plugins/libweather.la
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{es,hye,ie,ur_PK}
%find_lang %{name}
@@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS NEWS README
%attr(755,root,root) %{_libdir}/xfce4/panel/plugins/libweather.so
%{_datadir}/xfce4/panel/plugins/weather.desktop
%{_datadir}/xfce4/weather
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/xfce4-weather-plugin.git/commitdiff/cc15e7289987c01c7107912fc2d8b7e1db068723
More information about the pld-cvs-commit
mailing list