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

Gaëtan Bisson bisson at archlinux.org
Thu Jun 1 20:34:32 UTC 2017


    Date: Thursday, June 1, 2017 @ 20:34:31
  Author: bisson
Revision: 297345

fix FS#54223

Modified:
  conky/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 20:09:39 UTC (rev 297344)
+++ PKGBUILD	2017-06-01 20:34:31 UTC (rev 297345)
@@ -15,9 +15,11 @@
 depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
          'imlib2' 'libxml2' 'libpulse')
 source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz"
-        'lua53.patch')
+        'lua53.patch'
+	'gcc7.patch')
 sha256sums=('4c80982960b2a72e3e33cef33347c97b9239ed110d9584da4e7f17f28faf60ca'
-            '16516bdae848f85be949185746418fa5810d426e1f25b6dbbcefdbf4a0b8e6f3')
+            '16516bdae848f85be949185746418fa5810d426e1f25b6dbbcefdbf4a0b8e6f3'
+	    '7d653f119aea1ded02c5367f28b2b36fea1199723ed6a091216989f8927fc13d')
 
 options=('!strip' 'debug')
 
@@ -24,6 +26,7 @@
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	patch -p1 -i ../lua53.patch # lua_gettable returns an int in lua-5.3
+	patch -p1 -i ../gcc7.patch # FS#54223
 }
 
 build() {



More information about the arch-commits mailing list