* 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
20 lines
745 B
XML
20 lines
745 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-software.git</param>
|
|
<param name="revision">4927fafc4138571984de0c2b01b7b5b741a4a968</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|
|
|