Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a15eb7f0e36a105e5378b0fc3178a9e945083baf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a15eb7f0e36a105e5378b0fc3178a9e945083baf)
  • Date: Sun, 17 Feb 2013 06:36:07 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

x11/conky/CONFIGURE | 8 +++++++-
x11/conky/DEPENDS | 13 ++++++++++++-
x11/conky/HISTORY | 5 +++++
3 files changed, 24 insertions(+), 2 deletions(-)

New commits:
commit a15eb7f0e36a105e5378b0fc3178a9e945083baf
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

x11/conky: add optional dependencies on ncurses and moc

commit f093da7e8b935f8391064797f4b3c1619fb07a85
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

x11/conky: add optional support for hdd temperature, per task IO stats
and IPv4 port monitoring

diff --git a/x11/conky/CONFIGURE b/x11/conky/CONFIGURE
index 1e3d6c8..49228a9 100755
--- a/x11/conky/CONFIGURE
+++ b/x11/conky/CONFIGURE
@@ -7,4 +7,10 @@ config_query_option CONKY_OPTS 'enable support for
IBM/Lenovo laptops?' n \
config_query_option CONKY_OPTS 'enable support for Eve-Online skill
monitor?' n \
'--enable-eve' '--disable-eve' &&
config_query_option CONKY_OPTS 'enable support for RSS?' n \
- '--enable-rss' '--disable-rss'
+ '--enable-rss' '--disable-rss' &&
+config_query_option CONKY_OPTS 'enable support for hard disk temperature?' y
\
+ '--enable-hddtemp' '--disable-hddtemp' &&
+config_query_option CONKY_OPTS 'enable support for per task IO stats?' y \
+ '--enable-iostats' '--disable-iostats' &&
+config_query_option CONKY_OPTS 'enable support for IPv4 port monitoring?' y \
+ '--enable-portmon' '--disable-portmon'
diff --git a/x11/conky/DEPENDS b/x11/conky/DEPENDS
index 9a50806..f6fa69c 100755
--- a/x11/conky/DEPENDS
+++ b/x11/conky/DEPENDS
@@ -65,4 +65,15 @@ optional_depends lua51 \
optional_depends wireless_tools \
"--enable-wlan" \
"--disable-wlan" \
- "for Wireless support"
+ "for Wireless support" &&
+
+optional_depends ncurses \
+ "--enable-ncurses" \
+ "--disable-ncurses" \
+ "for TUI support" &&
+
+optional_depends moc \
+ "--enable-moc" \
+ "--disable-moc" \
+ "for moc player support"
+
diff --git a/x11/conky/HISTORY b/x11/conky/HISTORY
index 7571e78..dd78c4c 100644
--- a/x11/conky/HISTORY
+++ b/x11/conky/HISTORY
@@ -1,3 +1,8 @@
+2013-02-17 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * CONFIGURE: add optional support for hdd temperature, per task
+ IO stats and IPv4 port monitoring
+ * DEPENDS: add optional dependencies on ncurses and moc
+
2012-05-25 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.9.0
* PRE_BUILD, curl.patch: dropped



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a15eb7f0e36a105e5378b0fc3178a9e945083baf), Florian Franzmann, 02/17/2013

Archive powered by MHonArc 2.6.24.

Top of Page