upg cmake harfbuzz mercurial qt6-base

rebuild tor w/o lzma
This commit is contained in:
joborun linux 2024-03-31 17:37:52 +03:00
parent de4122c818
commit 0b86ae1acc
10 changed files with 254 additions and 41 deletions

View File

@ -7,11 +7,12 @@
pkgname=cmake
pkgver=3.29.0
pkgrel=01
pkgrel=02 ## rebuilding with out lzma
pkgdesc='A cross-platform open-source make system w/o zstd or qt-gui '
url="https://www.cmake.org/"
depends=('curl' 'libarchive' 'hicolor-icon-theme' 'jsoncpp' 'libuv' 'rhash' 'cppdap')
makedepends=('python-sphinx' 'emacs-git' 'python-sphinx-autoapi' 'nlohmann-json') # without autoapi build fails at sphinx html documents
## makedepends=('python-sphinx' 'emacs-git' 'python-sphinx-autoapi' 'nlohmann-json') # without autoapi build fails at sphinx html documents
makedepends=('emacs-git' 'nlohmann-json') # without autoapi build fails at sphinx html documents
optdepends=('make: for unix Makefile generator'
'ninja: for ninja generator')
source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz"
@ -28,7 +29,7 @@ build() {
--mandir=/share/man \
--docdir=/share/doc/cmake \
--datadir=/share/cmake \
--system-liblzma \
--no-system-liblzma \
--no-system-zstd \
--no-qt-gui \
--system-libs \
@ -63,5 +64,5 @@ sha256sums=(a0669630aae7baa4a8228048bf30b622f9e9fd8ee8cedb941754e9e38686c778 #
e2128793708db02ff7642a677718ff76bb230a46babe926d5d08f9735ce58e09 # cmake-3.29.0-SHA-256.txt
1b67c4435b881824d95f076bfc2320af6a6903f5a0dceabf2f9b4ea82ba5b34b) # cmake-3.29.0-SHA-256.txt.asc
## 41c7d666bf59c5e404661ff5d881fc3f8fca56fc74a372e903526e21087b39cb cmake-3.29.0-01-x86_64.pkg.tar.lz
## dfb55678a85e2076d0f3d6d6b3074cddd42345a7853cf9ce0d42b852565e9e13 cmake-3.29.0-02-x86_64.pkg.tar.lz

View File

@ -2,9 +2,7 @@ hicolor-icon-theme
jsoncpp
libuv
rhash
python-sphinx
emacs-git
python-sphinx-autoapi
cppdap
nlohmann-json
dbus

View File

@ -7,14 +7,14 @@
pkgbase=harfbuzz
pkgname=(harfbuzz harfbuzz-cairo harfbuzz-icu harfbuzz-utils) # harfbuzz-docs)
pkgver=8.3.1
pkgver=8.4.0
pkgrel=01
pkgdesc="OpenType text shaping engine"
url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
makedepends=(cairo chafa freetype2 git glib2 gobject-introspection graphite
gtk-doc icu meson python ragel)
checkdepends=(python-fonttools python-setuptools)
_commit=2b3631a866b3077d9d675caa4ec9010b342b5a7c # tags/8.3.1^0
_commit=63973005bc07aba599b47fdd4cf788647b601ccd # tags/8.4.0^0
source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
pkgver() {
@ -148,12 +148,12 @@ arch=(x86_64)
license=(MIT)
b2sums=('a79c8cb843e80cf187d9313b55cd4163996c4989e357b16e3e61749609d8a0bc4366f8f5fdfdbc678658fbb9923d90894bd4d4766924ba5481af3033c4cd2e16')
sha256sums=(SKIP)
## 852fb06a906024edff01e528229b9bb9be8f1e128dc849dcbb96ee5e95dbd9bf harfbuzz-8.3.1-01-x86_64.pkg.tar.lz
## cea937e4eb8b7e2e2131b6db5f5170c64344e81a86021755a32a54d12e07b897 harfbuzz-cairo-8.3.1-01-x86_64.pkg.tar.lz
## fc36095fc38bc0f675b76ef3724530b18fa6b6052d5bee858efcd1c6392a8623 harfbuzz-icu-8.3.1-01-x86_64.pkg.tar.lz
## 3a2fe257fa90d9d12cf094d1c6a2addf8d2fa86846d88ccdcfb3c8122144ff89 harfbuzz-utils-8.3.1-01-x86_64.pkg.tar.lz
b2sums=('19f25dbf2ba6d90fdbb4ecb1039c8d0d72c55cff3dc3b30d6b75b626c15bf28a2118495837d80b7f622f0929dd7d4a07b5526963e1204bb9c90bc9f976c26977')
## 87c3b564af70bd90b094d038cf54713cfd997ec4ddb5614b2d391a4b0c640a1c harfbuzz-8.4.0-01-x86_64.pkg.tar.lz
## 09876911091f555b2f3739dc5984babe8c46f181931cbc1d7019f8cd2e9c02db harfbuzz-cairo-8.4.0-01-x86_64.pkg.tar.lz
## 71b58a21e8f4c044251c8f696707edb691db3f4b30def7c41d954f8560556598 harfbuzz-icu-8.4.0-01-x86_64.pkg.tar.lz
## 257f094ff64ad803f17f0904a8e76d80accd3d9bf538f50b5c3ca8dd2c3d745a harfbuzz-utils-8.4.0-01-x86_64.pkg.tar.lz

View File

@ -9,7 +9,7 @@ pkgname=(
harfbuzz-utils
harfbuzz-docs
)
pkgver=8.3.1
pkgver=8.4.0
pkgrel=1
pkgdesc="OpenType text shaping engine"
url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
@ -33,9 +33,9 @@ checkdepends=(
python-fonttools
python-setuptools
)
_commit=2b3631a866b3077d9d675caa4ec9010b342b5a7c # tags/8.3.1^0
_commit=63973005bc07aba599b47fdd4cf788647b601ccd # tags/8.4.0^0
source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
b2sums=('a79c8cb843e80cf187d9313b55cd4163996c4989e357b16e3e61749609d8a0bc4366f8f5fdfdbc678658fbb9923d90894bd4d4766924ba5481af3033c4cd2e16')
b2sums=('19f25dbf2ba6d90fdbb4ecb1039c8d0d72c55cff3dc3b30d6b75b626c15bf28a2118495837d80b7f622f0929dd7d4a07b5526963e1204bb9c90bc9f976c26977')
pkgver() {
cd harfbuzz

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=mercurial
pkgver=6.7.1
pkgver=6.7.2
pkgrel=01
pkgdesc='A scalable distributed SCM tool'
url="https://www.mercurial-scm.org/"
@ -74,13 +74,9 @@ validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5 #
818D87CD1AC180C394C86E633A33DE460D9EC39F # Pulkit Goyal <7895pulkit@gmail.com>
1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès <alphare@raphaelgomes.dev>
sha512sums=('60b29ac4f7c4865500cefaa590f1d9fe953fcb674456081c21802af8d815c971f884aac4c64ba4aa9341bf4e3cef3415fd30b76cd441512e8561bbf3e7b01372'
'SKIP'
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
sha256sums=(9b0eda5d0d0ddb8b31e9c76aa06fc55fd2ffb02bc3614de0b1437336b2fc1254 # mercurial-6.7.1.tar.gz
a2c6d434087f2b553371c0c2335a6a784c24de00acf44c752d746764f3aaec25 # mercurial-6.7.1.tar.gz.asc
sha256sums=(1c22070c05dfaac41ff88a39ce2508dde480f0dd05d45d7efab4c5cdc6ddd806 # mercurial-6.7.2.tar.gz
954a0ee6421c46ab815956465c821336e96d7af32c69d138b0f2b9ad6bdaf431 # mercurial-6.7.2.tar.gz.asc
87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5) # mercurial.profile
## 585889c6d1d2025c3a1061f1a768148bcc70f3790c9d4cd72ca53a8be7ac0d3c mercurial-6.7.1-01-x86_64.pkg.tar.lz
## 27ee1e42e18116c3aa4823e6da2ae962710120137f6b5cf0a886ccb7d28e8352 mercurial-6.7.2-01-x86_64.pkg.tar.lz

View File

@ -4,7 +4,7 @@
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=mercurial
pkgver=6.7.1
pkgver=6.7.2
pkgrel=1
pkgdesc='A scalable distributed SCM tool'
arch=(x86_64)
@ -30,7 +30,7 @@ validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
1F66F8CDF654E905C11DA061A11E01CD0E05D956) # Raphaël Gomès <alphare@raphaelgomes.dev>
source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
mercurial.profile)
sha512sums=('60b29ac4f7c4865500cefaa590f1d9fe953fcb674456081c21802af8d815c971f884aac4c64ba4aa9341bf4e3cef3415fd30b76cd441512e8561bbf3e7b01372'
sha512sums=('cb64daf885451d606ad34c408fbefc900be0fab7c0e0c2fc63dda32676de1c77a9d194c8c4974a608020a0f09e326682443537769eaa97acaf89ad7e385e0ce5'
'SKIP'
'710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')

View File

@ -7,9 +7,9 @@
pkgbase=qt6-base
pkgname=(qt6-base qt6-xcb-private-headers)
_qtver=6.6.2
_qtver=6.6.3
pkgver=${_qtver/-/}
pkgrel=04
pkgrel=01
url='https://www.qt.io'
pkgdesc='A cross-platform application and UI framework w/o systemd'
depends=(brotli dbus double-conversion fontconfig freetype2 gcc-libs
@ -109,10 +109,10 @@ arch=(x86_64)
license=(GPL3 LGPL3 FDL custom)
sha256sums=(b89b426b9852a17d3e96230ab0871346574d635c7914480a2a27f98ff942677b # qtbase-everywhere-src-6.6.2.tar.xz
sha256sums=(0493fd0b380c4edf8872f011a7f26d245aa4cdd75b349904ef340a22dedf7462 # qtbase-everywhere-src-6.6.3.tar.xz
5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78 # qt6-base-cflags.patch
4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094) # qt6-base-nostrip.patch
# ff0de01b5afafab6d36f0a18ac1ab3ade2107ca75f03123da024a07d7eba2d97) # qt-6.6.2-revert-ABI-break.patch
## e09c6dacbd28d155e061aa46577907de6f2fb76864e4e0dc949e0008a063edfb qt6-base-6.6.2-04-x86_64.pkg.tar.lz
## ecea87efcad4edb899acda149fe99148ddaaab00f6dff29c0b7f2bcd77a3e4dd qt6-xcb-private-headers-6.6.2-04-x86_64.pkg.tar.lz
## fd429be388127338dd9261322327b9b1a1e740c12cc9265e2454a2b2d4b597ad qt6-base-6.6.3-01-x86_64.pkg.tar.lz
## 9cea0b7a055749bd61e60fcfa73b9ba860eb8cb5ea978d14c39d9a38b65ba35f qt6-xcb-private-headers-6.6.3-01-x86_64.pkg.tar.lz

View File

@ -4,9 +4,9 @@
pkgbase=qt6-base
pkgname=(qt6-base qt6-xcb-private-headers)
_qtver=6.6.2
_qtver=6.6.3
pkgver=${_qtver/-/}
pkgrel=4
pkgrel=1
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@ -82,7 +82,7 @@ _pkgfn=${pkgbase/6-/}-everywhere-src-$_qtver
source=(https://download.qt.io/official_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz
qt6-base-cflags.patch
qt6-base-nostrip.patch)
sha256sums=('b89b426b9852a17d3e96230ab0871346574d635c7914480a2a27f98ff942677b'
sha256sums=('0493fd0b380c4edf8872f011a7f26d245aa4cdd75b349904ef340a22dedf7462'
'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
'4b93f6a79039e676a56f9d6990a324a64a36f143916065973ded89adc621e094')

View File

@ -7,14 +7,14 @@
pkgname=tor
pkgver=0.4.8.10
pkgrel=01
pkgrel=02 ## rebuild w/o lzma enabled till xz/lzma issue is clarified more
pkgdesc='An anonymizing overlay network. w/o zstd and systemd'
#url='https://www.torproject.org/dist'
url="https://dist.torproject.org"
conflicts=('tor-git' 'tor-alpha')
provides=('tor')
backup=('etc/tor/torrc')
depends=('openssl' 'libevent' 'bash' 'libseccomp' 'xz')
depends=('openssl' 'libevent' 'bash' 'libseccomp' 'lz4')
makedepends=('ca-certificates' 'asciidoc')
checkdepends=('python')
optdepends=('torsocks: allow transparent SOCKS proxying'
@ -37,8 +37,7 @@ build() {
--disable-systemd \
--disable-html-manual \
--disable-ipv6 \
--enable-lzma \
--enable-xz \
--disable-lzma \
--disable-dependency-tracking \
--disable-unittests \
--enable-pic \
@ -86,5 +85,5 @@ sha256sums=(e628b4fab70edb4727715b23cf2931375a9f7685ac08f2c59ea498a178463a86 #
06c00318d84ead3f939b267c7ae9e4cc1cd90c534d0b57ddd2595fee9065ee7f # tor.tmpfiles
231405d1fbbcc68168248f93edd19ae14b60f66bb4d1c8e46ead1d4cd8e0ae7c) # tor.sysusers
## 217ad8d986a14582adc0ef7385255e5b4736fed6be0283712ce828b73e98943c tor-0.4.8.10-01-x86_64.pkg.tar.lz
## 2860b11a0821ed10a4deb9b7ba25656a30f768c64e922be4e8a87ffacc92d19a tor-0.4.8.10-02-x86_64.pkg.tar.lz

219
tor/configure vendored Normal file
View File

@ -0,0 +1,219 @@
`configure' configures tor 0.4.8.10 to adapt to many kinds of systems.
Usage: src/tor-0.4.8.10/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.
Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit
--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
--cache-file=FILE cache test results in FILE [disabled]
-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 `..']
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
--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'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
--datadir=DIR read-only architecture-independent data [DATAROOTDIR]
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/tor]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
--psdir=DIR ps documentation [DOCDIR]
Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]
Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-silent-rules less verbose build output (undo: "make V=1")
--disable-silent-rules verbose build output (undo: "make V=0")
--enable-dependency-tracking
do not reject slow dependency extractors
--disable-dependency-tracking
speeds up one-time build
--enable-gpl allow the inclusion of GPL-licensed code, building a
version of tor and libtor covered by the GPL rather
than its usual 3-clause BSD license
--enable-openbsd-malloc use malloc code from OpenBSD. Linux only.
Deprecated: see --with-malloc
--enable-static-openssl link against a static openssl library. Requires
--with-openssl-dir
--enable-static-libevent
link against a static libevent library. Requires
--with-libevent-dir
--enable-static-zlib link against a static zlib library. Requires
--with-zlib-dir
--enable-static-tor create an entirely static Tor binary. Requires
--with-openssl-dir and --with-libevent-dir and
--with-zlib-dir
--disable-unittests don't build unit tests for Tor. Risky!
--enable-coverage enable coverage support in the unit-test build
--disable-asserts-in-tests
disable tor_assert() calls in the unit tests, for
branch coverage
--disable-system-torrc don't look for a system-wide torrc file
--enable-libfuzzer build extra fuzzers based on 'libfuzzer'
--enable-oss-fuzz build extra fuzzers based on 'oss-fuzz' environment
--disable-memory-sentinels
disable code that tries to prevent some kinds of
memory access bugs. For fuzzing only.
--enable-restart-debugging
Build Tor with support for debugging in-process
restart. Developers only.
--disable-zstd-advanced-apis
Build without support for zstd's "static-only" APIs.
--enable-nss Use Mozilla's NSS TLS library. (EXPERIMENTAL)
--enable-pic Build Tor's binaries as position-independent code,
suitable to link as a library.
--enable-missing-doc-warnings
Tell doxygen to warn about missing documentation.
Makes doxygen warnings nonfatal.
--disable-manpage Disable manpage generation.
--disable-html-manual Disable HTML documentation.
--disable-asciidoc don't use asciidoc (disables building of manpages)
--enable-systemd enable systemd notification support
--enable-gcc-warnings deprecated alias for enable-fatal-warnings
--enable-fatal-warnings tell the compiler to treat all warnings as errors.
--disable-gcc-warnings-advisory
disable the regular verbose warnings
--disable-gcc-hardening disable compiler security checks
--enable-expensive-hardening
enable more fragile and expensive compiler
hardening; makes Tor slower
--enable-fragile-hardening
enable more fragile and expensive compiler
hardening; makes Tor slower
--enable-all-bugs-are-fatal
force all soft asserts in Tor codebase
(tor_assert_nonfatal(), BUG(), etc.) to act as hard
asserts (tor_assert() and equivalents); makes Tor
fragile; only recommended for dev builds
--disable-linker-hardening
disable linker security fixups
--enable-local-appdata default to host local application data paths on
Windows
--disable-tool-name-check
check for sanely named toolchain when
cross-compiling
--disable-seccomp do not attempt to use libseccomp
--disable-libscrypt do not attempt to use libscrypt
--enable-tracing-instrumentation-lttng
build with LTTng-UST instrumentation
--enable-tracing-instrumentation-usdt
build with tracing USDT instrumentation
--enable-tracing-instrumentation-log-debug
build with tracing event to debug log
--enable-android build with Android features enabled
--disable-module-relay Build tor without the Relay modules: tor can not run
as a relay, bridge, or authority. Implies
--disable-module-dirauth
--disable-module-dirauth
Build tor without the Directory Authority module:
tor can not run as a directory authority or bridge
authority
--disable-module-pow Build tor without proof-of-work denial of service
mitigation, normally available when building with
--enable-gpl
--enable-lzma enable support for the LZMA compression scheme.
--enable-zstd enable support for the Zstandard compression scheme.
--disable-largefile omit support for large files
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-tor-user=NAME specify username for tor daemon
--with-tor-group=NAME specify group name for tor daemon
--with-libevent-dir=PATH
specify path to libevent installation
--with-ssl-dir=PATH obsolete alias for --with-openssl-dir
--with-openssl-dir=PATH specify path to openssl installation
--with-zlib-dir=PATH specify path to zlib installation
--with-tcmalloc use tcmalloc memory allocation library. Deprecated;
see --with-malloc
--with-malloc=system,jemalloc,tcmalloc,openbsd
select special malloc implementation [system]
--with-syslog-facility=LOG
syslog facility to use (default=LOG_DAEMON)
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
LIBS libraries to pass to the linker, e.g. -l<library>
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
CPP C preprocessor
PKG_CONFIG path to pkg-config utility
PKG_CONFIG_PATH
directories to add to pkg-config's search path
PKG_CONFIG_LIBDIR
path overriding pkg-config's built-in search path
SYSTEMD_CFLAGS
C compiler flags for SYSTEMD, overriding pkg-config
SYSTEMD_LIBS
linker flags for SYSTEMD, overriding pkg-config
LIBSYSTEMD209_CFLAGS
C compiler flags for LIBSYSTEMD209, overriding pkg-config
LIBSYSTEMD209_LIBS
linker flags for LIBSYSTEMD209, overriding pkg-config
PERL path to Perl binary
NSS_CFLAGS C compiler flags for NSS, overriding pkg-config
NSS_LIBS linker flags for NSS, overriding pkg-config
LZMA_CFLAGS C compiler flags for LZMA, overriding pkg-config
LZMA_LIBS linker flags for LZMA, overriding pkg-config
ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
TCMALLOC_CFLAGS
C compiler flags for TCMALLOC, overriding pkg-config
TCMALLOC_LIBS
linker flags for TCMALLOC, overriding pkg-config
JEMALLOC_CFLAGS
C compiler flags for JEMALLOC, overriding pkg-config
JEMALLOC_LIBS
linker flags for JEMALLOC, overriding pkg-config
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 the package provider.