summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0e61a3ed6e1212ad19126cdd470cba26cc924a60 (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
# Maintainer: Derek Taylor <derek@distrotube.com>
pkgname=multicolor-sddm-theme
pkgver=0.1.9
pkgrel=1
pkgdesc="An SDDM theme that has nine colorschemes available"
arch=('x86_64')
url="https://gitlab.com/dwt1/multicolor-sddm-theme"
license=('GPL')
groups=()
depends=('sddm>=0.14.0')
makedepends=('git')
optdepends=('otf-raleway: raleway font support'
            'ttf-impallari-raleway-family: raleway font support'
            'otf-font-awesome: Fontawesome support'
            'ttf-font-awesome: Fontawesome support'
            'ttf-google-fonts-git: Open fonts from google, included raleway')
provides=(multicolor-sddm-theme)
conflicts=()
replaces=()
backup=()
options=()
source=("git+$url")
noextract=()
md5sums=('SKIP')
validpgpkeys=()

package() {
  cd ${pkgname}
  install -dm 755 "${pkgdir}"/usr/share/sddm/themes/${pkgname}
  cp -r --no-preserve='ownership' * "${pkgdir}"/usr/share/sddm/themes/${pkgname}
}