mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
EternalTerminal: update to 6.0.11.
This commit is contained in:
parent
707623048f
commit
c9097e56b1
2 changed files with 15 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
||||||
diff --git CMakeLists.txt CMakeLists.txt
|
diff --git CMakeLists.txt CMakeLists.txt
|
||||||
index b277dff..ad24b56 100644
|
index b277dff..ad24b56 100644
|
||||||
--- CMakeLists.txt
|
--- CMakeLists.txt 2020-07-31 18:06:43.000000000 -0400
|
||||||
+++ CMakeLists.txt
|
+++ CMakeLists.txt 2020-08-16 08:10:46.101626299 -0400
|
||||||
@@ -125,6 +125,12 @@ include_directories(
|
@@ -143,6 +143,12 @@
|
||||||
${UTEMPTER_INCLUDE_DIR}
|
${UTEMPTER_INCLUDE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'EternalTerminal'
|
# Template file for 'EternalTerminal'
|
||||||
pkgname=EternalTerminal
|
pkgname=EternalTerminal
|
||||||
version=6.0.5
|
version=6.0.11
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc="${pkgname}-et-v${version}"
|
wrksrc="${pkgname}-et-v${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="protobuf"
|
hostmakedepends="protobuf"
|
||||||
|
@ -11,11 +11,20 @@ maintainer="Nathan Owens <ndowens04@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://eternalterminal.dev/"
|
homepage="https://eternalterminal.dev/"
|
||||||
distfiles="https://github.com/MisterTea/EternalTerminal/archive/et-v${version}.tar.gz"
|
distfiles="https://github.com/MisterTea/EternalTerminal/archive/et-v${version}.tar.gz"
|
||||||
checksum=c029bb0f2d474e13428d0a88853d6596a929814f6ffaa6d2ef4ad436c0127d57
|
checksum=ca837f18f9b1b23c97e56cb68f6b42e93ad3fb9d68f5fedd24bbab24519dbe5d
|
||||||
system_accounts="_eternal"
|
system_accounts="_eternal"
|
||||||
|
|
||||||
LDFLAGS="-lgflags"
|
LDFLAGS="-lgflags"
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
# musl does not support backtrace and backtrace_symbols
|
||||||
|
# used by the ust::generate function
|
||||||
|
vsed -i src/base/Headers.hpp -e '/^#include "ust.hpp"/d' \
|
||||||
|
-e 's/ust::generate()/"(Unsupported on musl)" << endl/'
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv etserver
|
vsv etserver
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue