From 4de116a9114775e029cf11dd03d46bf3ee4abb4e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 16 Mar 2016 14:53:12 +0100 Subject: [PATCH] media-sound/pnmixer: cleanup --- metadata/repository_mask.conf | 1 - .../media-sound/pnmixer/pnmixer-scm.exheres-0 | 41 ------------------- 2 files changed, 42 deletions(-) delete mode 100644 packages/media-sound/pnmixer/pnmixer-scm.exheres-0 diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf index 4e03ec9..bc9bb01 100644 --- a/metadata/repository_mask.conf +++ b/metadata/repository_mask.conf @@ -3,7 +3,6 @@ games-emulation/gambatte[~scm] games-fps/eduke32[~scm] games-rpg/valyriatear[~scm] - media-sound/pnmixer[~scm] x11-apps/terminator[~scm] x11-wm/i3[~scm] ) [[ diff --git a/packages/media-sound/pnmixer/pnmixer-scm.exheres-0 b/packages/media-sound/pnmixer/pnmixer-scm.exheres-0 deleted file mode 100644 index 61cc6ac..0000000 --- a/packages/media-sound/pnmixer/pnmixer-scm.exheres-0 +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2015 Kylie McClain -# Copyright 2016 Julian Ospald -# Distributed under the terms of the GNU General Public License v2 - -require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.15 ] ] -require github [ user='nicklan' ] - -SUMMARY="Simple ALSA mixer application designed to run in system tray" -SLOT="0" -LICENCES="GPL-3" - -MYOPTIONS=" - libnotify - ( providers: gtk2 gtk3 ) [[ number-selected = exactly-one ]] -" - -PLATFORMS="~amd64" - -DEPENDENCIES=" - build: - dev-util/intltool - sys-devel/gettext - 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] ) -" - -DEFAULT_SRC_CONFIGURE_OPTION_WITHS=( - 'libnotify' - 'providers:gtk3 gtk3' -) - -src_prepare() { - edo intltoolize --force --copy - autotools_src_prepare -} -