updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / plasma-devicenotifier_automount-utf8 / PKGBUILD
blob9b8c4cdce1b43b7bdf4ea402d512c7ef09fab42f
1 # Contributor: Holger Vogel <holger.vogel@gmail.com>
3 pkgname=plasma-devicenotifier_automount-utf8
4 pkgver=0.3
5 pkgrel=5
6 pkgdesc="An extended version of the original devicenotifier-applet which mounts the new media after it was inserted, UTF-8 support for fat32"
7 arch=('i686' 'x86_64')
8 url="http://kde-look.org/content/show.php/New+Device+Notifier+with+Automount?content=91517"
9 depends=('kdebase-workspace')
10 makedepends=('cmake' 'automoc4' 'patch')
11 conflicts=()
12 source=(http://kde-look.org/CONTENT/content-files/91517-devicenotifier_automount_$pkgver.tar.bz2 utf8.patch)
13 license=('GPL')
14 md5sums=('e3542d4d76fad34e661ee021969f57e4' '9589792d12b6bb05b5db9f8b16e79765')
16 build() {
18   # UTF-8 Patch
19   patch -Np1 -i $srcdir/utf8.patch || return 1
21   cd $srcdir/devicenotifier_automount/src
22   
23   mkdir build
24   cd build
26   cmake -DCMAKE_INSTALL_PREFIX='/usr' ..
28   make || return 1
29   make DESTDIR=$pkgdir install