From 28f38d3084d71d2056fc7a5800acd4c7bffd12d0 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 16 Sep 2017 16:33:08 +0200 Subject: [PATCH] media-sound/pnmixer-rs: add version 0.1.2 --- .../pnmixer-rs/pnmixer-rs-0.1.2.exheres-0 | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 packages/media-sound/pnmixer-rs/pnmixer-rs-0.1.2.exheres-0 diff --git a/packages/media-sound/pnmixer-rs/pnmixer-rs-0.1.2.exheres-0 b/packages/media-sound/pnmixer-rs/pnmixer-rs-0.1.2.exheres-0 new file mode 100644 index 0000000..85b418a --- /dev/null +++ b/packages/media-sound/pnmixer-rs/pnmixer-rs-0.1.2.exheres-0 @@ -0,0 +1,40 @@ +# Copyright 2017 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require github [ user=hasufell project=${PN/-rs/-rust} ] +require cargo [ channel=nightly ] + +SUMMARY="Volume mixer for the system tray written in Rust" +HOMEPAGE="https://github.com/hasufell/pnmixer-rust ${HOMEPAGE}" + +LICENCES="GPL-3.0" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="libnotify" + +DEPENDENCIES=" + build: + virtual/pkg-config + build+run: + dev-libs/glib:2 + sys-sound/alsa-lib + x11-libs/gdk-pixbuf:2.0 + x11-libs/gtk+:3[>=3.6.0] + x11-libs/libX11 + libnotify? ( x11-libs/libnotify ) + suggestion: + ( + xfce-extra/xfce4-mixer + ) [[ + *description = [ ${PN} can use a full mixer if available ] + ]] +" + +BUGS_TO="hasufell@posteo.de" + +ECARGO_FEATURE_ENABLES=( + 'libnotify notify' +) + +WORK=${WORKBASE}/${PNV} +