Partially revert "contour: rebuild for yaml-cpp"

This reverts commit e24f6100d9.

contour-shell-integration was removed incompletely, and should never
have been removed to begin with.
This commit is contained in:
classabbyamp
2025-12-29 14:52:35 -05:00
parent 60b42b285e
commit 6d17f66604
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
contour
+8 -2
View File
@@ -1,7 +1,7 @@
# Template file for 'contour'
pkgname=contour
version=0.4.3.6442
revision=2
revision=3
build_style=cmake
build_helper="qemu"
configure_args="-DCONTOUR_QT_VERSION=6 -DCONTOUR_TESTING=OFF
@@ -19,7 +19,6 @@ license="Apache-2.0"
homepage="http://contour-terminal.org/"
distfiles="https://github.com/contour-terminal/contour/archive/refs/tags/v${version}.tar.gz"
checksum=859910a5330d9dcf628dfcb6f767807dbdaf187e550ac67966c1e8a713c1567e
replaces="contour-shell-integration>=0"
contour-terminfo_package() {
short_desc+=" - terminfo data"
@@ -27,3 +26,10 @@ contour-terminfo_package() {
vmove usr/share/terminfo
}
}
contour-shell-integration_package() {
short_desc+=" - shell integration scripts"
pkg_install() {
vmove usr/share/contour/shell-integration
}
}