Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dk-1.9
@ 2023-11-23 18:17 MainKt
  2023-12-01 13:14 ` leahneukirchen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: MainKt @ 2023-11-23 18:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MainKt/void-packages dk
https://github.com/void-linux/void-packages/pull/47371

New package: dk-1.9
<!-- 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl
  - aarch64
  - aarch64-musl
  - armv6l
  - armv6l-musl



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

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

From a20cb45a960bff01cc1a39cd61ac22fa610b4755 Mon Sep 17 00:00:00 2001
From: MainKt <muhammad.saheed.iam@gmail.com>
Date: Tue, 7 Nov 2023 19:45:02 +0530
Subject: [PATCH] New package: dk-1.9

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

diff --git a/srcpkgs/dk/template b/srcpkgs/dk/template
new file mode 100644
index 0000000000000..44914ee7148d9
--- /dev/null
+++ b/srcpkgs/dk/template
@@ -0,0 +1,16 @@
+# Template file for 'dk'
+pkgname=dk
+version=1.9
+revision=1
+makedepends="libxcb-devel xcb-proto xcb-util-devel xcb-util-wm-devel xcb-util-cursor-devel xcb-util-keysyms-devel"
+short_desc="List based tiling window manager in the vein of dwm, bspwm, and xmonad"
+maintainer="MainKt <muhammad.saheed.iam@gmail.com>"
+license="MIT"
+homepage="https://bitbucket.org/natemaia/dk"
+distfiles="https://bitbucket.org/natemaia/dk/get/v${version}.tar.gz"
+checksum=bb9823bf5d8986b77460879abff21a1649309db2e0f3acf1846c21059f9c336e
+
+do_install() {
+	make PREFIX=/usr/ DESTDIR=$DESTDIR install
+	vlicense LICENSE
+}

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

* Re: New package: dk-1.9
  2023-11-23 18:17 [PR PATCH] New package: dk-1.9 MainKt
@ 2023-12-01 13:14 ` leahneukirchen
  2023-12-01 13:25 ` MainKt
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2023-12-01 13:14 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/47371#issuecomment-1836100731

Comment:
Please rebase this, don't merge master into your branch.

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

* Re: New package: dk-1.9
  2023-11-23 18:17 [PR PATCH] New package: dk-1.9 MainKt
  2023-12-01 13:14 ` leahneukirchen
@ 2023-12-01 13:25 ` MainKt
  2023-12-01 13:34 ` [PR PATCH] [Updated] " MainKt
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: MainKt @ 2023-12-01 13:25 UTC (permalink / raw)
  To: ml

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

New comment by MainKt on void-packages repository

https://github.com/void-linux/void-packages/pull/47371#issuecomment-1836115630

Comment:
Sorry, I'll do it now :+1:

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

* Re: [PR PATCH] [Updated] New package: dk-1.9
  2023-11-23 18:17 [PR PATCH] New package: dk-1.9 MainKt
  2023-12-01 13:14 ` leahneukirchen
  2023-12-01 13:25 ` MainKt
@ 2023-12-01 13:34 ` MainKt
  2023-12-01 13:35 ` MainKt
  2023-12-01 15:59 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: MainKt @ 2023-12-01 13:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MainKt/void-packages dk
https://github.com/void-linux/void-packages/pull/47371

New package: dk-1.9
<!-- 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (crossbuilds):
  - x86_64-musl
  - aarch64
  - aarch64-musl
  - armv6l
  - armv6l-musl



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

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

From a20cb45a960bff01cc1a39cd61ac22fa610b4755 Mon Sep 17 00:00:00 2001
From: MainKt <muhammad.saheed.iam@gmail.com>
Date: Tue, 7 Nov 2023 19:45:02 +0530
Subject: [PATCH] New package: dk-1.9

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

diff --git a/srcpkgs/dk/template b/srcpkgs/dk/template
new file mode 100644
index 0000000000000..44914ee7148d9
--- /dev/null
+++ b/srcpkgs/dk/template
@@ -0,0 +1,16 @@
+# Template file for 'dk'
+pkgname=dk
+version=1.9
+revision=1
+makedepends="libxcb-devel xcb-proto xcb-util-devel xcb-util-wm-devel xcb-util-cursor-devel xcb-util-keysyms-devel"
+short_desc="List based tiling window manager in the vein of dwm, bspwm, and xmonad"
+maintainer="MainKt <muhammad.saheed.iam@gmail.com>"
+license="MIT"
+homepage="https://bitbucket.org/natemaia/dk"
+distfiles="https://bitbucket.org/natemaia/dk/get/v${version}.tar.gz"
+checksum=bb9823bf5d8986b77460879abff21a1649309db2e0f3acf1846c21059f9c336e
+
+do_install() {
+	make PREFIX=/usr/ DESTDIR=$DESTDIR install
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: dk-1.9
  2023-11-23 18:17 [PR PATCH] New package: dk-1.9 MainKt
                   ` (2 preceding siblings ...)
  2023-12-01 13:34 ` [PR PATCH] [Updated] " MainKt
@ 2023-12-01 13:35 ` MainKt
  2023-12-01 15:59 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: MainKt @ 2023-12-01 13:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MainKt/void-packages dk
https://github.com/void-linux/void-packages/pull/47371

New package: dk-1.9
<!-- 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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (crossbuilds):
  - x86_64-musl
  - aarch64
  - aarch64-musl
  - armv6l
  - armv6l-musl



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

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

From 51aa5fdb63dc5cc6fffef61534b21c9ac0d32737 Mon Sep 17 00:00:00 2001
From: MainKt <muhammad.saheed.iam@gmail.com>
Date: Tue, 7 Nov 2023 19:45:02 +0530
Subject: [PATCH] New package: dk-1.9

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

diff --git a/srcpkgs/dk/template b/srcpkgs/dk/template
new file mode 100644
index 0000000000000..44914ee7148d9
--- /dev/null
+++ b/srcpkgs/dk/template
@@ -0,0 +1,16 @@
+# Template file for 'dk'
+pkgname=dk
+version=1.9
+revision=1
+makedepends="libxcb-devel xcb-proto xcb-util-devel xcb-util-wm-devel xcb-util-cursor-devel xcb-util-keysyms-devel"
+short_desc="List based tiling window manager in the vein of dwm, bspwm, and xmonad"
+maintainer="MainKt <muhammad.saheed.iam@gmail.com>"
+license="MIT"
+homepage="https://bitbucket.org/natemaia/dk"
+distfiles="https://bitbucket.org/natemaia/dk/get/v${version}.tar.gz"
+checksum=bb9823bf5d8986b77460879abff21a1649309db2e0f3acf1846c21059f9c336e
+
+do_install() {
+	make PREFIX=/usr/ DESTDIR=$DESTDIR install
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: dk-1.9
  2023-11-23 18:17 [PR PATCH] New package: dk-1.9 MainKt
                   ` (3 preceding siblings ...)
  2023-12-01 13:35 ` MainKt
@ 2023-12-01 15:59 ` leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2023-12-01 15:59 UTC (permalink / raw)
  To: ml

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

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

New package: dk-1.9
https://github.com/void-linux/void-packages/pull/47371

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**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (crossbuilds):
  - x86_64-musl
  - aarch64
  - aarch64-musl
  - armv6l
  - armv6l-musl



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

end of thread, other threads:[~2023-12-01 15:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 18:17 [PR PATCH] New package: dk-1.9 MainKt
2023-12-01 13:14 ` leahneukirchen
2023-12-01 13:25 ` MainKt
2023-12-01 13:34 ` [PR PATCH] [Updated] " MainKt
2023-12-01 13:35 ` MainKt
2023-12-01 15:59 ` [PR PATCH] [Merged]: " leahneukirchen

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