summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild')
-rw-r--r--x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild14
1 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild b/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild
index 4df236b47da4..c2938209b513 100644
--- a/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild
+++ b/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild
@@ -1,14 +1,13 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.2 2008/02/29 20:49:02 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.3 2008/07/21 20:25:07 nyhm Exp $
inherit eutils linux-info
-DOC_V=3.0
DESCRIPTION="Generates keyboard files for use by keyTouch"
HOMEPAGE="http://keytouch.sourceforge.net/"
SRC_URI="mirror://sourceforge/keytouch/${P}.tar.gz
- doc? ( mirror://sourceforge/keytouch/keytouch_editor_${DOC_V}.pdf )"
+ doc? ( mirror://sourceforge/keytouch/keytouch_editor_3.0.pdf )"
LICENSE="GPL-2"
SLOT="0"
@@ -21,9 +20,16 @@ DEPEND="${RDEPEND}
RDEPEND="${RDEPEND}
kde? ( || (
kde-base/kdesu
- kde-base/kdebase ) )
+ kde-base/kdebase
+ ) )
!kde? ( x11-libs/gksu )"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-glibc28.patch
+}
+
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"