summaryrefslogtreecommitdiffstats
path: root/wm-addons/volumeicon
diff options
context:
space:
mode:
Diffstat (limited to 'wm-addons/volumeicon')
-rwxr-xr-xwm-addons/volumeicon/DEPENDS14
-rwxr-xr-xwm-addons/volumeicon/DETAILS21
-rw-r--r--wm-addons/volumeicon/HISTORY2
3 files changed, 37 insertions, 0 deletions
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 <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.5.1