Files
gigolo/gigolo.spec
Maurizio Galli ed022f37ac Meson has been added as a build system in this release, and the
associated archive has been generated by 'meson dist'. Although
autotools has been retained for the time being and can still be used
via 'autogen.sh', meson is now the preferred build system, and
autotools will be removed in a future release.
- Update to version 0.6.0
  * Update README after switchover to meson
  * Add suport to Meson
  * Replace deprecated exo with libxfce4ui 4.21.0
  * Translation Updates

OBS-URL: https://build.opensuse.org/package/show/X11:xfce/gigolo?expand=0&rev=49
2025-05-28 05:29:27 +00:00

71 lines
2.0 KiB
RPMSpec

#
# spec file for package gigolo
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gigolo
Version: 0.6.0
Release: 0
Summary: Frontend to Manage Connections to Remote Filesystems
License: GPL-2.0-or-later
Group: System/Filesystems
URL: https://git.xfce.org/apps/gigolo/
Source0: https://archive.xfce.org/src/apps/gigolo/0.6/%{name}-%{version}.tar.xz
BuildRequires: gettext >= 0.19.8
BuildRequires: meson >= 0.54.0
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gio-2.0) >= 2.66.0
BuildRequires: pkgconfig(glib-2.0) >= 2.66.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
# uses xdg-open
Requires: xdg-utils
Recommends: %{name}-lang = %{version}
%description
Gigolo is a frontend to manage connections to remote filesystems using
GIO/GVFS. It allows connecting/mounting remote filesystems and manage
%lang_package
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
# remove documentation/license files included below
rm -rf %{buildroot}%{_datadir}/doc
%suse_update_desktop_file -i %{name} System GTK Filesystem
%find_lang %{name}
%files
%license COPYING
%doc AUTHORS NEWS README.md THANKS TODO
%doc %{_mandir}/man1/gigolo.1*
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/org.xfce.gigolo.*
%files lang -f %{name}.lang
%changelog