Github messages for voidlinux
 help / color / mirror / Atom feed
From: kruceter <kruceter@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] river: add missing libevdev-devel, remove git from hostmakedepends
Date: Thu, 24 Nov 2022 19:25:38 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40738@inbox.vuxu.org> (raw)

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

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

https://github.com/kruceter/void-packages river
https://github.com/void-linux/void-packages/pull/40738

river: add missing libevdev-devel, remove git from hostmakedepends
I do not use wayland, but maybe someone else around does. 

Incrementing revision is not needed; the current revision already depends on libevdev.

#### Testing the changes
- I tested the changes in this PR: **NO**

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


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

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

From a9af6c53cb6720f71c0070cf2a1d239463b35f93 Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Thu, 24 Nov 2022 21:09:52 +0300
Subject: [PATCH] river: add missing libevdev-devel, remove git from
 hostmakedepends

* libevdev-devel is required to build the package.

* git is not used for tarball releases.
---
 srcpkgs/river/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/river/template b/srcpkgs/river/template
index 9cf3abe4b85b..5c34a94799c9 100644
--- a/srcpkgs/river/template
+++ b/srcpkgs/river/template
@@ -4,8 +4,8 @@ version=0.1.1
 revision=1
 build_style=zig-build
 configure_args="$(vopt_if xwayland -Dxwayland)"
-hostmakedepends="pkg-config wayland-devel scdoc git"
-makedepends="wlroots-devel"
+hostmakedepends="pkg-config wayland-devel scdoc"
+makedepends="wlroots-devel libevdev-devel"
 depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Dynamic tiling Wayland compositor"
 maintainer="Isaac Freund <mail@isaacfreund.com>"

             reply	other threads:[~2022-11-24 18:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-24 18:25 kruceter [this message]
2022-11-26 15:14 ` paper42
2022-11-26 17:58 ` [PR PATCH] [Merged]: " paper42

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40738@inbox.vuxu.org \
    --to=kruceter@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).