Github messages for voidlinux
 help / color / mirror / Atom feed
From: subnut <subnut@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: hyprland-0.21.0
Date: Thu, 02 Feb 2023 21:55:18 +0100	[thread overview]
Message-ID: <20230202205518._fgWGhiFG2L25aIYIXJSEbQvN8Fk8PHkbcZLKqu5dew@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42045@inbox.vuxu.org>

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

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

https://github.com/subnut/void-packages hyprland
https://github.com/void-linux/void-packages/pull/42045

New package: hyprland-0.21.0
<!-- 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**|**NO**
-->

<!-- 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):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ac703c969bf846d9a350c422ee0bf6b9a7377eba Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Fri, 3 Feb 2023 02:19:13 +0530
Subject: [PATCH] New package: hyprland-0.21.0

---
 srcpkgs/hyprland/patches/wlroots.patch | 12 ++++++++++++
 srcpkgs/hyprland/template              | 17 +++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/hyprland/patches/wlroots.patch
 create mode 100644 srcpkgs/hyprland/template

diff --git a/srcpkgs/hyprland/patches/wlroots.patch b/srcpkgs/hyprland/patches/wlroots.patch
new file mode 100644
index 000000000000..b071f79dc6a5
--- /dev/null
+++ b/srcpkgs/hyprland/patches/wlroots.patch
@@ -0,0 +1,12 @@
+--- a/subprojects/wlroots/meson.build
++++ b/subprojects/wlroots/meson.build
+@@ -46,6 +46,9 @@
+ 	'-Wno-missing-braces',
+ 	'-Wno-missing-field-initializers',
+ 	'-Wno-unused-parameter',
++
++	'-Wno-error=unused-variable',
++	'-Wno-error=unused-but-set-variable',
+ ]), language: 'c')
+ 
+ # Compute the relative path used by compiler invocations.
diff --git a/srcpkgs/hyprland/template b/srcpkgs/hyprland/template
new file mode 100644
index 000000000000..426e43f414c1
--- /dev/null
+++ b/srcpkgs/hyprland/template
@@ -0,0 +1,17 @@
+# Template file for 'hyprland'
+pkgname=hyprland
+version=0.21.0
+revision=1
+build_style=meson
+hostmakedepends="jq git pkg-config cmake glslang wayland-devel hwids"
+makedepends="libdrm-devel libxkbcommon-devel pixman-devel cairo-devel
+ libseat-devel libinput-devel wayland-devel wayland-protocols
+ xcb-util-renderutil-devel xcb-util-errors-devel xcb-util-wm-devel
+ xorg-server-xwayland vulkan-loader Vulkan-Headers libglvnd-devel"
+short_desc="Dynamic tiling Wayland compositor that doesn't sacrifice on its looks"
+maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://hyprland.org/"
+changelog="https://github.com/hyprwm/Hyprland/releases"
+distfiles="https://github.com/hyprwm/Hyprland/releases/download/v${version}beta/source-v${version}beta.tar.gz"
+checksum=fba4902f39fe549ecf829c23b1c086cbe02cd068c6f65c2571c357226fa915fd

  reply	other threads:[~2023-02-02 20:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02 20:50 [PR PATCH] " subnut
2023-02-02 20:55 ` subnut [this message]
2023-02-02 20:55 ` kruceter
2023-02-02 21:01 ` [PR PATCH] [Closed]: " subnut
2023-04-23 16:30 ` Chirikumbrah

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=20230202205518._fgWGhiFG2L25aIYIXJSEbQvN8Fk8PHkbcZLKqu5dew@z \
    --to=subnut@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).