mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/conky to 1.17.0-1
This commit is contained in:
parent
9f94d7571c
commit
7ccf930c3c
1 changed files with 6 additions and 5 deletions
|
@ -10,8 +10,8 @@
|
|||
# - remove makedepends on pandoc, set -D BUILD_DOCS=OFF
|
||||
|
||||
pkgname=conky
|
||||
pkgver=1.15.0
|
||||
_gitcommit=70d7d5c796e3e84e674705ffc6aaf7a0d6c5b109
|
||||
pkgver=1.17.0
|
||||
_gitcommit=5fb9dfe10e5c5f04fc138ccf3d735f9d38c9f173
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight system monitor for X'
|
||||
url='https://github.com/brndnmtthws/conky'
|
||||
|
@ -22,7 +22,9 @@ depends=(
|
|||
'glibc' 'glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft' 'imlib2'
|
||||
'libxml2' 'libpulse' 'systemd-libs' 'ncurses' 'curl'
|
||||
libncursesw.so libsystemd.so libpulse.so libcurl.so)
|
||||
source=("git+https://github.com/brndnmtthws/conky.git#commit=${_gitcommit}?signed")
|
||||
#source=("git+https://github.com/brndnmtthws/conky.git#commit=${_gitcommit}?signed")
|
||||
#v1.17.0 commit not signed
|
||||
source=("git+https://github.com/brndnmtthws/conky.git#tag=v$pkgver?signed")
|
||||
sha512sums=('SKIP')
|
||||
b2sums=('SKIP')
|
||||
validpgpkeys=(
|
||||
|
@ -47,7 +49,7 @@ build() {
|
|||
-B build \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
|
||||
-D MAINTAINER_MODE=ON \
|
||||
-D MAINTAINER_MODE=OFF \
|
||||
-D BUILD_DOCS=OFF \
|
||||
-D BUILD_EXTRAS=ON \
|
||||
-D BUILD_WLAN=ON \
|
||||
|
@ -56,7 +58,6 @@ build() {
|
|||
-D BUILD_IMLIB2=ON \
|
||||
-D BUILD_CURL=ON \
|
||||
-D BUILD_RSS=ON \
|
||||
-D BUILD_WEATHER_METAR=ON \
|
||||
-D BUILD_PULSEAUDIO=ON \
|
||||
-D BUILD_JOURNAL=ON \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
|
|
Loading…
Reference in a new issue