Skip to content

Commit

Permalink
addpkg: ncspot 1.2.1-1
Browse files Browse the repository at this point in the history
extra make depends for aws-lc
  • Loading branch information
Cryolitia committed Jan 1, 2025
1 parent d7d799f commit 439b783
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ncspot/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
--- PKGBUILD
+++ PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/hrkfdn/ncspot"
license=('BSD-2-Clause')
depends=('glibc' 'gcc-libs' 'openssl' 'libpulse' 'libxcb' 'dbus' 'hicolor-icon-theme')
-makedepends=('cargo' 'python' 'pkgconf' 'ueberzug' 'pandoc-cli' 'portaudio')
+makedepends=('cargo' 'python' 'pkgconf' 'ueberzug' 'pandoc-cli' 'portaudio' 'cmake' 'clang')
optdepends=('ueberzug: display album art in terminal (X11)')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hrkfdn/ncspot/archive/v${pkgver}.tar.gz")
b2sums=('032d58508f86164fcdac9929bdf01b7fa5f51926c042d9d87f06f1bfd7436be885d0a48ff3b52bb403f2805a6df504d400cf4a64e955754eae8dd19c2cc581c9')
@@ -33,6 +33,7 @@ build() {
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
export RUSTUP_TOOLCHAIN=stable
+ CFLAGS=${CFLAGS/-Wp,-D_FORTIFY_SOURCE=3/}
cargo test --frozen --features cover
}

0 comments on commit 439b783

Please sign in to comment.