summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 795881719c0d124e359e443e61c7840c13f754c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Zoron <zoronlivingston@gmail.com>

pkgname=sddm-chinese-painting-theme
pkgver=0.1.2
pkgrel=1
pkgdesc="Chinese style SDDM theme"
arch=('any')
url="https://github.com/fralonra/sddm-chinese-painting-theme"
license=('GPL3')
depends=('sddm' 'qt5-graphicaleffects')
source=("https://github.com/fralonra/$pkgname/archive/v${pkgver}.tar.gz")
md5sums=('0d4950a6e19595a93da377cf39e282ea')

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"

  mkdir -p ${pkgdir}/usr/share/sddm/themes

  cp -r chinese-painting/ ${pkgdir}/usr/share/sddm/themes/
}