summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3de2a2a3937..8937933d798c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = nethack-qt
arch = i686
arch = x86_64
license = custom
+ makedepends = xorg-mkfontscale
+ makedepends = xorg-bdftopcf
depends = gzip
depends = ncurses
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 45168c5bbd85..e0d283d14046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ arch=('i686' 'x86_64')
url="http://www.nethack.org/index.html"
license=('custom')
depends=('gzip' 'ncurses' 'qt5-base' 'qt5-multimedia' 'libxaw' 'libxt' 'libx11')
+makedepends=('xorg-mkfontscale' 'xorg-bdftopcf')
# 'libxmu' 'libxext'
source=("https://nethack.org/download/${pkgver}/${_pkgname}-${pkgver//.}-src.tgz")
md5sums=('6c9a75f556d24c66801d74d8727a602e')