Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cantarell-fonts: update to 0.111
@ 2019-07-11 21:23 voidlinux-github
  2019-07-11 21:25 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-11 21:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is a new pull request by Flex1911 against master on the void-packages repository

https://github.com/Flex1911/void-packages master
https://github.com/void-linux/void-packages/pull/12995

cantarell-fonts: update to 0.111


A patch file from https://github.com/void-linux/void-packages/pull/12995.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-12995.patch --]
[-- Type: application/text/x-diff, Size: 2639 bytes --]

From b32862792af6e4be40a4c3bc0d75f35eef593c25 Mon Sep 17 00:00:00 2001
From: Artem Borisov <dedsa2002@gmail.com>
Date: Fri, 12 Jul 2019 05:19:44 +0400
Subject: [PATCH] cantarell-fonts: update to 0.111

And remove forced autohinting since that is not necessary anymore.

Signed-off-by: Artem Borisov <dedsa2002@gmail.com>
---
 .../files/21-cantarell-hinting.conf                | 13 -------------
 srcpkgs/cantarell-fonts/template                   | 14 ++++++--------
 2 files changed, 6 insertions(+), 21 deletions(-)
 delete mode 100644 srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf

diff --git a/srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf b/srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf
deleted file mode 100644
index 7d5df9c5f2d..00000000000
--- a/srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
-<fontconfig>
-  <!-- Force the autohinter for Cantarell, as it does not have TT hinting -->
-  <match target="font">
-    <test name="family" compare="eq" ignore-blanks="true">
-      <string>Cantarell</string>
-    </test>
-    <edit name="autohint">
-      <bool>true</bool>
-    </edit>
-  </match>
-</fontconfig>
diff --git a/srcpkgs/cantarell-fonts/template b/srcpkgs/cantarell-fonts/template
index beaf26ba3e3..7709efad292 100644
--- a/srcpkgs/cantarell-fonts/template
+++ b/srcpkgs/cantarell-fonts/template
@@ -1,22 +1,20 @@
 # Template file for 'cantarell-fonts'
 pkgname=cantarell-fonts
-version=0.0.25
+version=0.111
 revision=1
 archs=noarch
-build_style=gnu-configure
-configure_args="--with-configdir=/etc/fonts/conf.avail"
-hostmakedepends="pkg-config"
+build_style=meson
+configure_args="-Dfontsdir=/usr/share/fonts/cantarell -Duseprebuilt=true -Dbuildappstream=true"
+hostmakedepends="pkg-config meson appstream-glib"
 depends="fontconfig"
 short_desc="Cantarell family of TrueType fonts"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
 homepage="https://wiki.gnome.org/Projects/CantarellFonts"
 license="OFL-1.1"
-distfiles="${GNOME_SITE}/$pkgname/0.0/$pkgname-$version.tar.xz"
-checksum=14a228aa0b516dfc367b434a850f955a00c57fc549cbb05348e2b150196a737f
+distfiles="${GNOME_SITE}/$pkgname/$version/$pkgname-$version.tar.xz"
+checksum=858b2bc196ee851c8e5a76376097bc75f23bc01b29591c30ed3a550e23b41716
 
 post_install() {
 	vmkdir etc/fonts/conf.d
 	ln -s ../conf.avail/31-cantarell.conf ${DESTDIR}/etc/fonts/conf.d
-	vinstall ${FILESDIR}/21-cantarell-hinting.conf 644 etc/fonts/conf.avail
-	ln -s ../conf.avail/21-cantarell-hinting.conf ${DESTDIR}/etc/fonts/conf.d
 }

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] cantarell-fonts: update to 0.111
  2019-07-11 21:23 [PR PATCH] cantarell-fonts: update to 0.111 voidlinux-github
@ 2019-07-11 21:25 ` voidlinux-github
  2019-07-11 21:25 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-11 21:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by Flex1911 against master on the void-packages repository

https://github.com/Flex1911/void-packages master
https://github.com/void-linux/void-packages/pull/12995

cantarell-fonts: update to 0.111


A patch file from https://github.com/void-linux/void-packages/pull/12995.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-12995.patch --]
[-- Type: application/text/x-diff, Size: 2696 bytes --]

From 9d704c0a277981a0729b1c358af8952fdb3cdc8f Mon Sep 17 00:00:00 2001
From: Artem Borisov <dedsa2002@gmail.com>
Date: Fri, 12 Jul 2019 05:19:44 +0400
Subject: [PATCH] cantarell-fonts: update to 0.111

And remove forced autohinting since that is not necessary anymore.

Signed-off-by: Artem Borisov <dedsa2002@gmail.com>
---
 .../files/21-cantarell-hinting.conf              | 13 -------------
 srcpkgs/cantarell-fonts/template                 | 16 +++++++---------
 2 files changed, 7 insertions(+), 22 deletions(-)
 delete mode 100644 srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf

diff --git a/srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf b/srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf
deleted file mode 100644
index 7d5df9c5f2d..00000000000
--- a/srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
-<fontconfig>
-  <!-- Force the autohinter for Cantarell, as it does not have TT hinting -->
-  <match target="font">
-    <test name="family" compare="eq" ignore-blanks="true">
-      <string>Cantarell</string>
-    </test>
-    <edit name="autohint">
-      <bool>true</bool>
-    </edit>
-  </match>
-</fontconfig>
diff --git a/srcpkgs/cantarell-fonts/template b/srcpkgs/cantarell-fonts/template
index beaf26ba3e3..b15796ed410 100644
--- a/srcpkgs/cantarell-fonts/template
+++ b/srcpkgs/cantarell-fonts/template
@@ -1,22 +1,20 @@
 # Template file for 'cantarell-fonts'
 pkgname=cantarell-fonts
-version=0.0.25
+version=0.111
 revision=1
 archs=noarch
-build_style=gnu-configure
-configure_args="--with-configdir=/etc/fonts/conf.avail"
-hostmakedepends="pkg-config"
+build_style=meson
+configure_args="-Dfontsdir=/usr/share/fonts/cantarell -Duseprebuilt=true -Dbuildappstream=true"
+hostmakedepends="pkg-config meson appstream-glib"
 depends="fontconfig"
 short_desc="Cantarell family of TrueType fonts"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-homepage="https://wiki.gnome.org/Projects/CantarellFonts"
 license="OFL-1.1"
-distfiles="${GNOME_SITE}/$pkgname/0.0/$pkgname-$version.tar.xz"
-checksum=14a228aa0b516dfc367b434a850f955a00c57fc549cbb05348e2b150196a737f
+homepage="https://wiki.gnome.org/Projects/CantarellFonts"
+distfiles="${GNOME_SITE}/$pkgname/$version/$pkgname-$version.tar.xz"
+checksum=858b2bc196ee851c8e5a76376097bc75f23bc01b29591c30ed3a550e23b41716
 
 post_install() {
 	vmkdir etc/fonts/conf.d
 	ln -s ../conf.avail/31-cantarell.conf ${DESTDIR}/etc/fonts/conf.d
-	vinstall ${FILESDIR}/21-cantarell-hinting.conf 644 etc/fonts/conf.avail
-	ln -s ../conf.avail/21-cantarell-hinting.conf ${DESTDIR}/etc/fonts/conf.d
 }

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] cantarell-fonts: update to 0.111
  2019-07-11 21:23 [PR PATCH] cantarell-fonts: update to 0.111 voidlinux-github
  2019-07-11 21:25 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-11 21:25 ` voidlinux-github
  2019-07-11 21:44 ` voidlinux-github
  2019-07-21  6:06 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-11 21:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by Flex1911 against master on the void-packages repository

https://github.com/Flex1911/void-packages master
https://github.com/void-linux/void-packages/pull/12995

cantarell-fonts: update to 0.111


A patch file from https://github.com/void-linux/void-packages/pull/12995.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-12995.patch --]
[-- Type: application/text/x-diff, Size: 2696 bytes --]

From 9d704c0a277981a0729b1c358af8952fdb3cdc8f Mon Sep 17 00:00:00 2001
From: Artem Borisov <dedsa2002@gmail.com>
Date: Fri, 12 Jul 2019 05:19:44 +0400
Subject: [PATCH] cantarell-fonts: update to 0.111

And remove forced autohinting since that is not necessary anymore.

Signed-off-by: Artem Borisov <dedsa2002@gmail.com>
---
 .../files/21-cantarell-hinting.conf              | 13 -------------
 srcpkgs/cantarell-fonts/template                 | 16 +++++++---------
 2 files changed, 7 insertions(+), 22 deletions(-)
 delete mode 100644 srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf

diff --git a/srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf b/srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf
deleted file mode 100644
index 7d5df9c5f2d..00000000000
--- a/srcpkgs/cantarell-fonts/files/21-cantarell-hinting.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
-<fontconfig>
-  <!-- Force the autohinter for Cantarell, as it does not have TT hinting -->
-  <match target="font">
-    <test name="family" compare="eq" ignore-blanks="true">
-      <string>Cantarell</string>
-    </test>
-    <edit name="autohint">
-      <bool>true</bool>
-    </edit>
-  </match>
-</fontconfig>
diff --git a/srcpkgs/cantarell-fonts/template b/srcpkgs/cantarell-fonts/template
index beaf26ba3e3..b15796ed410 100644
--- a/srcpkgs/cantarell-fonts/template
+++ b/srcpkgs/cantarell-fonts/template
@@ -1,22 +1,20 @@
 # Template file for 'cantarell-fonts'
 pkgname=cantarell-fonts
-version=0.0.25
+version=0.111
 revision=1
 archs=noarch
-build_style=gnu-configure
-configure_args="--with-configdir=/etc/fonts/conf.avail"
-hostmakedepends="pkg-config"
+build_style=meson
+configure_args="-Dfontsdir=/usr/share/fonts/cantarell -Duseprebuilt=true -Dbuildappstream=true"
+hostmakedepends="pkg-config meson appstream-glib"
 depends="fontconfig"
 short_desc="Cantarell family of TrueType fonts"
 maintainer="Juan RP <xtraeme@voidlinux.org>"
-homepage="https://wiki.gnome.org/Projects/CantarellFonts"
 license="OFL-1.1"
-distfiles="${GNOME_SITE}/$pkgname/0.0/$pkgname-$version.tar.xz"
-checksum=14a228aa0b516dfc367b434a850f955a00c57fc549cbb05348e2b150196a737f
+homepage="https://wiki.gnome.org/Projects/CantarellFonts"
+distfiles="${GNOME_SITE}/$pkgname/$version/$pkgname-$version.tar.xz"
+checksum=858b2bc196ee851c8e5a76376097bc75f23bc01b29591c30ed3a550e23b41716
 
 post_install() {
 	vmkdir etc/fonts/conf.d
 	ln -s ../conf.avail/31-cantarell.conf ${DESTDIR}/etc/fonts/conf.d
-	vinstall ${FILESDIR}/21-cantarell-hinting.conf 644 etc/fonts/conf.avail
-	ln -s ../conf.avail/21-cantarell-hinting.conf ${DESTDIR}/etc/fonts/conf.d
 }

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: cantarell-fonts: update to 0.111
  2019-07-11 21:23 [PR PATCH] cantarell-fonts: update to 0.111 voidlinux-github
  2019-07-11 21:25 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-11 21:25 ` voidlinux-github
@ 2019-07-11 21:44 ` voidlinux-github
  2019-07-21  6:06 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-11 21:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 517 bytes --]

New comment by Flex1911 on void-packages repository

https://github.com/void-linux/void-packages/pull/12995#issuecomment-510665776
Comment:
In case someone is wondering why I used `-Duseprebuilt=true` there - Cantarell versions beginning with 0.111 require fontmake and psautohint to build, which we don't have in our repos yet. I took this approach from Gentoo ebuild and it seems much saner than what Arch does (calling venv pip install directly on build preparation).
Is anyone **really** against going that way?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: cantarell-fonts: update to 0.111
  2019-07-11 21:23 [PR PATCH] cantarell-fonts: update to 0.111 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-11 21:44 ` voidlinux-github
@ 2019-07-21  6:06 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-21  6:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

There's a merged pull request on the void-packages repository

cantarell-fonts: update to 0.111
https://github.com/void-linux/void-packages/pull/12995
Description: 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-21  6:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11 21:23 [PR PATCH] cantarell-fonts: update to 0.111 voidlinux-github
2019-07-11 21:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-11 21:25 ` voidlinux-github
2019-07-11 21:44 ` voidlinux-github
2019-07-21  6:06 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).