Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kup-0.8.0
@ 2021-03-30 19:26 Justinizer
  2021-03-30 19:29 ` [PR PATCH] [Updated] " Justinizer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Justinizer @ 2021-03-30 19:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Justinizer/void-packages kup
https://github.com/void-linux/void-packages/pull/29891

New package: kup-0.8.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 27a7b78f85277b3ff2f0b2ef360d40c9fabf5bb2 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Tue, 30 Mar 2021 21:24:54 +0200
Subject: [PATCH] New package: kup-0.8.0

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

diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
new file mode 100644
index 000000000000..eac8accfa408
--- /dev/null
+++ b/srcpkgs/kup/template
@@ -0,0 +1,22 @@
+# Template file for 'kup'
+pkgname=kup
+version=0.8.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
+makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
+ kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
+ libgit2-devel plasma-framework-devel"
+depends="rsync"
+checkdepends="dbus"
+short_desc="Kup is created for helping people to keep up-to-date backups of their personal files."
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.kde.org/applications/utilities/kup/"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum="79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd"
+
+do_check() {
+	QT_QPA_PLATFORM=offscreen CTEST_OUTPUT_ON_FAILURE=TRUE \
+		dbus-run-session ninja -C build test
+}

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

* Re: [PR PATCH] [Updated] New package: kup-0.8.0
  2021-03-30 19:26 [PR PATCH] New package: kup-0.8.0 Justinizer
@ 2021-03-30 19:29 ` Justinizer
  2021-03-30 20:00 ` Justinizer
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Justinizer @ 2021-03-30 19:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Justinizer/void-packages kup
https://github.com/void-linux/void-packages/pull/29891

New package: kup-0.8.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From f09244f088d608a44e21165013721cce6b4060e6 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Tue, 30 Mar 2021 21:24:54 +0200
Subject: [PATCH] New package: kup-0.8.0

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

diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
new file mode 100644
index 000000000000..d59dd73d2371
--- /dev/null
+++ b/srcpkgs/kup/template
@@ -0,0 +1,22 @@
+# Template file for 'kup'
+pkgname=kup
+version=0.8.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
+makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
+ kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
+ libgit2-devel plasma-framework-devel"
+depends="rsync"
+checkdepends="dbus"
+short_desc="Kup is created to keep backups of personal files"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.kde.org/applications/utilities/kup/"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum="79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd"
+
+do_check() {
+	QT_QPA_PLATFORM=offscreen CTEST_OUTPUT_ON_FAILURE=TRUE \
+		dbus-run-session ninja -C build test
+}

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

* Re: [PR PATCH] [Updated] New package: kup-0.8.0
  2021-03-30 19:26 [PR PATCH] New package: kup-0.8.0 Justinizer
  2021-03-30 19:29 ` [PR PATCH] [Updated] " Justinizer
@ 2021-03-30 20:00 ` Justinizer
  2021-03-30 20:01 ` Justinizer
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Justinizer @ 2021-03-30 20:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Justinizer/void-packages kup
https://github.com/void-linux/void-packages/pull/29891

New package: kup-0.8.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From c30068891f5d8f9ed56c27097b1cb201e58cc24e Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Tue, 30 Mar 2021 21:24:54 +0200
Subject: [PATCH] New package: kup-0.8.0

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

diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
new file mode 100644
index 000000000000..1c4bb338318e
--- /dev/null
+++ b/srcpkgs/kup/template
@@ -0,0 +1,17 @@
+# Template file for 'kup'
+pkgname=kup
+version=0.8.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
+makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
+ kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
+ libgit2-devel plasma-framework-devel"
+depends="rsync"
+short_desc="Kup is created to keep backups of personal files"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.kde.org/applications/utilities/kup/"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum="79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd"
+

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

* Re: [PR PATCH] [Updated] New package: kup-0.8.0
  2021-03-30 19:26 [PR PATCH] New package: kup-0.8.0 Justinizer
  2021-03-30 19:29 ` [PR PATCH] [Updated] " Justinizer
  2021-03-30 20:00 ` Justinizer
@ 2021-03-30 20:01 ` Justinizer
  2021-03-30 20:01 ` Justinizer
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Justinizer @ 2021-03-30 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Justinizer/void-packages kup
https://github.com/void-linux/void-packages/pull/29891

New package: kup-0.8.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 38edd46ec4f1de9ec014ca0ed5e46e413980b199 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Tue, 30 Mar 2021 21:24:54 +0200
Subject: [PATCH] New package: kup-0.8.0

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

diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
new file mode 100644
index 000000000000..1c4bb338318e
--- /dev/null
+++ b/srcpkgs/kup/template
@@ -0,0 +1,17 @@
+# Template file for 'kup'
+pkgname=kup
+version=0.8.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
+makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
+ kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
+ libgit2-devel plasma-framework-devel"
+depends="rsync"
+short_desc="Kup is created to keep backups of personal files"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.kde.org/applications/utilities/kup/"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum="79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd"
+

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

* Re: [PR PATCH] [Updated] New package: kup-0.8.0
  2021-03-30 19:26 [PR PATCH] New package: kup-0.8.0 Justinizer
                   ` (2 preceding siblings ...)
  2021-03-30 20:01 ` Justinizer
@ 2021-03-30 20:01 ` Justinizer
  2021-04-23 20:02 ` Johnnynator
  2021-04-23 20:03 ` [PR PATCH] [Merged]: " Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Justinizer @ 2021-03-30 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Justinizer/void-packages kup
https://github.com/void-linux/void-packages/pull/29891

New package: kup-0.8.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 97ae734863af22ed80e1869d4b56102fb8c4f93f Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Tue, 30 Mar 2021 21:24:54 +0200
Subject: [PATCH] New package: kup-0.8.0

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

diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
new file mode 100644
index 000000000000..461bbcd45f97
--- /dev/null
+++ b/srcpkgs/kup/template
@@ -0,0 +1,16 @@
+# Template file for 'kup'
+pkgname=kup
+version=0.8.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
+makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
+ kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
+ libgit2-devel plasma-framework-devel"
+depends="rsync"
+short_desc="Kup is created to keep backups of personal files"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.kde.org/applications/utilities/kup/"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum="79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd"

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

* Re: [PR PATCH] [Updated] New package: kup-0.8.0
  2021-03-30 19:26 [PR PATCH] New package: kup-0.8.0 Justinizer
                   ` (3 preceding siblings ...)
  2021-03-30 20:01 ` Justinizer
@ 2021-04-23 20:02 ` Johnnynator
  2021-04-23 20:03 ` [PR PATCH] [Merged]: " Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2021-04-23 20:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Veganizer/void-packages kup
https://github.com/void-linux/void-packages/pull/29891

New package: kup-0.8.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



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

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

From 27d84ae1dd66ba22a768eae274d584903f9ab024 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin@jagieniak.net>
Date: Tue, 30 Mar 2021 21:24:54 +0200
Subject: [PATCH] New package: kup-0.8.0

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

diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
new file mode 100644
index 000000000000..461bbcd45f97
--- /dev/null
+++ b/srcpkgs/kup/template
@@ -0,0 +1,16 @@
+# Template file for 'kup'
+pkgname=kup
+version=0.8.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons gettext kconfig"
+makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
+ kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
+ libgit2-devel plasma-framework-devel"
+depends="rsync"
+short_desc="Kup is created to keep backups of personal files"
+maintainer="Justin Jagieniak <justin@jagieniak.net>"
+license="GPL-2.0-or-later"
+homepage="https://www.kde.org/applications/utilities/kup/"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum="79154cd12bcbef87b3b22851adcd505f5da7723483361c7a16ae4c3eea61f0bd"

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

* Re: [PR PATCH] [Merged]: New package: kup-0.8.0
  2021-03-30 19:26 [PR PATCH] New package: kup-0.8.0 Justinizer
                   ` (4 preceding siblings ...)
  2021-04-23 20:02 ` Johnnynator
@ 2021-04-23 20:03 ` Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2021-04-23 20:03 UTC (permalink / raw)
  To: ml

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

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

New package: kup-0.8.0
https://github.com/void-linux/void-packages/pull/29891

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86-64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl



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

end of thread, other threads:[~2021-04-23 20:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 19:26 [PR PATCH] New package: kup-0.8.0 Justinizer
2021-03-30 19:29 ` [PR PATCH] [Updated] " Justinizer
2021-03-30 20:00 ` Justinizer
2021-03-30 20:01 ` Justinizer
2021-03-30 20:01 ` Justinizer
2021-04-23 20:02 ` Johnnynator
2021-04-23 20:03 ` [PR PATCH] [Merged]: " Johnnynator

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