mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-24 07:43:47 +00:00
Replace ddcui with ddccontrol
This commit is contained in:
parent
5500d51b08
commit
15206c629f
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
*.eopkg
|
||||
pspec_x86_64.xml
|
||||
|
|
|
@ -1,19 +1,22 @@
|
|||
name : ddcui
|
||||
name : ddccontrol
|
||||
version : 1
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/rockowitz/ddcui.git : master
|
||||
- git|https://github.com/ddccontrol/ddccontrol.git : master
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
description: |
|
||||
Insert description here
|
||||
builddeps :
|
||||
- pkgconfig(Qt5Help)
|
||||
- pkgconfig(ddcutil)
|
||||
- i2c-tools
|
||||
- pkgconfig(gtk+-2.0)
|
||||
- pkgconfig(libpci)
|
||||
rundeps :
|
||||
- ddcutil
|
||||
- i2c-tools
|
||||
- pciutils
|
||||
setup : |
|
||||
%cmake
|
||||
./autogen.sh
|
||||
%configure --sysconfdir=/etc
|
||||
build : |
|
||||
%make
|
||||
install : |
|
Loading…
Reference in a new issue