commit 9be1f71f0387867f469aaeeb0d0dda40b39dc6113afd3147f6a08f64baa46d71 Author: Bjørn Lie Date: Mon Sep 30 07:50:52 2024 +0000 - Update to version 47.0+23: * 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 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..b6c1756 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/gnome-software.git + 4927fafc4138571984de0c2b01b7b5b741a4a968 + @PARENT_TAG@+@TAG_OFFSET@ + (.*)\+0 + \1 + enable + + + + *.tar + zst + + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..98ac511 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://gitlab.gnome.org/GNOME/gnome-software.git + 4927fafc4138571984de0c2b01b7b5b741a4a968 \ No newline at end of file diff --git a/gnome-software-46.3.obscpio b/gnome-software-46.3.obscpio new file mode 100644 index 0000000..bdf1c11 --- /dev/null +++ b/gnome-software-46.3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2422245c17fb476952186fd464e39a6ccd0634ab6c1dbe4d30741fb8cd0c693a +size 20194317 diff --git a/gnome-software-46.4.obscpio b/gnome-software-46.4.obscpio new file mode 100644 index 0000000..13d2994 --- /dev/null +++ b/gnome-software-46.4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a6e408b197399b9fd4320573134bf1ffa765b90e841103652e150b4477c2ba +size 20209165 diff --git a/gnome-software-46.5.obscpio b/gnome-software-46.5.obscpio new file mode 100644 index 0000000..3aeab17 --- /dev/null +++ b/gnome-software-46.5.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24a76f89f56794593497a66674b13856cee2829fa495001b7a1469d710ff4bb +size 20253197 diff --git a/gnome-software-47.0+23.obscpio b/gnome-software-47.0+23.obscpio new file mode 100644 index 0000000..333973b --- /dev/null +++ b/gnome-software-47.0+23.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1a4719026b3864ae41b8e51de16c09e44a430cf6e04fdfe8f532b9ceff6a09 +size 22046221 diff --git a/gnome-software-disable-offline-update.patch b/gnome-software-disable-offline-update.patch new file mode 100644 index 0000000..325c842 --- /dev/null +++ b/gnome-software-disable-offline-update.patch @@ -0,0 +1,46 @@ +Index: gnome-software-45.1/src/gs-updates-section.c +=================================================================== +--- gnome-software-45.1.orig/src/gs-updates-section.c ++++ gnome-software-45.1/src/gs-updates-section.c +@@ -323,12 +323,18 @@ static void + _set_button_stack_visible_child (GsUpdatesSection *self, + const gchar *child_name) + { +- if (self->button_cancel != NULL) ++ if (self->button_cancel != NULL) { + gtk_widget_set_visible (self->button_cancel, g_strcmp0 (child_name, "cancel") == 0); +- if (self->button_download != NULL) ++ gtk_widget_set_sensitive (self->button_cancel, FALSE); ++ } ++ if (self->button_download != NULL) { + gtk_widget_set_visible (self->button_download, g_strcmp0 (child_name, "download") == 0); +- if (self->button_update != NULL) ++ gtk_widget_set_sensitive (self->button_download, FALSE); ++ } ++ if (self->button_update != NULL) { + gtk_widget_set_visible (self->button_update, g_strcmp0 (child_name, "update") == 0); ++ gtk_widget_set_sensitive (self->button_download, FALSE); ++ } + + gtk_stack_set_visible_child_name (GTK_STACK (self->button_stack), child_name); + } +Index: gnome-software-45.1/src/gs-updates-section.ui +=================================================================== +--- gnome-software-45.1.orig/src/gs-updates-section.ui ++++ gnome-software-45.1/src/gs-updates-section.ui +@@ -31,6 +31,7 @@ + + True + _Download ++ Please use gpk-update-viewer to update the system + +