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

Gaëtan Bisson bisson at archlinux.org
Fri Dec 14 21:26:07 UTC 2018


    Date: Friday, December 14, 2018 @ 21:26:05
  Author: bisson
Revision: 342366

fix FS#61004

Modified:
  conky/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-14 21:23:01 UTC (rev 342365)
+++ PKGBUILD	2018-12-14 21:26:05 UTC (rev 342366)
@@ -5,7 +5,7 @@
 
 pkgname=conky
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
 license=('BSD' 'GPL')
@@ -13,11 +13,18 @@
 makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git')
 depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
          'imlib2' 'libxml2' 'libpulse')
-source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz")
-sha256sums=('cc75b5f6cdeefa83082f3dedf5a12105569c2cdc0ae3e7728922d79bc4abcf51')
+source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz"
+        'https://github.com/brndnmtthws/conky/commit/4d098b053690861992f9daa4e3195b31295c735c.patch')
+sha256sums=('cc75b5f6cdeefa83082f3dedf5a12105569c2cdc0ae3e7728922d79bc4abcf51'
+            'c509b4a082ff84b5d3f7f002d737ab9f5941ac4564779b97307087ba663b8aaf')
 
 options=('!strip' 'debug')
 
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../4d098b053690861992f9daa4e3195b31295c735c.patch
+}
+
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 



More information about the arch-commits mailing list