We were already packaging commit [1] which I now see is tagged as 0.8.
So, I just bumped the package version. :)
[1] 07fc4ed3bd0b46e04e705e885ae91bc38c63cd6d
Search Criteria
Package Details: gedit-autotab 0.8-1
Package Actions
| Package Base: | gedit-autotab |
|---|---|
| Description: | Automatically detect tab preferences for source files |
| Upstream URL: | http://code.google.com/p/gedit-autotab/ |
| Category: | editors |
| Licenses: | |
| Submitter: | foutrelis |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2010-09-17 16:56 |
| Last Updated: | 2012-10-17 08:01 |
Latest Comments
Comment by foutrelis
Comment by prurigro
Thanks for the updated PKGBUILD jiggak, though it seem the sha1sum is now 7ec686c8733124853b7f9adae1ec332d10cd6a03 for whatever reason :)
Comment by jiggak
# 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
Updated to Josh Kropf's branch [1] which works with gedit3. :)
[1] http://git.slashdev.ca/gedit-autotab/log/?h=gedit3