# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com > pkgname='lightdm-settings' pkgver=1.1.2 pkgrel=1 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' 'lsb-release' 'polkit' 'python-gobject' 'python-setproctitle' 'python-xapp') makedepends=('desktop-file-utils' 'gettext') source=("${pkgname}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz") sha256sums=('be6e2d65a3e1aaf2beaea3d4ea1a27a3588218aaf60da715830f839e89df5dc8') build() { cd $pkgname-$pkgver make } package() { cd $pkgname-$pkgver cp -r usr $pkgdir }