diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/plasma/APKBUILD | 64 | ||||
-rw-r--r-- | community/plasma/sddm.conf | 3 |
2 files changed, 67 insertions, 0 deletions
diff --git a/community/plasma/APKBUILD b/community/plasma/APKBUILD new file mode 100644 index 0000000000..75d3f8e6c8 --- /dev/null +++ b/community/plasma/APKBUILD @@ -0,0 +1,64 @@ +# Contributor: Bart Ribbers <bribbers@disroot.org> +# Maintainer: Bart Ribbers <bribbers@disroot.org> +pkgname=plasma +pkgver=5.16.5 +pkgrel=1 +pkgdesc="Plasma (Base) meta package" +url="https://kde.org/plasma-desktop" +arch="noarch !ppc64le !s390x" # Limited by plasma-workspace -> libksysguard -> qt5-qtwebengine +options="!check" # No tests for a metapkg +license="GPL-3.0-or-later" +depends=" + bluedevil + breeze + breeze-gtk + breeze-icons + discover + drkonqi + font-noto + kde-cli-tools + kde-gtk-config + kdeplasma-addons + kgamma5 + khotkeys + kinfocenter + kscreen + ksshaskpass + ksysguard + kwallet-pam + kwayland-integration + plasma-browser-integration + plasma-desktop + plasma-nm + plasma-pa + plasma-vault + plasma-workspace-wallpapers + polkit-kde-agent-1 + powerdevil + sddm-breeze + sddm-kcm + systemsettings + user-manager + xdg-desktop-portal-kde +" +subpackages="$pkgname-extras sddm-breeze:sddm_breeze" +source="sddm.conf" + +package() { + mkdir -p "$pkgdir" +} + +extras() { + pkgdesc="Additional Plasma apps meta package" + depends="oxygen breeze-grub plasma-sdk" + + mkdir -p "$subpkgdir" +} + +sddm_breeze() { + description="Set Breeze theme for SDDM" + depends="breeze sddm plasma-workspace" + + install -Dm644 "$srcdir"/sddm.conf "$subpkgdir"/etc/sddm.conf +} +sha512sums="affbeec6d236bf09ae95b7bf478015ead9b5eabcffa8291107e34463bc3f7563c01d4e444e035b7eb575700e64c4da9f5079950b254b8c24b305845f031eb17f sddm.conf" diff --git a/community/plasma/sddm.conf b/community/plasma/sddm.conf new file mode 100644 index 0000000000..e5752799ab --- /dev/null +++ b/community/plasma/sddm.conf @@ -0,0 +1,3 @@ +[Theme] +Current=breeze +CursorTheme=breeze_cursors |