Update package version to 2.53.0
This commit is contained in:
@@ -1,11 +1,42 @@
|
|||||||
name: fastfetch
|
name: fastfetch
|
||||||
description: A maintained, feature-rich and performance oriented, neofetch like system information tool
|
description: A maintained, feature-rich and performance oriented, neofetch like system information tool
|
||||||
version: 2.52.0
|
version: 2.53.0
|
||||||
revision: 2
|
revision: 1
|
||||||
url: https://github.com/fastfetch-cli/fastfetch
|
url: https://github.com/fastfetch-cli/fastfetch
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["glibc","yyjson"]
|
|
||||||
optional_depends: ["dbus","glib","hwdata","imagemagick","libdrm","libelf","libpulse","libxrandr","python3","sqlite","vulkan-loader","zlib"]
|
|
||||||
make_depends: ["cmake","dbus","imagemagick","libpulse","libxcb","libxrandr","sqlite","vulkan-headers","vulkan-loader","wayland","xfconf","zlib"]
|
|
||||||
type: source
|
type: source
|
||||||
|
depends:
|
||||||
|
- glibc
|
||||||
|
- yyjson
|
||||||
|
optional_depends:
|
||||||
|
- dbus
|
||||||
|
- glib
|
||||||
|
- hwdata
|
||||||
|
- imagemagick
|
||||||
|
- libdrm
|
||||||
|
- libelf
|
||||||
|
- libpulse
|
||||||
|
- libxrandr
|
||||||
|
- python3
|
||||||
|
- sqlite
|
||||||
|
- vulkan-loader
|
||||||
|
- zlib
|
||||||
|
make_depends:
|
||||||
|
- cmake
|
||||||
|
- dbus
|
||||||
|
- imagemagick
|
||||||
|
- libpulse
|
||||||
|
- libxcb
|
||||||
|
- libxrandr
|
||||||
|
- sqlite
|
||||||
|
- vulkan-headers
|
||||||
|
- vulkan-loader
|
||||||
|
- wayland
|
||||||
|
- xfconf
|
||||||
|
- zlib
|
||||||
|
downloads:
|
||||||
|
- url: https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
|
||||||
|
extract_to_bpm_source: true
|
||||||
|
extract_strip_components: 1
|
||||||
|
checksum: 1488d9b738474e8ef8e8d78e2463722bf706e435857c849b3f480354ad62366e
|
||||||
|
|||||||
@@ -2,15 +2,9 @@
|
|||||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
DOWNLOAD="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz"
|
|
||||||
FILENAME="${DOWNLOAD##*/}"
|
|
||||||
|
|
||||||
# The prepare function is executed in the root of the temp directory
|
# The prepare function is executed in the root of the temp directory
|
||||||
# This function is used for downloading files and putting them into the correct location
|
# This function is used for downloading files and putting them into the correct location
|
||||||
prepare() {
|
prepare() {
|
||||||
wget "$DOWNLOAD"
|
|
||||||
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
|
|
||||||
|
|
||||||
cd "$BPM_SOURCE"
|
cd "$BPM_SOURCE"
|
||||||
# Adds Tide Linux and BPM detection
|
# Adds Tide Linux and BPM detection
|
||||||
patch -Np1 -i "$BPM_WORKDIR"/add-tide-bpm-detection.patch
|
patch -Np1 -i "$BPM_WORKDIR"/add-tide-bpm-detection.patch
|
||||||
|
|||||||
Reference in New Issue
Block a user