Skip to content

Commit b3413d3

Browse files
add: plasma-compact-shutdown-git (pacstall#8236)
1 parent f0a1b42 commit b3413d3

File tree

4 files changed

+50
-0
lines changed

4 files changed

+50
-0
lines changed

packagelist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ picom
589589
pipes.sh-bin
590590
pipewire
591591
planner-git
592+
plasma-compact-shutdown-git
592593
plexmediaserver-deb
593594
polybar
594595
pomatez-deb
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
pkgbase = plasma-compact-shutdown-git
2+
gives = plasma-compact-shutdown
3+
pkgver = 1.2
4+
pkgdesc = KDE applet for a compact shutdown menu
5+
url = https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown
6+
arch = all
7+
depends = plasma-desktop>=4:6.0.0
8+
breaks = plasma-compact-shutdown
9+
license = GPL-3.0-only
10+
maintainer = Erik Hedlund <erikcghedlund@outlook.com>
11+
source = plasma-compact-shutdown-git::https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown.git
12+
sha256sums = SKIP
13+
14+
pkgname = plasma-compact-shutdown-git
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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")
6+
breaks=("${gives}")
7+
url='https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown'
8+
source=("${pkgname}::https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown.git")
9+
sha256sums=('SKIP')
10+
license=("GPL-3.0-only")
11+
maintainer=("Erik Hedlund <erikcghedlund@outlook.com>")
12+
depends=("plasma-desktop>=4:6.0.0")
13+
14+
package() {
15+
destdir="${pkgdir}/usr/local/share/plasma/plasmoids/org.kde.plasma.compact-shutdown"
16+
mkdir -p "${destdir}"
17+
cd "${srcdir}/${pkgname}"
18+
cp -r "package/contents" "package/metadata.json" "${destdir}"
19+
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/${gives}/LICENSE"
20+
}

srclist

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11421,6 +11421,21 @@ pkgbase = planner-git
1142111421

1142211422
pkgname = planner-git
1142311423
---
11424+
pkgbase = plasma-compact-shutdown-git
11425+
gives = plasma-compact-shutdown
11426+
pkgver = 1.2
11427+
pkgdesc = KDE applet for a compact shutdown menu
11428+
url = https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown
11429+
arch = all
11430+
depends = plasma-desktop>=4:6.0.0
11431+
breaks = plasma-compact-shutdown
11432+
license = GPL-3.0-only
11433+
maintainer = Erik Hedlund <erikcghedlund@outlook.com>
11434+
source = plasma-compact-shutdown-git::https://github.com/ChickenLegsOz/org.kde.plasma.compact-shutdown.git
11435+
sha256sums = SKIP
11436+
11437+
pkgname = plasma-compact-shutdown-git
11438+
---
1142411439
pkgbase = plexmediaserver-deb
1142511440
gives = plexmediaserver
1142611441
pkgver = 1.41.8.9834-071366d65

0 commit comments

Comments
 (0)