Package Details: textadept 13.0-1

Git Clone URL: https://aur.archlinux.org/textadept.git (read-only, click to copy)
Package Base: textadept
Description: Fast, minimalist, and remarkably extensible cross-platform text editor
Upstream URL: https://github.com/orbitalquark/textadept
Keywords: editor lua
Licenses: MIT
Submitter: bitwave
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 33
Popularity: 0.000629
First Submitted: 2015-09-04 11:30 (UTC)
Last Updated: 2026-07-02 16:44 (UTC)

Pinned Comments

TwoFinger commented on 2023-08-02 10:30 (UTC) (edited on 2023-08-02 14:31 (UTC) by TwoFinger)

This is no longer a split package, it only contains the Qt build, which is the new upstream default.

The other builds are in separate packages:

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

chetgray commented on 2016-05-09 19:30 (UTC)

@reztho, I didn't flag the package out-of-date to demand you update it (I already had for my local PKGBUILD), merely to helpfully send notification that a new version was released, in case it fell by the wayside. No rush intended; I appreciate you maintaining a package for a mighty fine text editor. Cheers!

reztho commented on 2016-05-08 16:00 (UTC)

Ok, it's done. Make sure you build this package like this: makepkg -C , so makepkg cleans the src folder before compiling.

reztho commented on 2016-05-08 15:50 (UTC) (edited on 2016-05-08 16:25 (UTC) by reztho)

duarnimator, chetgray: I made the package the way it is now, because that was what was available at the time. EDIT: well, the modules link can be versioned, but still no tag for the latest version in the hg repository, so I'll keep using a revision changeset number. I'm going to update the package now. I'm sorry if I can't update the package the very same day a new version is released. I have things to do in real life, you know. So please, be patient next time. Anyways I think this text editor is very interesting and should be in [community]. The more of you ask for it in the mailing list so a TU would like to get in charge of it, the better. Thanks for the help though.

daurnimator commented on 2016-05-05 04:21 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index 60f686d..8274716 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Based on a contribution of: bitwave pkgname=textadept pkgver=8.6 -pkgrel=2 +pkgrel=3 pkgdesc="A fast, minimalist, and remarkably extensible cross-platform text editor" arch=('i686' 'x86_64') url="http://foicica.com/textadept/" @@ -12,8 +12,8 @@ makedepends=('mercurial' 'wget' 'unzip') provides=("$pkgname") conflicts=('textadept-bin') replaces=('textadept-bin') -source=("hg+http://foicica.com/hg/textadept#revision=f27778cd1d49" - 'http://foicica.com/textadept/download/textadept_LATEST.modules.zip') +source=("hg+http://foicica.com/hg/textadept#tag=textadept_${pkgver}" + "http://foicica.com/textadept/download/textadept_${pkgver}.modules.zip") build() { cd "$srcdir/$pkgname/src"

chetgray commented on 2016-05-03 13:17 (UTC)

Better sources, using pkgver: source=("hg+http://foicica.com/hg/textadept#tag=textadept_${pkgver}" "http://foicica.com/textadept/download/textadept_${pkgver}.modules.zip") Currently, textadept_LATEST.modules.zip points to textadept_8.7.modules.zip, breaking package() that expects 8.6. N.b. There is currently no Hg tag for 8.7, but there are binary tgz packages for both i386 and x64_86 (http://foicica.com/textadept/CHANGELOG.html)

Tre0n commented on 2016-03-10 08:35 (UTC) (edited on 2016-03-10 08:37 (UTC) by Tre0n)

This depends on wget and unzip to build. (Possibly more, haven't checked)

reztho commented on 2016-03-06 10:36 (UTC)

Notice that the dependencies in this package are managed by its build system unfortunately, so it downloads them the first time. What that error is telling you is that the scintilla363.tgz file wasn't successfully downloaded from Sourceforge. I suggest removing your "pkg" and "src" dirs and make the package again.

test0 commented on 2016-03-06 10:18 (UTC)

mkdir scintilla && tar xzf scintilla363.tgz -C scintilla && mv scintilla/*/* scintilla gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now Makefile:408: recipe for target 'scintilla' failed make: *** [scintilla] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build textadept. ==> Restart building textadept ? [y/N]

reztho commented on 2016-02-28 16:31 (UTC)

I finally finished it. In the future, I'll consider converting the PKGBUILD into a multipackage one.

reztho commented on 2016-02-02 20:32 (UTC)

It's going to take a while till I prepare the new package. In the mean time, disown this package to see if another one wants it besides me.