Package Details: xvkbd 4.1-1

Git Clone URL: https://aur.archlinux.org/xvkbd.git (read-only, click to copy)
Package Base: xvkbd
Description: virtual (graphical) keyboard program for X Window System
Upstream URL: http://t-sato.in.coocan.jp/xvkbd/
Licenses: GPL
Submitter: Barthalion
Maintainer: amiad
Last Packager: amiad
Votes: 19
Popularity: 0.002011
First Submitted: 2018-01-07 17:39 (UTC)
Last Updated: 2020-06-10 09:24 (UTC)

Latest Comments

ron2138 commented on 2021-12-14 09:40 (UTC) (edited on 2022-01-10 16:19 (UTC) by ron2138)

Referring to dkasak comment from 2018-07-28 10:21:

Seems to me desirable. Are you willing to specify why not accepting that suggestion? My understanding of [arch-general] Why is README stripped from gawk package? is that a package is expected to run install.man.

--- a/PKGBUILD  2021-12-14 09:01:39.995944028 +0000
+++ b/PKGBUILD  2021-12-14 09:21:27.852403938 +0000
@@ -27,6 +27,7 @@
 package() {
   cd $pkgname-$pkgver
   mkdir -p "$pkgdir"/usr/share/X11
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install install.man
   # fix
   rm -f "$pkgdir"/usr/lib/X11/app-defaults
   mkdir -p "$pkgdir"/usr/lib/X11

Tested. Haven't noticed non desirable side effects.

dkasak commented on 2018-07-28 10:21 (UTC)

Please run the "install.man" target in addition to the "install" target so the man page gets installed as well.