Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (ebba9fe38a9711b6b8f0d203fcdf08d77d75bb0c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (ebba9fe38a9711b6b8f0d203fcdf08d77d75bb0c)
  • Date: Sun, 26 Aug 2007 04:41:10 -0500

GIT changes to master grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 3 +++
wm-addons/xtrlock/BUILD | 1 +
wm-addons/xtrlock/DEPENDS | 1 +
wm-addons/xtrlock/DETAILS | 16 ++++++++++++++++
wm-addons/xtrlock/HISTORY | 2 ++
wm-addons/xtrlock/PRE_BUILD | 9 +++++++++
6 files changed, 32 insertions(+)

New commits:
commit e26a0d4cd69fa97ba3ff45a29daeda3cebffc45a
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

Merge

diff --git a/ChangeLog b/ChangeLog
index 11ca0f8..94d3bfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-08-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * wm-addons/xtrlock: a minimal X locking app
+
2007-08-25 Alexander Tsamutali <astsmtl AT gmail.com>
* protected, volatiles: Added ghc's package.conf
* haskell/FUNCTIONS: Modified default_install to install *.cabal files
diff --git a/wm-addons/xtrlock/BUILD b/wm-addons/xtrlock/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/wm-addons/xtrlock/BUILD
@@ -0,0 +1 @@
+make
diff --git a/wm-addons/xtrlock/DEPENDS b/wm-addons/xtrlock/DEPENDS
new file mode 100755
index 0000000..1dde63f
--- /dev/null
+++ b/wm-addons/xtrlock/DEPENDS
@@ -0,0 +1 @@
+depends X11-LIBS
diff --git a/wm-addons/xtrlock/DETAILS b/wm-addons/xtrlock/DETAILS
new file mode 100755
index 0000000..d87d3a0
--- /dev/null
+++ b/wm-addons/xtrlock/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=xtrlock
+ VERSION=2.0-12
+ SOURCE="${SPELL}_${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/x/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:4e059e6fd323021b99f146d56928d2d3f05cbdc396a620d7536153e8b70f6016c2528ab67f80600a8edeb9c2e7b7f4fddbcebfb5099c98bad366d878aa1e3e4d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION/-*}"
+ WEB_SITE="http://packages.debian.org/stable/x11/xtrlock";
+ LICENSE[0]=GPL
+ ENTERED=20070826
+ SHORT="Minimal X display lock program"
+cat << EOF
+xtrlock is a very minimal X display lock program, which uses nothing except
the
+Xlib library. It doesn't obscure the screen, it is completely idle while the
+display is locked and you don't type at it, and it doesn't do funny things
+to the X access control lists.
+EOF
diff --git a/wm-addons/xtrlock/HISTORY b/wm-addons/xtrlock/HISTORY
new file mode 100644
index 0000000..d63790b
--- /dev/null
+++ b/wm-addons/xtrlock/HISTORY
@@ -0,0 +1,2 @@
+2007-08-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, HISTORY: created spell
diff --git a/wm-addons/xtrlock/PRE_BUILD b/wm-addons/xtrlock/PRE_BUILD
new file mode 100755
index 0000000..5b3bd67
--- /dev/null
+++ b/wm-addons/xtrlock/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+cp Makefile.noimake Makefile &&
+sedit "s:/usr/man:${INSTALL_ROOT}/usr/share/man:" Makefile &&
+sedit "s:/usr/bin/X11:${INSTALL_ROOT}/usr/bin:" Makefile &&
+sedit "s:-c -m 755 xtrlock:-c -m 4755 xtrlock:" Makefile &&
+sedit "s:^CFLAGS=.*:CFLAGS=-DSHADOW_PWD ${CFLAGS}:" Makefile &&
+sedit "s:^LDLIBS=.*:LDLIBS=-L/usr/X11/libs -lX11 -lcrypt $LDFLAGS:" \
+ Makefile




Archive powered by MHonArc 2.6.24.

Top of Page