Package Details: ttf-symbola 14.00-1

Git Clone URL: https://aur.archlinux.org/font-symbola.git (read-only, click to copy)
Package Base: font-symbola
Description: Font for symbol blocks of the Unicode Standard (TTF)
Upstream URL: https://dn-works.com/ufas/
Licenses: custom
Conflicts: ttf-symbola-ib
Provides: font-symbola
Submitter: grawlinson
Maintainer: alerque
Last Packager: alerque
Votes: 103
Popularity: 0.31
First Submitted: 2020-03-21 23:45 (UTC)
Last Updated: 2022-09-27 05:25 (UTC)

Pinned Comments

alerque commented on 2023-09-19 20:04 (UTC)

As far as I know v15 of this font is not posted publicly anywhere and the only way to get copy is emailing the author. Please do not flag this as out of date unless/until there is a source people can use to get the file or some other way I can verify the installation details for people that have the source and want a package that installs it from local sources, e.g. via file:// sources.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »

applebloom commented on 2019-11-30 18:36 (UTC)

Downloading zip (http://users.teilar.gr/~g1951d/Symbola.zip) now 404-s.

malae commented on 2019-11-30 04:45 (UTC)

@grawlinson Apologies for my incorrect explanation. This is my first active foray into AUR after only 6 months of Linux and Arch, it was very late and I wanted to pass on my experience.

When I ran makepkg -si, it returned ... curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading http://users.teilar.gr/~g1951d/Symbola.zip Aborting... I presumably should have just said that there was a 404 error with the URL on git.

I confirmed that the Symbola.zip file was available on https://fontlibrary.org/assets/downloads/symbola/cf81aeb303c13ce765877d31571dc5c7/symbola.zip from the post by kronikpillow, by downloading it.

I had been getting errors in .Xsessions-errors with symbola and assumed it was because the font was missing. After successfully installing the font, the error no longer appears.

grawlinson commented on 2019-11-29 18:06 (UTC)

Source is not supposed to be uploaded to the AUR so nothing is "missing", as you've claimed.

Additionally, fontlibrary.org (and any other source, unless proven otherwise) does not have the legal right to redistribute the font. This is stated in the license agreement.

malae commented on 2019-11-29 16:36 (UTC)

I have gone in circles with this issue, but from all information below, it can be solved: git clone https://aur.archlinux.org/ttf-symbola.git If you then run cd ttf-symbola makepkg -si

it will fail because the zip file is also missing in git. Go to the ttf-symbola folder to the line starting 'source' and replace with: source=("${pkgname}-${pkgver}.zip::https://fontlibrary.org/assets/downloads/symbola/cf81aeb303c13ce765877d31571dc5c7/symbola.zip" "LICENSE") (URL from below) If you run makepkg -si it will fail again, because checksum is not valid at your own risk, run: makepkg -si --skipchecksums This worked for me.

grawlinson commented on 2019-11-29 16:17 (UTC)

Note from upstream:

New versions of all fonts will be uploaded after the release of Unicode version 13, March 2020.

This is a known issue and is out of anyone’s control, except the author.

grawlinson commented on 2019-11-29 16:15 (UTC) (edited on 2019-11-29 16:15 (UTC) by grawlinson)

iago-lito: It seems that the upstream author has removed all of their fonts, which is unfortunate. Additionally, AUR helpers generally aren’t supported.

graves501: That isn’t enough information to give you a sufficient answer.

iago-lito commented on 2019-11-29 14:17 (UTC)

Tried to install with yay today, but got a 404. The file

http://users.teilar.gr/~g1951d/Symbola.zip

is not found. What's wrong?

graves501 commented on 2019-10-22 06:57 (UTC)

Just wanted to upgrade and had this issue:

==> Entering fakeroot environment... fakeroot internal error #43: Identifier removed semop(2): encountered an error: Invalid argument /usr/bin/fakeroot: line 1: kill: (18714) - No such process Error making: ttf-symbola

Did anyone else encounter this problem?

wezm commented on 2019-09-04 00:22 (UTC)

No need for the unzip make dependency. makepkg uses libarchive/bsdtar (a dependency of pacman) to unpack archives.

kronikpillow commented on 2019-07-23 01:34 (UTC) (edited on 2019-07-23 01:34 (UTC) by kronikpillow)

@grawlinson https://fontlibrary.org/assets/downloads/symbola/cf81aeb303c13ce765877d31571dc5c7/symbola.zip

hope this helps fix the problem