mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-27 13:58:27 +00:00
37 lines
924 B
RPMSpec
37 lines
924 B
RPMSpec
%define debug_package %nil
|
|
|
|
%global commit 0b469397e97d1c7edc48d78002ac6159b88d8d03
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
%global commit_date 20240926
|
|
|
|
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
|
|
%_libexecdir/gamescope-sdl-workaround
|
|
%_userunitdir/gamescope-session-plus@.service
|
|
%_datadir/gamescope-session-plus/device-quirks
|
|
%_datadir/gamescope-session-plus/gamescope-session-plus
|