Skip to Content.
Sympa Menu

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

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 (b6936798c1e299bd983ad352aab511fb2ab97a1e)
  • Date: Wed, 23 Jul 2008 17:21:25 -0500

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

x11/xlockmore/BUILD | 13 ++------
x11/xlockmore/CONFIGURE | 4 ++
x11/xlockmore/DEPENDS | 72
++++++++++++++++++++++++++++++++++++++++++++++--
x11/xlockmore/DETAILS | 13 ++++----
x11/xlockmore/HISTORY | 9 +++++-
x11/xlockmore/INSTALL | 3 ++
x11/xlockmore/PRE_BUILD | 5 ---
7 files changed, 95 insertions(+), 24 deletions(-)

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

xlockmore: => 5.26.1 + added deps

diff --git a/x11/xlockmore/BUILD b/x11/xlockmore/BUILD
index 68df910..c60e7e3 100755
--- a/x11/xlockmore/BUILD
+++ b/x11/xlockmore/BUILD
@@ -1,10 +1,5 @@
- if spell_ok linux-pam; then
- ENABLE_PAM="--enable-pam"
- fi
+OPTS="$OPTS $XLOCKMORE_BO" &&

- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- $ENABLE_PAM \
- $OPTS &&
- make
+make_single &&
+default_build &&
+make_normal
diff --git a/x11/xlockmore/CONFIGURE b/x11/xlockmore/CONFIGURE
new file mode 100755
index 0000000..3d72253
--- /dev/null
+++ b/x11/xlockmore/CONFIGURE
@@ -0,0 +1,4 @@
+config_query_option XLOCKMORE_BO \
+ "Use only blank mode (boring)?" n \
+ "--enable-blank-only" \
+ "--disable-blank-only"
diff --git a/x11/xlockmore/DEPENDS b/x11/xlockmore/DEPENDS
index 531501b..a8e0d6c 100755
--- a/x11/xlockmore/DEPENDS
+++ b/x11/xlockmore/DEPENDS
@@ -1,2 +1,70 @@
-optional_depends "GLUT" "" "" "may be required to view some 3d screen
hacks" &&
-optional_depends "linux-pam" "--enable-pam" "" "for PAM authentication"
+if [[ $XLOCKMORE_BO == y ]]; then
+ optional_depends mesalib \
+ "--with-mesa" \
+ "--without-mesa" \
+ "for Mesa 3D modes" &&
+
+ optional_depends OPENGL \
+ "--with-opengl" \
+ "--without-opengl" \
+ "for 3D OpenGL modes" &&
+ optional_depends freetype2 \
+ "--with-freetype" \
+ "--without-freetype" \
+ "for FreeType mode(s)"
+else
+ OPTS="--without-opengl \
+ --without-mesa \
+ --without-freetype \
+ $OPTS"
+fi &&
+
+optional_depends gltt \
+ "--with-gltt" \
+ "--without-gltt" \
+ "for GL True Text" &&
+
+optional_depends ftgl \
+ "--with-ftgl" \
+ "--without-ftgl" \
+ "for GL font rendering" &&
+
+optional_depends esound \
+ "--with-esound" \
+ "--without-esound" \
+ "for Enlightenment Sound Daemon sounds" &&
+
+optional_depends nas \
+ "--with-nas" \
+ "--without-nas" \
+ "for NAS sounds" &&
+
+optional_depends rplay \
+ "--with-rplay" \
+ "--without-rplay" \
+ "for RPLAY sounds" &&
+
+optional_depends openmotif \
+ "--with-motif" \
+ "--without-motif" \
+ "for Motif support (xmlock build)" &&
+
+optional_depends gtk+2 \
+ "--with-gtk2" \
+ "--without-gtk2" \
+ "for GTK+2 support (xglock build)" &&
+
+optional_depends SYSTEM-LOGGER \
+ "--enable-syslog" \
+ "--disable-syslog" \
+ "for syslog logging" &&
+
+optional_depends krb5 \
+ "--enable-kerberos5" \
+ "--disable-kerberos5" \
+ "for Kerberos 5 support" &&
+
+optional_depends linux-pam \
+ "--enable-pam" \
+ "--disable-pam" \
+ "for PAM authentication"
diff --git a/x11/xlockmore/DETAILS b/x11/xlockmore/DETAILS
index ce6db73..ab57cbc 100755
--- a/x11/xlockmore/DETAILS
+++ b/x11/xlockmore/DETAILS
@@ -1,18 +1,17 @@
SPELL=xlockmore
- VERSION=5.25
+ VERSION=5.26.1
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.ibiblio.org/pub/Linux/X11/screensavers/$SOURCE
-
SOURCE_HASH=sha512:92cfbf35dba927ec26d11e7128edbd72c7a8fdb7f589646cd2bf78b0bcefb79361bcc5215e9f8277837287c7c936f4b4df465960474e0fcdb7c50897063d8c94
+
SOURCE_HASH=sha512:498f24f2f2b36ea45a622afb97dd105ca2727becf588eb6a9c3f79bb887e2f6f94d1b227652e9da0f54f0408fc33202c36f9d9447cfa044494374d311161feb6
WEB_SITE=http://www.tux.org/~bagleyd/xlockmore.html
ENTERED=20010922
LICENSE[0]=BSD
KEYWORDS="x11"
- SHORT="xlockmore is an enhanced version of xlock."
+ SHORT="enhanced version of xlock"
cat << EOF
xlockmore is an enhanced version of xlock. It incorporates several new
commandline options, which allow you to run it in a window, in the root
-window, in a different size/location, change the size of the iconified
-window, to install a new colormap and delay locking for use with
-xautolock.
+window, in a different size/location, change the size of the iconified
window,
+to install a new colormap and delay locking for use with xautolock.
EOF
diff --git a/x11/xlockmore/HISTORY b/x11/xlockmore/HISTORY
index 3bdb387..59c827c 100644
--- a/x11/xlockmore/HISTORY
+++ b/x11/xlockmore/HISTORY
@@ -1,3 +1,11 @@
+2008-07-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated to 5.26.1, fixed short/long descs, quoting paths!
+ * DEPENDS: added missing depends, removed useless ones
+ * BUILD: default_build OK, fixed multijob build
+ * CONFIGURE: added blank-only mode selection
+ * PRE_BUILD: removed, upstream fixed that bug
+ * INSTALL: fixed multijob install
+
2007-11-04 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: Updated spell to 5.25, fixed DL url,
Removed 'UPDATED'
@@ -58,4 +66,3 @@
* moved spell to X11 section
* DETAILS: updated to 5.04
* HISTORY: added
-
diff --git a/x11/xlockmore/INSTALL b/x11/xlockmore/INSTALL
new file mode 100755
index 0000000..9d9a4c0
--- /dev/null
+++ b/x11/xlockmore/INSTALL
@@ -0,0 +1,3 @@
+make_single &&
+default_install &&
+make_normal
diff --git a/x11/xlockmore/PRE_BUILD b/x11/xlockmore/PRE_BUILD
deleted file mode 100755
index 9b66785..0000000
--- a/x11/xlockmore/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-# http://qa.mandriva.com/show_bug.cgi?id=17504
-sedit 's@\(pam_error = pam_acct_mgmt(pamh, 0);\)@//\1@' xlock/passwd.c




Archive powered by MHonArc 2.6.24.

Top of Page