Commit 21c5d9c2 authored by Seblu's avatar Seblu
Browse files

up kcm_touchpad


git-svn-id: https://seblu.net/s/archpkg@85 02741741-5192-46b8-8916-7152b19231d9
parent 2576bc14
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

pkgname=kcm_touchpad
pkgver=0.3.1
pkgrel=2
pkgrel=3
url="http://www.kde-apps.org/content/show.php/kcm_touchpad?content=113335"
pkgdesc="Synaptics driver based touchpads kcontrol module"
license=('GPL2')
@@ -16,7 +16,7 @@ md5sums=('f355a658d2e9267fdf4e8d8f88038bcf')

build(){	
  cd ${srcdir}/mishaaq-${pkgname}-00370b5
  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
  cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) -DCMAKE_BUILD_TYPE=Release
  make
}