[arch-commits] Commit in luit/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Oct 5 05:53:30 UTC 2020


    Date: Monday, October 5, 2020 @ 05:53:30
  Author: andyrtr
Revision: 397283

upgpkg: luit 20201003-1: upstream update 20201003 - replaces unmaintained xorg-luit

Modified:
  luit/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-04 23:03:06 UTC (rev 397282)
+++ PKGBUILD	2020-10-05 05:53:30 UTC (rev 397283)
@@ -7,9 +7,8 @@
 arch=('x86_64')
 url="https://invisible-island.net/luit/luit.html"
 license=('custom')
-#depends=('libfontenc')
-#groups=('xorg' 'xorg-apps')
-#makedepends=('xorg-util-macros')
+depends=('libfontenc')
+makedepends=('libx11')
 replaces=('xorg-luit')
 conflicts=('xorg-luit')
 source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
@@ -19,7 +18,7 @@
 
 build() {
   cd luit-${pkgver}
-  ./configure --prefix=/usr --help
+  ./configure --prefix=/usr --enable-fontenc
   make
 }
 



More information about the arch-commits mailing list