~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] testing/font-ipaex: new aport

Details
Message ID
<20211115100914.48895-1-wolf@wolfsden.cz>
DKIM signature
missing
Download raw message
Patch: +21 -0
---
 testing/font-ipaex/APKBUILD | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 testing/font-ipaex/APKBUILD

diff --git a/testing/font-ipaex/APKBUILD b/testing/font-ipaex/APKBUILD
new file mode 100644
index 0000000000..42647c8704
--- /dev/null
+++ b/testing/font-ipaex/APKBUILD
@@ -0,0 +1,21 @@
# Maintainer: Tomas Volf <wolf@wolfsden.cz>
pkgname=font-ipaex
pkgver=00401
pkgrel=0
pkgdesc="Japanese outline fonts following the tradition of Japanese printing font"
url="https://www.ipa.go.jp/"
arch="noarch"
license="IPA"
depends="fontconfig"
options="!check" # No test suite
install=""
source="https://data.wolfsden.cz/mirror/IPAexfont$pkgver.zip"
builddir="$srcdir/IPAexfont$pkgver"

package() {
	install -Dm644 -t "$pkgdir"/usr/share/fonts/ipaexfont *.ttf
}

sha512sums="
fe639ded0a25eed66df8cc1e9d5e965b501574a25fab542a749b3cb8464690448e44343ff5845aecd3224ec481c4089ee56e64880cbbc9211a260b22d4cc68cd  IPAexfont00401.zip
"
-- 
2.33.1
Details
Message ID
<163698095334.44163.8841892681677968076.gitlab.27458.715833e2f12d753c9b2090c54427a826a756771a@listserv.local>
In-Reply-To
<20211115100914.48895-1-wolf@wolfsden.cz> (view parent)
DKIM signature
missing
Download raw message
On Mon, 15 Nov 2021 11:09:14 +0100, Wolf wrote:
> +depends="fontconfig"
> +options="!check" # No test suite
> +install=""

please remove this empty variable

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27458#note_192208
Reply to thread Export thread (mbox)