mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
*/*: drop redundant CARGO_PROFILE_* variables, collapse newlines
The cargo vars are now set in abuild.conf by default. Newlines done with: find . -name APKBUILD -exec sed -i '/^$/N;/^\n$/D' {} \; See also: https://stackoverflow.com/a/4522043
This commit is contained in:
parent
2e79751f3b
commit
cdd3ce01ff
389 changed files with 0 additions and 682 deletions
|
@ -77,7 +77,6 @@ package() {
|
||||||
"$pkgdir"/usr/share/zsh/site-functions/_"$pkgname"
|
"$pkgdir"/usr/share/zsh/site-functions/_"$pkgname"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
5554aae3aad52430cb7087bc5863ac505c8f351fb4b5c3fd8f1b82a450e84ecc09b645c21e5f147289c4715a98ebbe045d401f728efe81bd7ded0e1bbe5ab7dd alacritty-0.11.0.tar.gz
|
5554aae3aad52430cb7087bc5863ac505c8f351fb4b5c3fd8f1b82a450e84ecc09b645c21e5f147289c4715a98ebbe045d401f728efe81bd7ded0e1bbe5ab7dd alacritty-0.11.0.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -17,10 +17,7 @@ source="https://github.com/obreitwi/asfa/archive/v$pkgver/asfa-$pkgver.tar.gz
|
||||||
"
|
"
|
||||||
options="!check" # tests use docker
|
options="!check" # tests use docker
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
export LIBSSH2_SYS_USE_PKG_CONFIG=1 # use system libssh2
|
export LIBSSH2_SYS_USE_PKG_CONFIG=1 # use system libssh2
|
||||||
|
|
||||||
|
|
|
@ -13,11 +13,6 @@ source="https://github.com/imsnif/bandwhich/archive/$pkgver/$pkgname-$pkgver.tar
|
||||||
update-socket2.patch
|
update-socket2.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/liske/barkery/archive/refs/t
|
||||||
barkery-weston.pre-install
|
barkery-weston.pre-install
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm640 -oroot -gbarkery "$srcdir"/$pkgname-$pkgver/ex/barkery.conf "$pkgdir"/etc/barkery/barkery.conf
|
install -Dm640 -oroot -gbarkery "$srcdir"/$pkgname-$pkgver/ex/barkery.conf "$pkgdir"/etc/barkery/barkery.conf
|
||||||
install -Dm640 -oroot -gbarkery "$srcdir"/$pkgname-$pkgver/ex/weston.ini "$pkgdir"/etc/barkery/weston.ini
|
install -Dm640 -oroot -gbarkery "$srcdir"/$pkgname-$pkgver/ex/weston.ini "$pkgdir"/etc/barkery/weston.ini
|
||||||
|
|
|
@ -28,10 +28,7 @@ source="https://github.com/sharkdp/bat/archive/v$pkgver/bat-$pkgver.tar.gz"
|
||||||
# 0.21.0-r0:
|
# 0.21.0-r0:
|
||||||
# - CVE-2022-24713
|
# - CVE-2022-24713
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
export RUSTONIG_DYNAMIC_LIBONIG=1 # use system libonig
|
export RUSTONIG_DYNAMIC_LIBONIG=1 # use system libonig
|
||||||
|
|
||||||
|
|
|
@ -27,10 +27,6 @@ riscv64)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO=true
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC=abort
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
export LIBSSH2_SYS_USE_PKG_CONFIG=1
|
export LIBSSH2_SYS_USE_PKG_CONFIG=1
|
||||||
export DEP_NGHTTP2_ROOT=/usr
|
export DEP_NGHTTP2_ROOT=/usr
|
||||||
|
|
||||||
|
|
|
@ -15,11 +15,6 @@ checkdepends="cython"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/cbindgen/$pkgver/download"
|
source="$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/cbindgen/$pkgver/download"
|
||||||
options="net"
|
options="net"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
|
|
||||||
if [ "$CARCH" = "riscv64" ]; then
|
if [ "$CARCH" = "riscv64" ]; then
|
||||||
# broken binutils
|
# broken binutils
|
||||||
options="$options textrels"
|
options="$options textrels"
|
||||||
|
|
|
@ -21,7 +21,6 @@ package() {
|
||||||
make DESTDIR="$pkgdir" PREFIX=/usr install
|
make DESTDIR="$pkgdir" PREFIX=/usr install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
026d26fb5f87d2e32892d770521411b04097db985b19f98018257657d9232de9271e73e0e1bf73c9e28a7267f224acfc4a0a57dee319c7d7acf0a34362defa8d cbonsai-v1.3.1.tar.gz
|
026d26fb5f87d2e32892d770521411b04097db985b19f98018257657d9232de9271e73e0e1bf73c9e28a7267f224acfc4a0a57dee319c7d7acf0a34362defa8d cbonsai-v1.3.1.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -14,7 +14,6 @@ source="https://linuxcontainers.org/downloads/cgmanager/cgmanager-$pkgver.tar.gz
|
||||||
cgmanager.initd
|
cgmanager.initd
|
||||||
cgproxy.initd"
|
cgproxy.initd"
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
|
|
@ -37,7 +37,6 @@ package() {
|
||||||
install -Dm755 reddit/cli $pkgdir/usr/bin/reddit-cli
|
install -Dm755 reddit/cli $pkgdir/usr/bin/reddit-cli
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
6d2a397165037625f567b00834beb9559d7cad910a2cb136dbd6022843708c8683a3659d6e0bbfbe48c7beec83d692385bf01dde692b8f1398b86021aef7b74b codemadness-frontends-0.6.tar.gz
|
6d2a397165037625f567b00834beb9559d7cad910a2cb136dbd6022843708c8683a3659d6e0bbfbe48c7beec83d692385bf01dde692b8f1398b86021aef7b74b codemadness-frontends-0.6.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -259,7 +259,6 @@ package() {
|
||||||
|
|
||||||
install -D -m755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
|
install -D -m755 "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname
|
||||||
|
|
||||||
|
|
||||||
# Install all header files to allow building out-of-tree plugins.
|
# Install all header files to allow building out-of-tree plugins.
|
||||||
# This is based on Debian.
|
# This is based on Debian.
|
||||||
for path in $(find src -path src/libcollectdclient -prune \
|
for path in $(find src -path src/libcollectdclient -prune \
|
||||||
|
|
|
@ -25,7 +25,6 @@ source="$pkgname-$pkgver.tar.bz2::http://ftp.snt.utwente.nl/pub/software/gnu/cpi
|
||||||
# 2.12-r3:
|
# 2.12-r3:
|
||||||
# - CVE-2016-2037
|
# - CVE-2016-2037
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
|
|
@ -15,11 +15,6 @@ subpackages="
|
||||||
"
|
"
|
||||||
source="https://github.com/wfxr/csview/archive/v$pkgver/csview-$pkgver.tar.gz"
|
source="https://github.com/wfxr/csview/archive/v$pkgver/csview-$pkgver.tar.gz"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
|
|
|
@ -21,11 +21,6 @@ subpackages="
|
||||||
"
|
"
|
||||||
source="https://github.com/afnanenayet/diffsitter/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
|
source="https://github.com/afnanenayet/diffsitter/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
_cargo_opts="--frozen --no-default-features --features dynamic-grammar-libs"
|
_cargo_opts="--frozen --no-default-features --features dynamic-grammar-libs"
|
||||||
_binname=$pkgname
|
_binname=$pkgname
|
||||||
|
|
||||||
|
|
|
@ -18,11 +18,6 @@ source="https://github.com/stepchowfun/docuum/archive/v$pkgver/docuum-$pkgver.ta
|
||||||
$pkgname.logrotate
|
$pkgname.logrotate
|
||||||
"
|
"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
|
|
|
@ -13,11 +13,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/ogham/dog/archive/v$pkgver.t
|
||||||
openssl3.patch
|
openssl3.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO=true
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
|
|
|
@ -135,7 +135,6 @@ else
|
||||||
_logdir="$srcdir"/logs
|
_logdir="$srcdir"/logs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
case $CARCH in
|
case $CARCH in
|
||||||
x86_64) _dotnet_arch="x64";;
|
x86_64) _dotnet_arch="x64";;
|
||||||
aarch64) _dotnet_arch="arm64";;
|
aarch64) _dotnet_arch="arm64";;
|
||||||
|
|
|
@ -138,7 +138,6 @@ else
|
||||||
_logdir="$srcdir"/logs
|
_logdir="$srcdir"/logs
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# generates tarball containing all components built by dotnet
|
# generates tarball containing all components built by dotnet
|
||||||
snapshot() {
|
snapshot() {
|
||||||
local _pkg="$srcdir"/${builddir##*/}.tar
|
local _pkg="$srcdir"/${builddir##*/}.tar
|
||||||
|
|
|
@ -17,10 +17,7 @@ case "$CARCH" in
|
||||||
armhf | armv7) options="!check";;
|
armhf | armv7) options="!check";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
|
@ -36,7 +36,6 @@ package() {
|
||||||
install -Dm755 easypki "$pkgdir"/usr/bin/easypki
|
install -Dm755 easypki "$pkgdir"/usr/bin/easypki
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
733a61645be46d1437b94e31d537c29b6648e2ff805abfba039154c4e765262c60652cdb42df44c17ae1553794cb667515cb03e4c9dfbfab42f9000f876012ca easypki-1.1.0.tar.gz
|
733a61645be46d1437b94e31d537c29b6648e2ff805abfba039154c4e765262c60652cdb42df44c17ae1553794cb667515cb03e4c9dfbfab42f9000f876012ca easypki-1.1.0.tar.gz
|
||||||
e5708cf0fbcaf3c6e0375f941360dbc539702a2a4013bcf74fba1e2660ba4b643b6a4040b9bbc160243fb0e5f4abed7a37a93bd095a8fff91dd57c6b8c7c0284 go.mod
|
e5708cf0fbcaf3c6e0375f941360dbc539702a2a4013bcf74fba1e2660ba4b643b6a4040b9bbc160243fb0e5f4abed7a37a93bd095a8fff91dd57c6b8c7c0284 go.mod
|
||||||
|
|
|
@ -54,7 +54,6 @@ subpackages="
|
||||||
$pkgname-gdm
|
$pkgname-gdm
|
||||||
$pkgname-nautilus
|
$pkgname-nautilus
|
||||||
|
|
||||||
|
|
||||||
$pkgname-baobab
|
$pkgname-baobab
|
||||||
$pkgname-cheese
|
$pkgname-cheese
|
||||||
$pkgname-devhelp
|
$pkgname-devhelp
|
||||||
|
@ -74,7 +73,6 @@ subpackages="
|
||||||
$pkgname-gnome-terminal:gnome_terminal
|
$pkgname-gnome-terminal:gnome_terminal
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
source="https://launchpad.net/~tiheum/+archive/equinox/+files/faenza-icon-theme_$pkgver.tar.gz"
|
source="https://launchpad.net/~tiheum/+archive/equinox/+files/faenza-icon-theme_$pkgver.tar.gz"
|
||||||
|
|
||||||
builddir="$srcdir"/$pkgname-${pkgver%.[0-9]}
|
builddir="$srcdir"/$pkgname-${pkgver%.[0-9]}
|
||||||
|
|
|
@ -68,7 +68,6 @@ fetchmailconf() {
|
||||||
amove usr/lib/python3*/site-packages/__pycache__/fetchmailconf*
|
amove usr/lib/python3*/site-packages/__pycache__/fetchmailconf*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
2869640e13ae2930260e57d4a6444c99c7cbe8a8798849fed088a04a726fa6b378795ec25ca65bcb71d069d8e197f5fc8a9e120a9ca560447a86d7d07ab4696c fetchmail-6.4.35.tar.xz
|
2869640e13ae2930260e57d4a6444c99c7cbe8a8798849fed088a04a726fa6b378795ec25ca65bcb71d069d8e197f5fc8a9e120a9ca560447a86d7d07ab4696c fetchmail-6.4.35.tar.xz
|
||||||
9520ec6616f4004d091b1c908d3ea38e104ad8f6595959a3cd3ef7544d05e3b75854631289e167ead08479250d04584d3f1855668a7a0ebd16a1ee9106f3b0b3 fetchmail.initd
|
9520ec6616f4004d091b1c908d3ea38e104ad8f6595959a3cd3ef7544d05e3b75854631289e167ead08479250d04584d3f1855668a7a0ebd16a1ee9106f3b0b3 fetchmail.initd
|
||||||
|
|
|
@ -156,7 +156,6 @@ x86|armhf|armv7)
|
||||||
_svt_av1="--enable-libsvtav1"
|
_svt_av1="--enable-libsvtav1"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
local _dbg="--disable-debug"
|
local _dbg="--disable-debug"
|
||||||
local _asm=""
|
local _asm=""
|
||||||
|
|
|
@ -12,7 +12,6 @@ source="$pkgname-$pkgver.zip::https://github.com/googlefonts/Inconsolata/release
|
||||||
builddir="$srcdir/fonts"
|
builddir="$srcdir/fonts"
|
||||||
options="!check" # no test suite
|
options="!check" # no test suite
|
||||||
|
|
||||||
|
|
||||||
# backwards compat (<3.17)
|
# backwards compat (<3.17)
|
||||||
provides="ttf-inconsolata=$pkgver-r$pkgrel"
|
provides="ttf-inconsolata=$pkgver-r$pkgrel"
|
||||||
replaces="ttf-inconsolata"
|
replaces="ttf-inconsolata"
|
||||||
|
|
|
@ -45,7 +45,6 @@ package() {
|
||||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
616bcef40a46196e0b390c1f455036f1959f3aaeccf9b06cb7b3ecdd7d303df5ca72fe7b3ceaa3856e744b6de83be8afe8f3ffe054ab7ceb6d9c097e41ce631c gajim-1.5.4.tar.gz
|
616bcef40a46196e0b390c1f455036f1959f3aaeccf9b06cb7b3ecdd7d303df5ca72fe7b3ceaa3856e744b6de83be8afe8f3ffe054ab7ceb6d9c097e41ce631c gajim-1.5.4.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -30,11 +30,8 @@ source="https://github.com/deuxfleurs-org/garage/archive/v$pkgver/garage-$pkgver
|
||||||
$pkgname.confd
|
$pkgname.confd
|
||||||
"
|
"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_DEBUG="false"
|
export CARGO_PROFILE_RELEASE_DEBUG="false"
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL=2
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL=2
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
export SODIUM_USE_PKG_CONFIG=1
|
export SODIUM_USE_PKG_CONFIG=1
|
||||||
export GIT_VERSION="v$pkgver" # version used in --version
|
export GIT_VERSION="v$pkgver" # version used in --version
|
||||||
|
|
|
@ -65,7 +65,6 @@ base() {
|
||||||
amove usr/lib
|
amove usr/lib
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
5d036710c9ae58016467e63b60ab18e461ec1db1740880dccf555dd8c555b382b1ceac3e3ee6fda22dce395e93ba8ecf0578d6c815d08c2790e618f7ca5bfd50 gcr-4.0.0.tar.xz
|
5d036710c9ae58016467e63b60ab18e461ec1db1740880dccf555dd8c555b382b1ceac3e3ee6fda22dce395e93ba8ecf0578d6c815d08c2790e618f7ca5bfd50 gcr-4.0.0.tar.xz
|
||||||
"
|
"
|
||||||
|
|
|
@ -44,7 +44,6 @@ doc() {
|
||||||
cp -r "$builddir"/build/doc/html/* "$_docdir"
|
cp -r "$builddir"/build/doc/html/* "$_docdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
19bfc1c8f5e19315a5bf0fd7ca0f60fb396af8d79663147db24564d93f4a31303d418d9c84eb11614ce8f4526ee65d15d95fa8b9c06e27f0da35e0248c6a8622 girara-0.3.7.tar.gz
|
19bfc1c8f5e19315a5bf0fd7ca0f60fb396af8d79663147db24564d93f4a31303d418d9c84eb11614ce8f4526ee65d15d95fa8b9c06e27f0da35e0248c6a8622 girara-0.3.7.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -19,11 +19,6 @@ source="https://github.com/arxanas/git-branchless/archive/v$pkgver/git-branchles
|
||||||
unbundle-sqlite.patch
|
unbundle-sqlite.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
export LIBSSH2_SYS_USE_PKG_CONFIG=1 # use system libssh2
|
export LIBSSH2_SYS_USE_PKG_CONFIG=1 # use system libssh2
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -11,10 +11,7 @@ makedepends="cargo libgit2-dev zlib-dev"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://github.com/MitMaro/git-interactive-rebase-tool/archive/$pkgver/$pkgname-$pkgver.tar.gz"
|
source="https://github.com/MitMaro/git-interactive-rebase-tool/archive/$pkgver/$pkgname-$pkgver.tar.gz"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
|
@ -60,7 +60,6 @@ package() {
|
||||||
cp -r share "$pkgdir"/usr
|
cp -r share "$pkgdir"/usr
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c2bf99cfabae8329c6c0114afb2b7aadc6b081a0fa2398452c452f97e393f3597a61aa354223fad4f4a848089ee42dc26a529a43fc7006ffae090dadcb18c2e7 github-cli-2.21.2.tar.gz
|
c2bf99cfabae8329c6c0114afb2b7aadc6b081a0fa2398452c452f97e393f3597a61aa354223fad4f4a848089ee42dc26a529a43fc7006ffae090dadcb18c2e7 github-cli-2.21.2.tar.gz
|
||||||
873b931af40952b2e1b82d7d825d301a5334be40e9df34fc192160e564a26d13d7de4d13d48cfe08119f9b4741c25051068d062181e23f80abefad1d18155357 no-ignore-goflags.patch
|
873b931af40952b2e1b82d7d825d301a5334be40e9df34fc192160e564a26d13d7de4d13d48cfe08119f9b4741c25051068d062181e23f80abefad1d18155357 no-ignore-goflags.patch
|
||||||
|
|
|
@ -12,7 +12,6 @@ makedepends="$depends_dev cmake samurai libx11-dev libxcursor-dev libxrandr-dev
|
||||||
subpackages="$pkgname-dev"
|
subpackages="$pkgname-dev"
|
||||||
source="https://github.com/glfw/glfw/releases/download/$pkgver/glfw-$pkgver.zip"
|
source="https://github.com/glfw/glfw/releases/download/$pkgver/glfw-$pkgver.zip"
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -G Ninja -B build \
|
cmake -G Ninja -B build \
|
||||||
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
||||||
|
|
|
@ -23,7 +23,6 @@ depends="$pkgname-common gnome-brave-icon-theme gnome-dust-icon-theme gnome-huma
|
||||||
# but github has no releases yet
|
# but github has no releases yet
|
||||||
source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gnome-colors/gnome-colors-$pkgver.tar.gz"
|
source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gnome-colors/gnome-colors-$pkgver.tar.gz"
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,6 @@ source="https://download.gnome.org/sources/gnome-doc-utils/${pkgver%.*}/gnome-do
|
||||||
python3.patch
|
python3.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
update_config_sub
|
update_config_sub
|
||||||
|
|
|
@ -42,11 +42,6 @@ riscv64)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
abuild-meson . output
|
abuild-meson . output
|
||||||
meson compile ${JOBS:+-j ${JOBS}} -C output
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||||||
|
|
|
@ -50,7 +50,6 @@ build() {
|
||||||
*) conf="-Dfwupd=false" ;;
|
*) conf="-Dfwupd=false" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
abuild-meson \
|
abuild-meson \
|
||||||
-Dvalgrind=false \
|
-Dvalgrind=false \
|
||||||
-Dmalcontent=false \
|
-Dmalcontent=false \
|
||||||
|
|
|
@ -45,7 +45,6 @@ cleanup_srcdir() {
|
||||||
default_cleanup_srcdir
|
default_cleanup_srcdir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
fd7426585624ad9e20eb60fbc076c5c20112cd46d0d6439cba36140c0412afd0afbe603f3c7212bb5e4804eebf2364ac931dc18f0a65475c47c62df6a8de6185 gonic-0.15.2.tar.gz
|
fd7426585624ad9e20eb60fbc076c5c20112cd46d0d6439cba36140c0412afd0afbe603f3c7212bb5e4804eebf2364ac931dc18f0a65475c47c62df6a8de6185 gonic-0.15.2.tar.gz
|
||||||
e8a65612bffd1b62175968cc34a227393364ea6fedd661854bf515cc7306e9266d823544989b671f99beb72b6caf83728fa7c7fd9eedbc85a3e34ea84c1ce269 gonic.initd
|
e8a65612bffd1b62175968cc34a227393364ea6fedd661854bf515cc7306e9266d823544989b671f99beb72b6caf83728fa7c7fd9eedbc85a3e34ea84c1ce269 gonic.initd
|
||||||
|
|
|
@ -13,7 +13,6 @@ subpackages="$pkgname-lang $pkgname-doc"
|
||||||
source="https://sourceforge.net/projects/gphoto/files/gphoto/$pkgver/gphoto2-$pkgver.tar.bz2
|
source="https://sourceforge.net/projects/gphoto/files/gphoto/$pkgver/gphoto2-$pkgver.tar.bz2
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
|
|
@ -21,7 +21,6 @@ ppc64le|s390x|arm*|x86)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
# secfixes:
|
# secfixes:
|
||||||
# 7.2-r0:
|
# 7.2-r0:
|
||||||
# - CVE-2021-32751
|
# - CVE-2021-32751
|
||||||
|
|
|
@ -18,10 +18,7 @@ source="https://github.com/apognu/tuigreet/archive/$pkgver/tuigreet-$pkgver.tar.
|
||||||
builddir="$srcdir/$_projname-$pkgver"
|
builddir="$srcdir/$_projname-$pkgver"
|
||||||
options="!check" # no tests provided
|
options="!check" # no tests provided
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
|
@ -42,7 +42,6 @@ _mv() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
gtk2() {
|
gtk2() {
|
||||||
_mv "Greybird GTK+2 themes" gtk+2.0 gtk-2.0
|
_mv "Greybird GTK+2 themes" gtk+2.0 gtk-2.0
|
||||||
depends="gtk-murrine-engine"
|
depends="gtk-murrine-engine"
|
||||||
|
|
|
@ -49,7 +49,6 @@ build() {
|
||||||
-Dlogind=false \
|
-Dlogind=false \
|
||||||
. output
|
. output
|
||||||
|
|
||||||
|
|
||||||
meson compile ${JOBS:+-j ${JOBS}} -C output
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,10 +14,7 @@ source="https://github.com/chmln/handlr/archive/v$pkgver/handlr-$pkgver.tar.gz
|
||||||
$pkgname-fix-crash-on-readonly-mimeapps-list.patch::https://github.com/chmln/handlr/commit/a782886f05191c1834404d777e74d00f9fa60f7e.patch
|
$pkgname-fix-crash-on-readonly-mimeapps-list.patch::https://github.com/chmln/handlr/commit/a782886f05191c1834404d777e74d00f9fa60f7e.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
|
@ -19,10 +19,6 @@ source="https://github.com/helix-editor/helix/archive/$pkgver/helix-$pkgver.tar.
|
||||||
"
|
"
|
||||||
|
|
||||||
# Reduce the binary size - 9.6 -> 5.4 MiB (v0.6.0).
|
# Reduce the binary size - 9.6 -> 5.4 MiB (v0.6.0).
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
# Don't build tree-sitter languages, we provide them in standalone aports.
|
# Don't build tree-sitter languages, we provide them in standalone aports.
|
||||||
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1
|
export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1
|
||||||
|
|
|
@ -48,7 +48,6 @@ package() {
|
||||||
DESTDIR="$pkgdir" cmake --install build
|
DESTDIR="$pkgdir" cmake --install build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c5e6bd713a0f9ef3b30bf0ae00bc41fea7494c20342c14c9f41ec05d1fdd3be721ffc3ff92bacd011e3b39a68022ea04daf55e60d334f64a00abef17d892cd37 hydrogen-1.1.1.tar.gz
|
c5e6bd713a0f9ef3b30bf0ae00bc41fea7494c20342c14c9f41ec05d1fdd3be721ffc3ff92bacd011e3b39a68022ea04daf55e60d334f64a00abef17d892cd37 hydrogen-1.1.1.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -16,10 +16,7 @@ subpackages="
|
||||||
"
|
"
|
||||||
source="https://github.com/sharkdp/hyperfine/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
|
source="https://github.com/sharkdp/hyperfine/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
|
@ -12,7 +12,6 @@ makedepends="linux-headers python3-dev"
|
||||||
subpackages="$pkgname-dev $pkgname-doc py3-smbus:py"
|
subpackages="$pkgname-dev $pkgname-doc py3-smbus:py"
|
||||||
source="https://fossies.org/linux/misc/i2c-tools-$pkgver.tar.gz"
|
source="https://fossies.org/linux/misc/i2c-tools-$pkgver.tar.gz"
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
sed -e "s|^DESTDIR.*|DESTDIR = \"$pkgdir\"|" \
|
sed -e "s|^DESTDIR.*|DESTDIR = \"$pkgdir\"|" \
|
||||||
|
|
|
@ -49,7 +49,6 @@ EOF
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
38220591a59f8209b106d1e170ef1eca6be8ecf8b3395507101407dfa400503b6c137bedcf1fd03296ace386d9047c31c23491e0c41d9746fd9d8d9541c47d15 icingaweb2-module-incubator-0.19.0.tar.gz
|
38220591a59f8209b106d1e170ef1eca6be8ecf8b3395507101407dfa400503b6c137bedcf1fd03296ace386d9047c31c23491e0c41d9746fd9d8d9541c47d15 icingaweb2-module-incubator-0.19.0.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -11,11 +11,6 @@ makedepends="cargo gtk4.0-dev"
|
||||||
source="https://github.com/weclaw1/image-roll/archive/$pkgver/image-roll-$pkgver.tar.gz"
|
source="https://github.com/weclaw1/image-roll/archive/$pkgver/image-roll-$pkgver.tar.gz"
|
||||||
options="!check" # no tests provided
|
options="!check" # no tests provided
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@ prepare() {
|
||||||
mkdir -p $builddir
|
mkdir -p $builddir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
gcj-6 -Wl,-Bsymbolic -findirect-dispatch -o ecj \
|
gcj-6 -Wl,-Bsymbolic -findirect-dispatch -o ecj \
|
||||||
--main=org.eclipse.jdt.internal.compiler.batch.Main \
|
--main=org.eclipse.jdt.internal.compiler.batch.Main \
|
||||||
|
|
|
@ -125,7 +125,6 @@ libs() {
|
||||||
_mv $_rubydir/gems $_rubydir/stdlib
|
_mv $_rubydir/gems $_rubydir/stdlib
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
_mv() {
|
_mv() {
|
||||||
local path; for path in "$@"; do
|
local path; for path in "$@"; do
|
||||||
mkdir -p "$subpkgdir"/${path%/*}
|
mkdir -p "$subpkgdir"/${path%/*}
|
||||||
|
|
|
@ -27,7 +27,6 @@ options="!check" # no test suite
|
||||||
|
|
||||||
[ "$CARCH" = "riscv64" ] && options="$options textrels"
|
[ "$CARCH" = "riscv64" ] && options="$options textrels"
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -G Ninja \
|
cmake -B build -G Ninja \
|
||||||
-DCMAKE_BUILD_TYPE=None \
|
-DCMAKE_BUILD_TYPE=None \
|
||||||
|
|
|
@ -30,7 +30,6 @@ package() {
|
||||||
install -Dm0644 LICENSE -t "$pkgdir"/usr/share/licenses/"$pkgname"
|
install -Dm0644 LICENSE -t "$pkgdir"/usr/share/licenses/"$pkgname"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
bdaaa856fcc7c4e1deb89e495db38852f8b07381de8d478d67e84313c09f9d9498b69426dbf161ad03d9a1ec921bad89b9309e9aef7da3af8192f9cca531a1b9 lazygit-0.36.0.tar.gz
|
bdaaa856fcc7c4e1deb89e495db38852f8b07381de8d478d67e84313c09f9d9498b69426dbf161ad03d9a1ec921bad89b9309e9aef7da3af8192f9cca531a1b9 lazygit-0.36.0.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -90,7 +90,6 @@ check() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
# Note: The testsuite does not parallelize well, as the 'clean' target get run in parallel.
|
# Note: The testsuite does not parallelize well, as the 'clean' target get run in parallel.
|
||||||
# Hence '-j${JOBS}' was left out on purpose
|
# Hence '-j${JOBS}' was left out on purpose
|
||||||
#
|
#
|
||||||
|
|
|
@ -17,7 +17,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/xiph/libao/archive/$pkgver.t
|
||||||
# 1.2.0-r3:
|
# 1.2.0-r3:
|
||||||
# - CVE-2017-11548
|
# - CVE-2017-11548
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
|
@ -10,7 +10,6 @@ license="GPL"
|
||||||
subpackages="$pkgname-dev"
|
subpackages="$pkgname-dev"
|
||||||
source="https://download.videolan.org/pub/videolan/libdvbcsa/$pkgver/libdvbcsa-$pkgver.tar.gz"
|
source="https://download.videolan.org/pub/videolan/libdvbcsa/$pkgver/libdvbcsa-$pkgver.tar.gz"
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
update_config_sub
|
update_config_sub
|
||||||
|
|
|
@ -12,7 +12,6 @@ source="https://download.videolan.org/pub/libdvbpsi/$pkgver/libdvbpsi-$pkgver.ta
|
||||||
fix-includes.patch
|
fix-includes.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
|
|
|
@ -28,7 +28,6 @@ build() {
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
make check
|
make check
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,7 +15,6 @@ source="https://dev-www.libreoffice.org/src/libfreehand/libfreehand-$pkgver.tar.
|
||||||
fix-build.patch
|
fix-build.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
update_config_sub
|
update_config_sub
|
||||||
|
|
|
@ -44,7 +44,6 @@ package() {
|
||||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
cd95c6714575c0afc52455bb99c9116af27716868648debe0e5309904cfaf7516cf2379e415b3d9dd57b5dd223bae8e8acbaf705a3867dad8f75aec22eea908e libgweather-4.2.0.tar.xz
|
cd95c6714575c0afc52455bb99c9116af27716868648debe0e5309904cfaf7516cf2379e415b3d9dd57b5dd223bae8e8acbaf705a3867dad8f75aec22eea908e libgweather-4.2.0.tar.xz
|
||||||
"
|
"
|
||||||
|
|
|
@ -41,7 +41,6 @@ package() {
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
867157c9e316eb5ed69ebdf1017ed86990aabf7a885ba26acab36782f0f27e10b4621a7db15ac90335e808022490a98560d5ff443e6f697c578eed5868385ebd ido_13.10.0+17.04.20161028.orig.tar.gz
|
867157c9e316eb5ed69ebdf1017ed86990aabf7a885ba26acab36782f0f27e10b4621a7db15ac90335e808022490a98560d5ff443e6f697c578eed5868385ebd ido_13.10.0+17.04.20161028.orig.tar.gz
|
||||||
303870b73831c469c0b1df523cc3e4a54fd32a4dd3b2b76ba6940b143ae8a9114833ddb421080ca7335adb3e2f2d39addfeaa710e517f3d214fb13283bd626e4 ubuntu-private.patch
|
303870b73831c469c0b1df523cc3e4a54fd32a4dd3b2b76ba6940b143ae8a9114833ddb421080ca7335adb3e2f2d39addfeaa710e517f3d214fb13283bd626e4 ubuntu-private.patch
|
||||||
|
|
|
@ -16,11 +16,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/ImageOptim/libimagequant/arc
|
||||||
builddir="$srcdir/$pkgname-$pkgver/imagequant-sys"
|
builddir="$srcdir/$pkgname-$pkgver/imagequant-sys"
|
||||||
options="net"
|
options="net"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO=true
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC=abort
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
|
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
x86)
|
x86)
|
||||||
# tests fail
|
# tests fail
|
||||||
|
|
|
@ -13,7 +13,6 @@ source="https://gentoo.osuosl.org/distfiles/libmpeg2-$pkgver.tar.gz
|
||||||
arm-textrel.patch
|
arm-textrel.patch
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
update_config_sub
|
update_config_sub
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
|
@ -326,7 +326,6 @@ add_lang zh_cn "Simplified Chinese (Peoples Republic of China)" zh_CN
|
||||||
add_lang zh_tw "Traditional Chinese (Taiwan)" zh_TW
|
add_lang zh_tw "Traditional Chinese (Taiwan)" zh_TW
|
||||||
add_lang zu "Zulu"
|
add_lang zu "Zulu"
|
||||||
|
|
||||||
|
|
||||||
# help abuild find shared objects in rpath
|
# help abuild find shared objects in rpath
|
||||||
ldpath="/usr/lib/libreoffice/program:/usr/lib/libreoffice/ure/lib/"
|
ldpath="/usr/lib/libreoffice/program:/usr/lib/libreoffice/ure/lib/"
|
||||||
|
|
||||||
|
|
|
@ -51,8 +51,6 @@ fi
|
||||||
# - CVE-2019-20446
|
# - CVE-2019-20446
|
||||||
|
|
||||||
export RUSTFLAGS="$RUSTFLAGS -C debuginfo=1"
|
export RUSTFLAGS="$RUSTFLAGS -C debuginfo=1"
|
||||||
export CARGO_PROFILE_RELEASE_LTO=true
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
|
@ -24,7 +24,6 @@ package() {
|
||||||
DESTDIR="$pkgdir" meson install -C output
|
DESTDIR="$pkgdir" meson install -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
f6b64e55db556933066a489e2792830a0c34b5bfc365fedb190846ec98292c6e09f07fd2d7bcf97c81a5dfa64e8d66494ff3f2706de63964a222627cb86bfa25 libspecbleach-0.1.6.tar.gz
|
f6b64e55db556933066a489e2792830a0c34b5bfc365fedb190846ec98292c6e09f07fd2d7bcf97c81a5dfa64e8d66494ff3f2706de63964a222627cb86bfa25 libspecbleach-0.1.6.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -24,7 +24,6 @@ build() {
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,5 +30,4 @@ package() {
|
||||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="e1b99e80aa671fa5a4d7f7f7a4ea70ce7c5fdaf97574407f79aa11a75dd177e1e3f92027728a83ded62e305852bbda76eb90326aaa1f5f19b77272b008351810 libvirt-glib-4.0.0.tar.xz"
|
sha512sums="e1b99e80aa671fa5a4d7f7f7a4ea70ce7c5fdaf97574407f79aa11a75dd177e1e3f92027728a83ded62e305852bbda76eb90326aaa1f5f19b77272b008351810 libvirt-glib-4.0.0.tar.xz"
|
||||||
|
|
|
@ -197,7 +197,6 @@ _dev() {
|
||||||
install -Dt "${dir}" -m644 $builddir/System.map
|
install -Dt "${dir}" -m644 $builddir/System.map
|
||||||
cp -t "$dir" -a $builddir/scripts
|
cp -t "$dir" -a $builddir/scripts
|
||||||
|
|
||||||
|
|
||||||
install -Dt "${dir}/arch/${_carch}" -m644 $builddir/arch/${_carch}/Makefile
|
install -Dt "${dir}/arch/${_carch}" -m644 $builddir/arch/${_carch}/Makefile
|
||||||
install -Dt "${dir}/arch/${_carch}/kernel" -m644 $builddir/arch/${_carch}/kernel/asm-offsets.s
|
install -Dt "${dir}/arch/${_carch}/kernel" -m644 $builddir/arch/${_carch}/kernel/asm-offsets.s
|
||||||
cp -t "${dir}/arch/${_carch}" -a $builddir/arch/${_carch}/include
|
cp -t "${dir}/arch/${_carch}" -a $builddir/arch/${_carch}/include
|
||||||
|
|
|
@ -217,7 +217,6 @@ bpftool_bashcomp() {
|
||||||
"$subpkgdir"/usr/share/bash-completion/completions/
|
"$subpkgdir"/usr/share/bash-completion/completions/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a linux-5.15.tar.xz
|
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a linux-5.15.tar.xz
|
||||||
c48120c5067003deb6b6ee057a1e6a3b635e2c1ff72435ced83d894d1b4ee03ca792d72777185db94e844e7fb5a4a49a98e6c906eb2cfaef87b96b7c8de5f622 patch-5.15.74.xz
|
c48120c5067003deb6b6ee057a1e6a3b635e2c1ff72435ced83d894d1b4ee03ca792d72777185db94e844e7fb5a4a49a98e6c906eb2cfaef87b96b7c8de5f622 patch-5.15.74.xz
|
||||||
|
|
|
@ -50,5 +50,4 @@ _subpackage() {
|
||||||
echo 'rock_manifest = {}' > "$rockdir"/rock_manifest
|
echo 'rock_manifest = {}' > "$rockdir"/rock_manifest
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="87e53afa85aa66cc0359d9581eb3dd9974f6ceb11cb57b0bfc6745d9bb1b6dbc90520fb6834e5de85b7fc46ff44c5d35dfd7136547a1973585f8cbf8707b45d1 lua-luatz-0.4.1.tar.gz"
|
sha512sums="87e53afa85aa66cc0359d9581eb3dd9974f6ceb11cb57b0bfc6745d9bb1b6dbc90520fb6834e5de85b7fc46ff44c5d35dfd7136547a1973585f8cbf8707b45d1 lua-luatz-0.4.1.tar.gz"
|
||||||
|
|
|
@ -12,8 +12,6 @@ source="
|
||||||
$pkgname-$pkgver.tar.gz::https://github.com/Roblox/luau/archive/refs/tags/$pkgver.tar.gz
|
$pkgname-$pkgver.tar.gz::https://github.com/Roblox/luau/archive/refs/tags/$pkgver.tar.gz
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
if [ "$CBUILD" != "$CHOST" ]; then
|
if [ "$CBUILD" != "$CHOST" ]; then
|
||||||
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
|
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
|
||||||
|
|
|
@ -28,7 +28,6 @@ check() {
|
||||||
meson test --no-rebuild --print-errorlogs -C output
|
meson test --no-rebuild --print-errorlogs -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||||
install -m755 -D "$srcdir"/$pkgname.initd \
|
install -m755 -D "$srcdir"/$pkgname.initd \
|
||||||
|
|
|
@ -29,7 +29,6 @@ package() {
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
9ca0d0d7df93152c94ce50f49a92a68e155b0d1a3d1d12ace03f3475b1a66df48f709a3e9b9bf7187779b9dcbecb5303fcd35646adda511bf89b39ce5f2758e1 mbt-3.9.tar.gz
|
9ca0d0d7df93152c94ce50f49a92a68e155b0d1a3d1d12ace03f3475b1a66df48f709a3e9b9bf7187779b9dcbecb5303fcd35646adda511bf89b39ce5f2758e1 mbt-3.9.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -29,7 +29,6 @@ package() {
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
85b4b4d4ada34c6ddef13385e0f2203453f4886e69015d28625896368827c9f1753105f957ec3efc9a4ca9aa421f5677bb9af85dc1d8a96a5bd51062a7994991 mbtserver-0.16.tar.gz
|
85b4b4d4ada34c6ddef13385e0f2203453f4886e69015d28625896368827c9f1753105f957ec3efc9a4ca9aa421f5677bb9af85dc1d8a96a5bd51062a7994991 mbtserver-0.16.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -20,10 +20,7 @@ source="https://github.com/cantino/mcfly/archive/v$pkgver/mcfly-$pkgver.tar.gz
|
||||||
"
|
"
|
||||||
|
|
||||||
# Reduce size of the mcfly binary.
|
# Reduce size of the mcfly binary.
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
|
@ -24,7 +24,6 @@ check() {
|
||||||
go test ./...
|
go test ./...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 ./build/minify -t "$pkgdir"/usr/bin
|
install -Dm755 ./build/minify -t "$pkgdir"/usr/bin
|
||||||
install -Dm644 ./cmd/minify/bash_completion "$pkgdir"/usr/share/bash-completion/completions/minify
|
install -Dm644 ./cmd/minify/bash_completion "$pkgdir"/usr/share/bash-completion/completions/minify
|
||||||
|
|
|
@ -71,7 +71,6 @@ mwm() {
|
||||||
"$pkgdir"/usr/lib/X11/system.mwmrc > "$subpkgdir"/usr/lib/X11/system.mwmrc
|
"$pkgdir"/usr/lib/X11/system.mwmrc > "$subpkgdir"/usr/lib/X11/system.mwmrc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
1ab8e8eece25ef97e948592b5fa3e19d98e932695290a18b7a8e90f1aa2766bc4f082bdbc3999dff5660e684821178a149040f76bb477163e53ca06474d02b55 motif-2.3.8.tar.gz
|
1ab8e8eece25ef97e948592b5fa3e19d98e932695290a18b7a8e90f1aa2766bc4f082bdbc3999dff5660e684821178a149040f76bb477163e53ca06474d02b55 motif-2.3.8.tar.gz
|
||||||
aff5be25bd25666e6134bc18faaffd54914cc390ca4d89a498efae5aa6dd175ac2b17dc719f7b8d27cff5db2f17b714ddfd5a163f219cad5f5c949cf5eb4786d 02-fix-format-security.patch
|
aff5be25bd25666e6134bc18faaffd54914cc390ca4d89a498efae5aa6dd175ac2b17dc719f7b8d27cff5db2f17b714ddfd5a163f219cad5f5c949cf5eb4786d 02-fix-format-security.patch
|
||||||
|
|
|
@ -10,10 +10,7 @@ license="MIT"
|
||||||
makedepends="cargo"
|
makedepends="cargo"
|
||||||
source="https://github.com/pvolok/mprocs/archive/v$pkgver/mprocs-$pkgver.tar.gz"
|
source="https://github.com/pvolok/mprocs/archive/v$pkgver/mprocs-$pkgver.tar.gz"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
|
@ -17,11 +17,6 @@ subpackages="
|
||||||
"
|
"
|
||||||
source="https://github.com/EdJoPaTo/mqttui/archive/v$pkgver/mqttui-$pkgver.tar.gz"
|
source="https://github.com/EdJoPaTo/mqttui/archive/v$pkgver/mqttui-$pkgver.tar.gz"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
|
|
|
@ -22,10 +22,6 @@ source="https://github.com/hrkfdn/ncspot/archive/v$pkgver/ncspot-$pkgver.tar.gz"
|
||||||
options="!check" # there's only one unit test (in v0.8.1)
|
options="!check" # there's only one unit test (in v0.8.1)
|
||||||
|
|
||||||
# Optimize binary for size (18 MiB -> 8.2 MiB in v0.8.1).
|
# Optimize binary for size (18 MiB -> 8.2 MiB in v0.8.1).
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="s"
|
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
_cargo_opts='--frozen --features cover,share_selection'
|
_cargo_opts='--frozen --features cover,share_selection'
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,6 @@ case "$CARCH" in
|
||||||
riscv64) options="!check textrels";;
|
riscv64) options="!check textrels";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
msg2 "Building nim csources..."
|
msg2 "Building nim csources..."
|
||||||
./build.sh
|
./build.sh
|
||||||
|
|
|
@ -11,10 +11,7 @@ makedepends="cargo libgit2-dev zlib-dev"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/onefetch/$pkgver/download"
|
source="$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/onefetch/$pkgver/download"
|
||||||
|
|
||||||
# Reduce binary size
|
# Reduce binary size
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
|
@ -47,8 +47,6 @@ lanserv() {
|
||||||
"$subpkgdir"/usr/bin/
|
"$subpkgdir"/usr/bin/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
615fccd1ffd4af18584c1b0e54667ba2de60b6d42b44e7448f27808114180fa3b31b4834276bdf69c3df1e5210df871fd888deec8186377524838390fe41e641 OpenIPMI-2.0.33.tar.gz
|
615fccd1ffd4af18584c1b0e54667ba2de60b6d42b44e7448f27808114180fa3b31b4834276bdf69c3df1e5210df871fd888deec8186377524838390fe41e641 OpenIPMI-2.0.33.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -75,7 +75,6 @@ if [ $_run_jtreg -ne 0 ]; then
|
||||||
checkdepends="$checkdepends font-freefont xvfb-run"
|
checkdepends="$checkdepends font-freefont xvfb-run"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
|
|
|
@ -72,7 +72,6 @@ if [ $_run_jtreg -ne 0 ]; then
|
||||||
checkdepends="$checkdepends font-freefont xvfb-run"
|
checkdepends="$checkdepends font-freefont xvfb-run"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,6 @@ if [ $_run_jtreg -ne 0 ]; then
|
||||||
checkdepends="$checkdepends font-freefont xvfb-run"
|
checkdepends="$checkdepends font-freefont xvfb-run"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
unpack() {
|
unpack() {
|
||||||
if [ -z "$force" ]; then
|
if [ -z "$force" ]; then
|
||||||
verify
|
verify
|
||||||
|
@ -257,7 +256,6 @@ _jre() {
|
||||||
"$_toroot/lib"
|
"$_toroot/lib"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
_src() {
|
_src() {
|
||||||
pkgdesc="Oracle OpenJDK 9 (sources)"
|
pkgdesc="Oracle OpenJDK 9 (sources)"
|
||||||
depends="$pkgname-jre-headless"
|
depends="$pkgname-jre-headless"
|
||||||
|
|
|
@ -76,7 +76,6 @@ check() {
|
||||||
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "replay_tests"
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "replay_tests"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" cmake --install build
|
DESTDIR="$pkgdir" cmake --install build
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,6 @@ prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -G Ninja \
|
cmake -B build -G Ninja \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
|
|
@ -23,7 +23,6 @@ check() {
|
||||||
meson test --no-rebuild --print-errorlogs -C output
|
meson test --no-rebuild --print-errorlogs -C output
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||||
}
|
}
|
||||||
|
|
|
@ -27,7 +27,6 @@ source="patchwork-$pkgver.tar.gz::https://github.com/getpatchwork/patchwork/arch
|
||||||
nginx-patchwork.conf
|
nginx-patchwork.conf
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
# secfixes:
|
# secfixes:
|
||||||
# 2.0.1-r1:
|
# 2.0.1-r1:
|
||||||
# - CVE-2019-13122
|
# - CVE-2019-13122
|
||||||
|
|
|
@ -81,7 +81,6 @@ check() {
|
||||||
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "$skipped_tests"
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "$skipped_tests"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" cmake --install build
|
DESTDIR="$pkgdir" cmake --install build
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,10 +16,7 @@ source="https://github.com/ryochack/peep/archive/$_gitrev/peep-$_gitrev.tar.gz
|
||||||
"
|
"
|
||||||
builddir="$srcdir/$pkgname-$_gitrev"
|
builddir="$srcdir/$pkgname-$_gitrev"
|
||||||
|
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1
|
|
||||||
export CARGO_PROFILE_RELEASE_LTO="true"
|
|
||||||
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
export CARGO_PROFILE_RELEASE_OPT_LEVEL="z"
|
||||||
export CARGO_PROFILE_RELEASE_PANIC="abort"
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
|
|
|
@ -31,5 +31,4 @@ package() {
|
||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="36245caf60d0b210dfbbc1f2668e6b8a227e6641be3800d4e62f6a9902b6b95bc2e952bc48ccd2a61ba958c68b142f64592ffeec9da8bc35d7c8bc5d9b625c80 Business-ISBN-Data-20210112.006.tar.gz"
|
sha512sums="36245caf60d0b210dfbbc1f2668e6b8a227e6641be3800d4e62f6a9902b6b95bc2e952bc48ccd2a61ba958c68b142f64592ffeec9da8bc35d7c8bc5d9b625c80 Business-ISBN-Data-20210112.006.tar.gz"
|
||||||
|
|
|
@ -31,7 +31,6 @@ package() {
|
||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
ade8f846bc912edce9b1423d7dc12fd692377b0be9debc4e999ed520211306f4c344c3c7711283c9f77072707e97896b8f58b86e059798a09a8aeebf0668dab6 Business-ISBN-3.007.tar.gz
|
ade8f846bc912edce9b1423d7dc12fd692377b0be9debc4e999ed520211306f4c344c3c7711283c9f77072707e97896b8f58b86e059798a09a8aeebf0668dab6 Business-ISBN-3.007.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -39,5 +39,4 @@ package() {
|
||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="93d73a84e394faf8411d158ead0bc398ff1935ba14e35c64992d9fc8c2aa4ce1a71b5f46dbb1a765d3b160b19a9216bec68d42c8be1940d271dde418a62db4ec Encode-JIS2K-0.03.tar.gz"
|
sha512sums="93d73a84e394faf8411d158ead0bc398ff1935ba14e35c64992d9fc8c2aa4ce1a71b5f46dbb1a765d3b160b19a9216bec68d42c8be1940d271dde418a62db4ec Encode-JIS2K-0.03.tar.gz"
|
||||||
|
|
|
@ -38,5 +38,4 @@ package() {
|
||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="c9cb95ff9ce3d30163e3e6e76adc03e164bddcef1fa58a068f6fc41e4be7289f06712457fba341244e6d37ec5976912920d44ac02ff6c9a2cde368b102e5133e ExtUtils-LibBuilder-0.08.tar.gz"
|
sha512sums="c9cb95ff9ce3d30163e3e6e76adc03e164bddcef1fa58a068f6fc41e4be7289f06712457fba341244e6d37ec5976912920d44ac02ff6c9a2cde368b102e5133e ExtUtils-LibBuilder-0.08.tar.gz"
|
||||||
|
|
|
@ -30,5 +30,4 @@ package() {
|
||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
sha512sums="139033e207ba9b12eb8701ea9e6e363f6d36e68320cb1a8b4d5943722fe80330594e42fd6d8061794d97dbdb06fdcdd48efea480a254a1e8981ea70e933346d4 Glib-1.3293.tar.gz"
|
sha512sums="139033e207ba9b12eb8701ea9e6e363f6d36e68320cb1a8b4d5943722fe80330594e42fd6d8061794d97dbdb06fdcdd48efea480a254a1e8981ea70e933346d4 Glib-1.3293.tar.gz"
|
||||||
|
|
|
@ -32,12 +32,6 @@ package() {
|
||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
51638c45dd7b21a87e3d6771f06dd5fae1e71da7dea4d337de2e540de4ab625a53e349799ee4c0cc77108fff4c47027d33f501edafb52daaef699f82edd5c3d3 Graph-0.9725.tar.gz
|
51638c45dd7b21a87e3d6771f06dd5fae1e71da7dea4d337de2e540de4ab625a53e349799ee4c0cc77108fff4c47027d33f501edafb52daaef699f82edd5c3d3 Graph-0.9725.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -39,8 +39,6 @@ package() {
|
||||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
4c469c7eb4863fd0ee9cda1e88288ddcc559910174f134aef7b9edcadcb4a5216c37734cff52e7bb2b35d3bfab6e068794936991be32b9a012b19bbfe8edaabb GraphViz-2.25.tar.gz
|
4c469c7eb4863fd0ee9cda1e88288ddcc559910174f134aef7b9edcadcb4a5216c37734cff52e7bb2b35d3bfab6e068794936991be32b9a012b19bbfe8edaabb GraphViz-2.25.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue