From bf5979a53eaa8d73c3fd38ce62dfbd13ab068022 Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Mon, 20 Mar 2017 20:45:04 -0400 Subject: volumeicon: new spell, lightweight volume control that sits in your systray --- wm-addons/volumeicon/DEPENDS | 14 ++++++++++++++ wm-addons/volumeicon/DETAILS | 21 +++++++++++++++++++++ wm-addons/volumeicon/HISTORY | 2 ++ 3 files changed, 37 insertions(+) create mode 100755 wm-addons/volumeicon/DEPENDS create mode 100755 wm-addons/volumeicon/DETAILS create mode 100644 wm-addons/volumeicon/HISTORY (limited to 'wm-addons') diff --git a/wm-addons/volumeicon/DEPENDS b/wm-addons/volumeicon/DEPENDS new file mode 100755 index 0000000000..8313980e73 --- /dev/null +++ b/wm-addons/volumeicon/DEPENDS @@ -0,0 +1,14 @@ +depends alsa-lib && +depends libx11 && +depends glib2 && +depends gtk+3 && + +optional_depends libnotify \ + "--enable-notify" \ + "--disable-notify" \ + "for notification support" && + +optional_depends gettext \ + "--enable-nls" \ + "--disable-nls" \ + "for Native Language Support" diff --git a/wm-addons/volumeicon/DETAILS b/wm-addons/volumeicon/DETAILS new file mode 100755 index 0000000000..59959f15c3 --- /dev/null +++ b/wm-addons/volumeicon/DETAILS @@ -0,0 +1,21 @@ + SPELL=volumeicon + VERSION=0.5.1 + SOURCE=${SPELL}-${VERSION}.tar.gz + SOURCE_URL[0]=http://nullwise.com/files/${SPELL}/${SOURCE} + SOURCE_HASH=sha512:a96c79f91a8a0ec96f3297af659cf738547bb33e5908edb6b499bcc5081c61339ceaccc3a854a2f953a6f177fe6d8be1578cacab522d8be63a9dda8cf7c7a452 +SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" + WEB_SITE=http://nullwise.com/volumeicon.html + LICENSE[0]=GPL + ENTERED=20170320 + SHORT="lightweight volume control that sits in your systray" +cat << EOF +Volume Icon aims to be a lightweight volume control that sits in your systray. + +Features: +- Change volume by scrolling on the systray icon +- Ability to choose which channel to control +- Several icon themes (with gtk theme as default) +- Configurable external mixer +- Volume Slider +- Hotkey support +EOF diff --git a/wm-addons/volumeicon/HISTORY b/wm-addons/volumeicon/HISTORY new file mode 100644 index 0000000000..93a71e2f5f --- /dev/null +++ b/wm-addons/volumeicon/HISTORY @@ -0,0 +1,2 @@ +2017-03-20 Vlad Glagolev + * DETAILS, DEPENDS: created spell, version 0.5.1 -- cgit v1.2.3