David Runge pushed to branch main at Arch Linux / Packaging / Packages / conky
Commits: 50778545 by David Runge at 2023-09-03T21:03:24+02:00 Use alphabetically sorted bash arrays with one entry per line for better handling - - - - - 33540f15 by David Runge at 2023-09-03T21:04:03+02:00 Switch to correct SPDX license identifier for the project (GPL-3.0-or-later and BSD-3-Clause). - - - - - b78803b9 by David Runge at 2023-09-03T21:10:14+02:00 Lock upstream release to specific commit instead of relying only on tag. - - - - - 293d79cb by David Runge at 2023-09-03T21:16:54+02:00 upgpkg: 1.18.1-2 Rebuild to add wayland support: https://bugs.archlinux.org/task/78104 Add all direct dependencies. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -6,20 +6,53 @@ pkgname=conky pkgver=1.18.1 -_gitcommit=a21a8f7d26f07f1dc5c144be2120e8bc6721159f -pkgrel=1 -pkgdesc='Lightweight system monitor for X' +_gitcommit=87858b6ae8f0b5e195faec5c79048ac4171bfc30 # refs/tags/v1.18.1 +pkgrel=2 +pkgdesc='Light-weight system monitor for X, Wayland, and other things, too' url='https://github.com/brndnmtthws/conky' -license=('BSD' 'GPL') +license=( + 'BSD-3-Clause' + 'GPL-3.0-or-later' +) arch=('x86_64') -makedepends=('cmake' 'docbook2x' 'docbook-xsl' 'man-db' 'git' 'catch2' 'pandoc' 'python-yaml' 'python-jinja') +makedepends=( + 'catch2' + 'cmake' + 'docbook2x' + 'docbook-xsl' + 'git' + 'man-db' + 'pandoc' + 'python-yaml' + 'python-jinja' + 'wayland-protocols' +) depends=( - 'glibc' 'glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft' 'imlib2' - 'libxml2' 'libpulse' 'libxnvctrl' 'systemd-libs' 'ncurses' 'curl' - libncursesw.so libXNVCtrl.so libsystemd.so libpulse.so libcurl.so) -#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") + 'cairo' + 'curl' libcurl.so + 'fontconfig' + 'gcc-libs' + 'glib2' + 'glibc' + 'hicolor-icon-theme' + 'imlib2' + 'libpulse' libpulse.so + 'libx11' + 'libxdamage' + 'libxext' + 'libxfixes' + 'libxft' + 'libxinerama' + 'libxml2' + 'libxnvctrl' libXNVCtrl.so + 'lua' + 'ncurses' libncursesw.so + 'pango' + 'systemd-libs' libsystemd.so + 'wayland' + 'wireless_tools' +) +source=("git+$url.git#tag=${_gitcommit}?signed") sha512sums=('SKIP') b2sums=('SKIP') validpgpkeys=( @@ -57,6 +90,7 @@ build() { -D BUILD_NVIDIA=ON \ -D BUILD_PULSEAUDIO=ON \ -D BUILD_JOURNAL=ON \ + -D BUILD_WAYLAND=ON \ -D CMAKE_INSTALL_PREFIX=/usr \ -Wno-dev \ -S . View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/conky/-/compare/dce6d73f13b76ce48fe395f7adb61cf7a5bff1cd...293d79cbcf6a7abb05dcd8f9227505b70b227a6e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/conky/-/compare/dce6d73f13b76ce48fe395f7adb61cf7a5bff1cd...293d79cbcf6a7abb05dcd8f9227505b70b227a6e You're receiving this email because of your account on gitlab.archlinux.org.
