Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=881677fccf7df8b8d82c4dd121ac311b042485b1
commit 881677fccf7df8b8d82c4dd121ac311b042485b1 Author: crazy <[email protected]> Date: Sun Feb 11 00:41:59 2018 +0100 urw-fonts-20170801-1-x86_64 * Version bump * use urw-base35-fonts from github * change FB to use fonts schema diff --git a/source/apps/urw-fonts/FrugalBuild b/source/apps/urw-fonts/FrugalBuild index db65717..eddf65a 100644 --- a/source/apps/urw-fonts/FrugalBuild +++ b/source/apps/urw-fonts/FrugalBuild @@ -4,24 +4,35 @@ # Contributor: Bence Nagy <[email protected]> pkgname=urw-fonts -pkgver=1.0.7pre44 +pkgver=20170801 pkgrel=1 -pkgdesc="Cyrillized free URW fonts" -url="ftp://ftp.gnome.ru/fonts/urw/release/" -_F_archive_grep="pre" -depends=('fontconfig>=2.8.0') -makedepends=('mkfontscale' 'mkfontdir') +pkgdesc="URW++ base 35 font set." +depends=() groups=('apps') archs=("x86_64") -up2date="$pkgver" -source=(http://pkgs.fedoraproject.org/repo/pkgs/urw-fonts/$pkgname-$pkgver.tar.bz2/51c6c2690593cd9bd92f197a6f2ff8bd/$pkgname-$pkgver.tar.bz2) -sha1sums=('465fd5faab9ba9e7590f1bf761015862eb09748d') +_F_github_author="ArtifexSoftware" +_F_github_name="urw-base35-fonts" +_F_github_tag="yes" +Finclude github fonts +sha1sums=('c9d8c9707416ae24dcce8fddf73a2517bf42731e') + +options+=('force') build() { - cd $Fsrcdir || Fdie - Ffile *.{afm,pfb} /usr/share/ghostscript/fonts - cd $Fdestdir/usr/share/ghostscript/fonts || Fdie - mkfontscale || Fdie - mkfontdir || Fdie + + Fcd urw-base35-fonts-$pkgver + + Fmkdir etc/fonts/conf.d + ## appstream + Finstallrel 0644 appstream/*.xml usr/share/appdata/ + + Fbuild_fonts + + ## fontconfig + Fexec cd fontconfig + for jj in *.conf; do + Finstallrel 0644 $jj etc/fonts/conf.avail/70-$jj + Fln /etc/fonts/conf.avail/70-$jj etc/fonts/conf.d/70-$jj + done } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
