Search Criteria
Package Details: ttf-umeplus 20161108-2
Git Clone URL: | https://aur.archlinux.org/ttf-umeplus.git (read-only, click to copy) |
---|---|
Package Base: | ttf-umeplus |
Description: | Modified Ume and M+ fonts for Japanese |
Upstream URL: | http://www.geocities.jp/ep3797/modified_fonts_01.html |
Licenses: | |
Submitter: | None |
Maintainer: | noonov |
Last Packager: | noonov |
Votes: | 19 |
Popularity: | 0.73 |
First Submitted: | 2007-11-27 00:33 |
Last Updated: | 2017-07-24 00:27 |
Latest Comments
NoSuck commented on 2018-06-24 22:26
Upstream seems to be unreliable. The URL 404's yet again, and the UmePlus project has been removed from OSDN. Debian, however, is on top of things:
https://tracker.debian.org/pkg/fonts-umeplus
Here is a patch that points the PKGBUILD to Debian's mirror and also resolves whitespace quoting issues:
harmathy commented on 2014-05-02 09:23
Please update the PKGBUILD to this:
# Contributor: Jorge Mokross <mokross@gmail.com>
# Contributor: noonov <noonov@gmail.com>
pkgname=ttf-umeplus
pkgver=20140427
pkgrel=1
pkgdesc="Modified Ume and M+ fonts for Japanese"
url="http://www.geocities.jp/ep3797/modified_fonts_01.html"
license=('custom')
arch=('any')
depends=('fontconfig' 'xorg-font-utils')
install=ttf.install
source=(http://downloads.sourceforge.net/mdk-ut/30-source/source/umeplus-fonts-${pkgver}.tar.lzma)
md5sums=('7dcf820634fd04f38d3a0fce849e5638')
package() {
cd ${srcdir}/umeplus-fonts-${pkgver}
install -d ${pkgdir}/usr/share/fonts/TTF
install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
install -D -m644 docs-mplus/LICENSE_E \
${pkgdir}/usr/share/licenses/${pkgname}/COPYING_MPLUS.txt
install -D -m644 docs-ume/license.html \
${pkgdir}/usr/share/licenses/${pkgname}/COPYING_UME.html
}
gyscos commented on 2012-05-10 21:14
Download fails, file does not exist.