diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-04 18:18:57 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-04 18:18:57 -0300 |
commit | fc5a317fbe3753457b6c08b776ef8822022f576e (patch) | |
tree | d8ba02e959e73ed4452e042f7aff39cf0ec5b9ab /libre/calibre-libre | |
parent | 643a5b1bbbcdb189c874b1be9c0404e96b4260e1 (diff) | |
download | abslibre-fc5a317fbe3753457b6c08b776ef8822022f576e.tar.gz abslibre-fc5a317fbe3753457b6c08b776ef8822022f576e.tar.bz2 abslibre-fc5a317fbe3753457b6c08b776ef8822022f576e.zip |
calibre-libre: freedom issues related to fonts was resolved on the source in this version
Diffstat (limited to 'libre/calibre-libre')
-rw-r--r-- | libre/calibre-libre/PKGBUILD | 8 |
1 files changed, 1 insertions, 7 deletions
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 |