summaryrefslogtreecommitdiff
path: root/PKGBUILD
blob: 2a972730fae033810b57d82a5b2020de9ddf7261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net>
# Maintainer (Arch): Antonio Rojas <arojas@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>

# # I maintain this because:
# Arch version requires bluedevil
# Arch version requires breeze-grub
# Arch version requires discover
# Arch version requires networkmanager
# Arch version requires plasma-browser-integration
# Arch version requires plasma-thunderbolt
# Arch version requires plasma-vault
# Arch version requires pulseaudio
# Arch version requires sddm
# Arch version requires xdg-desktop-portal-kde

pkgname=plasma-meta
pkgver=6.0
pkgrel=4
pkgdesc='Meta package to install KDE Plasma, sans vault and discover'
arch=(any)
url='https://library.iserlohn-fortress.net/plasma-meta.git/'

package() {
depends=(breeze-gtk
         drkonqi
         kdeplasma-addons
         kgamma
         khotkeys
         kinfocenter
         kscreen
         ksshaskpass
         kwallet-pam
         kwrited
         oxygen
         oxygen-sounds
         plasma-desktop
         plasma-disks
         plasma-welcome
         plasma-systemmonitor
         plasma-workspace-wallpapers
         powerdevil)
optdepends=('bluedevil:                  Bluetooth integration'
            'breeze-grub:                Breeze theme for GRUB'
            'breeze-plymouth:            Breeze theme for Plymouth'
            'discover:                   KDE application store'
            'flatpak-kcm:                Manage Flatpak applications from systemsettings'
            'kde-gtk-config:             GTK Theme Configuration KCM'
            'kmix:                       Alsa Widget'
            'ocean-sound-theme:          kde6 sound theme'
            'plasma-browser-integration: KDE Browser Plugins'
            'plasma-firewall:            firewall control panel'
            'plasma-nm:                  NetworkManager widget'
            'plasma-pa:                  PulseAudio Widget'
            'plasma-thunderbolt:         Thunderbolt port security widget'
            'plasma-vault:               EncFS Manager'
            'plymouth-kcm:               Configure Plymouth from systemsettings'
            'print-manager:              Printer Configuration'
            'sddm-kcm:                   SDDM Configuration KCM'
            'xdg-desktop-portal-kde:     flatpak integration'
            'plasma-sdk:                 Development tools')
}