upg fail2ban git graphviz python-mako itstool swig xfce4-terminal

This commit is contained in:
joborun linux 2024-04-30 22:46:44 +03:00
parent 54555872dd
commit 95b7b554e8
20 changed files with 113 additions and 93 deletions

1
fail2ban/NOTE Normal file
View File

@ -0,0 +1 @@
It will not build with removale of python-setuptools, no clue what arch is doing

View File

@ -7,11 +7,11 @@
pkgname=fail2ban
pkgver=1.1.0
pkgrel=01
pkgrel=02
pkgdesc='Bans IPs after too many failed authentication attempts w/o systemd'
url='https://www.fail2ban.org/'
depends=('python-pyinotify' 'whois' 'sqlite')
makedepends=('python-setuptools' 'git' 'python-build' 'python-installer' 'python-wheel')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
optdepends=(
'firewalld: for a firewall backend'
'ipset: for a firewall backend'
@ -81,5 +81,6 @@ b2sums=('c2859a151abd906ceadc8549a4d337b01b037793e7d9285d44f08405695bdcb1b7dc889
sha256sums=(SKIP) # fail2ban
## feeafc5585a28d15a26ae7ed188cbaed6767dfa4e6dfbf2e14eb05e740152b98 fail2ban-1.1.0-01-x86_64.pkg.tar.lz
## 4f89abb5a266ebbb8849c9682f757e913149f2690c8917851b55ccff25f622f3 fail2ban-1.1.0-02-x86_64.pkg.tar.lz

View File

@ -7,17 +7,16 @@
pkgname=fail2ban
pkgver=1.1.0
pkgrel=1
pkgrel=2
pkgdesc='Bans IPs after too many failed authentication attempts'
arch=('any')
url='https://www.fail2ban.org/'
license=('GPL')
depends=('python-pyinotify' 'python-systemd' 'sqlite' 'whois')
depends=('python-pyinotify' 'python-setuptools' 'python-systemd' 'sqlite' 'whois')
makedepends=(
'git'
'python-build'
'python-installer'
'python-setuptools'
'python-wheel'
)
optdepends=(

View File

@ -1,11 +1,11 @@
python-pyinotify
whois
python-setuptools
python-typing_extensions
git
python-build
python-installer
python-wheel
python-coverage
python-setuptools

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=git
pkgver=2.44.0
pkgver=2.45.0
pkgrel=01
pkgdesc='the fast distributed version control system w/o systemd'
url='https://git-scm.com/'
@ -120,13 +120,12 @@ package() {
arch=(x86_64)
license=('GPL2')
license=('GPL-2.0-only')
validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
sha256sums=(e358738dcb5b5ea340ce900a0015c03ae86e804e7ff64e47aa4631ddee681de3 # git-2.44.0.tar.xz
d21d97b33d60151d60a2745f7765230a03567a20cd0d953e63a1a434373cb3c8 # git-2.44.0.tar.sign
sha256sums=(0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429 # git-2.45.0.tar.xz
765ff58c292e0fc8156249efb53d7be9fa33c4ba2fb555b66360a7d19ab28e17 # git-2.45.0.tar.sign
7630e8245526ad80f703fac9900a1328588c503ce32b37b9f8811674fcda4a45) # git-sysusers.conf
## db7e394f09f8e7a484eb317fb1526f797e136a3fa3198d6d9c4eddaf3cbc4892 git-2.44.0-01-x86_64.pkg.tar.lz
## 1bae5484bb238c364dbc70b2b96f7ddabd54796ee803c4edc174cdbba358d2e5 git-2.45.0-01-x86_64.pkg.tar.lz

View File

@ -2,12 +2,12 @@
# Maintainer: Dan McGee <dan@archlinux.org>
pkgname=git
pkgver=2.44.0
pkgver=2.45.0
pkgrel=1
pkgdesc='the fast distributed version control system'
arch=('x86_64')
url='https://git-scm.com/'
license=('GPL2')
license=('GPL-2.0-only')
depends=('curl' 'expat' 'perl' 'perl-error' 'perl-mailtools'
'openssl' 'pcre2' 'grep' 'shadow' 'zlib')
makedepends=('python' 'xmlto' 'asciidoc')
@ -32,7 +32,7 @@ source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
'git-daemon@.service'
'git-daemon.socket'
'git-sysusers.conf')
sha256sums=('e358738dcb5b5ea340ce900a0015c03ae86e804e7ff64e47aa4631ddee681de3'
sha256sums=('0aac200bd06476e7df1ff026eb123c6827bc10fe69d2823b4bf2ebebe5953429'
'SKIP'
'14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'

View File

@ -1,6 +1,6 @@
real 18m5.054s
user 12m58.712s
sys 4m39.177s
real 22m36.907s
user 23m29.902s
sys 4m30.964s

View File

@ -52,5 +52,3 @@ license=('MIT')
sha256sums=(SKIP) # gitui
## 36c89cef16ca9e938e23158c9da4d2482ce8f93d91b46c082e503c5722e24fe3 gitui-0.26.1-02-x86_64.pkg.tar.lz

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=graphviz
pkgver=10.0.1
pkgrel=02
pkgver=11.0.0
pkgrel=01
pkgdesc='Graph visualization software'
url='https://www.graphviz.org/'
depends=('libltdl' 'gd' 'librsvg' 'ghostscript' 'pango' 'gts' 'gsfonts')
@ -63,8 +63,8 @@ arch=(x86_64)
license=('EPL')
sha256sums=(28f452ef1cb12288c8758a62f8c3fcfefdb91b251f7aae61d0d703f851bde931 # graphviz-10.0.1.tar.gz
sha256sums=(d374f7d98a1ae985510a82dddd887e8058aa37e5f95b4ce0aa58416d2b22714b # graphviz-11.0.0.tar.gz
0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb) # ghostscript918.patch
## 59597e553877e41f08153f8f53349fa25f9eb2625e7d5583b920cd0382db57fc graphviz-11.0.0-01-x86_64.pkg.tar.lz
## 4f5ff895f598cfdfbfa4c90ebccef529f76b59aa17d10768df873a506c6429a1 graphviz-10.0.1-02-x86_64.pkg.tar.lz

View File

@ -4,8 +4,8 @@
# Contributor: John Proctor <jproctor@prium.net>
pkgname=graphviz
pkgver=10.0.1
pkgrel=2
pkgver=11.0.0
pkgrel=1
pkgdesc='Graph visualization software'
url='https://www.graphviz.org/'
license=('EPL')
@ -23,7 +23,7 @@ optdepends=('mono: sharp bindings'
'xterm: vimdot')
source=("https://gitlab.com/graphviz/graphviz/-/archive/$pkgver/$pkgname-$pkgver.tar.gz"
'ghostscript918.patch')
sha256sums=('28f452ef1cb12288c8758a62f8c3fcfefdb91b251f7aae61d0d703f851bde931'
sha256sums=('d374f7d98a1ae985510a82dddd887e8058aa37e5f95b4ce0aa58416d2b22714b'
'0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb')
install=install

View File

@ -73,6 +73,7 @@ sha256sums=(SKIP
#mv $(ls -l $pkgname*pkg.tar.lz) $pkgname-$epoch_$pkgver-$pkgrel-$arch.pkg.tar.lz >pkg-mv.log
##
##
## 19f86e404570823331e47431cc4785c42fea4ef2dc2ad90f44772e97a035c439 itstool-1_2.0.7-02-x86_64.pkg.tar.lz

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=python-mako
pkgver=1.3.2
pkgver=1.3.3
pkgrel=02
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
url="https://www.makotemplates.org/"
@ -42,9 +42,8 @@ license=('MIT')
validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1' # Michael Bayer
'2CA9B722133AF20453401FD1A33AC2044BFDF51E') # Mako Maintainer
sha512sums=('acde7b4be929fdd97f2a3fc133966ffc44b5706dbdd3f1af0fee16620b3c82d12b1a67b7292a229084ebb4f0c392e8db1b2844112baa3c6a5fd2be8777b04897')
sha512sums=('fa8bf3997f7a3edc18057f53e8450d72d5c86019229fef91eaa141f0b65a081ca9425c14245227b35aedcccc7dbe52e90bc7dfee34598b490e93cd01fc4a8321')
sha256sums=(e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73) # Mako-1.3.3.tar.gz
sha256sums=(2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e) # Mako-1.3.2.tar.gz
## 114b1d3162252a630f7d8fdbb4e15ce69e757a68bf5b34c4bfeb12447cad883e python-mako-1.3.2-02-x86_64.pkg.tar.lz
## 71fdbf78c80999cbfcd349636d36c413f6ea7f5c0ae1f2e984bba429794a98d4 python-mako-1.3.3-02-x86_64.pkg.tar.lz

View File

@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-mako
pkgver=1.3.2
pkgver=1.3.3
pkgrel=2
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
arch=('any')
@ -13,7 +13,7 @@ makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-babel' 'python-beaker' 'python-dogpile.cache'
'python-pygments')
source=("https://pypi.io/packages/source/M/Mako/Mako-$pkgver.tar.gz")
sha512sums=('acde7b4be929fdd97f2a3fc133966ffc44b5706dbdd3f1af0fee16620b3c82d12b1a67b7292a229084ebb4f0c392e8db1b2844112baa3c6a5fd2be8777b04897')
sha512sums=('fa8bf3997f7a3edc18057f53e8450d72d5c86019229fef91eaa141f0b65a081ca9425c14245227b35aedcccc7dbe52e90bc7dfee34598b490e93cd01fc4a8321')
validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1' # Michael Bayer
'2CA9B722133AF20453401FD1A33AC2044BFDF51E') # Mako Maintainer
@ -32,4 +32,3 @@ package() {
python setup.py install --root="$pkgdir" --optimize=1
install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
}
##

View File

@ -6,3 +6,4 @@ python-beaker
python-dogpile.cache
python-pygments

24
swig/3d515751.patch Normal file
View File

@ -0,0 +1,24 @@
From 3d5157514889c668bc14c245246c388eb23615ea Mon Sep 17 00:00:00 2001
From: pekkarr <pekkarr@protonmail.com>
Date: Mon, 29 Apr 2024 10:00:38 +0300
Subject: [PATCH] Fix gcc's -Wformat-security warning in R Raise function
(#2896)
The `Rf_error` function takes a format string as its first argument.
---
Lib/r/r.swg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Lib/r/r.swg b/Lib/r/r.swg
index c1ce37c3e11..63b69d8cf26 100644
--- a/Lib/r/r.swg
+++ b/Lib/r/r.swg
@@ -28,7 +28,7 @@ SWIGEXPORT void SWIG_init(void) {
%runtime %{
SWIGINTERN void SWIG_R_Raise(SEXP obj, const char *msg) {
- Rf_error(Rf_isString(obj) ? CHAR(Rf_asChar(obj)) : msg);
+ Rf_error("%s", Rf_isString(obj) ? CHAR(Rf_asChar(obj)) : msg);
}
%}

View File

@ -7,13 +7,14 @@
pkgname=swig
pkgver=4.2.1
pkgrel=02
pkgrel=03
pkgdesc="Generate scripting interfaces to C/C++ code"
url="http://www.swig.org/"
depends=('gcc-libs' 'glibc' 'pcre2' 'zlib')
makedepends=(automake autoconf bison)
checkdepends=('ruby' 'python' 'java-environment' 'tcl' 'php' 'lua' 'r' 'go' 'boost')
source=($pkgname-$pkgver.tar.gz::https://github.com/swig/swig/archive/refs/tags/v$pkgver.tar.gz)
source=($pkgname-$pkgver.tar.gz::https://github.com/swig/swig/archive/refs/tags/v$pkgver.tar.gz
https://github.com/swig/swig/commit/3d515751.patch)
prepare() {
sed -n '5,32p' $pkgname-$pkgver/LICENSE-UNIVERSITIES > LicenseRef-BSD-Utah-California.txt
@ -26,6 +27,9 @@ prepare() {
# https://github.com/swig/swig/issues/2859
sed '/li_std_list/d' -i $pkgname-$pkgver/Examples/test-suite/java/Makefile.in
# Fix build of generated code with Werror=format-security
patch -d $pkgname-$pkgver -p1 < 3d515751.patch
cd $pkgname-$pkgver
./autogen.sh
}
@ -55,23 +59,11 @@ arch=(x86_64)
license=(GPL-3.0-or-later LicenseRef-BSD-Arizona LicenseRef-BSD-Chicago LicenseRef-BSD-Utah-California)
sha512sums=('5d653333f73356d4d5ba8b615882e49f33f188bc68d8204352116bc4aca7946ec01ce2e02524c5ce805b98c2219ed05e664120485bf18095c5c0785436487074')
sha512sums=('5d653333f73356d4d5ba8b615882e49f33f188bc68d8204352116bc4aca7946ec01ce2e02524c5ce805b98c2219ed05e664120485bf18095c5c0785436487074'
'5f205fbcb330f436579471865b8386dec58fb67569f97c9159bce0bcc1ee12924b4d8782f8808fafe5bf43ee6b9d961fb981eb4af0ef60b5cb6baee011745f7d')
sha256sums=(8895878b9215612e73611203dc8f5232c626e4d07ffc4532922f375518f067ca) # swig-4.2.1.tar.gz
## de2acd0543d5ceea6944e4b05a8f7e4ffd25c169877dae418324cf9286456e63 swig-4.2.1-01-x86_64.pkg.tar.lz
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=(GPL-3.0-or-later LicenseRef-BSD-Arizona LicenseRef-BSD-Chicago LicenseRef-BSD-Utah-California)
sha512sums=('5d653333f73356d4d5ba8b615882e49f33f188bc68d8204352116bc4aca7946ec01ce2e02524c5ce805b98c2219ed05e664120485bf18095c5c0785436487074')
sha256sums=(8895878b9215612e73611203dc8f5232c626e4d07ffc4532922f375518f067ca) # swig-4.2.1.tar.gz
## 070d2f50666a5db35a61f77118f2cf15b5481f2f546c7f23962f5d92a66c9ab1 swig-4.2.1-02-x86_64.pkg.tar.lz
sha256sums=(8895878b9215612e73611203dc8f5232c626e4d07ffc4532922f375518f067ca # swig-4.2.1.tar.gz
609da171897dd74ec5c50e19317455e1a30c051f72d71b48a5d793176e91f57e) # 3d515751.patch
## 6fab4c51cdb3833a1c2e38b5c01f407809a22499e9aed2eeca7a14f013db00e4 swig-4.2.1-03-x86_64.pkg.tar.lz

View File

@ -4,7 +4,7 @@
pkgname=swig
pkgver=4.2.1
pkgrel=2
pkgrel=3
pkgdesc="Generate scripting interfaces to C/C++ code"
arch=('x86_64')
url="http://www.swig.org/"
@ -16,8 +16,10 @@ license=(
)
depends=('gcc-libs' 'glibc' 'pcre2' 'zlib')
checkdepends=('ruby' 'python' 'java-environment' 'tcl' 'php' 'lua' 'r' 'go' 'boost')
source=($pkgname-$pkgver.tar.gz::https://github.com/swig/swig/archive/refs/tags/v$pkgver.tar.gz)
sha512sums=('5d653333f73356d4d5ba8b615882e49f33f188bc68d8204352116bc4aca7946ec01ce2e02524c5ce805b98c2219ed05e664120485bf18095c5c0785436487074')
source=($pkgname-$pkgver.tar.gz::https://github.com/swig/swig/archive/refs/tags/v$pkgver.tar.gz
https://github.com/swig/swig/commit/3d515751.patch)
sha512sums=('5d653333f73356d4d5ba8b615882e49f33f188bc68d8204352116bc4aca7946ec01ce2e02524c5ce805b98c2219ed05e664120485bf18095c5c0785436487074'
'5f205fbcb330f436579471865b8386dec58fb67569f97c9159bce0bcc1ee12924b4d8782f8808fafe5bf43ee6b9d961fb981eb4af0ef60b5cb6baee011745f7d')
prepare() {
sed -n '5,32p' $pkgname-$pkgver/LICENSE-UNIVERSITIES > LicenseRef-BSD-Utah-California.txt
@ -30,6 +32,9 @@ prepare() {
# https://github.com/swig/swig/issues/2859
sed '/li_std_list/d' -i $pkgname-$pkgver/Examples/test-suite/java/Makefile.in
# Fix build of generated code with Werror=format-security
patch -d $pkgname-$pkgver -p1 < 3d515751.patch
cd $pkgname-$pkgver
./autogen.sh
}

View File

@ -10,21 +10,18 @@
## that fails to alter configuration due to dbus errors. Even if you edit the .conf file manually
pkgname=xfce4-terminal
pkgver=1.1.2
pkgrel=02
pkgver=1.1.3
pkgrel=01
pkgdesc="An xfce4 modern terminal emulator no html docs"
url="https://docs.xfce.org/apps/terminal/start"
groups=('xfce4')
depends=('libxfce4ui' 'vte3' 'gtk-layer-shell' 'hicolor-icon-theme')
makedepends=('intltool')
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
$pkgname-wrong-assert.patch::https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/177fda86451c.patch)
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
prepare() {
cd "$pkgname-$pkgver"
# https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/299
patch -Np1 -i ../$pkgname-wrong-assert.patch
}
build() {
@ -34,6 +31,9 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--enable-gtk-doc-html=no \
--enable-wayland \
--disable-systemd \
--disable-dbus \
--disable-debug
make
}
@ -49,8 +49,7 @@ arch=(x86_64)
license=('GPL2')
sha256sums=(79a85ee216502c7248e04d560adf8fef86b9d0e047f81e9ea4fe26fbda34d810 # xfce4-terminal-1.1.2.tar.bz2
81d213427d307a4f428ea7dbfd217dec15b80d187002845b0e1c1873431e14b7) # xfce4-terminal-wrong-assert.patch
sha256sums=(214dd588d441b69f816009682a3bb4652cc19bed7ea64b612a12f097417b3d45) # xfce4-terminal-1.1.3.tar.bz2
## 526cd60d79ef500a86fa16475a3b96f8801ade7e3484403bbe0121c817b98eb0 xfce4-terminal-1.1.2-02-x86_64.pkg.tar.lz
## 10bc6aedc7808de8da8db9979849f682a94acffe1dc8c93437b39c138b15e6d9 xfce4-terminal-1.1.3-01-x86_64.pkg.tar.lz

View File

@ -3,8 +3,8 @@
# Contributor: Aurelien Foret <orelien@chez.com>
pkgname=xfce4-terminal
pkgver=1.1.2
pkgrel=2
pkgver=1.1.3
pkgrel=1
pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
arch=('x86_64')
url="https://docs.xfce.org/apps/terminal/start"
@ -12,16 +12,11 @@ license=('GPL2')
groups=('xfce4')
depends=('libxfce4ui' 'vte3' 'gtk-layer-shell' 'hicolor-icon-theme')
makedepends=('intltool')
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
$pkgname-wrong-assert.patch::https://gitlab.xfce.org/apps/xfce4-terminal/-/commit/177fda86451c.patch)
sha256sums=('79a85ee216502c7248e04d560adf8fef86b9d0e047f81e9ea4fe26fbda34d810'
'81d213427d307a4f428ea7dbfd217dec15b80d187002845b0e1c1873431e14b7')
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
sha256sums=('214dd588d441b69f816009682a3bb4652cc19bed7ea64b612a12f097417b3d45')
prepare() {
cd $pkgname-$pkgver
# https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/299
patch -Np1 -i ../$pkgname-wrong-assert.patch
}
build() {

View File

@ -1,6 +1,7 @@
`configure' configures xfce4-terminal 1.1.0 to adapt to many kinds of systems.
Report bugs to <https://gitlab.xfce.org/apps/xfce4-terminal/>.
'configure' configures xfce4-terminal 1.1.3 to adapt to many kinds of systems.
Usage: src/xfce4-terminal-1.1.0/configure [OPTION]... [VAR=VALUE]...
Usage: src/xfce4-terminal-1.1.3/configure [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
@ -12,11 +13,11 @@ Configuration:
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print `checking ...' messages
-q, --quiet, --silent do not print 'checking ...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for `--cache-file=config.cache'
-C, --config-cache alias for '--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or `..']
--srcdir=DIR find the sources in DIR [configure dir or '..']
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
@ -24,10 +25,10 @@ Installation directories:
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]
By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc. You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.
By default, 'make install' will install all the files in
'/usr/local/bin', '/usr/local/lib' etc. You can specify
an installation prefix other than '/usr/local' using '--prefix',
for instance '--prefix=$HOME'.
For better control, use the options below.
@ -58,10 +59,6 @@ Program names:
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
X features:
--x-includes=DIR X include files are in DIR
--x-libraries=DIR X library files are in DIR
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]
@ -85,6 +82,19 @@ Optional Features:
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-x11 Enable support for the X11 windowing
system (default=[])
--disable-x11 Disable support for the X11 windowing
system
--enable-wayland Enable support for the Wayland windowing
system (default=[])
--disable-wayland Disable support for the Wayland windowing
system
--enable-gtk-layer-shell
Enable checking for Gtk Layer Shell support
(default=[])
--disable-gtk-layer-shell
Disable checking for Gtk Layer Shell support
--enable-gtk-doc use gtk-doc to build documentation [[default=no]]
--enable-gtk-doc-html build documentation in html format [[default=yes]]
--enable-gtk-doc-pdf build documentation in pdf format [[default=no]]
@ -108,7 +118,6 @@ Optional Packages:
--with-locales-dir=DIR Install locales into DIR
--with-x use the X Window System
--with-utempter Support for utmp/wtmp files (requires libutempter)
[default=no]
--with-html-dir=PATH path to installed docs
@ -123,8 +132,6 @@ Some influential environment variables:
you have headers in a nonstandard directory <include dir>
LT_SYS_LIBRARY_PATH
User-defined run-time library search path.
XMKMF Path to xmkmf, Makefile generator for X Window System
CPP C preprocessor
PKG_CONFIG path to pkg-config utility
PKG_CONFIG_PATH
directories to add to pkg-config's search path
@ -135,7 +142,7 @@ Some influential environment variables:
GTKDOC_DEPS_LIBS
linker flags for GTKDOC_DEPS, overriding pkg-config
Use these variables to override the choices made by `configure' or to help
Use these variables to override the choices made by 'configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <https://gitlab.xfce.org/apps/xfce4-terminal/>.