mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:47:16 +08:00
bdf-unifont: update to 7.0.03
This commit is contained in:
parent
5120f65445
commit
5916250900
@ -1,4 +1,4 @@
|
||||
CENSE
|
||||
LICENSE
|
||||
-------
|
||||
Roman Czyborra released his work (Perl scripts and font .hex files)
|
||||
under the following terms:
|
||||
|
@ -3,21 +3,22 @@
|
||||
#
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=bdf-unifont
|
||||
pkgver=5.1.20080820
|
||||
pkgrel=2
|
||||
_pkgname=unifont
|
||||
pkgname=bdf-${_pkgname}
|
||||
pkgver=7.0.03
|
||||
pkgrel=1
|
||||
pkgdesc="GNU Unifont Glyphs"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom' 'GPL2')
|
||||
url="http://unifoundry.com/unifont.html"
|
||||
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
|
||||
install=unifont.install
|
||||
source=('http://unifoundry.com/unifont-5.1.20080820.bdf.gz' 'LICENSE')
|
||||
md5sums=('6b8263ceccef33bd633aa019d74b7943'
|
||||
'64da5a96d6789d29d485cd67a43bc547')
|
||||
source=("http://unifoundry.com/pub/${_pkgname}-${pkgver}/font-builds/${_pkgname}-${pkgver}.bdf.gz" 'LICENSE')
|
||||
md5sums=('06942d44b12cc228814d85082916ef67'
|
||||
'2bb5ee7b73893aa7c9fd837ff95d6b4d')
|
||||
|
||||
build() {
|
||||
install -Dm644 ${srcdir}/unifont-5.1.20080820.bdf \
|
||||
package() {
|
||||
install -Dm644 ${srcdir}/${_pkgname}-${pkgver}.bdf \
|
||||
${pkgdir}/usr/share/fonts/misc/unifont.bdf
|
||||
|
||||
# install LICENSE file
|
||||
|
Loading…
Reference in New Issue
Block a user