diff --git a/srcpkgs/xinput_calibrator/patches/no-update-desktopdb.patch b/srcpkgs/xinput_calibrator/patches/no-update-desktopdb.patch new file mode 100644 index 00000000000..cdc1090f4fc --- /dev/null +++ b/srcpkgs/xinput_calibrator/patches/no-update-desktopdb.patch @@ -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, +-) diff --git a/srcpkgs/xinput_calibrator/template b/srcpkgs/xinput_calibrator/template index f2b8a1a30f4..ccf8bbe88d6 100644 --- a/srcpkgs/xinput_calibrator/template +++ b/srcpkgs/xinput_calibrator/template @@ -1,16 +1,16 @@ # Template file for 'xinput_calibrator' pkgname=xinput_calibrator -version=0.7.5 -revision=3 -build_style=gnu-configure +version=0.8.0 +revision=1 +build_style=meson hostmakedepends="pkg-config" makedepends="libXrandr-devel libXi-devel" short_desc="Utility to calibrate X input devices" maintainer="Michael Aldridge " license="X11" -homepage="http://www.freedesktop.org/wiki/Software/xinput_calibrator" -distfiles="http://github.com/downloads/tias/xinput_calibrator/$pkgname-$version.tar.gz" -checksum=baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971 +homepage="https://www.freedesktop.org/wiki/Software/xinput_calibrator" +distfiles="https://xorg.freedesktop.org/archive/individual/app/xinput_calibrator-${version}.tar.xz" +checksum=0508bf9705c0945f746b8c81bfc8d583a347dd067b58fa76b1aed4225e4b8b40 post_install() { vlicense COPYING LICENSE