mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
autorandr: update to 1.13.3.
This commit is contained in:
parent
79e0d6a364
commit
8fc9b937e0
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'autorandr'
|
# Template file for 'autorandr'
|
||||||
pkgname=autorandr
|
pkgname=autorandr
|
||||||
version=1.13.1
|
version=1.13.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools pkg-config"
|
hostmakedepends="python3-setuptools pkg-config desktop-file-utils"
|
||||||
depends="python3-setuptools xrandr"
|
depends="python3-setuptools xrandr"
|
||||||
short_desc="Automatically select a display configuration based on connected devices"
|
short_desc="Automatically select a display configuration based on connected devices"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/phillipberndt/autorandr"
|
homepage="https://github.com/phillipberndt/autorandr"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=44f9ab9e0a7641e717b82fcc8f81d8eeb656a1e5dd40b8f522946bfb7d870d9f
|
checksum=512538d230bb46bf64f5f4203df841872867cb06e0afc0b25a2552529f5b286d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
make install TARGETS='pmutils udev autostart_config bash_completion' \
|
make install TARGETS='pmutils udev autostart_config bash_completion' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue