summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bddb88c3a9e9af74846a746b929d6665e474f371 (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: Peter DeVita <peter at encavo dot net>

pkgname=sddm-theme-amadeus-git
pkgver=r21.d3fd323
pkgrel=1
pkgdesc="Amadeus theme for SDDM"
arch=('any')
url="https://github.com/Michal-Szczepaniak/sddm-theme-amadeus"
license=('DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE')
makedepends=(
	'git'
)
depends=(
	'sddm'
	'otf-takao'
	'qt5-graphicaleffects'
)
source=("${pkgname}::git+https://github.com/Michal-Szczepaniak/sddm-theme-amadeus.git")
sha256sums=('SKIP')
conflicts=('sddm-theme-amadeus')

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

package() {
  mkdir -p "${pkgdir}/usr/share/sddm/themes"
  rsync -r "${srcdir}/${pkgname}/" --exclude=.git "${pkgdir}/usr/share/sddm/themes/amadeus/"
}