forked from pool/AdwSteamGtk
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
This commit is contained in:
commit
ae3385da19
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
AdwSteamGtk-0.6.9.tar.gz
Normal file
3
AdwSteamGtk-0.6.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c980fc5e781457a2281f8f4537ba07b443f54b036256d6eb80c02fbc95ea278
|
||||
size 103973
|
4
AdwSteamGtk.changes
Normal file
4
AdwSteamGtk.changes
Normal file
@ -0,0 +1,4 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 30 07:15:06 UTC 2024 - Richard Rahl <rrahl0@proton.me>
|
||||
|
||||
- initial packaging
|
73
AdwSteamGtk.spec
Normal file
73
AdwSteamGtk.spec
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user