mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
lxrandr: update to 0.3.3.
This commit is contained in:
parent
7e75dc5426
commit
31c98fc034
1 changed files with 9 additions and 5 deletions
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'lxrandr'
|
# Template file for 'lxrandr'
|
||||||
pkgname=lxrandr
|
pkgname=lxrandr
|
||||||
version=0.3.2
|
version=0.3.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gtk3"
|
configure_args="--enable-gtk3"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool automake glib-devel gettext-devel"
|
||||||
makedepends="gtk+3-devel"
|
makedepends="gtk+3-devel"
|
||||||
depends="desktop-file-utils xrandr"
|
depends="desktop-file-utils xrandr"
|
||||||
short_desc="LXDE Monitor configuration tool"
|
short_desc="LXDE Monitor configuration tool"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://lxde.org/"
|
homepage="http://lxde.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz"
|
distfiles="https://github.com/lxde/lxrandr/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=8b5edfc9718061bc161fe51d388697cbaa819d6f8013ed24ba22f438e0dbc312
|
checksum=24d0abaee830b0b2973ba9d2e46b3c801445342f7d5d3297c021a8a4a471f512
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue