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

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