dv-anomaly / ttf-wps-fonts

Symbol fonts required by wps-office.
619 stars 141 forks source link

Debian Package? #7

Open machineghost opened 6 years ago

machineghost commented 6 years ago

Would it be too much to ask for a debian repository (which would support Debian, Ubuntu, Linux Mint, etc.)?

galexbh commented 3 years ago

It is compatible with Debian and derivatives.

Go to the directory where you downloaded the .zip and perform the following commands:

unzip ttf-wps-fonts-master.zip

sudo mv *.ttf /usr/share/fonts/

In KDE neon it's as simple as extracting a zip file, selecting all with the mouse, right clicking and installing on the system.

hwittenborn commented 2 years ago

If you'd like to make a native Debian package, makedeb (a personal project) could work well, and should largely (if not completely) be able to use the same PKGBUILD that's present on the AUR.

Regarding distribution, the releases page itself or the MPR (an AUR-like platform for makedeb) could work.