mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
* add: HeadsetControl
* make it commit based
* rename to HeadsetControl-nightly
* oops
* nightlytlghlty
(cherry picked from commit 856769d97a)
Co-authored-by: metcya <134973769+metcya@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
%global _udevrulesdir /usr/lib/udev/rules.d
|
||||
|
||||
%global commit 152f5fb46775894fe986ccb8c712548f8eec4ad6
|
||||
%global commitdate 20251121
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: HeadsetControl-nightly
|
||||
Version: 0^%{commitdate}.%{shortcommit}
|
||||
Release: 1%?dist
|
||||
Summary: A tool to control certain aspects of USB-connected headsets on Linux
|
||||
URL: https://github.com/Sapd/HeadsetControl
|
||||
Source: %{url}/archive/%{commit}.tar.gz
|
||||
License: GPL-3.0
|
||||
Provides: headsetcontrol-nightly
|
||||
Conflicts: headsetcontrol
|
||||
|
||||
BuildRequires: cmake gcc hidapi-devel
|
||||
|
||||
%description
|
||||
A tool to control certain aspects of USB-connected headsets on Linux.
|
||||
Currently, support is provided for adjusting sidetone, getting battery
|
||||
state, controlling LEDs, and setting the inactive time.
|
||||
|
||||
%prep
|
||||
%autosetup -n HeadsetControl-%{commit}
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license license
|
||||
%{_bindir}/headsetcontrol
|
||||
%{_udevrulesdir}/70-headsets.rules
|
||||
|
||||
%changelog
|
||||
* Wed Nov 26 2025 metcya <metcya@gmail.com>
|
||||
- package HeadsetControl
|
||||
@@ -0,0 +1,8 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "HeadsetControl-nightly.spec"
|
||||
}
|
||||
labels {
|
||||
nightly = 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
rpm.global("commit", gh_commit("Sapd/HeadsetControl"));
|
||||
if rpm.changed() {
|
||||
rpm.release();
|
||||
rpm.global("commit_date", date());
|
||||
}
|
||||
Reference in New Issue
Block a user