From 718de3b5fdb29cdccfa0f86222521405d959ba94468b8b52f0cdfac01b0b2877 Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Sat, 23 Nov 2024 10:35:25 +0000 Subject: [PATCH] - update to 0.7.2: * Improved error handling when retrieving window control settings through portal - switch to _datadir/icons, so Leap16 builds OBS-URL: https://build.opensuse.org/package/show/games:tools/AdwSteamGtk?expand=0&rev=12 --- .gitattributes | 23 +++++++++++++ .gitignore | 1 + AdwSteamGtk-0.6.11.tar.gz | 3 ++ AdwSteamGtk-0.7.0.tar.gz | 3 ++ AdwSteamGtk-0.7.1.tar.gz | 3 ++ AdwSteamGtk-0.7.2.tar.gz | 3 ++ AdwSteamGtk.changes | 55 ++++++++++++++++++++++++++++++ AdwSteamGtk.spec | 70 +++++++++++++++++++++++++++++++++++++++ 8 files changed, 161 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 AdwSteamGtk-0.6.11.tar.gz create mode 100644 AdwSteamGtk-0.7.0.tar.gz create mode 100644 AdwSteamGtk-0.7.1.tar.gz create mode 100644 AdwSteamGtk-0.7.2.tar.gz create mode 100644 AdwSteamGtk.changes create mode 100644 AdwSteamGtk.spec 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/AdwSteamGtk-0.6.11.tar.gz b/AdwSteamGtk-0.6.11.tar.gz new file mode 100644 index 0000000..0c76c85 --- /dev/null +++ b/AdwSteamGtk-0.6.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d31e9c13c5afd496e72fb07bdf6a7cd1538658896067c95cc4f611ebe901e6 +size 135772 diff --git a/AdwSteamGtk-0.7.0.tar.gz b/AdwSteamGtk-0.7.0.tar.gz new file mode 100644 index 0000000..8d20e73 --- /dev/null +++ b/AdwSteamGtk-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3ee73dd00ed63548c6af5d2ef148616dfdbe938b9f0e31774e143b28841498 +size 135878 diff --git a/AdwSteamGtk-0.7.1.tar.gz b/AdwSteamGtk-0.7.1.tar.gz new file mode 100644 index 0000000..706ac5c --- /dev/null +++ b/AdwSteamGtk-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fb2fdc238a0de63b2ac51256e6fab3b6af44b3ffefebc40cc56065b992bfbd +size 136171 diff --git a/AdwSteamGtk-0.7.2.tar.gz b/AdwSteamGtk-0.7.2.tar.gz new file mode 100644 index 0000000..9550a59 --- /dev/null +++ b/AdwSteamGtk-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37f02a3ac9575cbfed01c29697a7b94c55e627bd037ed44c557fddc4206e523 +size 136255 diff --git a/AdwSteamGtk.changes b/AdwSteamGtk.changes new file mode 100644 index 0000000..672f7e9 --- /dev/null +++ b/AdwSteamGtk.changes @@ -0,0 +1,55 @@ +------------------------------------------------------------------- +Sat Nov 23 10:29:07 UTC 2024 - Richard Rahl + +- update to 0.7.2: + * Improved error handling when retrieving window control settings through portal +- switch to _datadir/icons, so Leap16 builds + +------------------------------------------------------------------- +Sat Nov 16 03:32:16 UTC 2024 - Richard Rahl + +- update to 0.7.1: + * Fix Color Theme Selection + * Remove auto from win_controls options + * update portuguese translation + +------------------------------------------------------------------- +Mon Nov 11 00:34:12 UTC 2024 - Richard Rahl + +- update to 0.7.0: + * Update modules and runtime ver + * Upstream Support: Implement windowcontrols changes + * Grab Button Layout from Desktop Portal + * Remove Auto from Window Controls + * Clarify Window Controls + * Update POT +- remove %suse_update_desktop_file, as it's deprecated + +------------------------------------------------------------------- +Tue Oct 22 13:19:38 UTC 2024 - Dirk Stoecker + +- add missing requirement for XdpGtk4 + +------------------------------------------------------------------- +Fri May 17 02:30:14 UTC 2024 - Richard Rahl + +- 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 + +- Use %lang_package in place of manually coding it + +------------------------------------------------------------------- +Tue Jan 30 07:15:06 UTC 2024 - Richard Rahl + +- initial packaging diff --git a/AdwSteamGtk.spec b/AdwSteamGtk.spec new file mode 100644 index 0000000..b30307b --- /dev/null +++ b/AdwSteamGtk.spec @@ -0,0 +1,70 @@ +# +# spec file for package AdwSteamGtk +# +# 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 appname io.github.Foldex.AdwSteamGtk +Name: AdwSteamGtk +Version: 0.7.2 +Release: 0 +Summary: A Gtk wrapper for Adwaita-for-Steam +License: GPL-3.0-only +URL: https://github.com/Foldex/AdwSteamGtk +Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildArch: noarch +BuildRequires: appstream-glib +BuildRequires: desktop-file-utils +BuildRequires: hicolor-icon-theme +BuildRequires: meson +BuildRequires: patch +BuildRequires: python3-packaging +BuildRequires: pkgconfig(blueprint-compiler) +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(libadwaita-1) +BuildRequires: pkgconfig(libportal) +Requires: typelib(XdpGtk4) + +%description +A GTK wrapper that installs and updates the Adwaita for Steam skin. + +%lang_package + +%prep +%autosetup + +%build +%meson +%meson_build + +%install +%meson_install + +%find_lang adwaita-steam-gtk + +%files +%license LICENSE +%doc README.md +%{_bindir}/adwaita-steam-gtk +%{_datadir}/adwaita-steam-gtk +%{_datadir}/appdata/%{appname}.appdata.xml +%{_datadir}/applications/%{appname}.desktop +%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml +%{_datadir}/icons/hicolor/scalable/apps/%{appname}.svg +%{_datadir}/icons/hicolor/symbolic/apps/%{appname}-symbolic.svg + +%files lang -f adwaita-steam-gtk.lang + +%changelog