From 8120a5a20937c2574b30b76fc8c67f5d0c75ec2e Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 19 Jun 2018 19:18:00 +0200 Subject: [PATCH] mate-accountsdialog: remove, obsolete, dead See https://github.com/raveit65/mate-accountsdialog/blob/master/README.md. Also, broken since mate-polkit>=1.20.0. --- srcpkgs/mate-accountsdialog/template | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 srcpkgs/mate-accountsdialog/template diff --git a/srcpkgs/mate-accountsdialog/template b/srcpkgs/mate-accountsdialog/template deleted file mode 100644 index c4e53415fd2..00000000000 --- a/srcpkgs/mate-accountsdialog/template +++ /dev/null @@ -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 " -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 -}