From fc5a317fbe3753457b6c08b776ef8822022f576e Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 4 Oct 2013 18:18:57 -0300 Subject: calibre-libre: freedom issues related to fonts was resolved on the source in this version --- libre/calibre-libre/PKGBUILD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'libre') diff --git a/libre/calibre-libre/PKGBUILD b/libre/calibre-libre/PKGBUILD index 9f1009bfc..f1eab5401 100644 --- a/libre/calibre-libre/PKGBUILD +++ b/libre/calibre-libre/PKGBUILD @@ -11,7 +11,7 @@ _pkgname=calibre pkgname=calibre-libre pkgver=1.5 pkgrel=2 -pkgdesc="Ebook management application, with unar support included and nonfree fonts removed" +pkgdesc="Ebook management application, with unar support" arch=('i686' 'x86_64' 'mips64el') url="http://calibre-ebook.com/" license=('GPL3') @@ -50,12 +50,6 @@ prepare(){ build() { cd "${srcdir}/${_pkgname}" - # Remove nonfree fonts - cd resources/fonts; \ - rm prs500/tt0003m_.ttf; ln -s ../liberation/LiberationSans-Regular.ttf prs500/tt0003m_.ttf; \ - rm prs500/tt0011m_.ttf; ln -s ../liberation/LiberationSerif-Regular.ttf prs500/tt0011m_.ttf; \ - rm prs500/tt0419m_.ttf; ln -s ../liberation/LiberationMono-Regular.ttf prs500/tt0419m_.ttf; \ - cd ../.. LANG='en_US.UTF-8' python2 setup.py build # LANG='en_US.UTF-8' python2 setup.py resources -- cgit v1.2.3