Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dwl-0.4
@ 2023-02-11  4:17 lz-coder
  2023-02-11  4:31 ` [PR PATCH] [Updated] " lz-coder
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: lz-coder @ 2023-02-11  4:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages dwl
https://github.com/void-linux/void-packages/pull/42208

New package: dwl-0.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**

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


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

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

From de2518af611b4381faa69b3254a7b38e135683fd Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Thu, 9 Feb 2023 13:26:41 -0300
Subject: [PATCH] New package: dwl-0.4

---
 srcpkgs/dwl/patches/xwayland.patch | 10 ++++++++++
 srcpkgs/dwl/template               | 26 ++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/dwl/patches/xwayland.patch
 create mode 100644 srcpkgs/dwl/template

diff --git a/srcpkgs/dwl/patches/xwayland.patch b/srcpkgs/dwl/patches/xwayland.patch
new file mode 100644
index 000000000000..84c5afac0d24
--- /dev/null
+++ b/srcpkgs/dwl/patches/xwayland.patch
@@ -0,0 +1,10 @@
+--- a/config.mk
++++ b/config.mk
+@@ -10,5 +10,5 @@
+ XWAYLAND =
+ XLIBS =
+ # Uncomment to build XWayland support
+-#XWAYLAND = -DXWAYLAND
+-#XLIBS = xcb xcb-icccm
++XWAYLAND = -DXWAYLAND
++XLIBS = xcb xcb-icccm
diff --git a/srcpkgs/dwl/template b/srcpkgs/dwl/template
new file mode 100644
index 000000000000..86069d1a759d
--- /dev/null
+++ b/srcpkgs/dwl/template
@@ -0,0 +1,26 @@
+# Template file for 'dwl'
+pkgname=dwl
+version=0.4
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="wayland-protocols xorg-server-xwayland pkg-config"
+makedepends="wlroots-devel"
+#depends=""
+short_desc="Compact and hackable compositor for Wayland based on wlroots"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/djpohly/dwl"
+#changelog=""
+distfiles="https://github.com/djpohly/dwl/releases/download/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=1379222f8bc4d2279a49fffc8292727e976893f6bb348f3aad0581406d827ee4
+
+pre_build() {
+	[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
+}

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

* Re: [PR PATCH] [Updated] New package: dwl-0.4
  2023-02-11  4:17 [PR PATCH] New package: dwl-0.4 lz-coder
@ 2023-02-11  4:31 ` lz-coder
  2023-02-11  4:39 ` lz-coder
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lz-coder @ 2023-02-11  4:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages dwl
https://github.com/void-linux/void-packages/pull/42208

New package: dwl-0.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**

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


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

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

From c08203fb921db9983c0c4db5543aecb5c4a621ec Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Thu, 9 Feb 2023 13:26:41 -0300
Subject: [PATCH] New package: dwl-0.4

---
 srcpkgs/dwl/patches/xwayland.patch | 10 ++++++++++
 srcpkgs/dwl/template               | 28 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/dwl/patches/xwayland.patch
 create mode 100644 srcpkgs/dwl/template

diff --git a/srcpkgs/dwl/patches/xwayland.patch b/srcpkgs/dwl/patches/xwayland.patch
new file mode 100644
index 000000000000..84c5afac0d24
--- /dev/null
+++ b/srcpkgs/dwl/patches/xwayland.patch
@@ -0,0 +1,10 @@
+--- a/config.mk
++++ b/config.mk
+@@ -10,5 +10,5 @@
+ XWAYLAND =
+ XLIBS =
+ # Uncomment to build XWayland support
+-#XWAYLAND = -DXWAYLAND
+-#XLIBS = xcb xcb-icccm
++XWAYLAND = -DXWAYLAND
++XLIBS = xcb xcb-icccm
diff --git a/srcpkgs/dwl/template b/srcpkgs/dwl/template
new file mode 100644
index 000000000000..3a13280201e5
--- /dev/null
+++ b/srcpkgs/dwl/template
@@ -0,0 +1,28 @@
+# Template file for 'dwl'
+pkgname=dwl
+version=0.4
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="wayland-protocols xorg-server-xwayland pkg-config"
+makedepends="wlroots-devel"
+#depends=""
+short_desc="Compact and hackable compositor for Wayland based on wlroots"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/djpohly/dwl"
+#changelog=""
+distfiles="https://github.com/djpohly/dwl/releases/download/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=1379222f8bc4d2279a49fffc8292727e976893f6bb348f3aad0581406d827ee4
+
+pre_build() {
+	if [ -e ${FILESDIR} ]; then
+		[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
+	fi
+}

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

* Re: [PR PATCH] [Updated] New package: dwl-0.4
  2023-02-11  4:17 [PR PATCH] New package: dwl-0.4 lz-coder
  2023-02-11  4:31 ` [PR PATCH] [Updated] " lz-coder
@ 2023-02-11  4:39 ` lz-coder
  2023-02-11  4:43 ` lz-coder
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lz-coder @ 2023-02-11  4:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages dwl
https://github.com/void-linux/void-packages/pull/42208

New package: dwl-0.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**

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


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

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

From b19d514876227ebee95ece57a4a4b1e8b8330f34 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Thu, 9 Feb 2023 13:26:41 -0300
Subject: [PATCH] New package: dwl-0.4

---
 srcpkgs/dwl/patches/xwayland.patch | 10 ++++++++++
 srcpkgs/dwl/template               | 28 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/dwl/patches/xwayland.patch
 create mode 100644 srcpkgs/dwl/template

diff --git a/srcpkgs/dwl/patches/xwayland.patch b/srcpkgs/dwl/patches/xwayland.patch
new file mode 100644
index 000000000000..84c5afac0d24
--- /dev/null
+++ b/srcpkgs/dwl/patches/xwayland.patch
@@ -0,0 +1,10 @@
+--- a/config.mk
++++ b/config.mk
+@@ -10,5 +10,5 @@
+ XWAYLAND =
+ XLIBS =
+ # Uncomment to build XWayland support
+-#XWAYLAND = -DXWAYLAND
+-#XLIBS = xcb xcb-icccm
++XWAYLAND = -DXWAYLAND
++XLIBS = xcb xcb-icccm
diff --git a/srcpkgs/dwl/template b/srcpkgs/dwl/template
new file mode 100644
index 000000000000..9a6fc4d0bec2
--- /dev/null
+++ b/srcpkgs/dwl/template
@@ -0,0 +1,28 @@
+# Template file for 'dwl'
+pkgname=dwl
+version=0.4
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="wayland-protocols xorg-server-xwayland pkg-config"
+makedepends="wlroots-devel wayland-devel"
+#depends=""
+short_desc="Compact and hackable compositor for Wayland based on wlroots"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/djpohly/dwl"
+#changelog=""
+distfiles="https://github.com/djpohly/dwl/releases/download/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=1379222f8bc4d2279a49fffc8292727e976893f6bb348f3aad0581406d827ee4
+
+pre_build() {
+	if [ -e ${FILESDIR} ]; then
+		[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
+	fi
+}

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

* Re: [PR PATCH] [Updated] New package: dwl-0.4
  2023-02-11  4:17 [PR PATCH] New package: dwl-0.4 lz-coder
  2023-02-11  4:31 ` [PR PATCH] [Updated] " lz-coder
  2023-02-11  4:39 ` lz-coder
@ 2023-02-11  4:43 ` lz-coder
  2023-04-28 13:41 ` [PR REVIEW] " abenson
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: lz-coder @ 2023-02-11  4:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lz-coder/void-packages dwl
https://github.com/void-linux/void-packages/pull/42208

New package: dwl-0.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**

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


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

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

From 048c31de2a184df276c566b67393eb6a0c7f3f15 Mon Sep 17 00:00:00 2001
From: lz-coder <lzcoder@proton.me>
Date: Thu, 9 Feb 2023 13:26:41 -0300
Subject: [PATCH] New package: dwl-0.4

---
 srcpkgs/dwl/patches/xwayland.patch | 10 ++++++++++
 srcpkgs/dwl/template               | 28 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/dwl/patches/xwayland.patch
 create mode 100644 srcpkgs/dwl/template

diff --git a/srcpkgs/dwl/patches/xwayland.patch b/srcpkgs/dwl/patches/xwayland.patch
new file mode 100644
index 000000000000..84c5afac0d24
--- /dev/null
+++ b/srcpkgs/dwl/patches/xwayland.patch
@@ -0,0 +1,10 @@
+--- a/config.mk
++++ b/config.mk
+@@ -10,5 +10,5 @@
+ XWAYLAND =
+ XLIBS =
+ # Uncomment to build XWayland support
+-#XWAYLAND = -DXWAYLAND
+-#XLIBS = xcb xcb-icccm
++XWAYLAND = -DXWAYLAND
++XLIBS = xcb xcb-icccm
diff --git a/srcpkgs/dwl/template b/srcpkgs/dwl/template
new file mode 100644
index 000000000000..5da1e67136b3
--- /dev/null
+++ b/srcpkgs/dwl/template
@@ -0,0 +1,28 @@
+# Template file for 'dwl'
+pkgname=dwl
+version=0.4
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=gnu-makefile
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="wayland-protocols xorg-server-xwayland wayland-devel pkg-config"
+makedepends="wlroots-devel"
+#depends=""
+short_desc="Compact and hackable compositor for Wayland based on wlroots"
+maintainer="lz-coder <lzcoder@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/djpohly/dwl"
+#changelog=""
+distfiles="https://github.com/djpohly/dwl/releases/download/v${version}/${pkgname}-v${version}.tar.gz"
+checksum=1379222f8bc4d2279a49fffc8292727e976893f6bb348f3aad0581406d827ee4
+
+pre_build() {
+	if [ -e ${FILESDIR} ]; then
+		[ -e ${FILESDIR}/config.h ] && cp ${FILESDIR}/config.h config.h
+	fi
+}

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

* Re: [PR REVIEW] New package: dwl-0.4
  2023-02-11  4:17 [PR PATCH] New package: dwl-0.4 lz-coder
                   ` (2 preceding siblings ...)
  2023-02-11  4:43 ` lz-coder
@ 2023-04-28 13:41 ` abenson
  2023-07-28  1:48 ` github-actions
  2023-08-12  1:43 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: abenson @ 2023-04-28 13:41 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/42208#discussion_r1180421888

Comment:
Remove the comments.

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

* Re: New package: dwl-0.4
  2023-02-11  4:17 [PR PATCH] New package: dwl-0.4 lz-coder
                   ` (3 preceding siblings ...)
  2023-04-28 13:41 ` [PR REVIEW] " abenson
@ 2023-07-28  1:48 ` github-actions
  2023-08-12  1:43 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-07-28  1:48 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/42208#issuecomment-1654856028

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] 7+ messages in thread

* Re: [PR PATCH] [Closed]: New package: dwl-0.4
  2023-02-11  4:17 [PR PATCH] New package: dwl-0.4 lz-coder
                   ` (4 preceding siblings ...)
  2023-07-28  1:48 ` github-actions
@ 2023-08-12  1:43 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-08-12  1:43 UTC (permalink / raw)
  To: ml

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

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

New package: dwl-0.4
https://github.com/void-linux/void-packages/pull/42208

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)


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

end of thread, other threads:[~2023-08-12  1:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-11  4:17 [PR PATCH] New package: dwl-0.4 lz-coder
2023-02-11  4:31 ` [PR PATCH] [Updated] " lz-coder
2023-02-11  4:39 ` lz-coder
2023-02-11  4:43 ` lz-coder
2023-04-28 13:41 ` [PR REVIEW] " abenson
2023-07-28  1:48 ` github-actions
2023-08-12  1:43 ` [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).