Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bf5979a53eaa8d73c3fd38ce62dfbd13ab068022)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bf5979a53eaa8d73c3fd38ce62dfbd13ab068022)
  • Date: Tue, 21 Mar 2017 00:45:12 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 2 ++
wm-addons/volumeicon/DEPENDS | 14 ++++++++++++++
wm-addons/volumeicon/DETAILS | 21 +++++++++++++++++++++
wm-addons/volumeicon/HISTORY | 2 ++
4 files changed, 39 insertions(+)

New commits:
commit bf5979a53eaa8d73c3fd38ce62dfbd13ab068022
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

volumeicon: new spell, lightweight volume control that sits in your
systray

diff --git a/ChangeLog b/ChangeLog
index abbf587..2ac18af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2017-03-20 Vlad Glagolev <stealth AT sourcemage.org>
* utils/entr: new spell, run arbitrary commands when files change
+ * wm-addons/volumeicon: new spell, lightweight volume control that
sits
+ in your systray

2017-03-18 Treeve Jelbert <treeve AT sourcemage.org>
* xorg.gpg: add 78BFFDB0 Kevin Brace <kevinbrace AT gmx.com>
diff --git a/wm-addons/volumeicon/DEPENDS b/wm-addons/volumeicon/DEPENDS
new file mode 100755
index 0000000..8313980
--- /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 0000000..59959f1
--- /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 0000000..93a71e2
--- /dev/null
+++ b/wm-addons/volumeicon/HISTORY
@@ -0,0 +1,2 @@
+2017-03-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.5.1



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bf5979a53eaa8d73c3fd38ce62dfbd13ab068022), Vlad Glagolev, 03/20/2017

Archive powered by MHonArc 2.6.24.

Top of Page