Skip to Content.
Sympa Menu

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

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 (409a78fd4938435d61667eb88ab06187d4f5077f)
  • Date: Sat, 25 Oct 2008 22:08:43 -0500

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

xorg-data/xkeyboard-config/DEPENDS | 7 ++++---
xorg-data/xkeyboard-config/DETAILS | 12 +++++-------
xorg-data/xkeyboard-config/HISTORY | 6 +++++-
xorg-data/xkeyboard-config/INSTALL | 5 +++--
4 files changed, 17 insertions(+), 13 deletions(-)

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

xkeyboard-config: added missing dep; cleaned up

diff --git a/xorg-data/xkeyboard-config/DEPENDS
b/xorg-data/xkeyboard-config/DEPENDS
index 047bb6a..0f19673 100755
--- a/xorg-data/xkeyboard-config/DEPENDS
+++ b/xorg-data/xkeyboard-config/DEPENDS
@@ -1,3 +1,4 @@
-depends util-macros &&
-depends xkbcomp &&
-depends xml-parser-expat
+depends intltool &&
+depends util-macros &&
+depends xkbcomp &&
+depends xml-parser-expat
diff --git a/xorg-data/xkeyboard-config/DETAILS
b/xorg-data/xkeyboard-config/DETAILS
index ff2ecaf..e251cbb 100755
--- a/xorg-data/xkeyboard-config/DETAILS
+++ b/xorg-data/xkeyboard-config/DETAILS
@@ -1,12 +1,10 @@
SPELL=xkeyboard-config
- PKG=xkeyboard-config
VERSION=1.4
- XORG_VER=X11R7.0
- SOURCE=${PKG}-${VERSION}.tar.bz2
- SOURCE_URL[0]=http://xlibs.freedesktop.org/xkbdesc/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
- WEB_SITE=http://xorg.freedesktop.org
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://xlibs.freedesktop.org/xkbdesc/$SOURCE
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://xorg.freedesktop.org/
ENTERED=20051125
LICENSE[0]=XCL
BUILD_API=2
diff --git a/xorg-data/xkeyboard-config/HISTORY
b/xorg-data/xkeyboard-config/HISTORY
index 8cf5692..70a4783 100644
--- a/xorg-data/xkeyboard-config/HISTORY
+++ b/xorg-data/xkeyboard-config/HISTORY
@@ -1,3 +1,8 @@
+2008-10-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added missing dep (fixes #14850); cleaned up
+ * INSTALL: increase verbosity; quoting paths
+ * DETAILS: quoting paths; cleaned up
+
2008-10-12 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.4

@@ -42,4 +47,3 @@

2005-12-23 Robin Cook <rcook AT wyrms.net>
* created spell
-
diff --git a/xorg-data/xkeyboard-config/INSTALL
b/xorg-data/xkeyboard-config/INSTALL
index b96ae1c..529f269 100755
--- a/xorg-data/xkeyboard-config/INSTALL
+++ b/xorg-data/xkeyboard-config/INSTALL
@@ -1,2 +1,3 @@
-default_install &&
-install -d ${INSTALL_ROOT}/var/lib/xkb
+default_install &&
+
+install -vm 755 -d "$INSTALL_ROOT/var/lib/xkb"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (409a78fd4938435d61667eb88ab06187d4f5077f), Vlad Glagolev, 10/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page