xinput_calibrator: update to 0.8.0, fix distfile
This commit is contained in:
parent
0971ac2d6a
commit
ebb26f5125
|
@ -0,0 +1,11 @@
|
||||||
|
Desktop database update is handled by update-desktopdb XBPS trigger already.
|
||||||
|
--- a/meson.build
|
||||||
|
+++ b/meson.build
|
||||||
|
@@ -110,7 +110,3 @@
|
||||||
|
'scripts/xinput_calibrator.xpm',
|
||||||
|
install_dir: get_option('datadir') / 'pixmaps'
|
||||||
|
)
|
||||||
|
-
|
||||||
|
-gnome.post_install(
|
||||||
|
- update_desktop_database: true,
|
||||||
|
-)
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'xinput_calibrator'
|
# Template file for 'xinput_calibrator'
|
||||||
pkgname=xinput_calibrator
|
pkgname=xinput_calibrator
|
||||||
version=0.7.5
|
version=0.8.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libXrandr-devel libXi-devel"
|
makedepends="libXrandr-devel libXi-devel"
|
||||||
short_desc="Utility to calibrate X input devices"
|
short_desc="Utility to calibrate X input devices"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="X11"
|
license="X11"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/xinput_calibrator"
|
homepage="https://www.freedesktop.org/wiki/Software/xinput_calibrator"
|
||||||
distfiles="http://github.com/downloads/tias/xinput_calibrator/$pkgname-$version.tar.gz"
|
distfiles="https://xorg.freedesktop.org/archive/individual/app/xinput_calibrator-${version}.tar.xz"
|
||||||
checksum=baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971
|
checksum=0508bf9705c0945f746b8c81bfc8d583a347dd067b58fa76b1aed4225e4b8b40
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
|
|
Loading…
Reference in New Issue