File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed
packages/plasma-compact-shutdown-git Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11pkgbase = 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
Original file line number Diff line number Diff line change 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')
67breaks=("${gives}")
78url='https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown'
89source=("${pkgname}::https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown.git")
910sha256sums=('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
1420package() {
1521 destdir="${pkgdir}/usr/local/share/plasma/plasmoids/org.kde.plasma.compact-shutdown"
Original file line number Diff line number Diff line change @@ -11544,6 +11544,7 @@ pkgname = planner-git
1154411544pkgbase = 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
You can’t perform that action at this time.
0 commit comments