Skip to Content.
Sympa Menu

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

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 (c172f3fc503c41244d73f88003524f725de814c1)
  • Date: Fri, 28 Aug 2009 10:02:19 -0500

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

x11/conky/DEPENDS | 8 +++++++-
x11/conky/DETAILS | 19 ++++++++++---------
x11/conky/HISTORY | 5 +++++
3 files changed, 22 insertions(+), 10 deletions(-)

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

conky: more post-update changes

diff --git a/x11/conky/DEPENDS b/x11/conky/DEPENDS
index 0abac2f..8ecd1ec 100755
--- a/x11/conky/DEPENDS
+++ b/x11/conky/DEPENDS
@@ -1,4 +1,10 @@
-depends xorg-libs &&
+optional_depends xorg-libs \
+ "--enable-x11" "--disable-x11" \
+ "for X11 support" &&
+
+optional_depends curl \
+ "--enable-curl" "--disable-curl" \
+ "for curl support" &&

optional_depends mpd \
"--enable-mpd" "--disable-mpd" \
diff --git a/x11/conky/DETAILS b/x11/conky/DETAILS
index 8d82472..284f97b 100755
--- a/x11/conky/DETAILS
+++ b/x11/conky/DETAILS
@@ -1,12 +1,13 @@
- SPELL="conky"
- VERSION="1.7.2"
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- SOURCE_URL[0]="${SOURCEFORGE_URL}/${SPELL}/${SOURCE}"
-
SOURCE_HASH="sha512:ddf48613a5d989f9a447e8bbebead62578abd5710b6a701880fc6dc9b96d3b5085fa7140a1a180c9102f89c5f708862874e776503769058dae21457191103af8"
- LICENSE[0]="BSD"
- WEB_SITE="http://conky.sourceforge.net/";
- ENTERED="20051018"
+ SPELL=conky
+ VERSION=1.7.2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:ddf48613a5d989f9a447e8bbebead62578abd5710b6a701880fc6dc9b96d3b5085fa7140a1a180c9102f89c5f708862874e776503769058dae21457191103af8
+ LICENSE[0]=BSD
+ LICENSE[1]=GPL
+ WEB_SITE=http://conky.sourceforge.net/
+ ENTERED=20051018
SHORT="advanced, highly configurable system monitor for X"
cat << EOF
conky is system monitor for X originally based on the torsmo code, but
diff --git a/x11/conky/HISTORY b/x11/conky/HISTORY
index 798e7aa..695476a 100644
--- a/x11/conky/HISTORY
+++ b/x11/conky/HISTORY
@@ -1,3 +1,8 @@
+2009-08-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: reupdated to version 1.7.2
+ * DEPENDS: added missing dependencies from new version (curl);
+ xorg-libs made optional
+
2009-08-28 Quentin Rameau <quinq AT sourcemage.org>
* DETAILS: updated to version 1.7.2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c172f3fc503c41244d73f88003524f725de814c1), Vlad Glagolev, 08/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page