Package Details: textadept 12.3-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: TwoFinger
Last Packager: TwoFinger
Votes: 31
Popularity: 0.034607
First Submitted: 2015-09-04 11:30 (UTC)
Last Updated: 2024-03-06 07:12 (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 Next › Last »

pio commented on 2021-10-03 11:28 (UTC) (edited on 2021-10-03 11:52 (UTC) by pio)

Certificate of invisible-mirror.net has expired. As a workaround, add sed -i '/invisible-mirror/ s/$/ --no-check-certificate/' Makefile before make deps in PKGBUILD. Also reported upstream.

csts commented on 2021-09-30 02:06 (UTC) (edited on 2021-09-30 02:06 (UTC) by csts)

@lmartinez-mirror, it's no big deal for me, I downloaded the nightly, placed a shortcut in /usr/bin/ and it works fine.

csts commented on 2021-09-30 01:54 (UTC) (edited on 2021-09-30 01:54 (UTC) by csts)

@lmartinez-mirror, the same error appears in textadept-gtk3.

csts commented on 2021-09-30 01:49 (UTC) (edited on 2021-09-30 01:54 (UTC) by csts)

@lmartinez-mirror, I tried again building textadept:

Resolving www.lua.org (www.lua.org)... 88.99.213.221, 2a01:4f8:10a:3edc::2
Connecting to www.lua.org (www.lua.org)|88.99.213.221|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 353472 (345K) [application/gzip]
Saving to: ‘lua-5.4.2.tar.gz’

lua-5.4.2.tar.gz    100%[===================>] 345,19K  1,16MB/s    in 0,3s    

2021-09-30 04:46:22 (1,16 MB/s) - ‘lua-5.4.2.tar.gz’ saved [353472/353472]

if [ -d lua ]; then rm -rf lua; fi
mkdir lua && tar xzf lua-5.4.2.tar.gz -C lua && mv lua/*/* lua
patch -d lua -N -p1 < lua.patch
patching file src/luaconf.h
Hunk #1 succeeded at 199 (offset 33 lines).
patching file src/loslib.c
Hunk #2 succeeded at 412 (offset 21 lines).
Hunk #3 succeeded at 428 (offset 21 lines).
Hunk #4 succeeded at 440 (offset 21 lines).
wget -O lpeg-1.0.2.tar.gz http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.2.tar.gz
--2021-09-30 04:46:22--  http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.2.tar.gz
Resolving www.inf.puc-rio.br (www.inf.puc-rio.br)... 139.82.16.205
Connecting to www.inf.puc-rio.br (www.inf.puc-rio.br)|139.82.16.205|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 71840 (70K) [application/x-gzip]
Saving to: ‘lpeg-1.0.2.tar.gz’

lpeg-1.0.2.tar.gz   100%[===================>]  70,16K   123KB/s    in 0,6s    

2021-09-30 04:46:24 (123 KB/s) - ‘lpeg-1.0.2.tar.gz’ saved [71840/71840]

mkdir -p lua/src/lib/lpeg && tar xzf lpeg-1.0.2.tar.gz -C lua/src/lib/lpeg && mv lua/src/lib/lpeg/*/*.c lua/src/lib/lpeg/*/*.h lua/src/lib/
wget -O v1_8_0.zip https://github.com/keplerproject/luafilesystem/archive/v1_8_0.zip
--2021-09-30 04:46:24--  https://github.com/keplerproject/luafilesystem/archive/v1_8_0.zip
SSL_INIT
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/keplerproject/luafilesystem/zip/v1_8_0 [following]
--2021-09-30 04:46:25--  https://codeload.github.com/keplerproject/luafilesystem/zip/v1_8_0
SSL_INIT
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘v1_8_0.zip’

v1_8_0.zip              [ <=>                ]  37,63K  --.-KB/s    in 0,1s    

2021-09-30 04:46:25 (313 KB/s) - ‘v1_8_0.zip’ saved [38535]

if [ -d lua/src/lib/lfs ]; then rm -r lua/src/lib/lfs; fi
mkdir -p lua/src/lib/lfs && unzip -d lua/src/lib/ -j v1_8_0.zip "*/src/*.c" "*/src/*.h"
Archive:  v1_8_0.zip
7c6e1b013caec0602ca4796df3b1d7253a2dd258
  inflating: lua/src/lib/lfs.c       
  inflating: lua/src/lib/lfs.h       
wget -O 64587546482a1a6324706d75c80b77d2f87118a4.zip https://github.com/orbitalquark/gtdialog/archive/64587546482a1a6324706d75c80b77d2f87118a4.zip -O 64587546482a1a6324706d75c80b77d2f87118a4.zip
--2021-09-30 04:46:25--  https://github.com/orbitalquark/gtdialog/archive/64587546482a1a6324706d75c80b77d2f87118a4.zip
SSL_INIT
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/orbitalquark/gtdialog/zip/64587546482a1a6324706d75c80b77d2f87118a4 [following]
--2021-09-30 04:46:26--  https://codeload.github.com/orbitalquark/gtdialog/zip/64587546482a1a6324706d75c80b77d2f87118a4
SSL_INIT
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘64587546482a1a6324706d75c80b77d2f87118a4.zip’

64587546482a1a63247     [  <=>               ] 329,41K  1,19MB/s    in 0,3s    

2021-09-30 04:46:27 (1,19 MB/s) - ‘64587546482a1a6324706d75c80b77d2f87118a4.zip’ saved [337317]

unzip -d gtdialog -j 64587546482a1a6324706d75c80b77d2f87118a4.zip "*/*.c" "*/*.h"
Archive:  64587546482a1a6324706d75c80b77d2f87118a4.zip
64587546482a1a6324706d75c80b77d2f87118a4
  inflating: gtdialog/gtdialog.c     
  inflating: gtdialog/gtdialog.h     
wget -O cdk-5.0-20200923.tgz https://invisible-mirror.net/archives/cdk/cdk-5.0-20200923.tgz
--2021-09-30 04:46:27--  https://invisible-mirror.net/archives/cdk/cdk-5.0-20200923.tgz
SSL_INIT
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving invisible-mirror.net (invisible-mirror.net)... 160.153.42.69
Connecting to invisible-mirror.net (invisible-mirror.net)|160.153.42.69|:443... connected.
ERROR: The certificate of ‘invisible-mirror.net’ is not trusted.
ERROR: The certificate of ‘invisible-mirror.net’ has expired.
make: *** [Makefile:400: cdk-5.0-20200923.tgz] Error 5
==> ERROR: A failure occurred in prepare().
    Aborting...

Command 'makepkg --force' failed to execute.
:: Try recovering?
[R] retry build
[p] PGP check skip
[c] checksums skip
[i] ignore architecture
[d] delete build dir and try again
[e] edit PKGBUILD
------------------------
[s] skip building this package
[a] abort building all the packages
>  

csts commented on 2021-09-29 08:33 (UTC)

@lmartinez-mirror I used textadept-bin and it works fine.

lmartinez-mirror commented on 2021-09-29 05:09 (UTC)

@csts Could not replicate in a clean chroot. Have you tried a clean build?

csts commented on 2021-09-24 21:55 (UTC)

Can't build:

Resolving www.lua.org (www.lua.org)... 88.99.213.221, 2a01:4f8:10a:3edc::2
Connecting to www.lua.org (www.lua.org)|88.99.213.221|:443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection.
make: *** [Makefile:386: lua-5.4.2.tar.gz] Error 4
==> ERROR: A failure occurred in prepare().
    Aborting...

Command 'makepkg --force' failed to execute.
:: Try recovering?

lmartinez-mirror commented on 2021-06-29 03:45 (UTC)

NOTICE

The modules from before were removed as I plan to repackage them separately.

lmartinez-mirror commented on 2021-06-29 03:43 (UTC) (edited on 2021-06-29 07:28 (UTC) by lmartinez-mirror)

Pushed a fix for this PKGBUILD.

lacsaP commented on 2021-06-28 07:11 (UTC)

hi, have a look at https://github.com/orbitalquark/textadept/issues/110. a small patch in the PKGBUILD should do the trick.