Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
677c80915a | ||
|
|
3c4e2cd905 | ||
|
|
8fd232205c |
3 changed files with 17 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,4 @@
|
|||
/ckb-next-0.3.2.tar.gz
|
||||
/ckb-next-0.4.0.tar.gz
|
||||
/ckb-next-0.4.1.tar.gz
|
||||
/ckb-next-0.4.2.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: ckb-next
|
||||
Version: 0.3.2
|
||||
Release: 4%{?dist}
|
||||
Version: 0.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Unofficial driver for Corsair RGB keyboards
|
||||
|
||||
# ckb-next is GPLv2
|
||||
|
|
@ -79,12 +79,12 @@ install -Dp -m 755 build/bin/ckb-next %{buildroot}%{_bindir}/ckb-next
|
|||
install -Dp -m 755 build/bin/ckb-next-daemon %{buildroot}%{_libexecdir}/ckb-next-daemon
|
||||
|
||||
install -d -m 755 %{buildroot}%{_libexecdir}/ckb-next-animations
|
||||
for ANIM in gradient heat mviz pinwheel rain random ripple wave; do
|
||||
for ANIM in $(find src/animations/ -mindepth 1 -maxdepth 1 -type d -printf '%%f '); do
|
||||
install -p -m 755 "build/bin/${ANIM}" "%{buildroot}%{_libexecdir}/ckb-next-animations/${ANIM}"
|
||||
done
|
||||
|
||||
install -Dp -m 0644 %{SOURCE3} %{buildroot}/%{_presetdir}/99-ckb-next.preset
|
||||
install -Dp -m 644 linux/udev/99-ckb-daemon.rules %{buildroot}%{_udevrulesdir}/99-ckb-daemon.rules
|
||||
install -Dp -m 644 linux/udev/99-ckb-next-daemon.rules %{buildroot}%{_udevrulesdir}/99-ckb-next-daemon.rules
|
||||
install -Dp -m 644 linux/systemd/ckb-next-daemon.service.in %{buildroot}%{_unitdir}/ckb-next-daemon.service
|
||||
|
||||
install -Dp -m 644 build/src/gui/ckb-next.png %{buildroot}%{_datadir}/icons/hicolor/512x512/apps/ckb-next.png
|
||||
|
|
@ -131,6 +131,15 @@ udevadm control --reload-rules 2>&1 > /dev/null || :
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 08 2019 Artur Iwicki <fedora@svgames.pl> - 0.4.2-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Tue Aug 27 2019 Artur Iwicki <fedora@svgames.pl> - 0.4.1-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Sat Mar 09 2019 Artur Iwicki <fedora@svgames.pl> - 0.4.0-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Sat Feb 16 2019 Artur Iwicki <fedora@svgames.pl> - 0.3.2-4
|
||||
- Use "install -p" (preserve timestamps)
|
||||
- Do not use the bundled quazip library
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ckb-next-0.3.2.tar.gz) = 880ffe92345190fc40de393ff1319fc4ef9b45915254a0f0819c5614e7dbc69d0cde80952c1a26aeb8d86ed1c5e439d8a108e426ac5585129be1da51c0330ab8
|
||||
SHA512 (ckb-next-0.4.2.tar.gz) = 4c80101e935a4d5137b0fd6aaf7d97889913af0bbb8e3097e035e2420043d6525094c1e3f7b5676e8c50328454251ff3260f6aa9b81ec583a2e8136333ee6af8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue