Skip to Content.
Sympa Menu

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

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 (38df844d9ec2425eb37a8ad46dc73198298e9aef)
  • Date: Sat, 1 Jan 2011 08:25:36 -0600

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

x11/conky/BUILD | 2 ++
x11/conky/CONFIGURE | 10 ++++++++++
x11/conky/DETAILS | 1 +
x11/conky/HISTORY | 5 +++++
4 files changed, 18 insertions(+)

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

x11/conky: added optional support for METAR and XOAP weather,
IBM/Lenovo laptops, Eve-Online skill monitor and RSS

diff --git a/x11/conky/BUILD b/x11/conky/BUILD
new file mode 100755
index 0000000..2e70ddf
--- /dev/null
+++ b/x11/conky/BUILD
@@ -0,0 +1,2 @@
+OPTS="$OPTS $CONKY_OPTS" &&
+default_build
diff --git a/x11/conky/CONFIGURE b/x11/conky/CONFIGURE
new file mode 100755
index 0000000..1e3d6c8
--- /dev/null
+++ b/x11/conky/CONFIGURE
@@ -0,0 +1,10 @@
+config_query_option CONKY_OPTS 'enable METAR weather support?' n \
+ '--enable-weather-metar' '--disable-weather-metar' &&
+config_query_option CONKY_OPTS 'enable XOAP weather support?' n \
+ '--enable-weather-xoap' '--disable-weather-xoap' &&
+config_query_option CONKY_OPTS 'enable support for IBM/Lenovo laptops?' n \
+ '--enable-ibm' '--disable-ibm' &&
+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'
diff --git a/x11/conky/DETAILS b/x11/conky/DETAILS
index 2b7720b..2212da6 100755
--- a/x11/conky/DETAILS
+++ b/x11/conky/DETAILS
@@ -1,5 +1,6 @@
SPELL=conky
VERSION=1.8.1
+ PATCH_LEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/x11/conky/HISTORY b/x11/conky/HISTORY
index 1c82ff2..6148758 100644
--- a/x11/conky/HISTORY
+++ b/x11/conky/HISTORY
@@ -1,3 +1,8 @@
+2011-01-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * CONFIGURE, BUILD: added optional support for METAR and XOAP weather,
+ IBM/Lenovo laptops, Eve-Online skill monitor and RSS
+ * DETAILS: PATCH_LEVEL=1
+
2010-10-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.1




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (38df844d9ec2425eb37a8ad46dc73198298e9aef), Florian Franzmann, 01/01/2011

Archive powered by MHonArc 2.6.24.

Top of Page