Skip to content

Commit 6d17f66

Browse files
committed
Partially revert "contour: rebuild for yaml-cpp"
This reverts commit e24f610. contour-shell-integration was removed incompletely, and should never have been removed to begin with.
1 parent 60b42b2 commit 6d17f66

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

srcpkgs/contour-shell-integration

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
contour

srcpkgs/contour/template

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'contour'
22
pkgname=contour
33
version=0.4.3.6442
4-
revision=2
4+
revision=3
55
build_style=cmake
66
build_helper="qemu"
77
configure_args="-DCONTOUR_QT_VERSION=6 -DCONTOUR_TESTING=OFF
@@ -19,11 +19,17 @@ license="Apache-2.0"
1919
homepage="http://contour-terminal.org/"
2020
distfiles="https://github.com/contour-terminal/contour/archive/refs/tags/v${version}.tar.gz"
2121
checksum=859910a5330d9dcf628dfcb6f767807dbdaf187e550ac67966c1e8a713c1567e
22-
replaces="contour-shell-integration>=0"
2322

2423
contour-terminfo_package() {
2524
short_desc+=" - terminfo data"
2625
pkg_install() {
2726
vmove usr/share/terminfo
2827
}
2928
}
29+
30+
contour-shell-integration_package() {
31+
short_desc+=" - shell integration scripts"
32+
pkg_install() {
33+
vmove usr/share/contour/shell-integration
34+
}
35+
}

0 commit comments

Comments
 (0)