From 5850055d1abeaafea5d9286b68fb2d6e7ea9a16d Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 5 Dec 2016 10:59:39 +0100 Subject: [PATCH] volctl: build_style=python2-module Fix depends and add missing pycompile_module. --- srcpkgs/volctl/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template index 97fa1d0d33c..0d27f32883c 100644 --- a/srcpkgs/volctl/template +++ b/srcpkgs/volctl/template @@ -1,16 +1,15 @@ # Template file for 'volctl' pkgname=volctl version=0.4 -revision=1 +revision=2 noarch=yes -build_style=python-module +build_style=python2-module +pycompile_module="volctl" hostmakedepends="python-setuptools" -makedepends="python-gobject" -depends="python pulseaudio desktop-file-utils" +depends="python-gobject pulseaudio desktop-file-utils" short_desc="Lightweight volume control that sits in your systray" maintainer="xo " license="GPL-2" homepage="https://buzz.github.io/volctl/" distfiles="https://github.com/buzz/volctl/archive/${version}.tar.gz" checksum=31b7079767172c03653af380181272ade50f04f7ca32c69725239ea8116f0640 -alternatives="volctl:volctl:/usr/bin/volctl2"