conky: update to 1.10.7. (#11010)
This commit is contained in:
parent
f30b15dca5
commit
da9c84b0f3
3 changed files with 3 additions and 26 deletions
|
@ -1,11 +0,0 @@
|
|||
--- doc/config_settings.xml.orig 2015-09-09 22:46:13.283151562 -0400
|
||||
+++ doc/config_settings.xml 2015-09-09 22:46:25.629151185 -0400
|
||||
@@ -80,7 +80,7 @@
|
||||
</term>
|
||||
<listitem>A comma-separated list of strings to use as the bars of a graph output
|
||||
to console/shell. The first list item is used for the minimum bar height and the
|
||||
- last item is used for the maximum. Example: " ,_,▁,▂,▃,▄,▅,▆,▇,█".
|
||||
+ last item is used for the maximum.
|
||||
<para /></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
|
@ -1,12 +0,0 @@
|
|||
See https://git.archlinux.org/svntogit/packages.git/tree/trunk/gcc7.patch?h=packages/conky
|
||||
diff -Naur old/src/luamm.hh new/src/luamm.hh
|
||||
--- src/luamm.hh 2016-12-04 05:13:57.000000000 -1000
|
||||
+++ src/luamm.hh 2017-11-21 09:11:20.993164069 -1000
|
||||
@@ -28,6 +28,7 @@
|
||||
#include <exception>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
+#include <functional>
|
||||
|
||||
#include <lua.hpp>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'conky'
|
||||
pkgname=conky
|
||||
version=1.10.6
|
||||
revision=2
|
||||
version=1.10.7
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="
|
||||
-DCMAKE_BUILD_TYPE=Release -DMAINTAINER_MODE=ON -DDOC_PATH=share/${pkgname}
|
||||
|
@ -18,7 +18,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="BSD, GPL-3"
|
||||
homepage="http://conky.sourceforge.net/"
|
||||
distfiles="https://github.com/brndnmtthws/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=4c80982960b2a72e3e33cef33347c97b9239ed110d9584da4e7f17f28faf60ca
|
||||
checksum=23bb9609c522f248cba287146943a872cc045b45cecfa5668bca76e95ecc06ac
|
||||
|
||||
post_extract() {
|
||||
sed -i \
|
||||
|
|
Loading…
Reference in a new issue