Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Chris Dombroski (270f3fdeb7bc759573baa8a2506222373edd5753)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Chris Dombroski <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Chris Dombroski (270f3fdeb7bc759573baa8a2506222373edd5753)
  • Date: Thu, 25 Jan 2007 14:33:42 -0600

GIT changes to master grimoire by Chris Dombroski <cdombroski AT icanttype.org>:

x11/xautolock/DEPENDS | 5 +++++
x11/xautolock/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 4093409244c6b2fd2a9ece5a9f392bce7164207e
Author: Chris Dombroski <cdombroski AT icanttype.org>
Commit: Chris Dombroski <cdombroski AT icanttype.org>

Created DEPENDS file, depends on X11-SERVER and libxscrnsaver. Bug 11014

diff --git a/x11/xautolock/DEPENDS b/x11/xautolock/DEPENDS
new file mode 100755
index 0000000..eca22f3
--- /dev/null
+++ b/x11/xautolock/DEPENDS
@@ -0,0 +1,5 @@
+depends X11-SERVER &&
+if [ "$(get_spell_provider $SPELL X11-SERVER)" == "xorg-server" ];
then
+ depends imake
+ depends libxscrnsaver
+fi
diff --git a/x11/xautolock/HISTORY b/x11/xautolock/HISTORY
index a29c76d..b532559 100644
--- a/x11/xautolock/HISTORY
+++ b/x11/xautolock/HISTORY
@@ -1,3 +1,6 @@
+2007-01-25 Chris Dombroski <cdombroski AT icanttype.org>
+ * DEPENDS: Created, depends on X11-SERVER and libxscrnsaver. Bug
#11014
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide





Archive powered by MHonArc 2.6.24.

Top of Page