diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/libsynaptics | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libsynaptics')
-rw-r--r-- | community/libsynaptics/PKGBUILD | 26 | ||||
-rw-r--r-- | community/libsynaptics/libsynaptics-gcc433.patch | 10 |
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 |