summaryrefslogtreecommitdiff
path: root/extra/keytouch-editor
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-10-17 14:16:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-10-17 14:16:38 +0000
commite1b3d592f43a99f4ed7c91971deda6ce8414dd69 (patch)
tree38fecdc19b201d4d28df13c22e9b3b45bb469e4b /extra/keytouch-editor
parentd286d980d2ff42151e9bc81ec348c864c24f9cc4 (diff)
Mon Oct 17 14:16:38 UTC 2011
Diffstat (limited to 'extra/keytouch-editor')
-rw-r--r--extra/keytouch-editor/PKGBUILD28
-rw-r--r--extra/keytouch-editor/keytouch-editor-3.1.3-glibc28.patch12
-rw-r--r--extra/keytouch-editor/keytouch-editor.install6
3 files changed, 0 insertions, 46 deletions
diff --git a/extra/keytouch-editor/PKGBUILD b/extra/keytouch-editor/PKGBUILD
deleted file mode 100644
index 7f43ca092..000000000
--- a/extra/keytouch-editor/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 122686 2011-05-06 05:33:49Z eric $
-# Maintainer: Eric BĂ©langer <eric@archlinux.org>
-
-pkgname=keytouch-editor
-pkgver=3.1.3
-pkgrel=2
-pkgdesc="An utility to create keyboard files for keytouch"
-arch=('i686' 'x86_64')
-url="http://keytouch.sourceforge.net/"
-license=('GPL')
-depends=('gtk2')
-install=keytouch-editor.install
-source=(http://downloads.sourceforge.net/keytouch/${pkgname}-${pkgver}.tar.gz keytouch-editor-3.1.3-glibc28.patch)
-md5sums=('046e0525d2b1275f1ec1b5140bd93565' 'def8cf803d7f25dd919b8ad090083bf1')
-sha1sums=('a8c0b28bac4b1f9de3897e1a78dc14b4d994334e' 'c6b725267a628cfc93388044cfd72974f53debaf')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 < ../keytouch-editor-3.1.3-glibc28.patch
- autoreconf
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
diff --git a/extra/keytouch-editor/keytouch-editor-3.1.3-glibc28.patch b/extra/keytouch-editor/keytouch-editor-3.1.3-glibc28.patch
deleted file mode 100644
index 885813feb..000000000
--- a/extra/keytouch-editor/keytouch-editor-3.1.3-glibc28.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur keytouch-editor-3.1.3-orig/src/Makefile.am keytouch-editor-3.1.3/src/Makefile.am
---- keytouch-editor-3.1.3-orig/src/Makefile.am 2008-06-22 22:47:34.000000000 -0400
-+++ keytouch-editor-3.1.3/src/Makefile.am 2008-06-22 22:49:52.000000000 -0400
-@@ -9,7 +9,7 @@
-
- bin_PROGRAMS = keytouch-editor-bin
-
--AM_CFLAGS=@CFLAGS@ -Wall
-+AM_CFLAGS=@CFLAGS@ -Wall -D_GNU_SOURCE
-
- keytouch_editor_bin_SOURCES = \
- main.c keytouch-editor.h \
diff --git a/extra/keytouch-editor/keytouch-editor.install b/extra/keytouch-editor/keytouch-editor.install
deleted file mode 100644
index e1f991f31..000000000
--- a/extra/keytouch-editor/keytouch-editor.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_install() {
- cat << EOF
-==> To use keytouch-editor:
-==> You'll need to have either gksu (pacman -S gksu) or kdesu (pacman -S kdebase-runtime) installed.
-EOF
-}