summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Courtis2022-01-22 16:48:11 +1100
committerAlexander Courtis2022-01-22 16:48:11 +1100
commitd2cc7ba425ca638630b47abe0dcbaea8a6cc3971 (patch)
tree52743dd4a81f2a3abce4bdba49ba192ddb2a15fe
parent68c05d4f5e473c419f6417e1a3234702fa1c4932 (diff)
downloadaur-d2cc7ba425ca638630b47abe0dcbaea8a6cc3971.tar.gz
1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--way-displays-1_3.install (renamed from way-displays-1_2.install)14
3 files changed, 13 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fafb406935c1..6bdb0aea28f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = way-displays
pkgdesc = way-displays: Auto Manage Your Wayland Displays
- pkgver = 1.2.1
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/alex-courtis/way-displays
- install = way-displays-1_2.install
+ install = way-displays-1_3.install
arch = x86_64
license = MIT
makedepends = git
@@ -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.2.1.tar.gz
- sha256sums = a6416e2207a5e5ddf747cc4cfef6c4b37ebe37aa6684ef6e47ef1d274e747949
+ source = https://github.com/alex-courtis/way-displays/archive/refs/tags/1.3.0.tar.gz
+ sha256sums = 4a757f079e14bcfcd2804fed0a4a6190535ae059b45e3d73e5b298bba306201b
pkgname = way-displays
diff --git a/PKGBUILD b/PKGBUILD
index 75c910ebbed0..5a530f4c9ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc="way-displays: Auto Manage Your Wayland Displays"
arch=('x86_64')
@@ -8,9 +8,9 @@ url="https://github.com/alex-courtis/way-displays"
license=('MIT')
depends=('wayland' 'wlroots' 'libinput' 'yaml-cpp')
makedepends=('git' 'make' 'gcc')
-source=("https://github.com/alex-courtis/way-displays/archive/refs/tags/1.2.1.tar.gz")
-sha256sums=('a6416e2207a5e5ddf747cc4cfef6c4b37ebe37aa6684ef6e47ef1d274e747949')
-install=way-displays-1_2.install
+source=("https://github.com/alex-courtis/way-displays/archive/refs/tags/1.3.0.tar.gz")
+sha256sums=('4a757f079e14bcfcd2804fed0a4a6190535ae059b45e3d73e5b298bba306201b')
+install=way-displays-1_3.install
build() {
cd "$pkgname-$pkgver"
diff --git a/way-displays-1_2.install b/way-displays-1_3.install
index 55ee458c4321..0c855c867d48 100644
--- a/way-displays-1_2.install
+++ b/way-displays-1_3.install
@@ -12,21 +12,17 @@ blue="${bold}$(tput setaf 4)"
post_install() {
note ""
- note "${yellow}1.2.0 New Feature #10 Maximum Preferred Refresh${all_off}"
+ note "${yellow}1.3.0 New Feature #16 Disabled Displays${all_off}"
note ""
note "Optional cfg.yaml additions:"
note ""
- note "# Use the maximum refresh rate for resolution of the preferred mode."
- note "# Warning: this may result in an unusable display."
- note "${red}MAX_PREFERRED_REFRESH${all_off}:"
- note "${yellow} - ${green}'HDMI-1'${all_off}"
+ note "# Disable the specified displays."
+ note "# To disable/enable on-the-fly see recipe: https://github.com/alex-courtis/way-displays#on-the-fly-recipes"
+ note "${red}DISABLED${all_off}:"
+ note "${yellow} - ${green}'eDP-1'${all_off}"
note ""
note "For full details see https://github.com/alex-courtis/way-displays and /etc/way-displays/cfg.yaml"
note ""
- note "${yellow}1.2.1${all_off}"
- note "- Bug #12 handle rotated displays"
- note "- Bug #11 allow retries after config update during a change"
- note ""
}
post_upgrade() {