From d2ac98dc65a94bbd076ef411fb3d8ac737654129 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 11 Jul 2015 11:13:48 +0200 Subject: [PATCH] mate-accountsdialog: drop systemd build option. --- srcpkgs/mate-accountsdialog/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/mate-accountsdialog/template b/srcpkgs/mate-accountsdialog/template index 8607283f709..c4e53415fd2 100644 --- a/srcpkgs/mate-accountsdialog/template +++ b/srcpkgs/mate-accountsdialog/template @@ -1,10 +1,9 @@ # Template file for 'mate-accountsdialog' pkgname=mate-accountsdialog version=1.8.1 -revision=1 +revision=2 build_style=gnu-configure -build_options="systemd" -configure_args="$(vopt_enable systemd)" +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"