updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / gedit-tabsextend / PKGBUILD
blobf4c9dc08c1ee19cc5a3fbd28c67e4e85eca77671
1 # Maintainer: Leandro Costa <lokidarkeden@gmail.com>
3 pkgname=gedit-tabsextend
4 pkgver=0.1
5 pkgrel=3
6 pkgdesc='Features: Middle button mouse close tabs, Undo close tab (Ctrl+Shift+T), Close others tabs, unless current (Ctrl+Shift+O), Tabs menus for features:, Close all, Close others, Undo close'
8 arch=('i686' 'x86_64')
9 provides=()
10 replaces=()
11 license=('GPL2')
12 url='http://code.google.com/p/gedit-tabsextend'
13 depends=('gedit')
14 options=('')
15 source=(http://gedit-tabsextend.googlecode.com/files/gedit-tabsextend-${pkgver}.tar.gz)
16 backup=()
18 md5sums=('e0b72276070a15d7b26403d6ca609c09')
20 build() {
21   tar -xvf gedit-tabsextend-${pkgver}.tar.gz || return 1
22   cd ${srcdir}/nuxlli-gedit-tabsextend-* || return 1
24   install -D -m644 tabs_extend.gedit-plugin ${pkgdir}/usr/lib/gedit-2/plugins/tabs_extend.gedit-plugin || return 1
26   install -D -m644 tabs_extend.py ${pkgdir}/usr/lib/gedit-2/plugins/tabs_extend.py || return 1