mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/conky to 1.15.0-1
This commit is contained in:
parent
c4507cc88c
commit
362a0ffec5
1 changed files with 8 additions and 6 deletions
|
@ -7,21 +7,22 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove dependencies on libxnvctrl, libXNVCtrl.so
|
||||
# - remove -D BUILD_NVIDIA=ON
|
||||
# - remove makedepends on pandoc
|
||||
|
||||
pkgname=conky
|
||||
pkgver=1.12.2
|
||||
_gitcommit=52e5aa53b4c76973519a770949dc8bdca0145325
|
||||
pkgrel=2
|
||||
pkgver=1.15.0
|
||||
_gitcommit=70d7d5c796e3e84e674705ffc6aaf7a0d6c5b109
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight system monitor for X'
|
||||
url='https://github.com/brndnmtthws/conky'
|
||||
license=('BSD' 'GPL')
|
||||
arch=('x86_64')
|
||||
makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git' 'catch2')
|
||||
makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git' 'catch2' 'python-yaml' 'python-jinja')
|
||||
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#tag=${_gitcommit}?signed")
|
||||
source=("git+https://github.com/brndnmtthws/conky.git#commit=${_gitcommit}?signed")
|
||||
sha512sums=('SKIP')
|
||||
b2sums=('SKIP')
|
||||
validpgpkeys=(
|
||||
|
@ -48,6 +49,7 @@ build() {
|
|||
-D CMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
|
||||
-D MAINTAINER_MODE=ON \
|
||||
-D BUILD_DOCS=ON \
|
||||
-D BUILD_EXTRAS=ON \
|
||||
-D BUILD_WLAN=ON \
|
||||
-D BUILD_XDBE=ON \
|
||||
-D BUILD_XSHAPE=ON \
|
||||
|
@ -68,7 +70,7 @@ package() {
|
|||
cd ${pkgname}
|
||||
make -C build DESTDIR="${pkgdir}" install
|
||||
install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
|
||||
install -Dm 644 extras/vim/syntax/conkyrc.vim -t "${pkgdir}"/usr/share/vim/vimfiles/syntax
|
||||
install -Dm 644 build/extras/vim/syntax/conkyrc.vim -t "${pkgdir}"/usr/share/vim/vimfiles/syntax
|
||||
install -Dm 644 extras/vim/ftdetect/conkyrc.vim -t "${pkgdir}"/usr/share/vim/vimfiles/ftdetect
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue