[packages/gigolo] - up to 0.6.0
mrozowik
mrozowik at pld-linux.org
Fri May 23 16:48:12 CEST 2025
commit 2b19500517f901caf7389a8f133f894330227e99
Author: Krzysztof Mrozowicz <mrozowik at pld-linux.org>
Date: Fri May 23 14:14:56 2025 +0000
- up to 0.6.0
gigolo.spec | 26 +++++++++-----------------
1 file changed, 9 insertions(+), 17 deletions(-)
---
diff --git a/gigolo.spec b/gigolo.spec
index 45ef0ec..aa89196 100644
--- a/gigolo.spec
+++ b/gigolo.spec
@@ -1,18 +1,17 @@
Summary: GIO/GVfs frontend
Name: gigolo
-Version: 0.5.4
+Version: 0.6.0
Release: 1
License: GPL v2
Group: Applications/System
-Source0: https://archive.xfce.org/src/apps/gigolo/0.5/%{name}-%{version}.tar.bz2
-# Source0-md5: 18cc284a85d61ff8e78f907ad6079b03
+Source0: https://archive.xfce.org/src/apps/gigolo/0.6/%{name}-%{version}.tar.xz
+# Source0-md5: 77e6c8dfed5243688124c0ed83a3d70f
URL: https://goodies.xfce.org/projects/applications/gigolo
-BuildRequires: autoconf >= 2.50
-BuildRequires: automake
BuildRequires: gettext-tools
BuildRequires: glib2-devel >= 1:2.38.0
BuildRequires: gtk+3-devel >= 3.14.0
-BuildRequires: libtool
+BuildRequires: meson >= 0.54.0
+BuildRequires: ninja
BuildRequires: pkgconfig >= 1:0.9.0
Requires(post,postun): gtk-update-icon-cache
Requires(post,postun): hicolor-icon-theme
@@ -27,20 +26,13 @@ remote filesystem and manage bookmarks of such.
%setup -q
%build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure
-
-%{__make}
+%meson
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
+%meson_install
%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/%{name}
%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{hye,ie,ur_PK}
@@ -59,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS TODO README.md
+%doc AUTHORS NEWS TODO README.md
%attr(755,root,root) %{_bindir}/gigolo
%{_desktopdir}/gigolo.desktop
%{_iconsdir}/hicolor/*x*/apps/org.xfce.gigolo.png
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gigolo.git/commitdiff/2b19500517f901caf7389a8f133f894330227e99
More information about the pld-cvs-commit
mailing list