mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-23 12:00:40 +00:00
4d468fa75e
* Fix: gamescope-session (#3059)
* Fix: Add %changelog so build doesn't complain
Signed-off-by: Gil <rockgrub@protonmail.com>
* Fix: File no longer exists?
Signed-off-by: Gil <rockgrub@protonmail.com>
---------
Signed-off-by: Gil <rockgrub@protonmail.com>
(cherry picked from commit 53005d54b1)
* Update gamescope-session.spec
---------
Co-authored-by: Gil <rockgrub@protonmail.com>
Co-authored-by: madomado <madonuko@outlook.com>
39 lines
913 B
RPMSpec
39 lines
913 B
RPMSpec
%define debug_package %nil
|
|
|
|
%global commit b5dae06669866377951ef676aa3e100682e03e47
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
%global commit_date 20250119
|
|
|
|
Name: gamescope-session
|
|
Version: %commit_date.%shortcommit
|
|
Release: 1%?dist
|
|
Summary: ChimeraOS session on Gamescope
|
|
License: MIT
|
|
URL: https://github.com/ChimeraOS/gamescope-session
|
|
Source0: %url/archive/%commit.tar.gz
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
%description
|
|
Gamescope session plus based on Valve's gamescope.
|
|
|
|
%prep
|
|
%autosetup -n gamescope-session-%commit
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %buildroot
|
|
cp -r usr %buildroot/
|
|
|
|
%files
|
|
%doc README.md
|
|
%license LICENSE
|
|
%_bindir/export-gpu
|
|
%_bindir/gamescope-session-plus
|
|
%_userunitdir/gamescope-session-plus@.service
|
|
%_datadir/gamescope-session-plus/device-quirks
|
|
%_datadir/gamescope-session-plus/gamescope-session-plus
|
|
|
|
%changelog
|
|
%autochangelog
|