From 9d095b215b4669edd866ce9647c96f8e7600275a Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 12 Mar 2017 19:05:23 +0100 Subject: [PATCH] media-sound/pnmixer: bump to 0.7.1_rc2 --- packages/media-sound/pnmixer/pnmixer-0.7.1_rc2.exheres-0 | 9 +++++++++ packages/media-sound/pnmixer/pnmixer.exlib | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 packages/media-sound/pnmixer/pnmixer-0.7.1_rc2.exheres-0 diff --git a/packages/media-sound/pnmixer/pnmixer-0.7.1_rc2.exheres-0 b/packages/media-sound/pnmixer/pnmixer-0.7.1_rc2.exheres-0 new file mode 100644 index 00000000..18bb230f --- /dev/null +++ b/packages/media-sound/pnmixer/pnmixer-0.7.1_rc2.exheres-0 @@ -0,0 +1,9 @@ +# Copyright 2015 Kylie McClain +# Copyright 2016-2017 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require pnmixer [ release=v${PV/_rc/-rc} ] + +SLOT="0" +PLATFORMS="~amd64" + diff --git a/packages/media-sound/pnmixer/pnmixer.exlib b/packages/media-sound/pnmixer/pnmixer.exlib index ba479eae..76956a8d 100644 --- a/packages/media-sound/pnmixer/pnmixer.exlib +++ b/packages/media-sound/pnmixer/pnmixer.exlib @@ -3,9 +3,11 @@ # Distributed under the terms of the GNU General Public License v2 myexparam release=v${PV} +myexparam pv=$(exparam release) PNMIXER_RELEASE=$(exparam release) +PNMIXER_PV=$(exparam pv) -require github [ user='nicklan' release="${PNMIXER_RELEASE}" suffix="tar.gz" ] +require github [ user='nicklan' release="${PNMIXER_RELEASE}" pv="${PNMIXER_PV}" suffix="tar.gz" ] require cmake require gtk-icon-cache