Date: Friday, February 24, 2023 @ 18:22:31
Author: anthraxx
Revision: 469562
archrelease: copy trunk to extra-x86_64
Added:
conky/repos/extra-x86_64/PKGBUILD
(from rev 469561, conky/trunk/PKGBUILD)
conky/repos/extra-x86_64/keys/
Deleted:
conky/repos/extra-x86_64/PKGBUILD
conky/repos/extra-x86_64/keys/
----------+
PKGBUILD | 149 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 75 insertions(+), 74 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-24 18:22:24 UTC (rev 469561)
+++ PKGBUILD 2023-02-24 18:22:31 UTC (rev 469562)
@@ -1,74 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Gaetan Bisson <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: James Rayner <[email protected]>
-# Contributor: Partha Chowdhury <[email protected]>
-
-pkgname=conky
-pkgver=1.17.0
-_gitcommit=5fb9dfe10e5c5f04fc138ccf3d735f9d38c9f173
-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'
'pandoc' 'python-yaml' 'python-jinja')
-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")
-sha512sums=('SKIP')
-b2sums=('SKIP')
-validpgpkeys=(
- 'EB2E847572A71BE20F59AFBEB49ABB7270D9D4FD' # Brenden Matthews
-)
-
-pkgver() {
- cd ${pkgname}
- git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
- cd $pkgname
-# Unbundle catch2 to fix build with glibc 2.35
- rm -r tests/catch2
- ln -s /usr/include/catch2 tests
-}
-
-build() {
- cd ${pkgname}
- cmake \
- -B build \
- -D CMAKE_BUILD_TYPE=Release \
- -D CMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
- -D MAINTAINER_MODE=OFF \
- -D BUILD_DOCS=ON \
- -D BUILD_EXTRAS=ON \
- -D BUILD_WLAN=ON \
- -D BUILD_XDBE=ON \
- -D BUILD_XSHAPE=ON \
- -D BUILD_IMLIB2=ON \
- -D BUILD_CURL=ON \
- -D BUILD_RSS=ON \
- -D BUILD_NVIDIA=ON \
- -D BUILD_PULSEAUDIO=ON \
- -D BUILD_JOURNAL=ON \
- -D CMAKE_INSTALL_PREFIX=/usr \
- -Wno-dev \
- -S .
-
- make -C build
-}
-
-package() {
- cd ${pkgname}
- make -C build DESTDIR="${pkgdir}" install
- install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
- 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
-}
-
-# vim: ts=2 sw=2 et:
Copied: conky/repos/extra-x86_64/PKGBUILD (from rev 469561,
conky/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-24 18:22:31 UTC (rev 469562)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Gaetan Bisson <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: James Rayner <[email protected]>
+# Contributor: Partha Chowdhury <[email protected]>
+
+pkgname=conky
+pkgver=1.18.1
+_gitcommit=a21a8f7d26f07f1dc5c144be2120e8bc6721159f
+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'
'pandoc' 'python-yaml' 'python-jinja')
+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")
+sha512sums=('SKIP')
+b2sums=('SKIP')
+validpgpkeys=(
+ 'EB2E847572A71BE20F59AFBEB49ABB7270D9D4FD' # Brenden Matthews
+)
+
+pkgver() {
+ cd ${pkgname}
+ git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+ cd $pkgname
+# Unbundle catch2 to fix build with glibc 2.35
+ rm -r tests/catch2
+ ln -s /usr/include/catch2 tests
+}
+
+build() {
+ cd ${pkgname}
+ cmake \
+ -B build \
+ -D CMAKE_BUILD_TYPE=Release \
+ -D CMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
+ -D MAINTAINER_MODE=OFF \
+ -D BUILD_TESTS=ON \
+ -D BUILD_DOCS=ON \
+ -D BUILD_EXTRAS=ON \
+ -D BUILD_WLAN=ON \
+ -D BUILD_XDBE=ON \
+ -D BUILD_XSHAPE=ON \
+ -D BUILD_IMLIB2=ON \
+ -D BUILD_CURL=ON \
+ -D BUILD_RSS=ON \
+ -D BUILD_NVIDIA=ON \
+ -D BUILD_PULSEAUDIO=ON \
+ -D BUILD_JOURNAL=ON \
+ -D CMAKE_INSTALL_PREFIX=/usr \
+ -Wno-dev \
+ -S .
+
+ make -C build
+}
+
+package() {
+ cd ${pkgname}
+ make -C build DESTDIR="${pkgdir}" install
+ install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ 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
+}
+
+# vim: ts=2 sw=2 et: