radeon-profile-daemon: update to 20190220.
This commit is contained in:
parent
8dc4b54a0d
commit
56bad8b4b1
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'radeon-profile-daemon'
|
||||
pkgname=radeon-profile-daemon
|
||||
version=20190124
|
||||
version=20190220
|
||||
revision=1
|
||||
build_wrksrc="radeon-profile-daemon"
|
||||
build_wrksrc=radeon-profile-daemon
|
||||
build_style=qmake
|
||||
makedepends="qt5-devel"
|
||||
short_desc="Daemon for radeon-profile GUI"
|
||||
|
@ -10,13 +10,13 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/marazmista/radeon-profile-daemon"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=85eef76ccf56e41d97e19aa52d5a1dc3f387c8762c32fd4a4eca7ee29f8055c6
|
||||
checksum=f32b10dcadb4d3d7ac9d9cb3e9f01222514a83bed9e5e995da34586585fc0c08
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends="qt5-devel"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-devel"
|
||||
fi
|
||||
|
||||
do_install() {
|
||||
vbin radeon-profile-daemon
|
||||
vbin target/radeon-profile-daemon
|
||||
vsv radeon-profile-daemon
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue