From 9bbe569493b06151184553004af55e0ab789c225 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 18 Oct 2018 19:09:35 +0200 Subject: [PATCH] pulsemixer: not a Python egg --- srcpkgs/pulsemixer/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/pulsemixer/template b/srcpkgs/pulsemixer/template index 1682fb8bdd6..6af95f8defc 100644 --- a/srcpkgs/pulsemixer/template +++ b/srcpkgs/pulsemixer/template @@ -1,18 +1,17 @@ # Template file for 'pulsemixer' pkgname=pulsemixer version=1.4.0 -revision=1 +revision=2 noarch=yes -build_style=python3-module -hostmakedepends="python3 python3-setuptools" -depends="pulseaudio" +depends="python3 libpulseaudio" short_desc="CLI and curses mixer for Pulseaudio" maintainer="Dean Thomson " license="MIT" homepage="https://github.com/GeorgeFilipkin/pulsemixer" -distfiles="https://github.com/GeorgeFilipkin/pulsemixer/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" +distfiles="https://github.com/GeorgeFilipkin/pulsemixer/archive/${version}.tar.gz" checksum=2fcce7fe285b5ece1f3987a7fa848bb9a01d3a5f3a0de71b755d6417416aead2 -post_install() { +do_install() { + vbin pulsemixer vlicense LICENSE }