workaround for missing paperspecs config file in haikuporter chroot (#11582)

Co-authored-by: jmairboeck <j.mairboeck@gmail.com>
This commit is contained in:
Schrijvers Luc
2025-01-03 20:10:39 +01:00
committed by GitHub
parent 30c59f4219
commit 949d12a542

View File

@@ -10,7 +10,7 @@ etc.) of heterogeneous files."
HOMEPAGE="https://www.gnu.org/software/a2ps/"
COPYRIGHT="2024 Akim Demaille, Miguel Santana, and Reuben Thomas"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="https://ftp.gnu.org/gnu/a2ps/a2ps-$portVersion.tar.gz"
CHECKSUM_SHA256="87ff9d801cb11969181d5b8cf8b65e65e5b24bb0c76a1b825e8098f2906fbdf4"
@@ -88,13 +88,9 @@ INSTALL()
TEST()
{
# TOTAL: 23
# PASS: 3
# SKIP: 0
# XFAIL: 0
# FAIL: 20
# XPASS: 0
# ERROR: 0
# mostly "a2ps: unknown medium `A4'"
# workaround for missing paperspecs config file in haikuporter chroot
# these are the paper formats that are used in tests
echo A4,210,297,mm > $(finddir B_SYSTEM_SETTINGS_DIRECTORY)/paperspecs
# 22 out of 23 pass
make VERBOSE=1 check
}