mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fastfetch-bio: rm but remian log, fastfetch now in extra
This commit is contained in:
parent
a31ac45267
commit
5b647a7141
5 changed files with 21 additions and 47 deletions
19
BioArchLinux/fastfetch-bio/PKGBUILD
Executable file
19
BioArchLinux/fastfetch-bio/PKGBUILD
Executable file
|
@ -0,0 +1,19 @@
|
||||||
|
pkgname=fastfetch-logo
|
||||||
|
pkgver=0.0.1
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="fastfetch Logo for BioArchLinux"
|
||||||
|
arch=('any')
|
||||||
|
url="https://github.com/BioArchLinux"
|
||||||
|
license=('AGPL')
|
||||||
|
depends=('fastfetch')
|
||||||
|
source=(
|
||||||
|
"bioarchlinux.logo"
|
||||||
|
"bioarchlinux-color.logo")
|
||||||
|
sha256sums=(
|
||||||
|
'3d3135fe5a58600b9a13772654413aaaa973a97eea306e1dc46628ff5d955534'
|
||||||
|
'4216ddaa863c4eba67f971661bbbba96efa8991cf8b936481858048222a5c657')
|
||||||
|
|
||||||
|
package() {
|
||||||
|
install -Dm 755 $srcdir/bioarchlinux.logo $pkgdir/etc/fastfetch/bioarchlinux.logo
|
||||||
|
install -Dm 755 $srcdir/bioarchlinux-color.logo $pkgdir/etc/fastfetch/bioarchlinux-color.logo
|
||||||
|
}
|
|
@ -8,6 +8,5 @@ pre_build_script: |
|
||||||
post_build_script: |
|
post_build_script: |
|
||||||
git_pkgbuild_commit()
|
git_pkgbuild_commit()
|
||||||
update_on:
|
update_on:
|
||||||
- source: github
|
- source: cmd
|
||||||
github: LinusDierheimer/fastfetch
|
cmd: curl -sS https://raw.githubusercontent.com/BioArchLinux/Packages/master/BioArchLinux/fastfetch/PKGBUILD | grep 'pkgver=' | sed 's/pkgver=//g'
|
||||||
use_max_tag: true
|
|
|
@ -1,44 +0,0 @@
|
||||||
# Maintainer: Linus Dierheimer <Linus@Dierheimer.de>
|
|
||||||
pkgname=fastfetch
|
|
||||||
pkgver=2.1.2
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="Like Neofetch, but much faster because written in C"
|
|
||||||
arch=('x86_64')
|
|
||||||
url="https://github.com/LinusDierheimer/fastfetch"
|
|
||||||
license=('MIT')
|
|
||||||
depends=('bash')
|
|
||||||
makedepends=('cmake' 'dbus' 'dconf' 'imagemagick' 'pciutils' 'libxcb' 'libxrandr'
|
|
||||||
'vulkan-headers' 'vulkan-icd-loader' 'wayland' 'xfconf' 'zlib')
|
|
||||||
optdepends=(
|
|
||||||
'dbus: Needed for detecting current media player and song'
|
|
||||||
'dconf: Needed for values that are only stored in DConf + Fallback for GSettings'
|
|
||||||
'glib2: Output for values that are only stored in GSettings'
|
|
||||||
'imagemagick: Image output using sixel or kitty graphics protocol'
|
|
||||||
'libxrandr: Multi monitor support'
|
|
||||||
'pciutils: GPU output'
|
|
||||||
'vulkan-icd-loader: Fallback for GPU output'
|
|
||||||
'xfconf: Needed for XFWM theme and XFCE Terminal font'
|
|
||||||
'zlib: Faster image output when using kitty graphics protocol'
|
|
||||||
)
|
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
|
|
||||||
"bioarchlinux.logo"
|
|
||||||
"bioarchlinux-color.logo")
|
|
||||||
sha256sums=('62b02c7e48cb328c4381e7d4af4b23a7c74a2879eeea53525b8c45cc0e79e65f'
|
|
||||||
'3d3135fe5a58600b9a13772654413aaaa973a97eea306e1dc46628ff5d955534'
|
|
||||||
'4216ddaa863c4eba67f971661bbbba96efa8991cf8b936481858048222a5c657')
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cmake -B build -S "$pkgname-$pkgver" \
|
|
||||||
-DCMAKE_BUILD_TYPE='None' \
|
|
||||||
-DCMAKE_INSTALL_PREFIX='/usr' \
|
|
||||||
-DENABLE_RPM='OFF' \
|
|
||||||
-DENABLE_IMAGEMAGICK6='OFF' \
|
|
||||||
-Wno-dev
|
|
||||||
cmake --build build
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
DESTDIR="$pkgdir" cmake --install build
|
|
||||||
install -Dm 755 $srcdir/bioarchlinux.logo $pkgdir/etc/fastfetch/bioarchlinux.logo
|
|
||||||
install -Dm 755 $srcdir/bioarchlinux-color.logo $pkgdir/etc/fastfetch/bioarchlinux-color.logo
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue