Search Criteria
Package Details: adobe-base-14-fonts 3.01-4
Git Clone URL: | https://aur.archlinux.org/adobe-base-14-fonts.git (read-only, click to copy) |
---|---|
Package Base: | adobe-base-14-fonts |
Description: | Adobe base 14 fonts (Courier, Helvetica, Times, Symbol, ZapfDingbats with Type1) |
Upstream URL: | ftp://ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/3.x/ |
Keywords: | font |
Licenses: | |
Submitter: | orumin |
Maintainer: | orumin |
Last Packager: | orumin |
Votes: | 29 |
Popularity: | 1.12 |
First Submitted: | 2016-06-26 06:30 |
Last Updated: | 2019-10-29 15:41 |
Latest Comments
actionless commented on 2020-10-01 07:33
please add
xorg-mkfontscale
to thedepends
tuxfusion commented on 2020-01-06 15:01
If you're using Pentaho Data Integration Tools (PDI) , https://help.pentaho.com/Documentation/8.3/Setup/Install_the_PDI_tools_and_plugins, which uses Helvetica in the splash screen, this package will crash the startup process, without explanation. It took me more then 3 days to figure this out. I want to save people some time of their life and hopefully Google will index this comment properly.
Thorned_Rose commented on 2019-10-08 01:24
@eisterman I used this mirror: http://ftp.sunet.se/mirror/archive/ftp.sunet.se/pub/vendor/adobe/adobe/acrobatreader/unix/3.x/acroread_linux_301.tar.gz
eisterman commented on 2019-08-10 19:09
Where can i find the mirrors?
X-san commented on 2019-06-09 22:12
Looks like the file was removed from their FTP site.
I just used some mirror. Good thing we have a checksum.
Might want to up that to sha256 now that we have to use potentially unsafe mirrors.
orumin commented on 2017-05-09 15:34
@Izzette
Thank you comment.
fixed.
Izzette commented on 2017-04-08 23:08
The type1afm binary is (now?) included in t1lib, and it needs to be included in makedepends. I recommend:
diff --git a/PKGBUILD b/PKGBUILD
index ed8e21a..0b7dbe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Adobe base 14 fonts (Courier, Helvetica, Times, Symbol, ZapfDingbats wi
url="ftp://ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/3.x/"
license=('custom')
arch=('any')
-makedepends=('t1utils')
+makedepends=('t1utils' 't1lib')
install=ttf.install
source=("ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/3.x/acroread_linux_301.tar.gz")
md5sums=('3c168eab471aef91f1436c57ba7963b2')