mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
newsboat: update to r2.12.
This commit is contained in:
parent
30b1415eaa
commit
341f83b96e
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'newsboat'
|
# Template file for 'newsboat'
|
||||||
pkgname=newsboat
|
pkgname=newsboat
|
||||||
version=r2.11.1
|
version=r2.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_script="./config.sh"
|
configure_script="./config.sh"
|
||||||
|
@ -11,9 +11,10 @@ makedepends="json-c-devel libcurl-devel libxml2-devel sqlite-devel stfl-devel"
|
||||||
short_desc="Newsboat is a fork of Newsbeuter the Mutt of RSS feed readers"
|
short_desc="Newsboat is a fork of Newsbeuter the Mutt of RSS feed readers"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.newsboat.org"
|
homepage="https://www.newsboat.org"
|
||||||
|
changelog="https://raw.githubusercontent.com/newsboat/newsboat/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/newsboat/newsboat/archive/${version}.tar.gz"
|
distfiles="https://github.com/newsboat/newsboat/archive/${version}.tar.gz"
|
||||||
checksum=0c48ec60e1abafd7b62cf8e376eff9e92dcb7bbc6e7dfed9b9ac141853d826d8
|
checksum=8f2f511703d3218ab195fa48dc94306f5e13ceff86d94dcf78d917cb57090c88
|
||||||
make_build_target="all doc"
|
make_build_target="all doc"
|
||||||
|
|
||||||
CXXFLAGS=" -Wno-error=sign-compare"
|
CXXFLAGS=" -Wno-error=sign-compare"
|
||||||
|
@ -38,5 +39,4 @@ post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsconf doc/example-bookmark-plugin.sh bookmark-plugin.sh
|
vsconf doc/example-bookmark-plugin.sh bookmark-plugin.sh
|
||||||
mv "${DESTDIR}/usr/share/doc/$pkgname/examples/config" "${DESTDIR}/usr/share/examples/${pkgname}"
|
mv "${DESTDIR}/usr/share/doc/$pkgname/examples/config" "${DESTDIR}/usr/share/examples/${pkgname}"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue