updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gedit-smart-highlighting-plugin / PKGBUILD
bloba14dfe794cd96547aacc18d3706b8e603a89e02b
1 # Maintainer: NiteHogg <keith.b.elliott [at] gmail [dot] com>
2 pkgname=gedit-smart-highlighting-plugin
3 _pkgname=smart_highlighting
4 _shortname=smart_highlight
5 pkgver=3.0.1
6 pkgrel=1
7 pkgdesc="Smart highlighting plugin is supported for both gedit2.x(Gnome2) and gedit3.x(Gnome3)"
8 arch=(any)
9 url="http://code.google.com/p/smart-highlighting-gedit/"
10 license=('GPL2')
11 depends=("gedit")
12 changelog=ChangeLog
13 source=(http://smart-highlighting-gedit.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
14 md5sums=('1dfeeebf3e47a9aa652115d6bc364764')
16 package() {
17     mkdir -p "$pkgdir/usr/lib/gedit/plugins/"
19     # l10n will be handled by the coreutils package.
20     rm -fr "$srcdir/$_pkgname-$pkgver/$_shortname/"{locale,po}
21     cp -r "$srcdir/$_pkgname-$pkgver/"{$_shortname,$_shortname.plugin} "$pkgdir/usr/lib/gedit/plugins/"
24 # vim:set ts=2 sw=2 et: