Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/plasma-compact-shutdown-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pkgbase = plasma-compact-shutdown-git
gives = plasma-compact-shutdown
pkgver = 1.2
pkgrel = 2
pkgdesc = KDE applet for a compact shutdown menu
url = https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown
arch = all
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
pkgname="plasma-compact-shutdown-git"
gives="plasma-compact-shutdown"
pkgdesc="KDE applet for a compact shutdown menu"
pkgver="1.2"
arch=("all")
pkgname='plasma-compact-shutdown-git'
gives='plasma-compact-shutdown'
pkgdesc='KDE applet for a compact shutdown menu'
pkgver='1.2'
pkgrel='2'
arch=('all')
breaks=("${gives}")
url='https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown'
source=("${pkgname}::https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown.git")
sha256sums=('SKIP')
license=("GPL-3.0-only")
maintainer=("Erik Hedlund <[email protected]>")
depends=("plasma-desktop>=4:6.0.0")
license=('GPL-3.0-only')
maintainer=('Erik Hedlund <[email protected]>')
depends=('plasma-desktop>=4:6.0.0')

prepare() {
# This is really something that should be fixed upstream, but this fixes it for now
sed -i 's/\bqdbus\b/qdbus6/' "${srcdir}/${pkgname}/package/contents/ui/main.qml"
}

package() {
destdir="${pkgdir}/usr/local/share/plasma/plasmoids/org.kde.plasma.compact-shutdown"
Expand Down
1 change: 1 addition & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -11544,6 +11544,7 @@ pkgname = planner-git
pkgbase = plasma-compact-shutdown-git
gives = plasma-compact-shutdown
pkgver = 1.2
pkgrel = 2
pkgdesc = KDE applet for a compact shutdown menu
url = https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown
arch = all
Expand Down
Loading