1 # Contributor: Holger Vogel <holger.vogel@gmail.com>
3 pkgname=plasma-devicenotifier_automount-utf8
6 pkgdesc="An extended version of the original devicenotifier-applet which mounts the new media after it was inserted, UTF-8 support for fat32"
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')
12 source=(http://kde-look.org/CONTENT/content-files/91517-devicenotifier_automount_$pkgver.tar.bz2 utf8.patch)
14 md5sums=('e3542d4d76fad34e661ee021969f57e4' '9589792d12b6bb05b5db9f8b16e79765')
19 patch -Np1 -i $srcdir/utf8.patch || return 1
21 cd $srcdir/devicenotifier_automount/src
26 cmake -DCMAKE_INSTALL_PREFIX='/usr' ..
29 make DESTDIR=$pkgdir install