mate-accountsdialog: remove, obsolete, dead

See https://github.com/raveit65/mate-accountsdialog/blob/master/README.md.

Also, broken since mate-polkit>=1.20.0.
This commit is contained in:
Alessio Sergi 2018-06-19 19:18:00 +02:00
parent 39d9fa7420
commit 8120a5a209

View file

@ -1,19 +0,0 @@
# Template file for 'mate-accountsdialog'
pkgname=mate-accountsdialog
version=1.8.1
revision=2
build_style=gnu-configure
configure_args="--disable-systemd"
hostmakedepends="mate-common itstool apg"
makedepends="mate-polkit-devel accountsservice-devel dbus-glib-devel gtk+-devel mate-desktop-devel libunique1-devel"
depends="accountsservice apg iso-codes"
short_desc="An application to view and modify user accounts information for MATE"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2"
homepage="http://mate-desktop.org"
distfiles="https://github.com/NiceandGently/${pkgname}/archive/v${version}.tar.gz"
checksum=b3a4d91b10b925ae5d4468cf0ad7936b8e1575ef5399743696fdc4b09efecb86
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}