~c7s

~c7s/public-inbox

Last active 2 years ago
View more

Recent activity

Re: [PATCH] community/texlive: add icu-data-full dependency to xetex 2 years ago

From Cormac Stephenson to ~sircmpwn/alpine-aports

The gist is that I think it might be unnecessary, and I was only
having problems because I upgraded during a rebuild, or something.

I tried to uninstall icu-data-full to test with luatex, but I
couldn't. Including "not removed due to: [...] xetex", which is what
should happen. This is without this change applied.

At worst it's redundant, but I probably made a mistake and jumped to
conclusions, because I fixed the problem by installing icu-data-full
originally.

Re: [PATCH] community/texlive: add icu-data-full dependency to xetex 2 years ago

From Cormac Stephenson to ~sircmpwn/alpine-aports

Sorry about that, sent the email by accident.

Anyway, I wanted to try and remove icu-data-full to see if luatex had
the same thing going on, but apk didn't let me, including via xetex,
so I assume this is fine as is and I just ended up with my system in a
weird configuration based on when I did updates or something.

[PATCH] community/texlive: add icu-data-full dependency to xetex 2 years ago

From Cormac Stephenson to ~sircmpwn/alpine-aports

---
 community/texlive/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/texlive/APKBUILD b/community/texlive/APKBUILD
index 0d74ee53e0..5a332f8567 100644
--- a/community/texlive/APKBUILD
+++ b/community/texlive/APKBUILD
@@ -231,7 +231,7 @@ libsynctex() {
xetex() {
	# Split off XeTeX because it depends on graphite/harfbuzz/icu
	pkgdesc="TeX typesetting engine supporting modern typography and bidirectional text"
	depends="$pkgname"
	depends="$pkgname icu-data-full"
[message trimmed]

[PATCH hautils] main: update fmt::fatal usage 2 years ago

From Cormac Stephenson to ~sircmpwn/public-inbox

---
 main/main.ha | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/main.ha b/main/main.ha
index 5d96752..6b3b0d5 100644
--- a/main/main.ha
+++ b/main/main.ha
@@ -11,11 +11,11 @@ export type error = !(io::error | fs::error | exec::error);
export @symbol("main") fn main() void = {
	match (utilmain()) {
	case let err: io::error =>
		fmt::fatal("I/O error: {}", io::strerror(err));
		fmt::fatal("I/O error:", io::strerror(err));
[message trimmed]

Re: [PATCH] os: document std{in,out}_bufio 2 years ago

From Cormac Stephenson to ~sircmpwn/hare-dev

I think that would be better, since it's already a member of
bufio::bufstream. The names should probably be changed to
bufio::std{in,out}_bufstream if this is kept though, since bufio isn't
a type.

[PATCH] os: document std{in,out}_bufio 2 years ago

From Cormac Stephenson to ~sircmpwn/hare-dev

Signed-off-by: Cormac Stephenson <c7s@kasku.net>
---
 os/+freebsd/stdfd.ha | 2 ++
 os/+linux/stdfd.ha   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/os/+freebsd/stdfd.ha b/os/+freebsd/stdfd.ha
index 92ba939d..87659587 100644
--- a/os/+freebsd/stdfd.ha
+++ b/os/+freebsd/stdfd.ha
@@ -4,11 +4,13 @@
use bufio;
use io;

[message trimmed]

Re: [PATCH hare.kak 1/4] Add `raw strings` 2 years ago

From Cormac Stephenson to ~c7s/public-inbox

Thanks!

I've already got this change upstream, but I've merged the rest of your
patches.

[PATCH 2/2] community/ibus-hangul: move from testing 2 years ago

From Cormac Stephenson to ~sircmpwn/alpine-aports

---
 .../ibus-hangul/0001-Update-gettext-version.patch                 | 0
 {testing => community}/ibus-hangul/0002-Use-gettext-module.patch  | 0
 {testing => community}/ibus-hangul/APKBUILD                       | 0
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename {testing => community}/ibus-hangul/0001-Update-gettext-version.patch (100%)
 rename {testing => community}/ibus-hangul/0002-Use-gettext-module.patch (100%)
 rename {testing => community}/ibus-hangul/APKBUILD (100%)

diff --git a/testing/ibus-hangul/0001-Update-gettext-version.patch b/community/ibus-hangul/0001-Update-gettext-version.patch
similarity index 100%
rename from testing/ibus-hangul/0001-Update-gettext-version.patch
rename to community/ibus-hangul/0001-Update-gettext-version.patch
diff --git a/testing/ibus-hangul/0002-Use-gettext-module.patch b/community/ibus-hangul/0002-Use-gettext-module.patch
[message trimmed]

[PATCH 1/2] community/libhangul: move from testing 2 years ago

From Cormac Stephenson to ~sircmpwn/alpine-aports

---
 {testing => community}/libhangul/APKBUILD                  | 0
 {testing => community}/libhangul/fix-gettext-version.patch | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename {testing => community}/libhangul/APKBUILD (100%)
 rename {testing => community}/libhangul/fix-gettext-version.patch (100%)

diff --git a/testing/libhangul/APKBUILD b/community/libhangul/APKBUILD
similarity index 100%
rename from testing/libhangul/APKBUILD
rename to community/libhangul/APKBUILD
diff --git a/testing/libhangul/fix-gettext-version.patch b/community/libhangul/fix-gettext-version.patch
similarity index 100%
rename from testing/libhangul/fix-gettext-version.patch
[message trimmed]

[PATCH v2] main/mesa: fix spelling in pkgdesc 2 years ago

From Cormac Stephenson to ~sircmpwn/alpine-aports

---
v2: bump pkgrel
 main/mesa/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD
index 04bafd9f05..8f43e99256 100644
--- a/main/mesa/APKBUILD
+++ b/main/mesa/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mesa
pkgver=21.3.4
pkgrel=0
[message trimmed]