diff --git a/.gitignore b/.gitignore index e71d0d1..08a18bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ +*.eopkg pspec_x86_64.xml diff --git a/ddcui/package.yml b/ddccontrol/package.yml similarity index 51% rename from ddcui/package.yml rename to ddccontrol/package.yml index ff1a633..2f57255 100644 --- a/ddcui/package.yml +++ b/ddccontrol/package.yml @@ -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 : |