summaryrefslogtreecommitdiffstats
path: root/x11-libs/lineakd
diff options
context:
space:
mode:
authorJaka Kranjc2006-07-03 17:51:07 +0200
committerJaka Kranjc2006-07-03 18:44:42 +0200
commit94a1d4d896f48cf1ce3d1f9f7ae66ae6496caa15 (patch)
tree5aeb3c0bf2980320005b1c9fb3e09f5340f9366c /x11-libs/lineakd
parent607fb2599ed0c81f77525451108ae8b93cf74669 (diff)
lineakd: 0.9; xorg-modular depends
Diffstat (limited to 'x11-libs/lineakd')
-rwxr-xr-xx11-libs/lineakd/DEPENDS9
-rwxr-xr-xx11-libs/lineakd/DETAILS10
-rw-r--r--x11-libs/lineakd/HISTORY4
3 files changed, 16 insertions, 7 deletions
diff --git a/x11-libs/lineakd/DEPENDS b/x11-libs/lineakd/DEPENDS
index 8979a03b6b..49180ae899 100755
--- a/x11-libs/lineakd/DEPENDS
+++ b/x11-libs/lineakd/DEPENDS
@@ -1 +1,8 @@
-depends X11-LIBS
+source $GRIMOIRE/FUNCTIONS &&
+depends X11-LIBS &&
+if check_if_xorg_modular_libs lineakd; then
+ depends libsm &&
+ depends libx11 &&
+ depends libice &&
+ depends libxext
+fi
diff --git a/x11-libs/lineakd/DETAILS b/x11-libs/lineakd/DETAILS
index af7059667b..5f14e0b182 100755
--- a/x11-libs/lineakd/DETAILS
+++ b/x11-libs/lineakd/DETAILS
@@ -1,19 +1,17 @@
SPELL=lineakd
- VERSION=0.8.4
+ VERSION=0.9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/lineak/$SOURCE
- SOURCE_HASH=sha512:836c2bffa701bc9f2aa4a84b84b1935f7faf356b3230cb6370cfa1d0c7c5a42ad6ddc93aa7d533c4ddf126a370ac284cbef46b93cc05e725e98ba08d2ae7e370
+ SOURCE_HASH=sha512:e30a2e111832e3f08bbff858647536aaeb75d20008618b8c7555836104fd5a66d8e3173d0f9da76906caf13e9c9753c9140cd22dbb96fde464ed5d5f254d721e
WEB_SITE=http://lineak.sourceforge.net/
ENTERED=20020322
- UPDATED=20030809
LICENSE[0]=GPL
KEYWORDS="x11 libs"
SHORT="Linux support for Easy Access and Internet Keyboards - daemon"
cat << EOF
LinEAK is a utility designed to enable the use and configuration of the
special keys on Internet, Easy Access and Multimedia keyboards with XFree86.
-It consists of two programs:
-* lineakd: daemon that configures the X keyboard map and listens for events.
-* lineakconfig: the GTK+ GUI, which provides easier configuration
+It consists of lineakd, a daemon that configures the X keyboard map and listens
+for events and various plugins.
EOF
diff --git a/x11-libs/lineakd/HISTORY b/x11-libs/lineakd/HISTORY
index f1f39732da..fd493798a2 100644
--- a/x11-libs/lineakd/HISTORY
+++ b/x11-libs/lineakd/HISTORY
@@ -1,3 +1,7 @@
+2006-07-03 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DETAILS: 0.9
+ * DEPENDS: added xorg-modular ones
+
2006-06-28 Eric Sandall <eric@sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide