Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide metadata for fonts #17

Open
tintou opened this issue May 5, 2021 · 8 comments
Open

Provide metadata for fonts #17

tintou opened this issue May 5, 2021 · 8 comments
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@tintou
Copy link

tintou commented May 5, 2021

The AppStream specification is providing a metadata standard for fonts, this allow them to be available in Application Software Managers (like GNOME Shell, elementary AppCenter or KDE Discover).
It would be freat if fnt would create such metadata to easily be able to install them.

@alexmyczko
Copy link
Owner

alexmyczko commented May 19, 2021

Here is a basic version of an appstream generator, https://sid.ethz.ch/appstream/
to be used with debian packaging of the debian fonts team.

@alexmyczko
Copy link
Owner

@tintou I don't think the metadata alone lets the application software manager to install the fonts, can you prove otherwise? what system do you use? distribution/release?

@tintou
Copy link
Author

tintou commented Oct 8, 2021

The application software can't let install you the fonts unless they are distributed as a package for your distribution (for now).
Having each font providing an appstream data would allow you to have a listing of the fonts with their associated package. For instance that's how it looks in Debian: https://people.debian.org/~mak/DEP-11/DEP-11_Components.yaml (notice the Packages: line which allows the application store to know which package to install)

@tintou
Copy link
Author

tintou commented Oct 8, 2021

For instance, flatpak provides a standard location where it automatically downloads the "remote" AppStream data so that appcenters can then show the same data as if it would have come from the distribution repository. It is then up to the appcenter to give back the id to flatpak at installation time.
A similar tiny library could be possible for fnt.

@alexmyczko
Copy link
Owner

alexmyczko commented Oct 8, 2021

I see like a snap, flatpak, apt backend but for fonts only using fnt...
i found only C implementations of it: https://packages.debian.org/sid/gnome-software-plugin-snap and it comes with gnome software itself: https://sources.debian.org/src/gnome-software/40.4-1/plugins/snap/

@alexmyczko
Copy link
Owner

using equivs it is easy to create debian packages automatically for all fonts see an early test: https://sid.ethz.ch/debian/fonts-equivs/

@alexmyczko
Copy link
Owner

alexmyczko commented Oct 12, 2021

all? google webfonts as rpm and deb packages at http://sid.ethz.ch/fonts/, see the example http://sid.ethz.ch/fonts/?fraunces

@alexmyczko alexmyczko added the enhancement New feature or request label Dec 9, 2021
@alexmyczko
Copy link
Owner

alexmyczko commented Jul 21, 2023

The problem with AppStream is it is from freedesktop.org only for GNOME. And Linux. But the world (or Internet), is not only made of that. There is also macOS and that other OS (that you have to pay for)…

AppStream by fd.o is made by someone who was at Red Hat in 2000. And it is 23 years later nowhere near useful.

@alexmyczko alexmyczko self-assigned this Jul 21, 2023
@alexmyczko alexmyczko added the wontfix This will not be worked on label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants