Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
fastfetch


Commits:
6667ee7d by Robin Candau at 2024-04-16T11:50:03+02:00
upgpkg: 2.9.2-1: New upstream release + use our yyjson package/lib (instead of 
the embedeed/3rd party one)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = fastfetch
        pkgdesc = Like Neofetch, but much faster because written in C
-       pkgver = 2.9.1
+       pkgver = 2.9.2
        pkgrel = 1
        url = https://github.com/fastfetch-cli/fastfetch
        arch = x86_64
@@ -25,6 +25,7 @@ pkgbase = fastfetch
        makedepends = xfconf
        makedepends = zlib
        depends = glibc
+       depends = yyjson
        optdepends = chafa: Image output as ascii art
        optdepends = dbus: Bluetooth, Player & Media detection
        optdepends = dconf: Needed for values that are only stored in DConf + 
Fallback for GSettings
@@ -42,7 +43,7 @@ pkgbase = fastfetch
        optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
        optdepends = zlib: Faster image output when using kitty graphics 
protocol
        optdepends = libdrm: Displays detection
-       source = 
fastfetch-2.9.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.9.1.tar.gz
-       sha256sums = 
f22bb197095ea80c4aa17e1d4b5e0dd6e79234f4a18f427691c7e6f93a812ac8
+       source = 
fastfetch-2.9.2.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.9.2.tar.gz
+       sha256sums = 
3ca9e48ed30c49fc50d5f64a2ce327a9f00ce4497feac01865c50086cc43e5ce
 
 pkgname = fastfetch


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,13 @@
 # Contributor: Mark Wagie <mark dot wagie at proton dot me>
 
 pkgname=fastfetch
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
 url="https://github.com/fastfetch-cli/fastfetch";
 license=('MIT')
-depends=('glibc')
+depends=('glibc' 'yyjson')
 makedepends=(
   'chafa'
   'cmake'
@@ -50,18 +50,17 @@ optdepends=(
   'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('f22bb197095ea80c4aa17e1d4b5e0dd6e79234f4a18f427691c7e6f93a812ac8')
+sha256sums=('3ca9e48ed30c49fc50d5f64a2ce327a9f00ce4497feac01865c50086cc43e5ce')
 
 build() {
        cmake -B build -S "${pkgname}-${pkgver}" \
                -DCMAKE_BUILD_TYPE='None' \
                -DCMAKE_INSTALL_PREFIX='/usr' \
-               -DCMAKE_BUILD_TYPE='RelWithDebInfo' \
                -DBUILD_TESTS='ON' \
                -DENABLE_SQLITE3='OFF' \
                -DENABLE_RPM='OFF' \
                -DENABLE_IMAGEMAGICK6='OFF' \
-               -DENABLE_DDCUTIL='ON' \
+               -DENABLE_SYSTEM_YYJSON='ON' \
                -Wno-dev
        cmake --build build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/6667ee7d7f9be6e6fa8206195150b279891ebe72

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/6667ee7d7f9be6e6fa8206195150b279891ebe72
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to