Github messages for voidlinux
 help / color / mirror / Atom feed
From: dv-ar <dv-ar@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Way displays branch
Date: Wed, 13 Dec 2023 01:43:08 +0100	[thread overview]
Message-ID: <20231213004308.sROrw2FgXfNWSK3SzUKuhNBqiVnURpjgJVRCiYR-tp0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46735@inbox.vuxu.org>

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

  parent reply	other threads:[~2023-12-13  0:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-16 19:41 [PR PATCH] " dv-ar
2023-12-13  0:32 ` [PR PATCH] [Closed]: " dv-ar
2023-12-13  0:43 ` dv-ar [this message]
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

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=20231213004308.sROrw2FgXfNWSK3SzUKuhNBqiVnURpjgJVRCiYR-tp0@z \
    --to=dv-ar@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).