* fix search regressions OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/extension-manager?expand=0&rev=28
69 lines
2.0 KiB
RPMSpec
69 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package extension-manager
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC and contributors
|
|
#
|
|
# 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/
|
|
#
|
|
|
|
|
|
%define appid com.mattjakeman.ExtensionManager
|
|
Name: extension-manager
|
|
Version: 0.6.5
|
|
Release: 0
|
|
Summary: A utility for browsing and installing GNOME Shell Extensions
|
|
License: GPL-3.0-or-later
|
|
URL: https://github.com/mjakeman/extension-manager
|
|
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: libbacktrace-devel
|
|
BuildRequires: meson
|
|
BuildRequires: pkgconfig(blueprint-compiler)
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
BuildRequires: pkgconfig(gtk4)
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
BuildRequires: pkgconfig(libadwaita-1) >= 1.8
|
|
BuildRequires: pkgconfig(libsoup-3.0)
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
Requires: unzip
|
|
|
|
%description
|
|
A native tool for browsing, installing, and managing GNOME Shell Extensions.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
%find_lang %{name}
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc README.md
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/%{appid}.desktop
|
|
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
|
|
%{_datadir}/icons/hicolor/scalable/apps/%{appid}.svg
|
|
%{_datadir}/icons/hicolor/symbolic/apps/%{appid}-symbolic.svg
|
|
%{_datadir}/metainfo/%{appid}.metainfo.xml
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|