summaryrefslogtreecommitdiff
path: root/community/libsynaptics
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libsynaptics
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libsynaptics')
-rw-r--r--community/libsynaptics/PKGBUILD26
-rw-r--r--community/libsynaptics/libsynaptics-gcc433.patch10
2 files changed, 0 insertions, 36 deletions
diff --git a/community/libsynaptics/PKGBUILD b/community/libsynaptics/PKGBUILD
deleted file mode 100644
index 2b449fd36..000000000
--- a/community/libsynaptics/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 66206 2012-02-23 03:20:15Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-
-pkgname=libsynaptics
-pkgver=0.14.6c
-pkgrel=5
-pkgdesc="Library for accessing synaptics touchpads"
-arch=('i686' 'x86_64')
-url="http://qsynaptics.sourceforge.net"
-license=('GPL')
-depends=('gcc-libs')
-makedepends=('xproto')
-options=('!libtool')
-source=(http://qsynaptics.sourceforge.net/$pkgname-$pkgver.tar.bz2 libsynaptics-gcc433.patch)
-md5sums=('fedf8b31171d288954ff2e83b251de44'
- '5e1df34fe8c2480b803a8ea6520bdda8')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- patch -Np0 -i ../libsynaptics-gcc433.patch
- sed -i '1,1i#include <stdio.h>' pad.cpp
- ./configure --prefix=/usr
- make
- make DESTDIR=$pkgdir install
-}
diff --git a/community/libsynaptics/libsynaptics-gcc433.patch b/community/libsynaptics/libsynaptics-gcc433.patch
deleted file mode 100644
index 162ecb0fe..000000000
--- a/community/libsynaptics/libsynaptics-gcc433.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- pad.cpp 2009-01-29 20:29:48.000000000 +0100
-+++ pad.cpp 2009-01-29 20:29:48.000000000 +0100
-@@ -4,6 +4,7 @@
- #include <pthread.h>
- #include <unistd.h>
- #include <sys/shm.h>
-+#include <stdlib.h>
-
- //
- // singleton specific code