[arch-commits] Commit in conky/trunk (PKGBUILD gcc7.patch)

Gaëtan Bisson bisson at archlinux.org
Tue Nov 21 19:27:11 UTC 2017


    Date: Tuesday, November 21, 2017 @ 19:27:11
  Author: bisson
Revision: 310522

fix FS#56397

Added:
  conky/trunk/gcc7.patch
Modified:
  conky/trunk/PKGBUILD

------------+
 PKGBUILD   |    6 +++---
 gcc7.patch |   11 +++++++++++
 2 files changed, 14 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-21 18:51:24 UTC (rev 310521)
+++ PKGBUILD	2017-11-21 19:27:11 UTC (rev 310522)
@@ -6,7 +6,7 @@
 
 pkgname=conky
 pkgver=1.10.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
 license=('BSD' 'GPL')
@@ -16,10 +16,10 @@
          'imlib2' 'libxml2' 'libpulse')
 source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz"
         'lua53.patch'
-	'gcc7.patch')
+        'gcc7.patch')
 sha256sums=('4c80982960b2a72e3e33cef33347c97b9239ed110d9584da4e7f17f28faf60ca'
             '16516bdae848f85be949185746418fa5810d426e1f25b6dbbcefdbf4a0b8e6f3'
-	    '7d653f119aea1ded02c5367f28b2b36fea1199723ed6a091216989f8927fc13d')
+            '1f54b8c570c43a34ede9b3cb25848bd80d27ebc68cf973c082937f9b3fc1a411')
 
 options=('!strip' 'debug')
 

Added: gcc7.patch
===================================================================
--- gcc7.patch	                        (rev 0)
+++ gcc7.patch	2017-11-21 19:27:11 UTC (rev 310522)
@@ -0,0 +1,11 @@
+diff -Naur old/src/luamm.hh new/src/luamm.hh
+--- old/src/luamm.hh	2016-12-04 05:13:57.000000000 -1000
++++ new/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>
+ 



More information about the arch-commits mailing list