Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kdbg-3.0.1
@ 2023-10-23  1:06 dmarto
  2024-01-22  1:49 ` github-actions
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dmarto @ 2023-10-23  1:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages kdbg
https://github.com/void-linux/void-packages/pull/46841

New package: kdbg-3.0.1
#### 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-glibc



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

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

From 8dc9a13cd825663bf8fa7315e169e41a224333fe Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 23 Oct 2023 03:15:19 +0300
Subject: [PATCH] New package: kdbg-3.0.1

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

diff --git a/srcpkgs/kdbg/template b/srcpkgs/kdbg/template
new file mode 100644
index 0000000000000..11f646e0de1a5
--- /dev/null
+++ b/srcpkgs/kdbg/template
@@ -0,0 +1,16 @@
+# Template file for 'kdbg'
+pkgname=kdbg
+version=3.0.1
+revision=1
+build_style=cmake
+hostmakedepends="gettext extra-cmake-modules qt5-host-tools qt5-qmake
+ kcoreaddons procps-ng"
+makedepends="qt5-devel ki18n-devel kxmlgui-devel gnulib"
+checkdepends="AppStream"
+short_desc="Graphical Debugger Interface around GDB"
+maintainer="Martin Dimov <martin@dmarto.com>"
+license="GPL-2.0-only"
+homepage="https://www.kdbg.org/"
+changelog="https://raw.githubusercontent.com/j6t/kdbg/master/ReleaseNotes-${version}"
+distfiles="https://github.com/j6t/kdbg/archive/kdbg-${version}.tar.gz"
+checksum=f00ac63d44805f43587d8707f6a4e214959994378898b8ccca5cf206228db4c4

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

* Re: New package: kdbg-3.0.1
  2023-10-23  1:06 [PR PATCH] New package: kdbg-3.0.1 dmarto
@ 2024-01-22  1:49 ` github-actions
  2024-01-22  5:33 ` dmarto
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-01-22  1:49 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46841#issuecomment-1902875510

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: kdbg-3.0.1
  2023-10-23  1:06 [PR PATCH] New package: kdbg-3.0.1 dmarto
  2024-01-22  1:49 ` github-actions
@ 2024-01-22  5:33 ` dmarto
  2024-04-23  1:46 ` github-actions
  2024-05-07  1:46 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: dmarto @ 2024-01-22  5:33 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/46841#issuecomment-1903291512

Comment:
bump

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

* Re: New package: kdbg-3.0.1
  2023-10-23  1:06 [PR PATCH] New package: kdbg-3.0.1 dmarto
  2024-01-22  1:49 ` github-actions
  2024-01-22  5:33 ` dmarto
@ 2024-04-23  1:46 ` github-actions
  2024-05-07  1:46 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-04-23  1:46 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46841#issuecomment-2071258885

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: kdbg-3.0.1
  2023-10-23  1:06 [PR PATCH] New package: kdbg-3.0.1 dmarto
                   ` (2 preceding siblings ...)
  2024-04-23  1:46 ` github-actions
@ 2024-05-07  1:46 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2024-05-07  1:46 UTC (permalink / raw)
  To: ml

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

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

New package: kdbg-3.0.1
https://github.com/void-linux/void-packages/pull/46841

Description:
#### 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] 5+ messages in thread

end of thread, other threads:[~2024-05-07  1:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23  1:06 [PR PATCH] New package: kdbg-3.0.1 dmarto
2024-01-22  1:49 ` github-actions
2024-01-22  5:33 ` dmarto
2024-04-23  1:46 ` github-actions
2024-05-07  1:46 ` [PR PATCH] [Closed]: " github-actions

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