Package Details: madoka-magica-fonts 20210205-1

Git Clone URL: https://aur.archlinux.org/madoka-magica-fonts.git (read-only, click to copy)
Package Base: madoka-magica-fonts
Description: Fonts for Puella Magi Madoca magica
Upstream URL: https://wiki.puella-magi.net/Deciphering_the_runes#Fonts
Licenses: custom
Submitter: hayao
Maintainer: hayao
Last Packager: hayao
Votes: 1
Popularity: 0.000000
First Submitted: 2021-01-24 10:11 (UTC)
Last Updated: 2021-02-05 12:29 (UTC)

Latest Comments

SamLukeYes commented on 2022-03-06 05:40 (UTC)

Confirmed this modified PKGBUILD works:

pkgname="madoka-magica-fonts"
pkgver=20210205
pkgrel=1
pkgdesc="Fonts for Puella Magi Madoca magica"
arch=('any')
url="https://wiki.puella-magi.net/Deciphering_the_runes#Fonts"
license=('custom')
depends=()
makedepends=()
source=(
    # MadokaRunes
    "MadokaRunes-2.0.ttf::https://wiki.puella-magi.net/w/resources/assets/fonts/runes.ttf"

    # Musical Font
    "https://wiki.puella-magi.net/w/resources/assets/fonts/runesmusical.ttf"

    # Madoka Font
    "https://download1588.mediafire.com/gbxysq5uelhg/u9xpuf1kbg9kbh3/aka063.zip"

    # Maficum Texturae
    "https://download942.mediafire.com/xeju88qnl7xg/gusxg6b3q8ivs14/nkf11_magicum_texturae.zip"

    # MadokaLetters
    "MadokaLetters.ttf::https://download1103.mediafire.com/7uecz4axz4kg/891iu9c9e2j1tig/MadokaLetters.ttf"
)

md5sums=(
    "a34bd82eaf6250c042b824eb33b38e2e"
    '743bc26c29f6d495ee534c816cade05a'
    'SKIP'
    'SKIP'
    "SKIP"
)

package() {
    local font_list=(
        $(find "${srcdir}" -name '*.ttf' | xargs -If realpath f)
        $(find "${srcdir}" -name '*.otf' | xargs -If realpath f)
    )

    for font in ${font_list[@]}; do
        install -m 755 -D "${font}" "${pkgdir}/usr/share/fonts/madoka-magica/$(basename "${font}")"
    done
}

zoorat commented on 2021-12-01 18:45 (UTC)

dead url...

==> ERROR: Failure while downloading https://download2269.mediafire.com/nfawo5exnqtg/muzsvbsg4cu2shu/MadokaMusical.ttf
    Aborting...

Reisenfag commented on 2021-02-05 17:43 (UTC)

Mediafiire don't support direct download. https://i.imgur.com/CJExrrK.png

hayao commented on 2021-02-05 12:30 (UTC)

I maybe fixed

Reisenfag commented on 2021-02-05 11:43 (UTC)

Some files is corrupted.