Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hyprland-0.21.0
@ 2023-02-02 20:50 subnut
  2023-02-02 20:55 ` [PR PATCH] [Updated] " subnut
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: subnut @ 2023-02-02 20:50 UTC (permalink / raw)
  To: ml

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

There is a new 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: 2093 bytes --]

From 989360357166d503000cc0c47029272476273a44 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..7f98f07c4b95
--- /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"
+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

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

* Re: [PR PATCH] [Updated] New package: hyprland-0.21.0
  2023-02-02 20:50 [PR PATCH] New package: hyprland-0.21.0 subnut
@ 2023-02-02 20:55 ` subnut
  2023-02-02 20:55 ` kruceter
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: subnut @ 2023-02-02 20:55 UTC (permalink / raw)
  To: ml

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

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

* Re: New package: hyprland-0.21.0
  2023-02-02 20:50 [PR PATCH] New package: hyprland-0.21.0 subnut
  2023-02-02 20:55 ` [PR PATCH] [Updated] " subnut
@ 2023-02-02 20:55 ` kruceter
  2023-02-02 21:01 ` [PR PATCH] [Closed]: " subnut
  2023-04-23 16:30 ` Chirikumbrah
  3 siblings, 0 replies; 5+ messages in thread
From: kruceter @ 2023-02-02 20:55 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/42045#issuecomment-1414360220

Comment:
This package will not be accepted into the repository.

See #37544.

However, if you want the working template, you may check out https://github.com/kruceter/hyprland-void.

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

* Re: [PR PATCH] [Closed]: New package: hyprland-0.21.0
  2023-02-02 20:50 [PR PATCH] New package: hyprland-0.21.0 subnut
  2023-02-02 20:55 ` [PR PATCH] [Updated] " subnut
  2023-02-02 20:55 ` kruceter
@ 2023-02-02 21:01 ` subnut
  2023-04-23 16:30 ` Chirikumbrah
  3 siblings, 0 replies; 5+ messages in thread
From: subnut @ 2023-02-02 21:01 UTC (permalink / raw)
  To: ml

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

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

New package: hyprland-0.21.0
https://github.com/void-linux/void-packages/pull/42045

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**|**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
-->


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

* Re: New package: hyprland-0.21.0
  2023-02-02 20:50 [PR PATCH] New package: hyprland-0.21.0 subnut
                   ` (2 preceding siblings ...)
  2023-02-02 21:01 ` [PR PATCH] [Closed]: " subnut
@ 2023-04-23 16:30 ` Chirikumbrah
  3 siblings, 0 replies; 5+ messages in thread
From: Chirikumbrah @ 2023-04-23 16:30 UTC (permalink / raw)
  To: ml

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

New comment by Chirikumbrah on void-packages repository

https://github.com/void-linux/void-packages/pull/42045#issuecomment-1519105263

Comment:
> This package will not be accepted into the repository.
>
@kruceter, can you explain why, please?

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

end of thread, other threads:[~2023-04-23 16:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02 20:50 [PR PATCH] New package: hyprland-0.21.0 subnut
2023-02-02 20:55 ` [PR PATCH] [Updated] " subnut
2023-02-02 20:55 ` kruceter
2023-02-02 21:01 ` [PR PATCH] [Closed]: " subnut
2023-04-23 16:30 ` Chirikumbrah

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