Accepting request 1174702 from home:rrahl0:upgrades

- update to 0.6.11:
  * Update Gnome Runtime Info
  * translate=no properties
  * Update to new Theme Format
  * Use notify::selected on color theme connect
  * Custom CSS: Update to new Theme Format
- update to 0.6.10:
  * Fix update_contact to pass validation
  * Add vcs-browser and translate links
  * Update modules and runtime ver

OBS-URL: https://build.opensuse.org/request/show/1174702
OBS-URL: https://build.opensuse.org/package/show/games:tools/AdwSteamGtk?expand=0&rev=3
This commit is contained in:
Richard Rahl 2024-05-17 02:48:43 +00:00 committed by Git OBS Bridge
parent 71b1c36740
commit e85b2e0142
4 changed files with 27 additions and 12 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34d31e9c13c5afd496e72fb07bdf6a7cd1538658896067c95cc4f611ebe901e6
size 135772

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c980fc5e781457a2281f8f4537ba07b443f54b036256d6eb80c02fbc95ea278
size 103973

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri May 17 02:30:14 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
- update to 0.6.11:
* Update Gnome Runtime Info
* translate=no properties
* Update to new Theme Format
* Use notify::selected on color theme connect
* Custom CSS: Update to new Theme Format
- update to 0.6.10:
* Fix update_contact to pass validation
* Add vcs-browser and translate links
* Update modules and runtime ver
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 31 13:17:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Wed Jan 31 13:17:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,8 +16,9 @@
# #
%define appname io.github.Foldex.AdwSteamGtk
Name: AdwSteamGtk Name: AdwSteamGtk
Version: 0.6.9 Version: 0.6.11
Release: 0 Release: 0
Summary: A Gtk wrapper for Adwaita-for-Steam Summary: A Gtk wrapper for Adwaita-for-Steam
License: GPL-3.0-only License: GPL-3.0-only
@ -27,12 +28,12 @@ BuildArch: noarch
BuildRequires: meson BuildRequires: meson
BuildRequires: patch BuildRequires: patch
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: hicolor-icon-theme
BuildRequires: python3-packaging BuildRequires: python3-packaging
BuildRequires: appstream-glib BuildRequires: appstream-glib
BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(blueprint-compiler) BuildRequires: pkgconfig(blueprint-compiler)
BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(libadwaita-1)
BuildRequires: python-gobject2-devel
BuildRequires: pkgconfig(libportal) BuildRequires: pkgconfig(libportal)
%description %description
@ -49,6 +50,7 @@ A GTK wrapper that installs and updates the Adwaita for Steam skin.
%install %install
%meson_install %meson_install
%suse_update_desktop_file %{appname}
%find_lang adwaita-steam-gtk %find_lang adwaita-steam-gtk
@ -56,13 +58,12 @@ A GTK wrapper that installs and updates the Adwaita for Steam skin.
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{_bindir}/adwaita-steam-gtk %{_bindir}/adwaita-steam-gtk
%dir %{_datadir}/adwaita-steam-gtk %{_datadir}/adwaita-steam-gtk
%{_datadir}/adwaita-steam-gtk/* %{_datadir}/appdata/%{appname}.appdata.xml
%{_datadir}/appdata/io.github.Foldex.AdwSteamGtk.appdata.xml %{_datadir}/applications/%{appname}.desktop
%{_datadir}/applications/io.github.Foldex.AdwSteamGtk.desktop %{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
%{_datadir}/glib-2.0/schemas/io.github.Foldex.AdwSteamGtk.gschema.xml %{_iconsdir}/hicolor/scalable/apps/%{appname}.svg
%{_datadir}/icons/hicolor/scalable/apps/io.github.Foldex.AdwSteamGtk.svg %{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg
%{_datadir}/icons/hicolor/symbolic/apps/io.github.Foldex.AdwSteamGtk-symbolic.svg
%files lang -f adwaita-steam-gtk.lang %files lang -f adwaita-steam-gtk.lang