media-sound/pnmixer: clean up the mess
* alphabetical ordering * use master branch in scm exheres * rather migrate pnmixer.exlib for the new build system * also update icon cache
This commit is contained in:
parent
005af634f9
commit
6486039358
@ -1,14 +1,42 @@
|
|||||||
# Copyright 2015 Kylie McClain <somasis@exherbo.org>
|
# 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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require pnmixer
|
require github [ user='nicklan' release="v${PV}" suffix="tar.gz" ]
|
||||||
|
require gtk-icon-cache
|
||||||
|
|
||||||
|
SUMMARY="Simple ALSA mixer application designed to run in system tray"
|
||||||
|
LICENCES="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
PLATFORMS="~amd64"
|
PLATFORMS="~amd64"
|
||||||
|
|
||||||
|
MYOPTIONS="
|
||||||
|
libnotify
|
||||||
|
( providers: gtk2 gtk3 ) [[ number-selected = exactly-one ]]
|
||||||
|
"
|
||||||
|
|
||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
build:
|
build:
|
||||||
dev-util/intltool
|
dev-util/intltool
|
||||||
|
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 ]
|
||||||
|
]]
|
||||||
"
|
"
|
||||||
|
|
||||||
|
DEFAULT_SRC_CONFIGURE_OPTION_WITHS=(
|
||||||
|
libnotify
|
||||||
|
'providers:gtk3 gtk3'
|
||||||
|
)
|
||||||
|
|
||||||
|
@ -1,41 +1,9 @@
|
|||||||
# Copyright 2015 Kylie McClain <somasis@exherbo.org>
|
# Copyright 2015 Kylie McClain <somasis@exherbo.org>
|
||||||
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
# Copyright 2016-2017 Julian Ospald <hasufell@posteo.de>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require github [ user='nicklan' branch='cmake' ]
|
require pnmixer
|
||||||
require cmake
|
|
||||||
|
|
||||||
SUMMARY="Simple ALSA mixer application designed to run in system tray"
|
|
||||||
LICENCES="GPL-3"
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
PLATFORMS="~amd64"
|
PLATFORMS="~amd64"
|
||||||
|
|
||||||
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=(
|
|
||||||
'providers:gtk3 GTK3'
|
|
||||||
'libnotify LIBNOTIFY'
|
|
||||||
)
|
|
||||||
|
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
# Copyright 2015 Kylie McClain <somasis@exherbo.org>
|
# Copyright 2015 Kylie McClain <somasis@exherbo.org>
|
||||||
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
|
# Copyright 2016-2017 Julian Ospald <hasufell@posteo.de>
|
||||||
# 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}
|
||||||
PNMIXER_RELEASE=$(exparam release)
|
PNMIXER_RELEASE=$(exparam release)
|
||||||
|
|
||||||
require github [ user='nicklan' release="${PNMIXER_RELEASE}" suffix="tar.gz" ]
|
require github [ user='nicklan' release="${PNMIXER_RELEASE}" suffix="tar.gz" ]
|
||||||
|
require cmake
|
||||||
|
require gtk-icon-cache
|
||||||
|
|
||||||
SUMMARY="Simple ALSA mixer application designed to run in system tray"
|
SUMMARY="Simple ALSA mixer application designed to run in system tray"
|
||||||
LICENCES="GPL-3"
|
LICENCES="GPL-3"
|
||||||
@ -34,8 +36,8 @@ DEPENDENCIES="
|
|||||||
]]
|
]]
|
||||||
"
|
"
|
||||||
|
|
||||||
DEFAULT_SRC_CONFIGURE_OPTION_WITHS=(
|
CMAKE_SRC_CONFIGURE_OPTION_WITHS=(
|
||||||
libnotify
|
'libnotify LIBNOTIFY'
|
||||||
'providers:gtk3 gtk3'
|
'providers:gtk3 GTK3'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user