Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wayland-utils-1.0.0
@ 2021-03-12 15:08 vyivel
  2021-03-12 17:24 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: vyivel @ 2021-03-12 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vyivel/void-packages master
https://github.com/void-linux/void-packages/pull/29415

New package: wayland-utils-1.0.0
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From c785385d7412ed4a9e4ca0f9f96bd09f0a3f6c66 Mon Sep 17 00:00:00 2001
From: Vyivel <vyivel@posteo.net>
Date: Fri, 12 Mar 2021 18:04:14 +0300
Subject: [PATCH] New package: wayland-utils-1.0.0

---
 srcpkgs/wayland-utils/template | 17 +++++++++++++++++
 srcpkgs/wayland-utils/update   |  1 +
 2 files changed, 18 insertions(+)
 create mode 100644 srcpkgs/wayland-utils/template
 create mode 100644 srcpkgs/wayland-utils/update

diff --git a/srcpkgs/wayland-utils/template b/srcpkgs/wayland-utils/template
new file mode 100644
index 00000000000..b3b9c3c4d64
--- /dev/null
+++ b/srcpkgs/wayland-utils/template
@@ -0,0 +1,17 @@
+# Template file for 'wayland-utils'
+pkgname=wayland-utils
+version=1.0.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols"
+short_desc="Wayland utilities"
+maintainer="Kirill Primak <vyivel@posteo.net>"
+license="MIT"
+homepage="https://wayland.freedesktop.org/"
+distfiles="https://wayland.freedesktop.org/releases/wayland-utils-${version}.tar.xz"
+checksum=64fecc4c58e87ae9b302901abe10c2e8af69c7503c221a96ecd0700e0aa268c0
+
+post_install() {
+	vlicense COPYING
+}
diff --git a/srcpkgs/wayland-utils/update b/srcpkgs/wayland-utils/update
new file mode 100644
index 00000000000..61139fc2f1c
--- /dev/null
+++ b/srcpkgs/wayland-utils/update
@@ -0,0 +1 @@
+site=https://wayland.freedesktop.org/releases.html

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

* Re: New package: wayland-utils-1.0.0
  2021-03-12 15:08 [PR PATCH] New package: wayland-utils-1.0.0 vyivel
@ 2021-03-12 17:24 ` ericonr
  2021-03-12 17:25 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-03-12 17:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29415#issuecomment-797638565

Comment:
https://gitlab.freedesktop.org/wayland/wayland-utils claims that this is entirely equivalent to `weston-info`, which people can easily install...

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

* Re: New package: wayland-utils-1.0.0
  2021-03-12 15:08 [PR PATCH] New package: wayland-utils-1.0.0 vyivel
  2021-03-12 17:24 ` ericonr
@ 2021-03-12 17:25 ` ericonr
  2021-03-13  3:49 ` vyivel
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-03-12 17:25 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29415#issuecomment-797638907

Comment:
We could also consider splitting `weston-info` into a subpackage of `weston`.

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

* Re: New package: wayland-utils-1.0.0
  2021-03-12 15:08 [PR PATCH] New package: wayland-utils-1.0.0 vyivel
  2021-03-12 17:24 ` ericonr
  2021-03-12 17:25 ` ericonr
@ 2021-03-13  3:49 ` vyivel
  2021-03-20 17:33 ` vyivel
  2021-03-21  4:19 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: vyivel @ 2021-03-13  3:49 UTC (permalink / raw)
  To: ml

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

New comment by vyivel on void-packages repository

https://github.com/void-linux/void-packages/pull/29415#issuecomment-797860483

Comment:
weston-info is [deprecated](https://github.com/wayland-project/weston/blob/1c73ff8d57404ba0e9bd36b2ecaa8448a809473d/clients/weston-info.c#L1864).

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

* Re: New package: wayland-utils-1.0.0
  2021-03-12 15:08 [PR PATCH] New package: wayland-utils-1.0.0 vyivel
                   ` (2 preceding siblings ...)
  2021-03-13  3:49 ` vyivel
@ 2021-03-20 17:33 ` vyivel
  2021-03-21  4:19 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: vyivel @ 2021-03-20 17:33 UTC (permalink / raw)
  To: ml

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

New comment by vyivel on void-packages repository

https://github.com/void-linux/void-packages/pull/29415#issuecomment-803431200

Comment:
Ping?

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

* Re: [PR PATCH] [Merged]: New package: wayland-utils-1.0.0
  2021-03-12 15:08 [PR PATCH] New package: wayland-utils-1.0.0 vyivel
                   ` (3 preceding siblings ...)
  2021-03-20 17:33 ` vyivel
@ 2021-03-21  4:19 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-03-21  4:19 UTC (permalink / raw)
  To: ml

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

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

New package: wayland-utils-1.0.0
https://github.com/void-linux/void-packages/pull/29415

Description:
#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

end of thread, other threads:[~2021-03-21  4:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 15:08 [PR PATCH] New package: wayland-utils-1.0.0 vyivel
2021-03-12 17:24 ` ericonr
2021-03-12 17:25 ` ericonr
2021-03-13  3:49 ` vyivel
2021-03-20 17:33 ` vyivel
2021-03-21  4:19 ` [PR PATCH] [Merged]: " ericonr

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