mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
zrandr: update to 0.3.1.
This commit is contained in:
parent
0123ca2c7f
commit
29707387f4
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'zrandr'
|
# Template file for 'zrandr'
|
||||||
pkgname=zrandr
|
pkgname=zrandr
|
||||||
version=0.2.2
|
version=0.3.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
makedepends="qt5-devel"
|
makedepends="qt5-devel"
|
||||||
|
@ -10,12 +10,16 @@ short_desc="Simple Qt5 front end for xrandr"
|
||||||
homepage="https://github.com/fralonra/zrandr"
|
homepage="https://github.com/fralonra/zrandr"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="https://github.com/fralonra/zrandr/archive/v${version}.tar.gz"
|
distfiles="https://github.com/fralonra/zrandr/archive/v${version}.tar.gz"
|
||||||
checksum=53a02f8401648c5658476ddad107c6b5530dcb60f3838325bdf0c70ad71438ca
|
checksum=1e03e84ade4a74c72c244d34fcdf8594db84a97ba3c44d8306c5e18ab5834c81
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-devel"
|
hostmakedepends+=" qt5-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
lrelease -verbose zrandr.pro
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin zrandr
|
vbin zrandr
|
||||||
vinstall build/zrandr.desktop 644 usr/share/applications
|
vinstall build/zrandr.desktop 644 usr/share/applications
|
||||||
|
|
Loading…
Add table
Reference in a new issue