Bjørn Lie
9be1f71f03
* gs-details-page: Don't override the "page_failed" AdwStatusPage title * Add initial Indonesian translation of help * plugins: appstream: make refine found flag local to app loop * plugins: appstream: abort refine_from_id if there are no components * plugins: appstream: fix comment * plugins: don't make core plugins depend on non-core ones * Updated translations. - Pass hardcoded_curated=true and Ddefault_featured_apps=true to meson configure until we decide if we should ship our own or not. - Update to version 47.0: + Do not install example featured software lists by default. + Updated translations. - Update to version 47.rc: + Update help pages and add some translations of them + Correct tooltips of review voting buttons + Lower power consumption when certain pages are not visible + Updated translations. - Update to version 47.beta: + Shorten text in some notifications + Fix Orca not reading the contents in Preferences dialog + Enhance behavior of a review row + Added plugin to ease installation of DKMS and akmods key with enabled Secure Boot + Updated translations. - Changes from version 47.alpha: + Fix a crash when updating apps when built with Mogwai + Fix a crash when installing flatpak application + Correct desktop/mobile hardware support detection + Correct state of Fedora upgrade + Several fixes in historical updates for rpm-ostree + Fix a crash when no appstream data is found + Correct app safety calculation + Correct Flatpak system and user apps recognition + Slightly speed-up rpm-ostree metadata refresh + Show "Install All" button only for codecs + Prefer vendor name from os release in app origin + Make more jobs asynchronous + Port to recent Adwaita widgets + Updated translations. - Add itstool BuildRequires: New dependency. - Bump gs_plugin_api define to 21 following upstream changes. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=285
206 lines
8.1 KiB
RPMSpec
206 lines
8.1 KiB
RPMSpec
#
|
|
# spec file for package gnome-software
|
|
#
|
|
# Copyright (c) 2024 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/
|
|
#
|
|
|
|
|
|
%define gs_plugin_api 21
|
|
%bcond_with profiling
|
|
|
|
Name: gnome-software
|
|
Version: 47.0+23
|
|
Release: 0
|
|
Summary: GNOME Software Store
|
|
License: GPL-2.0-or-later
|
|
Group: System/GUI/GNOME
|
|
URL: https://wiki.gnome.org/Apps/Software
|
|
Source0: %{name}-%{version}.tar.zst
|
|
%if 0%{?sle_version}
|
|
# PATCH-FIX-OPENSUSE gnome-software-launch-gpk-update-viewer-for-updates.patch bsc#1077332 boo#1090042 sckang@suse.com -- Don't launch gnome-software when clicking the updates notification. Launch gpk-update-viewer instead.
|
|
Patch0: gnome-software-launch-gpk-update-viewer-for-updates.patch
|
|
# PATCH-FIX-OPENSUSE gnome-software-disable-offline-update.patch bsc#944832 sckang@suse.com -- Disable offline update in SLE and openSUSE Leap
|
|
Patch1: gnome-software-disable-offline-update.patch
|
|
%endif
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: itstool
|
|
BuildRequires: meson >= 0.58.0
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: suse-xsl-stylesheets
|
|
BuildRequires: pkgconfig(appstream) >= 0.14.0
|
|
BuildRequires: pkgconfig(flatpak) >= 0.6.12
|
|
BuildRequires: pkgconfig(fwupd) >= 1.0.3
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.32.0
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.11.5
|
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.18.0
|
|
BuildRequires: pkgconfig(gspell-1)
|
|
BuildRequires: pkgconfig(gtk4)
|
|
BuildRequires: pkgconfig(gudev-1.0)
|
|
BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0
|
|
BuildRequires: pkgconfig(libadwaita-1)
|
|
BuildRequires: pkgconfig(libhandy-1) >= 1.2.0
|
|
BuildRequires: pkgconfig(libsecret-1)
|
|
BuildRequires: pkgconfig(libsoup-3.0)
|
|
BuildRequires: pkgconfig(malcontent-0) >= 0.5.0
|
|
BuildRequires: pkgconfig(ostree-1)
|
|
BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0
|
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
BuildRequires: pkgconfig(xmlb) >= 0.1.7
|
|
%if %{with profiling}
|
|
BuildRequires: pkgconfig(sysprof-capture-4)
|
|
%endif
|
|
# boo#1090042
|
|
Requires: fwupd
|
|
Requires: iso-codes
|
|
Recommends: %{name}-plugin-packagekit
|
|
Recommends: flatpak
|
|
# bsc#1178768
|
|
%if 0%{?sle_version}
|
|
Recommends: gnome-packagekit
|
|
%endif
|
|
|
|
%description
|
|
AppStore like management of Applications for your GNOME Desktop.
|
|
|
|
%package devel
|
|
Summary: Development files for the GNOME software store
|
|
Group: Development/Libraries/GNOME
|
|
Requires: %{name} = %{version}
|
|
|
|
%description devel
|
|
This subpackage contains the header files for developing
|
|
GNOME software store plugins.
|
|
|
|
%package plugin-packagekit
|
|
Summary: GNOME Software Store - PackageKit plugin
|
|
Group: System/GUI/GNOME
|
|
Requires: %{name} = %{version}
|
|
Requires: PackageKit
|
|
Requires: (libzypp-plugin-appdata if PackageKit-backend-zypp)
|
|
|
|
%description plugin-packagekit
|
|
This subpackage provides the packagekit plugin used by
|
|
the GNOME software store.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%meson \
|
|
-D tests=false \
|
|
-D malcontent=true \
|
|
-D soup2=false \
|
|
-D sysprof=%{?with_profiling:enabled}%{!?with_profiling:disabled} \
|
|
-D opensuse-distro-upgrade=true \
|
|
-D hardcoded_curated=true \
|
|
-D default_featured_apps=true \
|
|
%{nil}
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
%find_lang %{name}
|
|
|
|
# Remove any piece of doc that ends up in non-standard locations and use the doc macro instead
|
|
rm %{buildroot}%{_datadir}/doc/%{name}/README.md
|
|
%if !0%{?sle_version} || 0%{?sle_version} >= 160000
|
|
# Move autostart file to /usr/etc
|
|
mkdir -p %{buildroot}%{_distconfdir}/xdg/autostart
|
|
mv %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.Software.desktop %{buildroot}%{_distconfdir}/xdg/autostart/org.gnome.Software.desktop
|
|
%endif
|
|
|
|
cat >> %{buildroot}%{_datadir}/glib-2.0/schemas/20_org.gnome.software-opensuse.gschema.override << FOE
|
|
[org.gnome.software]
|
|
official-repos = [ 'repo-oss', 'repo-update', 'repo-non-oss', 'download.opensuse.org-oss', 'download.opensuse.org-tumbleweed', 'download.opensuse.org-non-oss' ]
|
|
FOE
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc NEWS README.md
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/metainfo/org.gnome.Software.Plugin.Epiphany.metainfo.xml
|
|
%{_datadir}/metainfo/org.gnome.Software.Plugin.Flatpak.metainfo.xml
|
|
%{_datadir}/metainfo/org.gnome.Software.Plugin.Fwupd.metainfo.xml
|
|
%{_datadir}/metainfo/org.gnome.Software.metainfo.xml
|
|
%{_datadir}/applications/gnome-software-local-file-flatpak.desktop
|
|
%{_datadir}/applications/gnome-software-local-file-fwupd.desktop
|
|
%{_datadir}/applications/gnome-software-local-file-packagekit.desktop
|
|
%{_datadir}/applications/org.gnome.Software.desktop
|
|
%{_datadir}/bash-completion/completions/gnome-software
|
|
%{_datadir}/dbus-1/services/org.gnome.Software.service
|
|
%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml
|
|
%{_datadir}/glib-2.0/schemas/20_org.gnome.software-opensuse.gschema.override
|
|
%dir %{_datadir}/gnome-shell
|
|
%dir %{_datadir}/gnome-shell/search-providers
|
|
%{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini
|
|
%{_datadir}/icons/hicolor/*/*/*.svg
|
|
%dir %{_libdir}/gnome-software
|
|
%{_libexecdir}/gnome-software-cmd
|
|
%{_libexecdir}/gnome-software-restarter
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
|
%if !0%{?sle_version} || 0%{?sle_version} >= 160000
|
|
%{_distconfdir}/xdg/autostart/org.gnome.Software.desktop
|
|
%else
|
|
%{_sysconfdir}/xdg/autostart/org.gnome.Software.desktop
|
|
%endif
|
|
|
|
%dir %{_libdir}/gnome-software/plugins-%{gs_plugin_api}/
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_dpkg.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_dummy.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_epiphany.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_fedora-langpacks.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_fedora-pkgdb-collections.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_flatpak.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_fwupd.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_generic-updates.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_hardcoded-blocklist.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_icons.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_malcontent.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_modalias.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_os-release.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_opensuse-distro-upgrade.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_provenance-license.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_provenance.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_repos.so
|
|
%{_libdir}/gnome-software/libgnomesoftware.so.%{gs_plugin_api}
|
|
%dir %{_datadir}/swcatalog/
|
|
%dir %{_datadir}/swcatalog/xml/
|
|
%{_datadir}/swcatalog/xml/gnome-pwa-list-foss.xml
|
|
%{_datadir}/swcatalog/xml/gnome-pwa-list-proprietary.xml
|
|
%{_datadir}/swcatalog/xml/org.gnome.Software.Curated.xml
|
|
%{_datadir}/swcatalog/xml/org.gnome.Software.Featured.xml
|
|
|
|
%files devel
|
|
%doc AUTHORS
|
|
%dir %{_includedir}/%{name}
|
|
%{_datadir}/gtk-doc/html/%{name}/
|
|
%dir %{_datadir}/doc/gnome-software
|
|
%{_includedir}/%{name}/*.h
|
|
%{_libdir}/pkgconfig/gnome-software.pc
|
|
%{_libdir}/gnome-software/libgnomesoftware.so
|
|
|
|
%files plugin-packagekit
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_packagekit.so
|
|
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_appstream.so
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|