blob: 9acc9b4c115d721e91d97dc75d426f0869530d78 (
plain) (
tree)
|
|
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=kde-system
pkgver=17.12.2
pkgrel=0
pkgdesc="System utiltiies from the KDE Software Collection"
url="https://www.kde.org/applications/system/"
arch="noarch"
license="NCSA"
options="!check" # Empty meta package, no point in testing.
depends="dolphin kdf khelpcenter kinfocenter konsole krfb ksysguard ksystemlog
kwalletmanager yakuake"
makedepends=""
install=""
subpackages=""
source="org.adelie-linux.about-system.desktop"
build() {
return 0
}
package() {
mkdir -p "$pkgdir"/usr/share/applications
cp -pr "$srcdir"/*.desktop "$pkgdir"/usr/share/applications/
}
sha512sums="760f40cabf9abec0db16d593548227f51b3d62f0e5d538dd84e057ea4840454a1b3133386fd9d9a0401175ab68d8882926731e7fcc20d707eb965ae63236ab0a org.adelie-linux.about-system.desktop"
|