Github messages for voidlinux
 help / color / mirror / Atom feed
From: lz-coder <lz-coder@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: dwl-0.4
Date: Sat, 11 Feb 2023 05:39:07 +0100	[thread overview]
Message-ID: <20230211043907.1-SqtzQni5J4aGkjQssoUaix7oJSvBJRJU3x1M5LH-4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42208@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2023-02-11  4:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-11  4:17 [PR PATCH] " lz-coder
2023-02-11  4:31 ` [PR PATCH] [Updated] " lz-coder
2023-02-11  4:39 ` lz-coder [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230211043907.1-SqtzQni5J4aGkjQssoUaix7oJSvBJRJU3x1M5LH-4@z \
    --to=lz-coder@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).