summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 989211547d13a554891a4557331adce424d7f6ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
 
# Maintainer: Jan Neumann <neum dot ja at gmail dot com>

pkgbase=madkitas-plasma5-themes
pkgname=('plasma5-theme-aex-nomad-git' 'plasma5-theme-breeze-noshadow-antu-git' 'plasma5-theme-breeze-transparent-nomad-icons-git' 'plasma5-theme-aex-nomad-dark-git')
pkgver=r44.0398eb7
pkgrel=1
pkgdesc="4 nice looking plasma5 themes by Madkita"
arch=('any')
url='https://github.com/Blacksuan19/Plasma-Themes'
license=('GPL3')
depends=('plasma-desktop')
makedepends=('git')
source=("git+${url}.git")
sha256sums=('SKIP')


pkgver() {
   cd  ${srcdir}/Plasma-Themes
   printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}


package_plasma5-theme-aex-nomad-git() {
pkgdesc="Half transparent rounded corners shadowed macOS looking like theme"

   cd  ${srcdir}/Plasma-Themes
   mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme/Aex Nomad"
   cp -r "Aex Nomad" "${pkgdir}/usr/share/plasma/desktoptheme/"
}

package_plasma5-theme-breeze-noshadow-antu-git() {
pkgdesc="Default kde breeze theme without panel shadows and with icons from antu icon theme"

   cd  ${srcdir}/Plasma-Themes
   mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme/Breeze No shadow antu"
   cp -r "Breeze No shadow antu" "${pkgdir}/usr/share/plasma/desktoptheme/"
}

package_plasma5-theme-breeze-transparent-nomad-icons-git() {
pkgdesc="Breeze transparent theme with icons from nomad project"

   cd  ${srcdir}/Plasma-Themes
   mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme/breeze transparent with nomad icons"
   cp -r "Breeze Transparent With Nomad Icons" "${pkgdir}/usr/share/plasma/desktoptheme/"
}

package_plasma5-theme-aex-nomad-dark-git() {
pkgdesc="Breeze transparent theme with icons from nomad project"

   cd  ${srcdir}/Plasma-Themes
   mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme/Aex Nomad Dark"
   cp -r "Aex Nomad Dark" "${pkgdir}/usr/share/plasma/desktoptheme/"
}