mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 13:34:36 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing
This commit is contained in:
commit
ffa184d006
@ -7,9 +7,9 @@
|
|||||||
# include global config
|
# include global config
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||||
|
|
||||||
pkgname=ttf-ubuntu-font
|
|
||||||
_pkgname=ubuntu-font-family
|
_pkgname=ubuntu-font-family
|
||||||
pkgver=0.70.1
|
pkgname=ttf-ubuntu-font
|
||||||
|
pkgver=0.71.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The default TTF font family used by Ubuntu."
|
pkgdesc="The default TTF font family used by Ubuntu."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -18,7 +18,7 @@ url="http://font.ubuntu.com/"
|
|||||||
depends=('fontconfig' 'xorg-font-utils')
|
depends=('fontconfig' 'xorg-font-utils')
|
||||||
source=("http://font.ubuntu.com/download/${_pkgname}-${pkgver}.zip")
|
source=("http://font.ubuntu.com/download/${_pkgname}-${pkgver}.zip")
|
||||||
install="fc-cache.install"
|
install="fc-cache.install"
|
||||||
md5sums=('ec2e9b6535c74a654cc6bd2d935b5856')
|
md5sums=('5be61a17e940a0aa9a98bf468b1e4e90')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${_pkgname}-${pkgver}"
|
cd "${srcdir}/${_pkgname}-${pkgver}"
|
||||||
|
Loading…
Reference in New Issue
Block a user