Package Details: xfce4-terminal-git 0.9.0.r53.g3e0e4534-1

Git Clone URL: https://aur.archlinux.org/xfce4-terminal-git.git (read-only, click to copy)
Package Base: xfce4-terminal-git
Description: A modern terminal emulator primarily for the Xfce desktop environment - git checkout
Upstream URL: https://docs.xfce.org/apps/terminal/start
Keywords: gtk3 terminal vte xfce
Licenses: GPL2
Groups: xfce4
Conflicts: terminal, xfce4-terminal
Provides: xfce4-terminal
Replaces: terminal, xfce4-terminal
Submitter: f2404
Maintainer: f2404
Last Packager: f2404
Votes: 10
Popularity: 0.000000
First Submitted: 2016-06-16 13:07 (UTC)
Last Updated: 2021-10-17 16:02 (UTC)

Required by (17)

Sources (1)

Latest Comments

f2404 commented on 2020-05-19 00:13 (UTC)

The man page is now generated.

gentoo_eshoes commented on 2020-04-16 22:44 (UTC) (edited on 2020-04-16 23:30 (UTC) by gentoo_eshoes)

Why is the man page not generated?

Build Configuration:

  • Debug support: no
  • Man Pages: no

ok, I guess --enable-gen-doc is needed but then, this isn't found:

$ pacman -F xml2po

ok, xml2po isn't needed, thus got the manual generated!

makedepends+=('libxslt' 'libxml2')

add --enable-gen-doc to ./autogen.sh call

apply this patch:

diff --git a/configure.ac.in b/configure.ac.in
index 9d683e6..0e79fd6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -113,10 +113,10 @@ if test x"$enable_gen_doc" = x"yes"; then
         enable_gen_doc=no
     fi

-    AC_PATH_PROG([XML2PO], [xml2po], [no])
-    if test x"$XML2PO" = x"no"; then
-        enable_gen_doc=no
-    fi
+#    AC_PATH_PROG([XML2PO], [xml2po], [no])
+#    if test x"$XML2PO" = x"no"; then
+#        enable_gen_doc=no
+#    fi

     dnl we checked for xmllint above
     if test x"$XMLLINT" = x"no"; then