New comment by ThatGeekyWeeb on void-packages repository https://github.com/void-linux/void-packages/pull/23403#issuecomment-654003289 Comment: None the less, I believe this template works ``` # Template file for 'Xdialog' pkgname=Xdialog version=2.3.1 revision=8 archs="x86_64 i686" makedepends="gtk+ gtk+-devel libelf gtk+3-devel gtk+3" depends="xorg gnome-themes-extra" short_desc="Xorg Replacement for dialog" maintainer="ThatGeekyWeeb " license="GPL-2.0-or-later" homepage="http://Xdialog.free.fr" distfiles="http://xdialog.free.fr/Xdialog-${version}.tar.bz2" checksum="1d446899697145fc36623d8afdd274066177da9383a6b619c18e8eb1b2ba589a" nostrip="true" do_build() { ./configure --prefix="${DESTDIR}" --without-gtk2 --with-gtk=no make } do_install() { make install_root=${DESTDIR} install } ``` im currently testing it