diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-20 16:42:20 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-20 16:43:29 +0100 |
commit | 97b4c9f645eaa87623c51e028aebbb254d58ba13 (patch) | |
tree | 5cc3359fc7d38e107d79bae2e86a6c7ce003ceae /pcr | |
parent | 385d89af01a2e17d04bc4f299a57f29bf5d7a04e (diff) | |
download | abslibre-97b4c9f645eaa87623c51e028aebbb254d58ba13.tar.gz abslibre-97b4c9f645eaa87623c51e028aebbb254d58ba13.tar.bz2 abslibre-97b4c9f645eaa87623c51e028aebbb254d58ba13.zip |
pcr/ttf-asana-math: removed
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/ttf-asana-math/PKGBUILD | 24 | ||||
-rw-r--r-- | pcr/ttf-asana-math/ttf-asana-math.install | 11 |
2 files changed, 0 insertions, 35 deletions
diff --git a/pcr/ttf-asana-math/PKGBUILD b/pcr/ttf-asana-math/PKGBUILD deleted file mode 100644 index 7e65f751b..000000000 --- a/pcr/ttf-asana-math/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer (Arch): GordonGR <gordongr@freemail.gr> -# Maintainer: Alon Ivtsan <alonivtsan@lavabit.com> -pkgname=ttf-asana-math -pkgver=000.954 -pkgrel=1 -license=('Custom: OFL') -depends=('fontconfig' 'xorg-font-utils') -pkgdesc="A font to typeset maths in Xe(La)TeX and Lua(La)TeX by Apostolos Syropoulos" -arch=('any') -url="http://www.ctan.org/pkg/asana-math" -source=("ftp://ftp.rrzn.uni-hannover.de/pub/mirror/tex-archive/fonts/Asana-Math/Asana-Math.ttf" -"http://scripts.sil.org/cms/scripts/render_download.php?&format=file&media_id=OFL_plaintext&filename=OFL.txt") -md5sums=('acc1721727c225b31aa0b9857b6ccd76' - '6ed93967ff0dc6dd9c8d31c17f817a06') -install=$pkgname.install - -package() -{ -mkdir -p $pkgdir/usr/share/fonts/TTF -cp *.ttf $pkgdir/usr/share/fonts/TTF -mkdir -p $pkgdir/usr/share/licenses/custom/ttf-asana-math/ -mv 'render_download.php?&format=file&media_id=OFL_plaintext&filename=OFL.txt' LICENSE -cp LICENSE $pkgdir/usr/share/licenses/custom/ttf-asana-math/ -} diff --git a/pcr/ttf-asana-math/ttf-asana-math.install b/pcr/ttf-asana-math/ttf-asana-math.install deleted file mode 100644 index 506595662..000000000 --- a/pcr/ttf-asana-math/ttf-asana-math.install +++ /dev/null @@ -1,11 +0,0 @@ - post_install() { - echo -n "Updating font cache... " - fc-cache -fs >/dev/null - mkfontscale /usr/share/fonts/TTF /usr/share/fonts/Type1 - mkfontdir /usr/share/fonts/TTF /usr/share/fonts/Type1 - echo "done" -} - -post_upgrade() { - post_install -}
\ No newline at end of file |