From fe141be06176ceb25a4740ffad8ee53265634dfd Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 20 Jul 2023 17:29:26 -0400 Subject: [PATCH 1/2] New package: font-latinmodern-2.004 --- srcpkgs/font-latinmodern/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/font-latinmodern/template diff --git a/srcpkgs/font-latinmodern/template b/srcpkgs/font-latinmodern/template new file mode 100644 index 000000000000..35d8184f117c --- /dev/null +++ b/srcpkgs/font-latinmodern/template @@ -0,0 +1,21 @@ +# Template file for 'font-latinmodern' +pkgname=font-latinmodern +version=2.004 +revision=1 +depends="font-util" +short_desc="Improved version of Computer Modern fonts as used in LaTeX" +maintainer="classabbyamp " +license="custom:GFL" +homepage="https://www.gust.org.pl/projects/e-foundry/latin-modern" +changelog="https://www.gust.org.pl/projects/e-foundry/latin-modern/download/lm-hist.txt" +distfiles="https://www.gust.org.pl/projects/e-foundry/latin-modern/download/lm${version}otf.zip + https://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt" +checksum="5b0236051d3728be6616f1b274e3b910473875b5a3ef9382f0ef00384ddb161b + a746108477b2fa685845e7596b7ad8342bc358704b2b7da355f2df0a0cb8ad85" +font_dirs="/usr/share/fonts/latinmodern" + +do_install() { + vmkdir usr/share/fonts/latinmodern + vcopy *.otf usr/share/fonts/latinmodern + vlicense GUST-FONT-LICENSE.txt +} From d9ef1d8f94f7af45a8ebeaa550b81efbf5001815 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 20 Jul 2023 17:29:41 -0400 Subject: [PATCH 2/2] New package: font-latinmodern-math-1.959 --- srcpkgs/font-latinmodern-math/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/font-latinmodern-math/template diff --git a/srcpkgs/font-latinmodern-math/template b/srcpkgs/font-latinmodern-math/template new file mode 100644 index 000000000000..ba3507090e59 --- /dev/null +++ b/srcpkgs/font-latinmodern-math/template @@ -0,0 +1,18 @@ +# Template file for 'font-latinmodern-math' +pkgname=font-latinmodern-math +version=1.959 +revision=1 +depends="font-util" +short_desc="Improved version of Computer Modern math font as used in LaTeX" +maintainer="classabbyamp " +license="custom:GFL" +homepage="https://www.gust.org.pl/projects/e-foundry/lm-math" +distfiles="https://www.gust.org.pl/projects/e-foundry/lm-math/download/latinmodern-math-${version//./}.zip" +checksum=aaaa060b4ffc091461e875efb9498b9abfa7c7a48f38eb33882868839903a4f8 +font_dirs="/usr/share/fonts/latinmodern" + +do_install() { + vmkdir usr/share/fonts/latinmodern + vcopy otf/*.otf usr/share/fonts/latinmodern + vlicense doc/GUST-FONT-LICENSE.txt +}