forked from hasufell/hasufell-repository
media-sound/pnmixer: bump to 0.7.1_rc2
This commit is contained in:
parent
6486039358
commit
9d095b215b
9
packages/media-sound/pnmixer/pnmixer-0.7.1_rc2.exheres-0
Normal file
9
packages/media-sound/pnmixer/pnmixer-0.7.1_rc2.exheres-0
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Copyright 2015 Kylie McClain <somasis@exherbo.org>
|
||||||
|
# Copyright 2016-2017 Julian Ospald <hasufell@posteo.de>
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
require pnmixer [ release=v${PV/_rc/-rc} ]
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
PLATFORMS="~amd64"
|
||||||
|
|
@ -3,9 +3,11 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
myexparam release=v${PV}
|
myexparam release=v${PV}
|
||||||
|
myexparam pv=$(exparam release)
|
||||||
PNMIXER_RELEASE=$(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 cmake
|
||||||
require gtk-icon-cache
|
require gtk-icon-cache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user