# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com > pkgname=lightdm-settings pkgver=1.2.2 pkgrel=2 pkgdesc="A configuration tool for the LightDM display manager" arch=('any') url="https://github.com/linuxmint/${pkgname}" license=('GPL3') depends=('hicolor-icon-theme' 'lightdm-slick-greeter' 'polkit' 'python-gobject' 'python-setproctitle' 'python-xapp') makedepends=('desktop-file-utils' 'gettext') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz") sha256sums=('ca558b6733baeb55e614e16c3995edaa8d3a0e9afa08794a0c09830a44495d21') build() { cd $pkgname-$pkgver make } package() { cd $pkgname-$pkgver cp -r usr $pkgdir }