mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-28 09:43:11 +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
|
pspec_x86_64.xml
|
||||||
|
|
|
@ -1,19 +1,22 @@
|
||||||
name : ddcui
|
name : ddccontrol
|
||||||
version : 1
|
version : 1
|
||||||
release : 1
|
release : 1
|
||||||
source :
|
source :
|
||||||
- git|https://github.com/rockowitz/ddcui.git : master
|
- git|https://github.com/ddccontrol/ddccontrol.git : master
|
||||||
license : GPL-2.0-or-later
|
license : GPL-2.0-or-later
|
||||||
summary : Insert summary here
|
summary : Insert summary here
|
||||||
description: |
|
description: |
|
||||||
Insert description here
|
Insert description here
|
||||||
builddeps :
|
builddeps :
|
||||||
- pkgconfig(Qt5Help)
|
- i2c-tools
|
||||||
- pkgconfig(ddcutil)
|
- pkgconfig(gtk+-2.0)
|
||||||
|
- pkgconfig(libpci)
|
||||||
rundeps :
|
rundeps :
|
||||||
- ddcutil
|
- i2c-tools
|
||||||
|
- pciutils
|
||||||
setup : |
|
setup : |
|
||||||
%cmake
|
./autogen.sh
|
||||||
|
%configure --sysconfdir=/etc
|
||||||
build : |
|
build : |
|
||||||
%make
|
%make
|
||||||
install : |
|
install : |
|
Loading…
Reference in a new issue