newsboat: update to 2.15.
This commit is contained in:
parent
90abe27438
commit
79ec3b91dc
|
@ -1,29 +0,0 @@
|
|||
diff --git a/Makefile b/Makefile
|
||||
index 85fbf952..dc23be41 100644
|
||||
--- Makefile
|
||||
+++ Makefile
|
||||
@@ -196,13 +196,13 @@ doc/xhtml/faq.html: doc/faq.txt
|
||||
echo "td > pre { margin: 0; white-space: pre-wrap; }" >> doc/xhtml/docbook-xsl.css
|
||||
|
||||
doc/generate: doc/generate.cpp doc/split.h
|
||||
- $(CXX) $(CXXFLAGS) -o doc/generate doc/generate.cpp
|
||||
+ $(CXX_FOR_BUILD) $(CXXFLAGS_FOR_BUILD) -o doc/generate doc/generate.cpp
|
||||
|
||||
doc/newsboat-cfgcmds.txt: doc/generate doc/configcommands.dsv
|
||||
doc/generate doc/configcommands.dsv > doc/newsboat-cfgcmds.txt
|
||||
|
||||
doc/generate2: doc/generate2.cpp
|
||||
- $(CXX) $(CXXFLAGS) -o doc/generate2 doc/generate2.cpp
|
||||
+ $(CXX_FOR_BUILD) $(CXXFLAGS_FOR_BUILD) -o doc/generate2 doc/generate2.cpp
|
||||
|
||||
doc/newsboat-keycmds.txt: doc/generate2 doc/keycmds.dsv
|
||||
doc/generate2 doc/keycmds.dsv > doc/newsboat-keycmds.txt
|
||||
@@ -220,7 +220,7 @@ doc/podboat.1: doc/manpage-podboat.txt doc/chapter-podcasts.txt doc/podboat-cfgc
|
||||
$(A2X) -f manpage doc/manpage-podboat.txt
|
||||
|
||||
doc/gen-example-config: doc/gen-example-config.cpp doc/split.h
|
||||
- $(CXX) $(CXXFLAGS) -o doc/gen-example-config doc/gen-example-config.cpp
|
||||
+ $(CXX_FOR_BUILD) $(CXXFLAGS_FOR_BUILD) -o doc/gen-example-config doc/gen-example-config.cpp
|
||||
|
||||
doc/example-config: doc/gen-example-config doc/configcommands.dsv
|
||||
sed 's/+{backslash}"+/`\\"`/g' doc/configcommands.dsv | doc/gen-example-config > doc/example-config
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'newsboat'
|
||||
pkgname=newsboat
|
||||
version=2.14.1
|
||||
version=2.15
|
||||
revision=1
|
||||
wrksrc="newsboat-r${version}"
|
||||
build_style=configure
|
||||
|
@ -18,7 +18,7 @@ license="MIT"
|
|||
homepage="https://www.newsboat.org"
|
||||
changelog="https://raw.githubusercontent.com/newsboat/newsboat/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/newsboat/newsboat/archive/r${version}.tar.gz"
|
||||
checksum=fb029e2da250f0fdefdd8d52b417b2c13f1b049675ca3718190e9d43defd6c69
|
||||
checksum=bfb76f7a6ea33b9a6b0327c827cb2d3d6de6de78800bc4b558b26bff3e36b51a
|
||||
|
||||
CXXFLAGS=" -Wno-error=sign-compare"
|
||||
|
||||
|
|
Loading…
Reference in New Issue