Skip to content

Commit 5f71f7a

Browse files
committed
libtsm: update to 4.3.0.
1 parent 5333efa commit 5f71f7a

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

srcpkgs/libtsm/template

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,31 @@
11
# Template file for 'libtsm'
22
pkgname=libtsm
3-
version=4.1.0
4-
revision=1
5-
build_style=cmake
6-
hostmakedepends="pkg-config"
7-
makedepends="libxkbcommon-devel"
3+
version=4.3.0
4+
revision=2
5+
build_style=meson
6+
build_helper=gir
7+
hostmakedepends="glib-devel pkg-config"
8+
makedepends="libxkbcommon-devel check-devel"
89
short_desc="Terminal-emulator State Machine"
910
maintainer="Orphaned <[email protected]>"
1011
license="MIT, LGPL-2.1-or-later, BSD-2-Clause"
11-
homepage="https://github.com/Aetf/libtsm"
12-
distfiles="https://github.com/Aetf/libtsm/archive/refs/tags/v${version}.tar.gz"
13-
checksum=879a166a07aed63146ffe3e2afe803c0c3e22f264db0f1fa6fdb44687adeeef8
12+
homepage="https://github.com/kmscon/libtsm"
13+
distfiles="https://github.com/kmscon/libtsm/archive/refs/tags/v${version}.tar.gz"
14+
checksum=7e858bece0df5b0cc61fbcc99275f6828bf54007a88fa8459a8447a7ee7e67ad
15+
16+
build_options="gir"
17+
build_options_default="gir"
1418

1519
post_install() {
1620
vlicense COPYING
1721
}
1822

1923
libtsm-devel_package() {
20-
depends="${sourcepkg}>=${version}_${revision}"
24+
depends="${makedepends} libtsm>=${version}_${revision}"
2125
short_desc+=" - development files"
2226
pkg_install() {
2327
vmove usr/include
2428
vmove usr/lib/pkgconfig
25-
vmove usr/lib/cmake
2629
vmove "usr/lib/*.so"
2730
}
2831
}

0 commit comments

Comments
 (0)