mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Update to 1.6.0
This commit is contained in:
parent
d97a770c03
commit
404d989d1e
3 changed files with 12 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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() {
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue