herbstluftwm: update to 0.8.2
This commit is contained in:
parent
92f86cffc7
commit
7a0e46260e
2 changed files with 2 additions and 15 deletions
|
@ -1,11 +0,0 @@
|
|||
--- src/frametree.cpp 2020-04-15 08:33:59.781482744 -0400
|
||||
+++ src/frametree.cpp 2020-04-15 08:34:43.006495582 -0400
|
||||
@@ -505,7 +505,7 @@
|
||||
output << "\"" << std::regex_replace(layoutString, whitespace, string(" "))
|
||||
<< "\"" << endl;
|
||||
// and underline the token
|
||||
- int token_len = std::max(1ul, parsingResult.error_->first.second.size());
|
||||
+ int token_len = std::max((size_t)1, parsingResult.error_->first.second.size());
|
||||
output << " " // for the \" above
|
||||
<< string(parsingResult.error_->first.first, ' ')
|
||||
<< string(token_len, '~')
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'herbstluftwm'
|
||||
pkgname=herbstluftwm
|
||||
version=0.8.0
|
||||
version=0.8.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config asciidoc"
|
||||
|
@ -12,10 +12,8 @@ license="BSD-2-Clause"
|
|||
homepage="http://herbstluftwm.org"
|
||||
changelog="https://raw.githubusercontent.com/herbstluftwm/herbstluftwm/master/NEWS"
|
||||
distfiles="http://herbstluftwm.org/tarballs/${pkgname}-${version}.tar.gz"
|
||||
checksum=5823f1c1a6a6ae6d4f843992658fcdb91a246e7f337570ac9b2091f57265c812
|
||||
checksum=04a0722ee2c0e2b6000211b6e0574abb4bae4d597c566c280d8635fe820e7471
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/bash-completion/completions
|
||||
mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue