blob: 5611ea60dde6a982e0cd567b2ff1ce00f3b4276a (
plain) (
tree)
|
|
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=adelie-kde-theme
pkgver=1.0
pkgrel=3
pkgdesc="The Adélie Linux official KDE theme"
url="https://adelielinux.org/"
arch="noarch"
options="!check" # No test suite.
license="NCSA"
depends="adelie-wallpapers papirus-icons"
makedepends=""
subpackages=""
source="kdeglobals
kscreenlockerrc
adelie-kde-theme.js
"
builddir="$srcdir/"
package() {
install -D -m644 kdeglobals "$pkgdir"/etc/xdg/kdeglobals
install -m644 kscreenlockerrc "$pkgdir"/etc/xdg/kscreenlockerrc
install -D -m644 adelie-kde-theme.js \
"$pkgdir"/usr/share/plasma/shells/org.kde.plasma.desktop/contents/updates/adelie-kde-theme.js
}
sha512sums="ed5dfa83a4d2f6b171b3a3238dea626b9ca9e1afd72ae026ef680a5eef0c3fff4aaf7c82f4bf394c26d002fde7517a4c842f9bdb9059107200d17f48e432b940 kdeglobals
cbf41463121959a2af2743d899b41026679ad0ab88a79b32b070810f986aad31beeafbe4a2ae884f9863cbf6c3533e1bc64338eb521d94cc266284f7b99eda5d kscreenlockerrc
4b22552ae3e1172431a90637d6cba09d199736641ea245d36aa2819cd33eae7fbc49f112accf90d40c8d6ed928846f6e7de6898e5a896e44fa9082be25e0e57d adelie-kde-theme.js"
|