blob: 40600ca170b1b660eab2c5cd782880fa9e3b919b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=kde-system
pkgver=22.04.2
pkgrel=0
pkgdesc="System utiltiies from the KDE Software Collection"
url="https://www.kde.org/applications/system/"
arch="noarch"
options="!check" # Empty meta package, no point in testing.
license="NCSA"
depends="dolphin kdf khelpcenter kinfocenter konsole krfb ksystemlog
kwalletmanager partitionmanager systemsettings xdg-utils yakuake"
makedepends=""
source="org.adelie-linux.about-system.desktop"
package() {
mkdir -p "$pkgdir"/usr/share/applications
cp -pr "$srcdir"/*.desktop "$pkgdir"/usr/share/applications/
}
sha512sums="760f40cabf9abec0db16d593548227f51b3d62f0e5d538dd84e057ea4840454a1b3133386fd9d9a0401175ab68d8882926731e7fcc20d707eb965ae63236ab0a org.adelie-linux.about-system.desktop"
|