Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: darkman-1.5.4
@ 2023-03-29 14:04 motorto
  2023-03-29 14:27 ` [PR REVIEW] " tranzystorek-io
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: motorto @ 2023-03-29 14:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages darkman-1.5.4
https://github.com/void-linux/void-packages/pull/43097

New package: darkman-1.5.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-darkman-1.5.4-43097.patch --]
[-- Type: text/x-diff, Size: 1712 bytes --]

From 4d9125d086cee360df47415c5f7f9aca3776fe24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 29 Mar 2023 15:02:49 +0100
Subject: [PATCH] New package: darkman-1.5.4

---
 srcpkgs/darkman/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/darkman/template

diff --git a/srcpkgs/darkman/template b/srcpkgs/darkman/template
new file mode 100644
index 000000000000..87e0251b2cc3
--- /dev/null
+++ b/srcpkgs/darkman/template
@@ -0,0 +1,32 @@
+# Template file for 'darkman'
+pkgname=darkman
+version=1.5.4
+revision=1
+build_style=go
+go_import_path="gitlab.com/WhyNotHugo/darkman"
+go_package="${go_import_path}/cmd/darkman"
+go_ldflags="-X main.Version=${VERSION}"
+hostmakedepends="scdoc"
+depends="dbus"
+short_desc="Daemon for dark-mode and light-mode transitions on Linux desktop"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="ISC"
+homepage="https://darkman.whynothugo.nl/"
+changelog="https://gitlab.com/WhyNotHugo/darkman/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.com/WhyNotHugo/darkman/-/archive/v${version}/darkman-v${version}.tar"
+checksum=c05210b47fb16fd283e8f58f1d3f62ba41f548362b6477115d41dc8160969634
+
+post_install() {
+
+	vmkdir usr/share/dbus-1/services
+	vinstall contrib/dbus/org.freedesktop.impl.portal.desktop.darkman.service 644 usr/share/dbus-1/services
+	vinstall contrib/dbus/nl.whynothugo.darkman.service 644 usr/share/dbus-1/services
+
+	vmkdir usr/share/xdg-desktop-portal/portals
+	vinstall contrib/portal/darkman.portal 644 usr/share/xdg-desktop-portal/portals
+
+	scdoc < darkman.1.scd > darkman.1
+	vman darkman.1
+
+	vlicense LICENCE
+}

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

* Re: [PR REVIEW] New package: darkman-1.5.4
  2023-03-29 14:04 [PR PATCH] New package: darkman-1.5.4 motorto
@ 2023-03-29 14:27 ` tranzystorek-io
  2023-03-29 14:31 ` [PR PATCH] [Updated] " motorto
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tranzystorek-io @ 2023-03-29 14:27 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/43097#discussion_r1152034718

Comment:
```suggestion
go_ldflags="-X main.Version=${version}"
```

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

* Re: [PR PATCH] [Updated] New package: darkman-1.5.4
  2023-03-29 14:04 [PR PATCH] New package: darkman-1.5.4 motorto
  2023-03-29 14:27 ` [PR REVIEW] " tranzystorek-io
@ 2023-03-29 14:31 ` motorto
  2023-03-29 14:31 ` [PR REVIEW] " motorto
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-03-29 14:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages darkman-1.5.4
https://github.com/void-linux/void-packages/pull/43097

New package: darkman-1.5.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-darkman-1.5.4-43097.patch --]
[-- Type: text/x-diff, Size: 1712 bytes --]

From a035d78eef52ac498f0f5cb9cfb75e99531c1011 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 29 Mar 2023 15:02:49 +0100
Subject: [PATCH] New package: darkman-1.5.4

---
 srcpkgs/darkman/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/darkman/template

diff --git a/srcpkgs/darkman/template b/srcpkgs/darkman/template
new file mode 100644
index 000000000000..9c803fe9aed8
--- /dev/null
+++ b/srcpkgs/darkman/template
@@ -0,0 +1,32 @@
+# Template file for 'darkman'
+pkgname=darkman
+version=1.5.4
+revision=1
+build_style=go
+go_import_path="gitlab.com/WhyNotHugo/darkman"
+go_package="${go_import_path}/cmd/darkman"
+go_ldflags="-X main.Version=${version}"
+hostmakedepends="scdoc"
+depends="dbus"
+short_desc="Daemon for dark-mode and light-mode transitions on Linux desktop"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="ISC"
+homepage="https://darkman.whynothugo.nl/"
+changelog="https://gitlab.com/WhyNotHugo/darkman/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.com/WhyNotHugo/darkman/-/archive/v${version}/darkman-v${version}.tar"
+checksum=c05210b47fb16fd283e8f58f1d3f62ba41f548362b6477115d41dc8160969634
+
+post_install() {
+
+	vmkdir usr/share/dbus-1/services
+	vinstall contrib/dbus/org.freedesktop.impl.portal.desktop.darkman.service 644 usr/share/dbus-1/services
+	vinstall contrib/dbus/nl.whynothugo.darkman.service 644 usr/share/dbus-1/services
+
+	vmkdir usr/share/xdg-desktop-portal/portals
+	vinstall contrib/portal/darkman.portal 644 usr/share/xdg-desktop-portal/portals
+
+	scdoc < darkman.1.scd > darkman.1
+	vman darkman.1
+
+	vlicense LICENCE
+}

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

* Re: [PR REVIEW] New package: darkman-1.5.4
  2023-03-29 14:04 [PR PATCH] New package: darkman-1.5.4 motorto
  2023-03-29 14:27 ` [PR REVIEW] " tranzystorek-io
  2023-03-29 14:31 ` [PR PATCH] [Updated] " motorto
@ 2023-03-29 14:31 ` motorto
  2023-04-10 16:38 ` [PR PATCH] [Updated] " motorto
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-03-29 14:31 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/43097#discussion_r1152040082

Comment:
Fixed, thanks for noticing it !

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

* Re: [PR PATCH] [Updated] New package: darkman-1.5.4
  2023-03-29 14:04 [PR PATCH] New package: darkman-1.5.4 motorto
                   ` (2 preceding siblings ...)
  2023-03-29 14:31 ` [PR REVIEW] " motorto
@ 2023-04-10 16:38 ` motorto
  2023-04-17 15:52 ` motorto
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-04-10 16:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages darkman-1.5.4
https://github.com/void-linux/void-packages/pull/43097

New package: darkman-1.5.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-darkman-1.5.4-43097.patch --]
[-- Type: text/x-diff, Size: 1712 bytes --]

From 02e1c4acee6736c9e050b0d0c468312dbe22ed5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 29 Mar 2023 15:02:49 +0100
Subject: [PATCH] New package: darkman-1.5.4

---
 srcpkgs/darkman/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/darkman/template

diff --git a/srcpkgs/darkman/template b/srcpkgs/darkman/template
new file mode 100644
index 000000000000..7df839172380
--- /dev/null
+++ b/srcpkgs/darkman/template
@@ -0,0 +1,32 @@
+# Template file for 'darkman'
+pkgname=darkman
+version=1.5.4
+revision=1
+build_style=go
+go_import_path="gitlab.com/WhyNotHugo/darkman"
+go_package="${go_import_path}/cmd/darkman"
+go_ldflags="-X main.Version=${version}"
+hostmakedepends="scdoc"
+depends="dbus"
+short_desc="Daemon for dark-mode and light-mode transitions on Linux desktop"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="ISC"
+homepage="https://darkman.whynothugo.nl/"
+changelog="https://gitlab.com/WhyNotHugo/darkman/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.com/WhyNotHugo/darkman/-/archive/v${version}/darkman-v${version}.tar"
+checksum=c19b33a62a90120df53ccfa823eb69da24429bb63101d57e9604e36eb3de9e38
+
+post_install() {
+
+	vmkdir usr/share/dbus-1/services
+	vinstall contrib/dbus/org.freedesktop.impl.portal.desktop.darkman.service 644 usr/share/dbus-1/services
+	vinstall contrib/dbus/nl.whynothugo.darkman.service 644 usr/share/dbus-1/services
+
+	vmkdir usr/share/xdg-desktop-portal/portals
+	vinstall contrib/portal/darkman.portal 644 usr/share/xdg-desktop-portal/portals
+
+	scdoc < darkman.1.scd > darkman.1
+	vman darkman.1
+
+	vlicense LICENCE
+}

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

* Re: [PR PATCH] [Updated] New package: darkman-1.5.4
  2023-03-29 14:04 [PR PATCH] New package: darkman-1.5.4 motorto
                   ` (3 preceding siblings ...)
  2023-04-10 16:38 ` [PR PATCH] [Updated] " motorto
@ 2023-04-17 15:52 ` motorto
  2023-06-05 22:37 ` motorto
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-04-17 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages darkman-1.5.4
https://github.com/void-linux/void-packages/pull/43097

New package: darkman-1.5.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-darkman-1.5.4-43097.patch --]
[-- Type: text/x-diff, Size: 1712 bytes --]

From 01ec95cba5cbf8592233031c50b9e9e982e8b2e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 29 Mar 2023 15:02:49 +0100
Subject: [PATCH] New package: darkman-1.5.4

---
 srcpkgs/darkman/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/darkman/template

diff --git a/srcpkgs/darkman/template b/srcpkgs/darkman/template
new file mode 100644
index 000000000000..7df839172380
--- /dev/null
+++ b/srcpkgs/darkman/template
@@ -0,0 +1,32 @@
+# Template file for 'darkman'
+pkgname=darkman
+version=1.5.4
+revision=1
+build_style=go
+go_import_path="gitlab.com/WhyNotHugo/darkman"
+go_package="${go_import_path}/cmd/darkman"
+go_ldflags="-X main.Version=${version}"
+hostmakedepends="scdoc"
+depends="dbus"
+short_desc="Daemon for dark-mode and light-mode transitions on Linux desktop"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="ISC"
+homepage="https://darkman.whynothugo.nl/"
+changelog="https://gitlab.com/WhyNotHugo/darkman/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.com/WhyNotHugo/darkman/-/archive/v${version}/darkman-v${version}.tar"
+checksum=c19b33a62a90120df53ccfa823eb69da24429bb63101d57e9604e36eb3de9e38
+
+post_install() {
+
+	vmkdir usr/share/dbus-1/services
+	vinstall contrib/dbus/org.freedesktop.impl.portal.desktop.darkman.service 644 usr/share/dbus-1/services
+	vinstall contrib/dbus/nl.whynothugo.darkman.service 644 usr/share/dbus-1/services
+
+	vmkdir usr/share/xdg-desktop-portal/portals
+	vinstall contrib/portal/darkman.portal 644 usr/share/xdg-desktop-portal/portals
+
+	scdoc < darkman.1.scd > darkman.1
+	vman darkman.1
+
+	vlicense LICENCE
+}

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

* Re: [PR PATCH] [Updated] New package: darkman-1.5.4
  2023-03-29 14:04 [PR PATCH] New package: darkman-1.5.4 motorto
                   ` (4 preceding siblings ...)
  2023-04-17 15:52 ` motorto
@ 2023-06-05 22:37 ` motorto
  2023-07-05 19:08 ` motorto
  2023-07-05 19:13 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-06-05 22:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages darkman-1.5.4
https://github.com/void-linux/void-packages/pull/43097

New package: darkman-1.5.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-darkman-1.5.4-43097.patch --]
[-- Type: text/x-diff, Size: 1712 bytes --]

From 74b4555b4eefb39321b1d6099f92e7c93bda19dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 29 Mar 2023 15:02:49 +0100
Subject: [PATCH] New package: darkman-1.5.4

---
 srcpkgs/darkman/template | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 srcpkgs/darkman/template

diff --git a/srcpkgs/darkman/template b/srcpkgs/darkman/template
new file mode 100644
index 000000000000..7df839172380
--- /dev/null
+++ b/srcpkgs/darkman/template
@@ -0,0 +1,32 @@
+# Template file for 'darkman'
+pkgname=darkman
+version=1.5.4
+revision=1
+build_style=go
+go_import_path="gitlab.com/WhyNotHugo/darkman"
+go_package="${go_import_path}/cmd/darkman"
+go_ldflags="-X main.Version=${version}"
+hostmakedepends="scdoc"
+depends="dbus"
+short_desc="Daemon for dark-mode and light-mode transitions on Linux desktop"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="ISC"
+homepage="https://darkman.whynothugo.nl/"
+changelog="https://gitlab.com/WhyNotHugo/darkman/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.com/WhyNotHugo/darkman/-/archive/v${version}/darkman-v${version}.tar"
+checksum=c19b33a62a90120df53ccfa823eb69da24429bb63101d57e9604e36eb3de9e38
+
+post_install() {
+
+	vmkdir usr/share/dbus-1/services
+	vinstall contrib/dbus/org.freedesktop.impl.portal.desktop.darkman.service 644 usr/share/dbus-1/services
+	vinstall contrib/dbus/nl.whynothugo.darkman.service 644 usr/share/dbus-1/services
+
+	vmkdir usr/share/xdg-desktop-portal/portals
+	vinstall contrib/portal/darkman.portal 644 usr/share/xdg-desktop-portal/portals
+
+	scdoc < darkman.1.scd > darkman.1
+	vman darkman.1
+
+	vlicense LICENCE
+}

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

* Re: [PR PATCH] [Updated] New package: darkman-1.5.4
  2023-03-29 14:04 [PR PATCH] New package: darkman-1.5.4 motorto
                   ` (5 preceding siblings ...)
  2023-06-05 22:37 ` motorto
@ 2023-07-05 19:08 ` motorto
  2023-07-05 19:13 ` [PR PATCH] [Merged]: " classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: motorto @ 2023-07-05 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages darkman-1.5.4
https://github.com/void-linux/void-packages/pull/43097

New package: darkman-1.5.4
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-darkman-1.5.4-43097.patch --]
[-- Type: text/x-diff, Size: 1709 bytes --]

From eeb6806d64b44fba457af9c89440ac7cc5b18ad0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 29 Mar 2023 15:02:49 +0100
Subject: [PATCH] New package: darkman-1.5.4

---
 srcpkgs/darkman/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/darkman/template

diff --git a/srcpkgs/darkman/template b/srcpkgs/darkman/template
new file mode 100644
index 000000000000..123091a952a1
--- /dev/null
+++ b/srcpkgs/darkman/template
@@ -0,0 +1,31 @@
+# Template file for 'darkman'
+pkgname=darkman
+version=1.5.4
+revision=1
+build_style=go
+go_import_path="gitlab.com/WhyNotHugo/darkman"
+go_package="${go_import_path}/cmd/darkman"
+go_ldflags="-X main.Version=${version}"
+hostmakedepends="scdoc"
+depends="dbus"
+short_desc="Daemon for dark-mode and light-mode transitions on Linux desktop"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
+license="ISC"
+homepage="https://darkman.whynothugo.nl/"
+changelog="https://gitlab.com/WhyNotHugo/darkman/-/raw/main/CHANGELOG.md"
+distfiles="https://gitlab.com/WhyNotHugo/darkman/-/archive/v${version}/darkman-v${version}.tar"
+checksum=c19b33a62a90120df53ccfa823eb69da24429bb63101d57e9604e36eb3de9e38
+
+post_install() {
+	vmkdir usr/share/dbus-1/services
+	vinstall contrib/dbus/org.freedesktop.impl.portal.desktop.darkman.service 644 usr/share/dbus-1/services
+	vinstall contrib/dbus/nl.whynothugo.darkman.service 644 usr/share/dbus-1/services
+
+	vmkdir usr/share/xdg-desktop-portal/portals
+	vinstall contrib/portal/darkman.portal 644 usr/share/xdg-desktop-portal/portals
+
+	scdoc < darkman.1.scd > darkman.1
+	vman darkman.1
+
+	vlicense LICENCE
+}

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

* Re: [PR PATCH] [Merged]: New package: darkman-1.5.4
  2023-03-29 14:04 [PR PATCH] New package: darkman-1.5.4 motorto
                   ` (6 preceding siblings ...)
  2023-07-05 19:08 ` motorto
@ 2023-07-05 19:13 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2023-07-05 19:13 UTC (permalink / raw)
  To: ml

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

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

New package: darkman-1.5.4
https://github.com/void-linux/void-packages/pull/43097

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

end of thread, other threads:[~2023-07-05 19:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29 14:04 [PR PATCH] New package: darkman-1.5.4 motorto
2023-03-29 14:27 ` [PR REVIEW] " tranzystorek-io
2023-03-29 14:31 ` [PR PATCH] [Updated] " motorto
2023-03-29 14:31 ` [PR REVIEW] " motorto
2023-04-10 16:38 ` [PR PATCH] [Updated] " motorto
2023-04-17 15:52 ` motorto
2023-06-05 22:37 ` motorto
2023-07-05 19:08 ` motorto
2023-07-05 19:13 ` [PR PATCH] [Merged]: " classabbyamp

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