Skip to Content.
Sympa Menu

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

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 (b15dcde1114769f2fffffd5fcd3f5e13d187a69c)
  • Date: Sat, 9 Nov 2013 13:23:53 -0600

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

x11/xautolock/BUILD | 6 +++++-
x11/xautolock/CONFIGURE | 1 +
x11/xautolock/HISTORY | 5 +++++
3 files changed, 11 insertions(+), 1 deletion(-)

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

xautolock: added option to read X resources file

diff --git a/x11/xautolock/BUILD b/x11/xautolock/BUILD
index 3725a6f..0974f91 100755
--- a/x11/xautolock/BUILD
+++ b/x11/xautolock/BUILD
@@ -1,3 +1,7 @@
+if [[ $XAUTOLOCK_READXDEF == y ]]; then
+ CFLAGS="-DReadXdefaultsFile ${CFLAGS}"
+fi &&
+
xmkmf -a &&

-make
+make EXTRA_LDOPTIONS="${LDFLAGS}" CDEBUGFLAGS="${CFLAGS}"
diff --git a/x11/xautolock/CONFIGURE b/x11/xautolock/CONFIGURE
new file mode 100755
index 0000000..cfbbf60
--- /dev/null
+++ b/x11/xautolock/CONFIGURE
@@ -0,0 +1 @@
+config_query XAUTOLOCK_READXDEF "Do you want $SPELL to read .Xdefaults file
(not recommended, otherwise you need xrdb)?" n
diff --git a/x11/xautolock/HISTORY b/x11/xautolock/HISTORY
index 05bb9e4..3c80a5c 100644
--- a/x11/xautolock/HISTORY
+++ b/x11/xautolock/HISTORY
@@ -1,3 +1,8 @@
+2013-11-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFIGURE: added, to add option for reading .Xdefaults file to get X
+ resources values
+ * BUILD: modify and respect C/LDFLAGS
+
2011-08-30 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: removed dirty hack




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b15dcde1114769f2fffffd5fcd3f5e13d187a69c), Vlad Glagolev, 11/09/2013

Archive powered by MHonArc 2.6.24.

Top of Page