# Copyright 2015 Kylie McClain # Copyright 2016-2017 Julian Ospald # 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}" pv="${PNMIXER_PV}" suffix="tar.gz" ] require cmake [ api=2 ] require gtk-icon-cache SUMMARY="Simple ALSA mixer application designed to run in system tray" LICENCES="GPL-3" MYOPTIONS=" libnotify ( providers: gtk2 gtk3 ) [[ number-selected = exactly-one ]] " DEPENDENCIES=" build: sys-devel/gettext virtual/pkg-config build+run: dev-libs/glib:2 sys-sound/alsa-lib x11-libs/libX11 libnotify? ( x11-libs/libnotify ) providers:gtk2? ( x11-libs/gtk+:2[>=2.16.0] ) providers:gtk3? ( x11-libs/gtk+:3[>=3.6.0] ) suggestion: ( xfce-extra/xfce4-mixer ) [[ *description = [ ${PN} can use a full mixer if available ] ]] " CMAKE_SRC_CONFIGURE_OPTION_WITHS=( 'libnotify LIBNOTIFY' 'providers:gtk3 GTK3' )