Skip to content

Commit 00a00a9

Browse files
fix(plasma-compact-shutdown-git): Make the buttons actually do something (#8264)
1 parent 5944cb5 commit 00a00a9

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

packages/plasma-compact-shutdown-git/.SRCINFO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pkgbase = plasma-compact-shutdown-git
22
gives = plasma-compact-shutdown
33
pkgver = 1.2
4+
pkgrel = 2
45
pkgdesc = KDE applet for a compact shutdown menu
56
url = https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown
67
arch = all

packages/plasma-compact-shutdown-git/plasma-compact-shutdown-git.pacscript

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
pkgname="plasma-compact-shutdown-git"
2-
gives="plasma-compact-shutdown"
3-
pkgdesc="KDE applet for a compact shutdown menu"
4-
pkgver="1.2"
5-
arch=("all")
1+
pkgname='plasma-compact-shutdown-git'
2+
gives='plasma-compact-shutdown'
3+
pkgdesc='KDE applet for a compact shutdown menu'
4+
pkgver='1.2'
5+
pkgrel='2'
6+
arch=('all')
67
breaks=("${gives}")
78
url='https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown'
89
source=("${pkgname}::https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown.git")
910
sha256sums=('SKIP')
10-
license=("GPL-3.0-only")
11-
maintainer=("Erik Hedlund <[email protected]>")
12-
depends=("plasma-desktop>=4:6.0.0")
11+
license=('GPL-3.0-only')
12+
maintainer=('Erik Hedlund <[email protected]>')
13+
depends=('plasma-desktop>=4:6.0.0')
14+
15+
prepare() {
16+
# This is really something that should be fixed upstream, but this fixes it for now
17+
sed -i 's/\bqdbus\b/qdbus6/' "${srcdir}/${pkgname}/package/contents/ui/main.qml"
18+
}
1319

1420
package() {
1521
destdir="${pkgdir}/usr/local/share/plasma/plasmoids/org.kde.plasma.compact-shutdown"

srclist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11544,6 +11544,7 @@ pkgname = planner-git
1154411544
pkgbase = plasma-compact-shutdown-git
1154511545
gives = plasma-compact-shutdown
1154611546
pkgver = 1.2
11547+
pkgrel = 2
1154711548
pkgdesc = KDE applet for a compact shutdown menu
1154811549
url = https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown
1154911550
arch = all

0 commit comments

Comments
 (0)