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

Gaëtan Bisson bisson at archlinux.org
Sat Jul 23 10:07:40 UTC 2016


    Date: Saturday, July 23, 2016 @ 10:07:40
  Author: bisson
Revision: 272159

implement FS#50127

Modified:
  conky/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-23 09:55:51 UTC (rev 272158)
+++ PKGBUILD	2016-07-23 10:07:40 UTC (rev 272159)
@@ -6,13 +6,14 @@
 
 pkgname=conky
 pkgver=1.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
 license=('BSD' 'GPL')
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db' 'git')
-depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 'imlib2' 'libxinerama')
+depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
+         'imlib2' 'libxml2' 'libpulse')
 source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz"
         'lua53.patch')
 sha1sums=('971b20be2d8c2e676374441469e8525708500776'
@@ -31,13 +32,14 @@
 	cmake \
 		-D CMAKE_BUILD_TYPE=Release \
 		-D MAINTAINER_MODE=ON \
-		-D BUILD_CURL=ON \
+		-D BUILD_WLAN=ON \
 		-D BUILD_XDBE=ON \
 		-D BUILD_IMLIB2=ON \
+		-D BUILD_CURL=ON \
 		-D BUILD_RSS=ON \
 		-D BUILD_WEATHER_METAR=ON \
 		-D BUILD_WEATHER_XOAP=ON \
-		-D BUILD_WLAN=ON \
+		-D BUILD_PULSEAUDIO=ON \
 		-D CMAKE_INSTALL_PREFIX=/usr \
 		.
 



More information about the arch-commits mailing list