summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1afb520c48570df09797822b28d101cb725be2f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Guidobelix <guidobelix at hotmail dot it>

pkgname=sddm-theme-archpaint2
pkgver=1.1
pkgrel=1
pkgdesc="Adaptation to SDDM of kdm-theme-archpaint2"
arch=('any')
url="http://www.archlinux.org/"
license=('CCPL:cc-by-sa')
depends=('sddm' 'wallpaper-archpaint2')
install="$pkgname.install"
source="https://github.com/Guidobelix/sddm-theme-archpaint2/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2"
md5sums='9583988ef78a18661114cf7af9f92f17'

package() {
  mkdir -p "${pkgdir}"/usr/share/sddm/themes
  cp -r $pkgname-$pkgver "${pkgdir}"/usr/share/sddm/themes/archpaint2
}