Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Way displays branch
@ 2023-10-16 19:41 dv-ar
  2023-12-13  0:32 ` [PR PATCH] [Closed]: " dv-ar
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dv-ar @ 2023-10-16 19:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dv-ar/void-packages way-displays-branch
https://github.com/void-linux/void-packages/pull/46735

Way displays branch
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-way-displays-branch-46735.patch --]
[-- Type: text/x-diff, Size: 2301 bytes --]

From 4448372b59acfbeffab599c2510d5b6d835cd797 Mon Sep 17 00:00:00 2001
From: dvar <dvar@tuta.io>
Date: Wed, 19 Apr 2023 14:15:58 +0200
Subject: [PATCH 1/2] New package: way-displays-1.8.1

---
 srcpkgs/way-displays/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/way-displays/template

diff --git a/srcpkgs/way-displays/template b/srcpkgs/way-displays/template
new file mode 100644
index 0000000000000..c4b35f08d293c
--- /dev/null
+++ b/srcpkgs/way-displays/template
@@ -0,0 +1,20 @@
+# Template file for 'way-displays'
+pkgname=way-displays
+version=1.8.1
+revision=1
+build_style=gnu-makefile
+make_build_args="PREFIX_ETC=/"
+make_install_args="PREFIX_ETC=/"
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel yaml-cpp-devel wlroots-devel eudev-libudev-devel"
+short_desc="Auto Manage Your Wayland Displays"
+maintainer="dvar <dvar@tuta.io>"
+license="MIT"
+homepage="https://github.com/alex-courtis/way-displays"
+distfiles="https://github.com/alex-courtis/way-displays/archive/refs/tags/${version}.tar.gz"
+checksum=529d074e55f8d15abcf6fd934abe080509509d5578aa8d4fd303f5b882970047
+
+post_install() {
+	vlicense LICENSE
+	vman way-displays.1
+}

From 6f53fced92f181a3b57bce14b8efea7a732055e9 Mon Sep 17 00:00:00 2001
From: dvar <dvar@tuta.io>
Date: Mon, 16 Oct 2023 19:03:20 +0200
Subject: [PATCH 2/2] way-displays: update to 1.9.0.

way-displays: update to 1.9.0
---
 srcpkgs/way-displays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/way-displays/template b/srcpkgs/way-displays/template
index c4b35f08d293c..882564700178e 100644
--- a/srcpkgs/way-displays/template
+++ b/srcpkgs/way-displays/template
@@ -1,6 +1,6 @@
 # Template file for 'way-displays'
 pkgname=way-displays
-version=1.8.1
+version=1.9.0
 revision=1
 build_style=gnu-makefile
 make_build_args="PREFIX_ETC=/"
@@ -12,7 +12,7 @@ maintainer="dvar <dvar@tuta.io>"
 license="MIT"
 homepage="https://github.com/alex-courtis/way-displays"
 distfiles="https://github.com/alex-courtis/way-displays/archive/refs/tags/${version}.tar.gz"
-checksum=529d074e55f8d15abcf6fd934abe080509509d5578aa8d4fd303f5b882970047
+checksum=65f6c110a3de8835bec0e71e963f3b9bd3078e18ee3c42167ae33b2005b97675
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Closed]: Way displays branch
  2023-10-16 19:41 [PR PATCH] Way displays branch dv-ar
@ 2023-12-13  0:32 ` dv-ar
  2023-12-13  0:43 ` [PR PATCH] [Updated] " dv-ar
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dv-ar @ 2023-12-13  0:32 UTC (permalink / raw)
  To: ml

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

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

Way displays branch
https://github.com/void-linux/void-packages/pull/46735

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

* Re: [PR PATCH] [Updated] Way displays branch
  2023-10-16 19:41 [PR PATCH] Way displays branch dv-ar
  2023-12-13  0:32 ` [PR PATCH] [Closed]: " dv-ar
@ 2023-12-13  0:43 ` dv-ar
  2023-12-13  0:52 ` [PR PATCH] [Updated] way-displays: update to 1.9.0 dv-ar
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dv-ar @ 2023-12-13  0:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dv-ar/void-packages way-displays-branch
https://github.com/void-linux/void-packages/pull/46735

Way displays branch
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-way-displays-branch-46735.patch --]
[-- Type: text/x-diff, Size: 3741 bytes --]

From 4448372b59acfbeffab599c2510d5b6d835cd797 Mon Sep 17 00:00:00 2001
From: dvar <dvar@tuta.io>
Date: Wed, 19 Apr 2023 14:15:58 +0200
Subject: [PATCH 1/3] New package: way-displays-1.8.1

---
 srcpkgs/way-displays/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/way-displays/template

diff --git a/srcpkgs/way-displays/template b/srcpkgs/way-displays/template
new file mode 100644
index 0000000000000..c4b35f08d293c
--- /dev/null
+++ b/srcpkgs/way-displays/template
@@ -0,0 +1,20 @@
+# Template file for 'way-displays'
+pkgname=way-displays
+version=1.8.1
+revision=1
+build_style=gnu-makefile
+make_build_args="PREFIX_ETC=/"
+make_install_args="PREFIX_ETC=/"
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel yaml-cpp-devel wlroots-devel eudev-libudev-devel"
+short_desc="Auto Manage Your Wayland Displays"
+maintainer="dvar <dvar@tuta.io>"
+license="MIT"
+homepage="https://github.com/alex-courtis/way-displays"
+distfiles="https://github.com/alex-courtis/way-displays/archive/refs/tags/${version}.tar.gz"
+checksum=529d074e55f8d15abcf6fd934abe080509509d5578aa8d4fd303f5b882970047
+
+post_install() {
+	vlicense LICENSE
+	vman way-displays.1
+}

From 6f53fced92f181a3b57bce14b8efea7a732055e9 Mon Sep 17 00:00:00 2001
From: dvar <dvar@tuta.io>
Date: Mon, 16 Oct 2023 19:03:20 +0200
Subject: [PATCH 2/3] way-displays: update to 1.9.0.

way-displays: update to 1.9.0
---
 srcpkgs/way-displays/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/way-displays/template b/srcpkgs/way-displays/template
index c4b35f08d293c..882564700178e 100644
--- a/srcpkgs/way-displays/template
+++ b/srcpkgs/way-displays/template
@@ -1,6 +1,6 @@
 # Template file for 'way-displays'
 pkgname=way-displays
-version=1.8.1
+version=1.9.0
 revision=1
 build_style=gnu-makefile
 make_build_args="PREFIX_ETC=/"
@@ -12,7 +12,7 @@ maintainer="dvar <dvar@tuta.io>"
 license="MIT"
 homepage="https://github.com/alex-courtis/way-displays"
 distfiles="https://github.com/alex-courtis/way-displays/archive/refs/tags/${version}.tar.gz"
-checksum=529d074e55f8d15abcf6fd934abe080509509d5578aa8d4fd303f5b882970047
+checksum=65f6c110a3de8835bec0e71e963f3b9bd3078e18ee3c42167ae33b2005b97675
 
 post_install() {
 	vlicense LICENSE

From 3cd6a239ed7998af8b9fba14c79cc019b6f3fbf1 Mon Sep 17 00:00:00 2001
From: dv-ar <119001613+dv-ar@users.noreply.github.com>
Date: Wed, 13 Dec 2023 01:40:08 +0100
Subject: [PATCH 3/3] Tidied template

---
 srcpkgs/way-displays/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/way-displays/template b/srcpkgs/way-displays/template
index 882564700178e..3ee3dc7d25908 100644
--- a/srcpkgs/way-displays/template
+++ b/srcpkgs/way-displays/template
@@ -1,18 +1,18 @@
 # Template file for 'way-displays'
+homepage="https://github.com/alex-courtis/way-displays"
+license="MIT"
+maintainer="dv-ar <dvar@tuta.io>"
 pkgname=way-displays
-version=1.9.0
 revision=1
-build_style=gnu-makefile
-make_build_args="PREFIX_ETC=/"
-make_install_args="PREFIX_ETC=/"
+short_desc="Auto Manage Your Wayland Displays"
+version=1.9.0
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wayland-devel yaml-cpp-devel wlroots-devel eudev-libudev-devel"
-short_desc="Auto Manage Your Wayland Displays"
-maintainer="dvar <dvar@tuta.io>"
-license="MIT"
-homepage="https://github.com/alex-courtis/way-displays"
 distfiles="https://github.com/alex-courtis/way-displays/archive/refs/tags/${version}.tar.gz"
 checksum=65f6c110a3de8835bec0e71e963f3b9bd3078e18ee3c42167ae33b2005b97675
+build_style=gnu-makefile
+make_build_args="PREFIX_ETC=/"
+make_install_args="PREFIX_ETC=/"
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] way-displays: update to 1.9.0
  2023-10-16 19:41 [PR PATCH] Way displays branch dv-ar
  2023-12-13  0:32 ` [PR PATCH] [Closed]: " dv-ar
  2023-12-13  0:43 ` [PR PATCH] [Updated] " dv-ar
@ 2023-12-13  0:52 ` dv-ar
  2024-01-22 23:32 ` cinerea0
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dv-ar @ 2023-12-13  0:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dv-ar/void-packages way-displays-branch
https://github.com/void-linux/void-packages/pull/46735

way-displays: update to 1.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-way-displays-branch-46735.patch --]
[-- Type: text/x-diff, Size: 2751 bytes --]

From 4448372b59acfbeffab599c2510d5b6d835cd797 Mon Sep 17 00:00:00 2001
From: dvar <dvar@tuta.io>
Date: Wed, 19 Apr 2023 14:15:58 +0200
Subject: [PATCH 1/2] New package: way-displays-1.8.1

---
 srcpkgs/way-displays/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/way-displays/template

diff --git a/srcpkgs/way-displays/template b/srcpkgs/way-displays/template
new file mode 100644
index 0000000000000..c4b35f08d293c
--- /dev/null
+++ b/srcpkgs/way-displays/template
@@ -0,0 +1,20 @@
+# Template file for 'way-displays'
+pkgname=way-displays
+version=1.8.1
+revision=1
+build_style=gnu-makefile
+make_build_args="PREFIX_ETC=/"
+make_install_args="PREFIX_ETC=/"
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel yaml-cpp-devel wlroots-devel eudev-libudev-devel"
+short_desc="Auto Manage Your Wayland Displays"
+maintainer="dvar <dvar@tuta.io>"
+license="MIT"
+homepage="https://github.com/alex-courtis/way-displays"
+distfiles="https://github.com/alex-courtis/way-displays/archive/refs/tags/${version}.tar.gz"
+checksum=529d074e55f8d15abcf6fd934abe080509509d5578aa8d4fd303f5b882970047
+
+post_install() {
+	vlicense LICENSE
+	vman way-displays.1
+}

From 6bc0b97169236c48a2c638ef42cf66a96e668beb Mon Sep 17 00:00:00 2001
From: dv-ar <119001613+dv-ar@users.noreply.github.com>
Date: Wed, 13 Dec 2023 01:51:39 +0100
Subject: [PATCH 2/2] way-displays: update to 1.9.0.

---
 srcpkgs/way-displays/template | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/way-displays/template b/srcpkgs/way-displays/template
index c4b35f08d293c..3ee3dc7d25908 100644
--- a/srcpkgs/way-displays/template
+++ b/srcpkgs/way-displays/template
@@ -1,18 +1,18 @@
 # Template file for 'way-displays'
+homepage="https://github.com/alex-courtis/way-displays"
+license="MIT"
+maintainer="dv-ar <dvar@tuta.io>"
 pkgname=way-displays
-version=1.8.1
 revision=1
-build_style=gnu-makefile
-make_build_args="PREFIX_ETC=/"
-make_install_args="PREFIX_ETC=/"
+short_desc="Auto Manage Your Wayland Displays"
+version=1.9.0
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wayland-devel yaml-cpp-devel wlroots-devel eudev-libudev-devel"
-short_desc="Auto Manage Your Wayland Displays"
-maintainer="dvar <dvar@tuta.io>"
-license="MIT"
-homepage="https://github.com/alex-courtis/way-displays"
 distfiles="https://github.com/alex-courtis/way-displays/archive/refs/tags/${version}.tar.gz"
-checksum=529d074e55f8d15abcf6fd934abe080509509d5578aa8d4fd303f5b882970047
+checksum=65f6c110a3de8835bec0e71e963f3b9bd3078e18ee3c42167ae33b2005b97675
+build_style=gnu-makefile
+make_build_args="PREFIX_ETC=/"
+make_install_args="PREFIX_ETC=/"
 
 post_install() {
 	vlicense LICENSE

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

* Re: way-displays: update to 1.9.0
  2023-10-16 19:41 [PR PATCH] Way displays branch dv-ar
                   ` (2 preceding siblings ...)
  2023-12-13  0:52 ` [PR PATCH] [Updated] way-displays: update to 1.9.0 dv-ar
@ 2024-01-22 23:32 ` cinerea0
  2024-04-02 20:09 ` [PR PATCH] [Closed]: " dv-ar
  2024-04-02 20:09 ` [PR PATCH] [Updated] " dv-ar
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-01-22 23:32 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/46735#issuecomment-1905020715

Comment:
The newest version is 1.10.2, please update this PR to that version.

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

* Re: [PR PATCH] [Closed]: way-displays: update to 1.9.0
  2023-10-16 19:41 [PR PATCH] Way displays branch dv-ar
                   ` (3 preceding siblings ...)
  2024-01-22 23:32 ` cinerea0
@ 2024-04-02 20:09 ` dv-ar
  2024-04-02 20:09 ` [PR PATCH] [Updated] " dv-ar
  5 siblings, 0 replies; 7+ messages in thread
From: dv-ar @ 2024-04-02 20:09 UTC (permalink / raw)
  To: ml

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

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

way-displays: update to 1.9.0
https://github.com/void-linux/void-packages/pull/46735

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

* Re: [PR PATCH] [Updated] way-displays: update to 1.9.0
  2023-10-16 19:41 [PR PATCH] Way displays branch dv-ar
                   ` (4 preceding siblings ...)
  2024-04-02 20:09 ` [PR PATCH] [Closed]: " dv-ar
@ 2024-04-02 20:09 ` dv-ar
  5 siblings, 0 replies; 7+ messages in thread
From: dv-ar @ 2024-04-02 20:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dv-ar/void-packages way-displays-branch
https://github.com/void-linux/void-packages/pull/46735

way-displays: update to 1.9.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: briefly

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-way-displays-branch-46735.patch --]
[-- Type: text/x-diff, Size: 0 bytes --]



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

end of thread, other threads:[~2024-04-02 20:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-16 19:41 [PR PATCH] Way displays branch dv-ar
2023-12-13  0:32 ` [PR PATCH] [Closed]: " dv-ar
2023-12-13  0:43 ` [PR PATCH] [Updated] " dv-ar
2023-12-13  0:52 ` [PR PATCH] [Updated] way-displays: update to 1.9.0 dv-ar
2024-01-22 23:32 ` cinerea0
2024-04-02 20:09 ` [PR PATCH] [Closed]: " dv-ar
2024-04-02 20:09 ` [PR PATCH] [Updated] " dv-ar

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