Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : wraith-master | name : wraith-master | ||||
| version : 1.1.2 | version : 1.2.0 | ||||
| release : 11 | release : 12 | ||||
| source : | source : | ||||
| - https://gitlab.com/serebit/wraith-master/-/archive/v1.1.2/wraith-master-v1.1.2.tar.gz : 6e85ef3beb794f077c4b0e80c9372ada14f55e0377afc9fdca440839766ba59f | - https://gitlab.com/serebit/wraith-master/-/archive/v1.2.0/wraith-master-v1.2.0.tar.gz : 2644d588b3b773674a643e333ab262d6ea83d7d982e6de9895c41e980b00f0b8 | ||||
| - https://download.jetbrains.com/kotlin/native/clang-llvm-8.0.0-linux-x86-64.tar.gz : a9ebf55170bdbe5e089dbf884e0bc52065b5b7bc52e9354415e25a36e10e56c5 | - https://download.jetbrains.com/kotlin/native/clang-llvm-8.0.0-linux-x86-64.tar.gz : a9ebf55170bdbe5e089dbf884e0bc52065b5b7bc52e9354415e25a36e10e56c5 | ||||
| - https://download.jetbrains.com/kotlin/native/target-gcc-toolchain-3-linux-x86-64.tar.gz : ca25fc933fe45deb142f2672d3773227a65e652ebeb7bc6cc8425f747c5f8912 | |||||
| - https://download.jetbrains.com/kotlin/native/lldb-3-linux.tar.gz : 94240b9d7fdc72455af8472ce0088d3177a4840b409ec1b5e6be255ab20e4182 | - https://download.jetbrains.com/kotlin/native/lldb-3-linux.tar.gz : 94240b9d7fdc72455af8472ce0088d3177a4840b409ec1b5e6be255ab20e4182 | ||||
| - https://download.jetbrains.com/kotlin/native/x86_64-unknown-linux-gnu-gcc-8.3.0-glibc-2.19-kernel-4.9-2.tar.gz : a048397d50fb5a2bd6cc0f89d5a30e0b8ff0373ebff9c1d78ce1f1fb7f185a50 | |||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : system.utils | component : system.utils | ||||
| homepage : https://gitlab.com/serebit/wraith-master/ | homepage : https://gitlab.com/serebit/wraith-master/ | ||||
| summary : GUI and command-line utility for controlling the RGB LEDs on AMD Wraith CPU coolers | summary : GUI and command-line utility for controlling the RGB LEDs on AMD Wraith CPU coolers | ||||
| description: | | description: | | ||||
| Wraith Master is a lightweight application for controlling the RGB LEDs on AMD's Wraith stock coolers. At the moment, the only supported cooler is the Wraith Prism, but there are plans to add other Wraith coolers as well. Both a command line interface and a graphical interface are provided. | Wraith Master is a lightweight application for controlling the RGB LEDs on AMD's Wraith stock coolers. At the moment, the only supported cooler is the Wraith Prism, but there are plans to add other Wraith coolers as well. Both a command line interface and a graphical interface are provided. | ||||
| networking : true | networking : true | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(gtk+-3.0) | - pkgconfig(gtk+-3.0) | ||||
| - pkgconfig(libusb-1.0) | - pkgconfig(libusb-1.0) | ||||
| - gradle | - gradle | ||||
| - kotlin-native | - kotlin-native | ||||
| - scdoc | |||||
| environment: | | environment: | | ||||
| export KONAN_DATA_DIR="$workdir/.konan_home" | export KONAN_DATA_DIR="$workdir/.konan_home" | ||||
| setup : | | setup : | | ||||
| mkdir -p $KONAN_DATA_DIR/dependencies/ | mkdir -p $KONAN_DATA_DIR/dependencies/ | ||||
| for FILE in $(find $sources -type f -not -name "wraith-master-v%version%.tar.gz"); do | for FILE in $(find $sources -type f -not -name "wraith-master-*.tar.gz"); do | ||||
| tar -xzf $FILE -C $KONAN_DATA_DIR/dependencies/ | tar -xf $FILE -C $KONAN_DATA_DIR/dependencies/ | ||||
| echo $(basename -s .tar.gz $FILE) >> $KONAN_DATA_DIR/dependencies/.extracted | echo $(basename -s .tar.gz $FILE) >> $KONAN_DATA_DIR/dependencies/.extracted | ||||
| done | done | ||||
| build : | | |||||
| export GRADLE_USER_HOME="$workdir/.gradle_home" | |||||
| %make \ | |||||
| GRADLE=gradle \ | |||||
| GRADLEFLAGS="-Pkotlin.native.home=/usr/share/kotlin-native" | |||||
| install : | | install : | | ||||
| GRADLE_USER_HOME="$workdir/.gradle_home" gradle install \ | %make_install \ | ||||
| --no-daemon \ | DESTDIR="$installdir" \ | ||||
| --stacktrace \ | PREFIX="/usr" | ||||
| -Ppackageroot=$installdir \ | |||||
| -Pkotlin.native.home=/usr/share/kotlin-native | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.