New package: font-libertine-5.3.0
closes #9639 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
d77f6189cf
commit
917bb233ba
2 changed files with 37 additions and 0 deletions
1
srcpkgs/font-libertine-otf
Symbolic link
1
srcpkgs/font-libertine-otf
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
font-libertine-ttf
|
36
srcpkgs/font-libertine-ttf/template
Normal file
36
srcpkgs/font-libertine-ttf/template
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# Template file for 'font-libertine-ttf'
|
||||||
|
pkgname=font-libertine-ttf
|
||||||
|
version=5.3.0
|
||||||
|
revision=1
|
||||||
|
_date=2012_07_02
|
||||||
|
archs=noarch
|
||||||
|
create_wrksrc=yes
|
||||||
|
depends="font-util xbps-triggers"
|
||||||
|
short_desc="Libertine TTF Fonts - Libre multilingual font family"
|
||||||
|
maintainer="Pascal Vanier <pascal.vanier@gmail.com>"
|
||||||
|
license="OFL-1.1"
|
||||||
|
homepage="http://libertine-fonts.org/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/project/linuxlibertine/linuxlibertine/${version}/LinLibertineTTF_${version}_${_date}.tgz
|
||||||
|
${SOURCEFORGE_SITE}/project/linuxlibertine/linuxlibertine/${version}/LinLibertineOTF_${version}_${_date}.tgz"
|
||||||
|
checksum="24a593a949808d976850131a953c0c0d7a72299531dfbb348191964cc038d75d
|
||||||
|
3eb84d13e59d390a3f0b15f93bbb590de693dd5f29c4e8083317dbbadf6fb985"
|
||||||
|
|
||||||
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/fonts/TTF
|
||||||
|
vcopy *.ttf usr/share/fonts/TTF
|
||||||
|
|
||||||
|
vmkdir usr/share/fonts/OTF
|
||||||
|
vcopy *.otf usr/share/fonts/OTF
|
||||||
|
}
|
||||||
|
|
||||||
|
font-libertine-otf_package() {
|
||||||
|
archs=noarch
|
||||||
|
depends="font-util xbps-triggers"
|
||||||
|
short_desc="Libertine OTF Fonts - Libre multilingual font family"
|
||||||
|
font_dirs="/usr/share/fonts/OTF"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/share/fonts/OTF
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue