Update to 1.6.0

This commit is contained in:
github-actions[bot] 2026-02-06 02:01:39 +00:00
parent d97a770c03
commit 404d989d1e
3 changed files with 12 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = plasmazones
pkgdesc = FancyZones-style window tiling for KDE Plasma
pkgver = 1.5.9
pkgver = 1.6.0
pkgrel = 1
url = https://github.com/fuddlesworth/PlasmaZones
install = plasmazones.install
@ -26,7 +26,7 @@ pkgbase = plasmazones
optdepends = plasma-activities: activity-based layouts
conflicts = plasmazones-bin
conflicts = plasmazones-git
source = plasmazones-1.5.9.tar.gz::https://github.com/fuddlesworth/PlasmaZones/archive/refs/tags/v1.5.9.tar.gz
sha256sums = d3bc7aef17e13d165853ffdbfb280d513e2196b3d7c8cd03ca836a88cf82e84e
source = plasmazones-1.6.0.tar.gz::https://github.com/fuddlesworth/PlasmaZones/archive/refs/tags/v1.6.0.tar.gz
sha256sums = 236a740a72c9594d9fab60879807a07256a26ad64b73e0139b13942cd782f1d4
pkgname = plasmazones

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
pkgname=plasmazones
pkgver=1.5.9
pkgver=1.6.0
pkgrel=1
pkgdesc='FancyZones-style window tiling for KDE Plasma'
arch=('x86_64')
@ -34,7 +34,7 @@ optdepends=(
)
conflicts=('plasmazones-bin' 'plasmazones-git')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('d3bc7aef17e13d165853ffdbfb280d513e2196b3d7c8cd03ca836a88cf82e84e')
sha256sums=('236a740a72c9594d9fab60879807a07256a26ad64b73e0139b13942cd782f1d4')
install=plasmazones.install
build() {

View file

@ -10,6 +10,10 @@ post_install() {
echo " To enable the daemon:"
echo " systemctl --user enable --now plasmazones.service"
echo ""
echo " The KWin effect is enabled by default, but KWin must be"
echo " restarted to load it. Log out and back in, or run:"
echo " kwin_wayland --replace &"
echo ""
echo " Settings: System Settings → Window Management → PlasmaZones"
echo ""
echo " If PlasmaZones doesn't appear in System Settings, run:"
@ -27,6 +31,9 @@ post_upgrade() {
echo " If the daemon was running, restart it:"
echo " systemctl --user restart plasmazones.service"
echo ""
echo " Note: KWin must be restarted to pick up effect plugin changes."
echo " Log out and back in, or run: kwin_wayland --replace &"
echo ""
}
post_remove() {