mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/conky to 1.20.2-1
This commit is contained in:
parent
769e66b5ec
commit
070f50f641
3 changed files with 15 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = conky
|
pkgbase = conky
|
||||||
pkgdesc = Light-weight system monitor for X, Wayland, and other things, too
|
pkgdesc = Light-weight system monitor for X, Wayland, and other things, too
|
||||||
pkgver = 1.19.7
|
pkgver = 1.20.2
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/brndnmtthws/conky
|
url = https://github.com/brndnmtthws/conky
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = BSD-3-Clause
|
license = BSD-3-Clause
|
||||||
|
@ -45,9 +45,9 @@ pkgbase = conky
|
||||||
depends = libsystemd.so
|
depends = libsystemd.so
|
||||||
depends = wayland
|
depends = wayland
|
||||||
depends = wireless_tools
|
depends = wireless_tools
|
||||||
source = git+https://github.com/brndnmtthws/conky.git#tag=70ef89411aa0a70c5b25318d0329e1d9e57838d2?signed
|
source = git+https://github.com/brndnmtthws/conky.git#tag=v1.20.2?signed
|
||||||
validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
|
validpgpkeys = AF310802C8EFA20499CF3556137B7AC2BDFD8DF0
|
||||||
sha512sums = SKIP
|
sha512sums = 3819df8b1f2da0d7b89cd0097b3f72c5248df089fc990c695ee79c56679cf7e45d6b24f7295a5eb99ed6bd16896c56b32ae306ab5e2d79204a794f541a824565
|
||||||
b2sums = SKIP
|
b2sums = 25f60e912e1c3bb641e05999a982854701d8480284f7d84cdfb89bd13f055463fe96b0789886505a5d238f9e4842362fbfeebf0a1c2f4454c557939025c89cef
|
||||||
|
|
||||||
pkgname = conky
|
pkgname = conky
|
||||||
|
|
5
extra/conky/.nvchecker.toml
Normal file
5
extra/conky/.nvchecker.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[conky]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/brndnmtthws/conky.git"
|
||||||
|
prefix = "v"
|
||||||
|
exclude_regex = "1.999"
|
|
@ -10,9 +10,8 @@
|
||||||
# - remove makedepends on pandoc, set -D BUILD_DOCS=OFF
|
# - remove makedepends on pandoc, set -D BUILD_DOCS=OFF
|
||||||
|
|
||||||
pkgname=conky
|
pkgname=conky
|
||||||
pkgver=1.19.7
|
pkgver=1.20.2
|
||||||
_gitcommit=70ef89411aa0a70c5b25318d0329e1d9e57838d2 # refs/tags/v1.19.7
|
pkgrel=1
|
||||||
pkgrel=2
|
|
||||||
pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
|
pkgdesc='Light-weight system monitor for X, Wayland, and other things, too'
|
||||||
url='https://github.com/brndnmtthws/conky'
|
url='https://github.com/brndnmtthws/conky'
|
||||||
license=(
|
license=(
|
||||||
|
@ -56,9 +55,9 @@ depends=(
|
||||||
'wayland'
|
'wayland'
|
||||||
'wireless_tools'
|
'wireless_tools'
|
||||||
)
|
)
|
||||||
source=("git+$url.git#tag=${_gitcommit}?signed")
|
source=("git+$url.git#tag=v${pkgver}?signed")
|
||||||
sha512sums=('SKIP')
|
sha512sums=('3819df8b1f2da0d7b89cd0097b3f72c5248df089fc990c695ee79c56679cf7e45d6b24f7295a5eb99ed6bd16896c56b32ae306ab5e2d79204a794f541a824565')
|
||||||
b2sums=('SKIP')
|
b2sums=('25f60e912e1c3bb641e05999a982854701d8480284f7d84cdfb89bd13f055463fe96b0789886505a5d238f9e4842362fbfeebf0a1c2f4454c557939025c89cef')
|
||||||
validpgpkeys=(
|
validpgpkeys=(
|
||||||
'AF310802C8EFA20499CF3556137B7AC2BDFD8DF0' # Brenden Matthews <github@brenden.brndn.io>
|
'AF310802C8EFA20499CF3556137B7AC2BDFD8DF0' # Brenden Matthews <github@brenden.brndn.io>
|
||||||
)
|
)
|
||||||
|
@ -73,10 +72,6 @@ prepare() {
|
||||||
# Unbundle catch2 to fix build with glibc 2.35
|
# Unbundle catch2 to fix build with glibc 2.35
|
||||||
rm -r tests/catch2
|
rm -r tests/catch2
|
||||||
ln -s /usr/include/catch2 tests
|
ln -s /usr/include/catch2 tests
|
||||||
|
|
||||||
# Fix buffer overflow
|
|
||||||
git cherry-pick -n 8dae420bc8d29ef8b77b1c60c6456233d952f98a
|
|
||||||
git cherry-pick -n 27d64fe834589815a4067ca13f2214b7119037e1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue