[arch-commits] Commit in keytouch-editor/trunk (4 files)

Eric Belanger eric at archlinux.org
Mon Jun 23 04:35:21 UTC 2008


    Date: Monday, June 23, 2008 @ 00:35:20
  Author: eric
Revision: 3507

upgpkg: keytouch-editor 3.1.3-1
    Added to [extra] repo

Added:
  keytouch-editor/trunk/ChangeLog
  keytouch-editor/trunk/PKGBUILD
  keytouch-editor/trunk/keytouch-editor-3.1.3-glibc28.patch
  keytouch-editor/trunk/keytouch-editor.install

-------------------------------------+
 ChangeLog                           |    8 ++++++++
 PKGBUILD                            |   25 +++++++++++++++++++++++++
 keytouch-editor-3.1.3-glibc28.patch |   12 ++++++++++++
 keytouch-editor.install             |   10 ++++++++++
 4 files changed, 55 insertions(+)

Added: ChangeLog
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2008-06-23 04:35:20 UTC (rev 3507)
@@ -0,0 +1,8 @@
+2008-06-22  Eric Belanger  <eric at archlinux.org>
+
+	* keytouch-editor 3.1.3-1
+	* Patched for glibc 2.8
+        * Added to [extra] repo
+        * Added ChangeLog
+
+

Added: PKGBUILD
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2008-06-23 04:35:20 UTC (rev 3507)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: mouse256 & AndyRTR
+
+pkgname=keytouch-editor
+pkgver=3.1.3
+pkgrel=1
+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 || return 1
+  autoreconf || return 1
+  ./configure --prefix=/usr || return 1
+  make || return 1
+  make DESTDIR=${pkgdir} install || return 1
+}


Property changes on: keytouch-editor/trunk/PKGBUILD
___________________________________________________________________
Name: svn:keywords
   + Id

Added: keytouch-editor-3.1.3-glibc28.patch
===================================================================
--- keytouch-editor-3.1.3-glibc28.patch	                        (rev 0)
+++ keytouch-editor-3.1.3-glibc28.patch	2008-06-23 04:35:20 UTC (rev 3507)
@@ -0,0 +1,12 @@
+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 \

Added: keytouch-editor.install
===================================================================
--- keytouch-editor.install	                        (rev 0)
+++ keytouch-editor.install	2008-06-23 04:35:20 UTC (rev 3507)
@@ -0,0 +1,10 @@
+post_install() {
+  cat << EOF
+==> To use keytouch-editor:
+You'll need to have either gksu (pacman -S gksu) or kdesu (pacman -S kdebase) installed.
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}





More information about the arch-commits mailing list