diff options
author | tonyfettes | 2020-05-09 09:13:14 +0800 |
---|---|---|
committer | tonyfettes | 2020-05-09 09:13:14 +0800 |
commit | 03d0e8cda787494095bd687fd243102aa3e06a4b (patch) | |
tree | 5b94fddf817076fa3d05d22949511144ac94f07c /PKGBUILD | |
parent | 6a5bc028b3cd4e9488d12ae1f181b3c2ce6fbd7b (diff) | |
download | aur-03d0e8cda787494095bd687fd243102aa3e06a4b.tar.gz |
Include Kvantum and remove dependency to matcha-kvantum.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,9 +9,10 @@ arch=('any') url='https://github.com/vinceliuice/Matcha-kde' license=('GPL3') optdepends=('plasma-desktop: Plasma desktop themes' - 'kvantum-theme-matcha-git: Matched Kvantum themes' 'qogir-icon-theme-git: Recommended icon themes') makedepends=('git') +provides=('matcha-kde') +conflicts=('matcha-kde') source=("git+${url}.git") sha256sums=('SKIP') @@ -35,4 +36,6 @@ package() { "${pkgdir}/usr/share/plasma/look-and-feel" install -dm755 "${pkgdir}/usr/share/wallpapers/Matcha" cp -r wallpaper/*.jpg "${pkgdir}/usr/share/wallpapers/Matcha" + install -dm755 "${pkgdir}/usr/share/Kvantum" + cp -r Kvantum/* "${pkgdir}/usr/share/Kvantum" } |