Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] foot: update to 1.5.0. 
@ 2020-09-23 22:50 ifreund
  2020-09-23 23:58 ` sirikid
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ifreund @ 2020-09-23 22:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages bump-foot
https://github.com/void-linux/void-packages/pull/25063

foot: update to 1.5.0. 


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bump-foot-25063.patch --]
[-- Type: text/x-diff, Size: 2531 bytes --]

From e1069058a07fc1d44ea850e513f9afb180959f1b Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Thu, 24 Sep 2020 00:18:26 +0200
Subject: [PATCH 1/2] fcft: update to 2.3.1.

---
 srcpkgs/fcft/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fcft/template b/srcpkgs/fcft/template
index afbd5820be5..64d344a5daa 100644
--- a/srcpkgs/fcft/template
+++ b/srcpkgs/fcft/template
@@ -1,17 +1,22 @@
 # Template file for 'fcft'
 pkgname=fcft
-version=2.2.7
+version=2.3.1
 revision=1
 wrksrc=$pkgname
 build_style=meson
+configure_args="-Dtext-shaping=$(vopt_if harfbuzz enabled disabled)"
 hostmakedepends="pkg-config scdoc"
-makedepends="fontconfig-devel freetype-devel pixman-devel tllist"
+makedepends="fontconfig-devel freetype-devel pixman-devel tllist
+ $(vopt_if harfbuzz harfbuzz-devel)"
 short_desc="Simple library for font loading and glyph rasterization"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
 license="MIT"
 homepage="https://codeberg.org/dnkl/fcft"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=d1c6f540bb75a3b66705ff72d2445b2e084cd427ffa62cbe79b7f44047773e96
+checksum=4a8ed7e9818a391ec422ec8ee561fccf2586410c1bfc86ecc64026a5cf8bc18c
+
+build_options="harfbuzz"
+build_options_default="harfbuzz"
 
 post_install() {
 	vlicense LICENSE

From 66287566249ae5131ec151362e41ab834dc37528 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Thu, 24 Sep 2020 00:30:20 +0200
Subject: [PATCH 2/2] foot: update to 1.5.0.

---
 srcpkgs/foot/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/foot/template b/srcpkgs/foot/template
index 50991a6d351..196f97b3d0f 100644
--- a/srcpkgs/foot/template
+++ b/srcpkgs/foot/template
@@ -1,10 +1,10 @@
 # Template file for 'foot'
 pkgname=foot
-version=1.4.4
+version=1.5.0
 revision=1
 wrksrc=$pkgname
 build_style=meson
-hostmakedepends="pkg-config scdoc wayland-devel "
+hostmakedepends="pkg-config scdoc wayland-devel"
 makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel
  wayland-protocols"
 depends="${pkgname}-terminfo>=${version}_${revision}"
@@ -13,7 +13,7 @@ maintainer="Isaac Freund <ifreund@ifreund.xyz>"
 license="MIT"
 homepage="https://codeberg.org/dnkl/foot"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=0d00e30d38c50b67138535bbcb6f2ea0e27b83b160823842cffbe79f9cc5de30
+checksum=47272490222e2ebc7249a2cefdaa08921475e8d0339610cf6ee611ff8c5af6a4
 
 post_install() {
 	vlicense LICENSE

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

* Re: foot: update to 1.5.0. 
  2020-09-23 22:50 [PR PATCH] foot: update to 1.5.0 ifreund
@ 2020-09-23 23:58 ` sirikid
  2020-09-24  8:28 ` [PR PATCH] [Updated] " ifreund
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sirikid @ 2020-09-23 23:58 UTC (permalink / raw)
  To: ml

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

New comment by sirikid on void-packages repository

https://github.com/void-linux/void-packages/pull/25063#issuecomment-698032868

Comment:
Duplicate for #25027, but seems more thoughtful to me

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

* Re: [PR PATCH] [Updated] foot: update to 1.5.0. 
  2020-09-23 22:50 [PR PATCH] foot: update to 1.5.0 ifreund
  2020-09-23 23:58 ` sirikid
@ 2020-09-24  8:28 ` ifreund
  2020-09-25  4:03 ` [PR REVIEW] " travankor
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ifreund @ 2020-09-24  8:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages bump-foot
https://github.com/void-linux/void-packages/pull/25063

foot: update to 1.5.0. 


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bump-foot-25063.patch --]
[-- Type: text/x-diff, Size: 2694 bytes --]

From cb5e60790e71a04d1a6bf04108c059ae43d4bb6c Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Thu, 24 Sep 2020 00:18:26 +0200
Subject: [PATCH 1/2] fcft: update to 2.3.1.

---
 srcpkgs/fcft/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fcft/template b/srcpkgs/fcft/template
index afbd5820be5..64d344a5daa 100644
--- a/srcpkgs/fcft/template
+++ b/srcpkgs/fcft/template
@@ -1,17 +1,22 @@
 # Template file for 'fcft'
 pkgname=fcft
-version=2.2.7
+version=2.3.1
 revision=1
 wrksrc=$pkgname
 build_style=meson
+configure_args="-Dtext-shaping=$(vopt_if harfbuzz enabled disabled)"
 hostmakedepends="pkg-config scdoc"
-makedepends="fontconfig-devel freetype-devel pixman-devel tllist"
+makedepends="fontconfig-devel freetype-devel pixman-devel tllist
+ $(vopt_if harfbuzz harfbuzz-devel)"
 short_desc="Simple library for font loading and glyph rasterization"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
 license="MIT"
 homepage="https://codeberg.org/dnkl/fcft"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=d1c6f540bb75a3b66705ff72d2445b2e084cd427ffa62cbe79b7f44047773e96
+checksum=4a8ed7e9818a391ec422ec8ee561fccf2586410c1bfc86ecc64026a5cf8bc18c
+
+build_options="harfbuzz"
+build_options_default="harfbuzz"
 
 post_install() {
 	vlicense LICENSE

From 8cee34a93bce331c38693c5362f484463182d38b Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Thu, 24 Sep 2020 00:30:20 +0200
Subject: [PATCH 2/2] foot: update to 1.5.0.

---
 srcpkgs/foot/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/foot/template b/srcpkgs/foot/template
index 50991a6d351..c3da31de9d7 100644
--- a/srcpkgs/foot/template
+++ b/srcpkgs/foot/template
@@ -1,10 +1,10 @@
 # Template file for 'foot'
 pkgname=foot
-version=1.4.4
+version=1.5.0
 revision=1
 wrksrc=$pkgname
 build_style=meson
-hostmakedepends="pkg-config scdoc wayland-devel "
+hostmakedepends="pkg-config scdoc wayland-devel"
 makedepends="fcft-devel libxkbcommon-devel ncurses-devel tllist wayland-devel
  wayland-protocols"
 depends="${pkgname}-terminfo>=${version}_${revision}"
@@ -13,7 +13,7 @@ maintainer="Isaac Freund <ifreund@ifreund.xyz>"
 license="MIT"
 homepage="https://codeberg.org/dnkl/foot"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=0d00e30d38c50b67138535bbcb6f2ea0e27b83b160823842cffbe79f9cc5de30
+checksum=47272490222e2ebc7249a2cefdaa08921475e8d0339610cf6ee611ff8c5af6a4
 
 post_install() {
 	vlicense LICENSE
@@ -21,7 +21,6 @@ post_install() {
 
 foot-terminfo_package() {
 	short_desc+=" - terminfo data"
-	archs=noarch
 	pkg_install() {
 		vmove usr/share/terminfo
 	}

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

* Re: [PR REVIEW] foot: update to 1.5.0. 
  2020-09-23 22:50 [PR PATCH] foot: update to 1.5.0 ifreund
  2020-09-23 23:58 ` sirikid
  2020-09-24  8:28 ` [PR PATCH] [Updated] " ifreund
@ 2020-09-25  4:03 ` travankor
  2020-09-25  8:24 ` ifreund
  2020-09-29 15:37 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: travankor @ 2020-09-25  4:03 UTC (permalink / raw)
  To: ml

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

New review comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/25063#discussion_r494734703

Comment:
Do you want to add a desc_option, too?

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

* Re: [PR REVIEW] foot: update to 1.5.0. 
  2020-09-23 22:50 [PR PATCH] foot: update to 1.5.0 ifreund
                   ` (2 preceding siblings ...)
  2020-09-25  4:03 ` [PR REVIEW] " travankor
@ 2020-09-25  8:24 ` ifreund
  2020-09-29 15:37 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ifreund @ 2020-09-25  8:24 UTC (permalink / raw)
  To: ml

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

New review comment by ifreund on void-packages repository

https://github.com/void-linux/void-packages/pull/25063#discussion_r494828634

Comment:
We already have one in `common/options.description` :)

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

* Re: [PR PATCH] [Merged]: foot: update to 1.5.0. 
  2020-09-23 22:50 [PR PATCH] foot: update to 1.5.0 ifreund
                   ` (3 preceding siblings ...)
  2020-09-25  8:24 ` ifreund
@ 2020-09-29 15:37 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-09-29 15:37 UTC (permalink / raw)
  To: ml

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

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

foot: update to 1.5.0. 
https://github.com/void-linux/void-packages/pull/25063

Description:


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

end of thread, other threads:[~2020-09-29 15:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23 22:50 [PR PATCH] foot: update to 1.5.0 ifreund
2020-09-23 23:58 ` sirikid
2020-09-24  8:28 ` [PR PATCH] [Updated] " ifreund
2020-09-25  4:03 ` [PR REVIEW] " travankor
2020-09-25  8:24 ` ifreund
2020-09-29 15:37 ` [PR PATCH] [Merged]: " ahesford

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).