~eddsalkield

Recent activity

[PATCH] himitsud: remove socket after crash 1 year, 2 months ago

From Edd Salkield to ~whynothugo/superd-services

Currently if himitsud crashes, it leaves behind socket file
$XDG_RUNTIME_DIR/himitsu, which prevents himitsud from restarting.

This patch carefully checks on startup whether this file exists when
the current user is not running himitsud, and cleans it up if necessary.

---
 himitsud.service | 1 +
 1 file changed, 1 insertion(+)

diff --git a/himitsud.service b/himitsud.service
index 36db6d6..e9ae321 100644
--- a/himitsud.service
+++ b/himitsud.service
[message trimmed]

[PATCH] Demonstrate that I can use git send-email 1 year, 2 months ago

From Edd Salkield to ~sircmpwn/email-test-drive

---
 your-name | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 your-name

diff --git a/your-name b/your-name
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/your-name
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.40.1
[message trimmed]

[PATCH] foot: add service 1 year, 2 months ago

From Edd Salkield to ~whynothugo/superd-services

---
 foot.service | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 foot.service

diff --git a/foot.service b/foot.service
new file mode 100644
index 0000000..f9153b0
--- /dev/null
+++ b/foot.service
@@ -0,0 +1,7 @@
[Unit]
Description=Fast, lightweight and minimalistic Wayland terminal emulator
Documentation=man:foot(1)
[message trimmed]

Re: aerc 0.15.x regression: disappearing messages 1 year, 4 months ago

From Edd Salkield to ~rjarry/aerc-discuss

Just in case this helps with debugging, it seems that this behaviour
also occurs for auto-deleted recalled messages.

Specifically, if there are several draft messages and one of them is
`recall`ed and sent, then when the sent email gets automatically
deleted, an adjacent message disappears.

[PATCH] testing/chathistorysync: upgrade to 0.2.0 2 years ago

From Edd Salkield to ~sircmpwn/alpine-aports

---
 testing/chathistorysync/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/chathistorysync/APKBUILD b/testing/chathistorysync/APKBUILD
index b2aad5fe2c..b63371e27f 100644
--- a/testing/chathistorysync/APKBUILD
+++ b/testing/chathistorysync/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=chathistorysync
pkgver=0.1.0
pkgver=0.2.0
pkgrel=5
[message trimmed]

[PATCH] testing/py3-spidev: new aport 2 years ago

From Edd Salkield to ~sircmpwn/alpine-aports

python module for interfacing with SPI devices from user space
https://github.com/doceme/py-spidev
---
 testing/py3-spidev/APKBUILD | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 testing/py3-spidev/APKBUILD

diff --git a/testing/py3-spidev/APKBUILD b/testing/py3-spidev/APKBUILD
new file mode 100644
index 0000000000..3f735f1ca9
--- /dev/null
+++ b/testing/py3-spidev/APKBUILD
@@ -0,0 +1,26 @@
# Contributor: Edd Salkield <edd@salkield.uk>
[message trimmed]

[PATCH] testing/khinsider: new aport 2 years ago

From Edd Salkield to ~sircmpwn/alpine-aports

https://github.com/marcus-crane/khinsider
A khinsider downloader written in Go
---
 testing/khinsider/APKBUILD | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 testing/khinsider/APKBUILD

diff --git a/testing/khinsider/APKBUILD b/testing/khinsider/APKBUILD
new file mode 100644
index 0000000000..1cbb7b4106
--- /dev/null
+++ b/testing/khinsider/APKBUILD
@@ -0,0 +1,30 @@
# Contributor: Edd Salkield <edd@salkield.uk>
[message trimmed]

[PATCH] testing/nwg-bar: upgrade to 0.1.0 2 years ago

From Edd Salkield to ~sircmpwn/alpine-aports

---
 testing/nwg-bar/APKBUILD | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/testing/nwg-bar/APKBUILD b/testing/nwg-bar/APKBUILD
index 938ab6b056..9388a1a010 100644
--- a/testing/nwg-bar/APKBUILD
+++ b/testing/nwg-bar/APKBUILD
@@ -1,18 +1,17 @@
# Contributor: Edd Salkield <edd@salkield.uk>
# Maintainer: Edd Salkield <edd@salkield.uk>
pkgname=nwg-bar
pkgver=0.0.1
pkgver=0.1.0
[message trimmed]

[PATCH] testing/py3-tasklib: add dependencies to py3-tz and py3-tzlocal 2 years ago

From Edd Salkield to ~sircmpwn/alpine-aports

---
 testing/py3-tasklib/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/py3-tasklib/APKBUILD b/testing/py3-tasklib/APKBUILD
index 5ec639bfe4..f44c1f9e84 100644
--- a/testing/py3-tasklib/APKBUILD
+++ b/testing/py3-tasklib/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Edd Salkield <edd@salkield.uk>
pkgname=py3-tasklib
pkgver=2.4.3
pkgrel=0
pkgrel=1
[message trimmed]

[PATCH v2] testing/vit: upgrade to 2.2.0 2 years ago

From Edd Salkield to ~sircmpwn/alpine-aports

---
 testing/vit/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/vit/APKBUILD b/testing/vit/APKBUILD
index e3a81aab8b..3bc3aa252b 100644
--- a/testing/vit/APKBUILD
+++ b/testing/vit/APKBUILD
@@ -1,15 +1,15 @@
# Contributor: Edd Salkield <edd@salkield.uk>
# Maintainer: Edd Salkield <edd@salkield.uk>
pkgname=vit
pkgver=2.2.0b1
pkgver=2.2.0
[message trimmed]