From f7f75893eb029ffec166c6db9c0749b317246e5c Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 21 Jul 2005 10:29:34 +0000 Subject: add lineak (Linux support for Easy Access and Internet Keyboards) courtesy Justin Patrick. BUG #152 --- packages/lineak/.mtn2git_empty | 0 packages/lineak/files/.mtn2git_empty | 0 .../lineak/files/add-zaurus-remote-support.patch | 26 ++++++++++++++++++++++ packages/lineak/lineak_0.8.3.bb | 22 ++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 packages/lineak/.mtn2git_empty create mode 100644 packages/lineak/files/.mtn2git_empty create mode 100644 packages/lineak/files/add-zaurus-remote-support.patch create mode 100644 packages/lineak/lineak_0.8.3.bb (limited to 'packages/lineak') diff --git a/packages/lineak/.mtn2git_empty b/packages/lineak/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/lineak/files/.mtn2git_empty b/packages/lineak/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/lineak/files/add-zaurus-remote-support.patch b/packages/lineak/files/add-zaurus-remote-support.patch new file mode 100644 index 0000000000..a5cfe9f474 --- /dev/null +++ b/packages/lineak/files/add-zaurus-remote-support.patch @@ -0,0 +1,26 @@ +--- lineakd-0.8.3/lineakd/lineakkb.def 2005-03-02 04:15:39.000000000 -0800 ++++ lineakd-0.8.3/lineakd/lineakkb.def.new 2005-07-14 20:50:40.000000000 -0700 +@@ -1166,6 +1166,23 @@ + + #### END CodeGen Keyboards #### + ++#### Sharp Zaurus Remotes #### ++ ++[CE-RH2] ++ brandname = "Sharp" ++ modelname = "Sharp CE-RH2" ++ [KEYS] ++ AudioPlay|Pause = 72 ++ AudioRaiseVolume = 126 ++ AudioLowerVolume = 127 ++ AudioMute = 128 ++ AudioStop = 76 ++ AudioPrev = 124 ++ AudioNext = 116 ++ [END KEYS] ++[END CE-RH2] ++ ++#### END Sharp Zaurus Remotes #### + + #### Compaq keyboards #### + diff --git a/packages/lineak/lineak_0.8.3.bb b/packages/lineak/lineak_0.8.3.bb new file mode 100644 index 0000000000..7b04db572d --- /dev/null +++ b/packages/lineak/lineak_0.8.3.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "lineakd" +SECTION = "gpe/multimedia" +HOMEPAGE = "http://lineak.sourceforge.net" +LICENSE = "GPLv2" +MAINTAINER = "Justin Patrin " +DEPENDS = "x11 xext" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lineak/lineakd-${PV}.tar.gz \ + file://add-zaurus-remote-support.patch;patch=1" + +inherit autotools + +do_install () { + oe_runmake 'mandir=${D}/usr/share/man' 'pkglibdir=${D}/usr/lib' 'sysconfdir=${D}/etc' 'DESTDIR=${D}' install +} + +PACKAGES += "${PN}-lib" + +FILES_${PN}-lib += " \ + ${libdir}/liblineak*" + -- cgit v1.2.3