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:
parent
a7acf627bb
commit
dd157993cf
3
AdwSteamGtk-0.6.11.tar.gz
Normal file
3
AdwSteamGtk-0.6.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34d31e9c13c5afd496e72fb07bdf6a7cd1538658896067c95cc4f611ebe901e6
|
||||
size 135772
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c980fc5e781457a2281f8f4537ba07b443f54b036256d6eb80c02fbc95ea278
|
||||
size 103973
|
@ -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>
|
||||
|
||||
|
@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define appname io.github.Foldex.AdwSteamGtk
|
||||
Name: AdwSteamGtk
|
||||
Version: 0.6.9
|
||||
Version: 0.6.11
|
||||
Release: 0
|
||||
Summary: A Gtk wrapper for Adwaita-for-Steam
|
||||
License: GPL-3.0-only
|
||||
@ -27,12 +28,12 @@ BuildArch: noarch
|
||||
BuildRequires: meson
|
||||
BuildRequires: patch
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: python3-packaging
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(blueprint-compiler)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: python-gobject2-devel
|
||||
BuildRequires: pkgconfig(libportal)
|
||||
|
||||
%description
|
||||
@ -49,6 +50,7 @@ A GTK wrapper that installs and updates the Adwaita for Steam skin.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%suse_update_desktop_file %{appname}
|
||||
|
||||
%find_lang adwaita-steam-gtk
|
||||
|
||||
@ -56,13 +58,12 @@ A GTK wrapper that installs and updates the Adwaita for Steam skin.
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/adwaita-steam-gtk
|
||||
%dir %{_datadir}/adwaita-steam-gtk
|
||||
%{_datadir}/adwaita-steam-gtk/*
|
||||
%{_datadir}/appdata/io.github.Foldex.AdwSteamGtk.appdata.xml
|
||||
%{_datadir}/applications/io.github.Foldex.AdwSteamGtk.desktop
|
||||
%{_datadir}/glib-2.0/schemas/io.github.Foldex.AdwSteamGtk.gschema.xml
|
||||
%{_datadir}/icons/hicolor/scalable/apps/io.github.Foldex.AdwSteamGtk.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/io.github.Foldex.AdwSteamGtk-symbolic.svg
|
||||
%{_datadir}/adwaita-steam-gtk
|
||||
%{_datadir}/appdata/%{appname}.appdata.xml
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
||||
%{_iconsdir}/hicolor/scalable/apps/%{appname}.svg
|
||||
%{_iconsdir}/hicolor/symbolic/apps/%{appname}-symbolic.svg
|
||||
|
||||
%files lang -f adwaita-steam-gtk.lang
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user