commit 34c96f313c663bb09895763dc7daddd936f0ed33345fdb4abbeac64cbdf40a4e Author: Jan Engelhardt Date: Wed Jan 31 13:16:27 2024 +0000 Accepting request 1142933 from home:rrahl0 I want to maintain AdwSteamGtk in games:tools as a develproject for Factory OBS-URL: https://build.opensuse.org/request/show/1142933 OBS-URL: https://build.opensuse.org/package/show/games:tools/AdwSteamGtk?expand=0&rev=1 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/AdwSteamGtk-0.6.9.tar.gz b/AdwSteamGtk-0.6.9.tar.gz new file mode 100644 index 0000000..7c8c50d --- /dev/null +++ b/AdwSteamGtk-0.6.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c980fc5e781457a2281f8f4537ba07b443f54b036256d6eb80c02fbc95ea278 +size 103973 diff --git a/AdwSteamGtk.changes b/AdwSteamGtk.changes new file mode 100644 index 0000000..7708a4d --- /dev/null +++ b/AdwSteamGtk.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +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..85d9111 --- /dev/null +++ b/AdwSteamGtk.spec @@ -0,0 +1,73 @@ +# +# 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/ +# + + +Name: AdwSteamGtk +Version: 0.6.9 +Release: 0 +Summary: A simple 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: meson +BuildRequires: patch +BuildRequires: update-desktop-files +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 +A simple GTK wrapper that installs and updates the Adwaita for Steam skin. + +%package lang +Summary: Language files for %{name} + +%description lang +%summary. + +%prep +%autosetup + +%build +%meson +%meson_build + +%install +%meson_install + +%find_lang adwaita-steam-gtk + +%files +%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 + +%files lang -f adwaita-steam-gtk.lang + +%changelog