From 8681bd0e29db7db852da08830181e600cc6a9dea Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 30 Jan 2015 10:53:36 +0100 Subject: [PATCH] profanity: enable notify/xscreensaver options by default. There's no point in disabling them. --- srcpkgs/profanity/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template index a8f96aa30e..3ce7fcfc91 100644 --- a/srcpkgs/profanity/template +++ b/srcpkgs/profanity/template @@ -1,9 +1,10 @@ # Template file for 'profanity' pkgname=profanity version=0.4.5 -revision=1 +revision=2 # Package build options build_options="notify xscreensaver" +build_options_default="notify xscreensaver" build_style=gnu-configure configure_args="$(vopt_enable notify notifications) $(vopt_with xscreensaver)" hostmakedepends="pkg-config"