summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Courtis2023-01-24 12:40:06 +1100
committerAlexander Courtis2023-01-24 12:40:06 +1100
commit95b0060b6e60faeeea5e0e251f04eecf972e1c66 (patch)
tree308201fa7da94da5bce82e10153f39d7af9f094c
parent49153953dd49f093062c8c58273746e327011c2f (diff)
downloadaur-95b0060b6e60faeeea5e0e251f04eecf972e1c66.tar.gz
1.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--way-displays.install42
3 files changed, 10 insertions, 42 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a75fca7d2ead..4ad9377d076f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = way-displays
pkgdesc = way-displays: Auto Manage Your Wayland Displays
- pkgver = 1.6.2
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/alex-courtis/way-displays
install = way-displays.install
@@ -13,7 +13,7 @@ pkgbase = way-displays
depends = wlroots
depends = libinput
depends = yaml-cpp
- source = https://github.com/alex-courtis/way-displays/archive/refs/tags/1.6.2.tar.gz
- sha256sums = 4a9dd91c05eabe359e4c81c455dfc2151b6b077950608cb63faeb975f4cf65ec
+ source = https://github.com/alex-courtis/way-displays/archive/refs/tags/1.7.0.tar.gz
+ sha256sums = 1cd23489ce45709122d8c7b9d64ace0dbb9d1f7aaec35759c52e347f5b76c07f
pkgname = way-displays
diff --git a/PKGBUILD b/PKGBUILD
index 547330e9b539..2d4436593bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
-pkgver=1.6.2
+pkgver=1.7.0
pkgrel=1
pkgdesc="way-displays: Auto Manage Your Wayland Displays"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('wayland' 'wlroots' 'libinput' 'yaml-cpp')
makedepends=('git' 'make' 'gcc')
source=("https://github.com/alex-courtis/way-displays/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('4a9dd91c05eabe359e4c81c455dfc2151b6b077950608cb63faeb975f4cf65ec')
+sha256sums=('1cd23489ce45709122d8c7b9d64ace0dbb9d1f7aaec35759c52e347f5b76c07f')
install=way-displays.install
build() {
diff --git a/way-displays.install b/way-displays.install
index 79f61e083c5c..324dc121144b 100644
--- a/way-displays.install
+++ b/way-displays.install
@@ -32,43 +32,11 @@ magen() {
}
post_install() {
- yello "1.5.0"
- blue "New Feature: User MODE Selection"
- plain " e.g. set HDMI-A-1 3840x2160@144Hz"
- plain ""
- plain " cfg.yaml"
- magen " MODE:"
- magen " - NAME_DESC: HDMI-A-1"
- magen " WIDTH: 3840"
- magen " HEIGHT: 2160"
- magen " HZ: 144"
- plain ""
- plain " CLI"
- green " way-displays -s MODE HDMI-A-1 3840 2160 144"
- plain ""
- blue "Laptop Lid"
- plain " Workaround: Laptop Lid Not Closed At Startup: https://github.com/alex-courtis/way-displays#known-issues-with-workarounds"
- plain ""
- plain " Lid now detected at startup, before connecting to display. This results in slightly slower startup."
- plain ""
- yello "1.5.1"
- plain "${blue}#33${all_off} prevent infinite loop following some mode change failures"
- plain ""
- yello "1.5.2"
- plain "${blue}#37${all_off} clang compilation failure"
- plain ""
- yello "1.5.3"
- plain "Fix segfault when no lid present; thank you Joost Molenaar"
- plain ""
- yello "1.6.0"
- plain "${blue}#49${all_off} IPC API"
- plain ""
- yello "1.6.1"
- plain "${blue}#53${all_off} wlroots 0.16.0 compatibility"
- plain ""
- yello "1.6.2"
- plain "${blue}#56${all_off} handle missing head fields on way-displays -g"
- plain "Print head fields: make, model, serial"
+ yello "1.7.0"
+ blue "New Features:"
+ plain " VRR / adaptive sync"
+ blue "Bug Fixes:"
+ plain " ${green}#60${all_off} order exact name / description matches first"
plain ""
}