Package Details: libtsm-patched-git 4.0.2.r4.g06d52d1-1

Git Clone URL: https://aur.archlinux.org/libtsm-patched-git.git (read-only, click to copy)
Package Base: libtsm-patched-git
Description: Terminal-emulator State Machine. Patched flavor (using patches from http://github.com/Aetf/libtsm)
Upstream URL: http://www.freedesktop.org/wiki/Software/kmscon/libtsm
Licenses: MIT
Conflicts: libtsm, libtsm-patched
Provides: libtsm, libtsm-patched
Submitter: Aetf
Maintainer: Aetf
Last Packager: Aetf
Votes: 10
Popularity: 0.004590
First Submitted: 2015-05-22 07:41 (UTC)
Last Updated: 2022-07-21 06:54 (UTC)

Dependencies (4)

Required by (4)

Sources (1)

Latest Comments

1 2 Next › Last »

XenHat commented on 2025-05-09 07:05 (UTC)

PKGBUILD needs pkgver format update.

-  git describe --long | sed -r "s/^$_gitname-//;s/^v//;s/([^-]*-g)/r\\1/;s/-/./g"
+  echo $(grep '    VERSION' CMakeLists.txt | cut -d\  -f 6).r$(git rev-list --count HEAD).g$(git rev-parse --short HEAD)

Aetf commented on 2022-07-21 06:55 (UTC)

@latipun Done.

latipun commented on 2022-07-21 06:37 (UTC)

Please add aarch64, I can build it with Raspberry Pi 4B.

Aetf commented on 2020-03-19 01:42 (UTC)

Thanks @svito. Updated

svito commented on 2020-03-19 00:43 (UTC)

Also mkdir command should have -p flag or otherwise it will fail on rebuild.

svito commented on 2018-12-20 13:59 (UTC)

Needs cmake in makedepends. Thanks for packaging!

Aetf commented on 2018-10-10 16:54 (UTC)

Hi @LChris314

Thanks, I've updated pkgver function to work with new vx.y.z tag names.

LChris314 commented on 2018-10-10 08:51 (UTC)

Hello. The PKGBUILD needs these two updates:

  • pkgver is still 4.0.0, making yay constantly want to update the package.
  • The pkgver function doesn't chop off the prefix v, so it returns v4.0.1.r1<xxxx> instead of 4.0.1.r1<xxxx>.

Thanks!

Aetf commented on 2018-03-30 17:35 (UTC)

@swiftgeek I can't test on other architectures that's why I'm not including them in the package. I'll add armv7h since you've tested it.

swiftgeek commented on 2018-03-30 06:15 (UTC)

Please add armv7h (tested on Allwinner H3) and probably other architectures (i686 armv6h)