summaryrefslogtreecommitdiffstats
path: root/xorg-data/xkeyboard-config
diff options
context:
space:
mode:
authorVlad Glagolev2008-10-26 06:08:33 +0300
committerVlad Glagolev2008-10-26 06:08:33 +0300
commit409a78fd4938435d61667eb88ab06187d4f5077f (patch)
tree532e38617d8f85173f5152b207c3e4e5a8276413 /xorg-data/xkeyboard-config
parent50288733896dca6433d6d6a87f39e9d1c67bb06c (diff)
xkeyboard-config: added missing dep; cleaned up
Diffstat (limited to 'xorg-data/xkeyboard-config')
-rwxr-xr-xxorg-data/xkeyboard-config/DEPENDS7
-rwxr-xr-xxorg-data/xkeyboard-config/DETAILS12
-rw-r--r--xorg-data/xkeyboard-config/HISTORY6
-rwxr-xr-xxorg-data/xkeyboard-config/INSTALL5
4 files changed, 17 insertions, 13 deletions
diff --git a/xorg-data/xkeyboard-config/DEPENDS b/xorg-data/xkeyboard-config/DEPENDS
index 047bb6a740..0f19673bb5 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 ff2ecaffea..e251cbb217 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 8cf5692193..70a4783080 100644
--- a/xorg-data/xkeyboard-config/HISTORY
+++ b/xorg-data/xkeyboard-config/HISTORY
@@ -1,3 +1,8 @@
+2008-10-26 Vlad Glagolev <stealth@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@sourcemage.org>
* DETAILS: Updated to 1.4
@@ -42,4 +47,3 @@
2005-12-23 Robin Cook <rcook@wyrms.net>
* created spell
-
diff --git a/xorg-data/xkeyboard-config/INSTALL b/xorg-data/xkeyboard-config/INSTALL
index b96ae1c614..529f26931b 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"