File tree Expand file tree Collapse file tree 4 files changed +50
-0
lines changed
packages/plasma-compact-shutdown-git Expand file tree Collapse file tree 4 files changed +50
-0
lines changed Original file line number Diff line number Diff line change @@ -589,6 +589,7 @@ picom
589589pipes.sh-bin
590590pipewire
591591planner-git
592+ plasma-compact-shutdown-git
592593plexmediaserver-deb
593594polybar
594595pomatez-deb
Original file line number Diff line number Diff line change 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
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")
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+ }
Original file line number Diff line number Diff line change @@ -11421,6 +11421,21 @@ pkgbase = planner-git
1142111421
1142211422pkgname = 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+ ---
1142411439pkgbase = plexmediaserver-deb
1142511440 gives = plexmediaserver
1142611441 pkgver = 1.41.8.9834-071366d65
You can’t perform that action at this time.
0 commit comments