[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f83879256ba15724b2179e436d080b49ec8a386c)

Vlad Glagolev scm at sourcemage.org
Sat Jun 7 09:43:49 EDT 2008


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

 x11/xautolock/BUILD   |    7 +++++--
 x11/xautolock/DEPENDS |   11 +++++++----
 x11/xautolock/DETAILS |    9 ++++-----
 x11/xautolock/HISTORY |    8 ++++++++
 x11/xautolock/INSTALL |    3 +++
 5 files changed, 27 insertions(+), 11 deletions(-)

New commits:
commit f83879256ba15724b2179e436d080b49ec8a386c
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    xautolock: => 2.2 + many enhancements

diff --git a/x11/xautolock/BUILD b/x11/xautolock/BUILD
index 46155dd..a8db802 100755
--- a/x11/xautolock/BUILD
+++ b/x11/xautolock/BUILD
@@ -1,2 +1,5 @@
-  xmkmf  -a        &&
-  make
+xmkmf -a &&
+
+sed -i "s:usr/man:usr/share/man:" Makefile &&
+
+make
diff --git a/x11/xautolock/DEPENDS b/x11/xautolock/DEPENDS
index eca22f3..1d23843 100755
--- a/x11/xautolock/DEPENDS
+++ b/x11/xautolock/DEPENDS
@@ -1,5 +1,8 @@
-depends X11-SERVER    &&
-if  [  "$(get_spell_provider  $SPELL  X11-SERVER)"  ==  "xorg-server"  ];  then
-        depends imake
-        depends libxscrnsaver
+depends X11-SERVER &&
+
+. $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_server; then
+  depends imake &&
+  depends libxscrnsaver
 fi
diff --git a/x11/xautolock/DETAILS b/x11/xautolock/DETAILS
index 198da5e..018722c 100755
--- a/x11/xautolock/DETAILS
+++ b/x11/xautolock/DETAILS
@@ -1,15 +1,14 @@
            SPELL=xautolock
-         VERSION=2.1
-       # VERSION=pl15
+         VERSION=2.2
           SOURCE=$SPELL-$VERSION.tgz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://www.ibiblio.org/pub/Linux/X11/screensavers/$SOURCE
-     SOURCE_HASH=sha512:ec52eb922c14c2c4b0da76c8a8a3c91f54714391eeb80266755916301f02da4e4281bcfba73487fe401d40207f41e62d32d1cbb0a07623ebbc367f502a90a14f
+     SOURCE_HASH=sha512:5f9dcc25cda706610e77a74235c4b421ca3a833d154b1a269057f0774579e1c6ec36fe0e5be5fadd6942ce8c1640a760f891397586b162e6024b524635153d04
         WEB_SITE=http://freshmeat.net/projects/xautolock/
          ENTERED=20011113
-         UPDATED=20020124
          LICENSE=GPL
-        KEYWORDS="x11"
+            DOCS="Changelog License Readme Todo"
+        KEYWORDS="x11 screensaver lock"
            SHORT="X11 Screen Saver"
 cat << EOF
 Xautolock monitors console activity under the X window system, and fires
diff --git a/x11/xautolock/HISTORY b/x11/xautolock/HISTORY
index fa0a359..ce9178e 100644
--- a/x11/xautolock/HISTORY
+++ b/x11/xautolock/HISTORY
@@ -1,3 +1,11 @@
+2008-06-07 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 2.2, removed UPDATED, useless # version,
+	  renewed keywords, added some docs
+	* DEPENDS: xorg-modular check replaced with built-in function, added
+	  missing `&&', cleaned up
+	* BUILD: fixed manual's installation path, cleaned up
+	* INSTALL: added manual's installation
+
 2007-01-25 Chris Dombroski <cdombroski at icanttype.org>
 	* DEPENDS: Created, depends on X11-SERVER and libxscrnsaver. Bug #11014
 
diff --git a/x11/xautolock/INSTALL b/x11/xautolock/INSTALL
new file mode 100755
index 0000000..c3317dc
--- /dev/null
+++ b/x11/xautolock/INSTALL
@@ -0,0 +1,3 @@
+default_install &&
+
+make install.man



More information about the SM-Commit mailing list