Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=eee3f500527ab19dc8feef1c80dec8f2b4876dbd
commit eee3f500527ab19dc8feef1c80dec8f2b4876dbd Author: crazy <[email protected]> Date: Thu Feb 1 20:42:02 2018 +0100 cantarell-fonts-0.0.25-3-x86_64 * dummy bump * fix the package.. no need for Finclde gnome * use just Finclude fonts and add source=() , up2date=() , url=() * use Fexec diff --git a/source/x11/cantarell-fonts/FrugalBuild b/source/x11/cantarell-fonts/FrugalBuild index c3bae05..9e33a0b 100644 --- a/source/x11/cantarell-fonts/FrugalBuild +++ b/source/x11/cantarell-fonts/FrugalBuild @@ -4,23 +4,25 @@ pkgname=cantarell-fonts pkgver=0.0.25 -pkgrel=2 +pkgrel=3 pkgdesc="Contemporary humanist sans-serif font" +url="https://download.gnome.org/sources/cantarell-fonts" groups=('x11' 'xorg-core' 'xorg-fonts') archs=("x86_64") -_F_gnome_devel="n" _F_fonts_subdir="OTF" -_F_gnome_ext=".tar.xz" -Finclude gnome fonts -makedepends=(${makedepends[@]} 'font-util>=1.3.1-2') +Finclude fonts +source=(https://download.gnome.org/sources/cantarell-fonts/0.0/$pkgname-$pkgver.tar.xz) +up2date="Flasttar https://download.gnome.org/sources/cantarell-fonts/0.0/" +makedepends+=('font-util>=1.3.1-2') sha1sums=('b893687a68efa3139b8b429560705b48ba118396') build() { - cd $pkgname-$pkgver || Fdie + + Fexec cd $pkgname-$pkgver Fconf --with-fontdir=/usr/share/fonts/X11/OTF - make || Fdie - rm -f *.bdf || Fdie ## why ? - cd .. || Fdie + Fexec make || Fdie + Fexec rm -f *.bdf || Fdie ## why ? + Fexec cd .. || Fdie Fbuild_fonts } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
