Package Details: gedit-autotab 0.8-1

Package Base: gedit-autotab
Description: Automatically detect tab preferences for source files
Upstream URL: http://code.google.com/p/gedit-autotab/
Category: editors
Licenses: GPL3
Submitter: foutrelis
Maintainer: None
Last Packager: None
Votes: 4
First Submitted: 2010-09-17 16:56
Last Updated: 2012-10-17 08:01

Dependencies (1)

Required by (0)

Sources

  • gedit-autotab.tar.gz

Latest Comments

Comment by foutrelis

2012-10-17 08:03

We were already packaging commit [1] which I now see is tagged as 0.8.

So, I just bumped the package version. :)

[1] 07fc4ed3bd0b46e04e705e885ae91bc38c63cd6d

Comment by prurigro

2012-10-17 07:35

Thanks for the updated PKGBUILD jiggak, though it seem the sha1sum is now 7ec686c8733124853b7f9adae1ec332d10cd6a03 for whatever reason :)

Comment by jiggak

2011-09-27 01:43

# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>

pkgname=gedit-autotab
pkgver=0.8
pkgrel=1
pkgdesc="Automatically detect tab preferences for source files"
arch=('any')
url="http://code.google.com/p/gedit-autotab/"
license=('GPL3')
depends=('gedit')
source=("http://git.slashdev.ca/gedit-autotab/snapshot/${pkgname}-${pkgver}.tar.gz")
sha1sums=('42d6902dcff7822b1b5b1e2e270bd2b79eca1369')

build() {
true
}

package() {
cd "$srcdir/${pkgname}-${pkgver}"

install -d "$pkgdir/usr/lib/gedit/plugins"
install -m644 -t "$pkgdir/usr/lib/gedit/plugins/" autotab.{plugin,py}
}

# vim:set ts=2 sw=2 et:

Comment by foutrelis

2011-05-10 05:44

Updated to Josh Kropf's branch [1] which works with gedit3. :)

[1] http://git.slashdev.ca/gedit-autotab/log/?h=gedit3