mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
radeon-profile: update to 20190211.
This commit is contained in:
parent
2c7f4605c1
commit
9c4041154f
1 changed files with 4 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'radeon-profile'
|
# Template file for 'radeon-profile'
|
||||||
pkgname=radeon-profile
|
pkgname=radeon-profile
|
||||||
version=20181028
|
version=20190211
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="radeon-profile"
|
build_wrksrc=radeon-profile
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
makedepends="qt5-devel qt5-charts-devel libdrm-devel libXrandr-devel"
|
makedepends="qt5-devel qt5-charts-devel libdrm-devel libXrandr-devel"
|
||||||
short_desc="Application to read current clocks of ATi Radeon cards"
|
short_desc="Application to read current clocks of ATi Radeon cards"
|
||||||
|
@ -10,12 +10,8 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/marazmista/radeon-profile"
|
homepage="https://github.com/marazmista/radeon-profile"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=0b4f09871692138c46f6eff58356aece75e59eb7b89be833d0c8367dd2ee463b
|
checksum=1578c02950624c2a64bb016abc95368147fd386c798fc76b34ef2cd59f232df6
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends="qt5-qmake qt5-charts-devel"
|
hostmakedepends="qt5-qmake qt5-charts-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
do_install() {
|
|
||||||
vbin radeon-profile
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue