Package Details: bigbashview-git 3.8.1_r484.2ee7f3c-1

Git Clone URL: https://aur.archlinux.org/bigbashview.git (read-only, click to copy)
Package Base: bigbashview
Description: BigBashView is a python app to run Bash+HTML in a Desktop WebView
Upstream URL: https://github.com/biglinux/bigbashview
Licenses: GPL
Conflicts: bigbashview
Provides: bigbashview
Submitter: barnabedikartola
Maintainer: tioguda
Last Packager: tioguda
Votes: 0
Popularity: 0.000000
First Submitted: 2022-10-08 02:37 (UTC)
Last Updated: 2025-06-09 17:12 (UTC)

Latest Comments

tioguda commented on 2025-06-08 12:20 (UTC)

This is a package from a Manjaro remaster, and while it helps people in some cases, it does not follow the necessary standards.

I am adopting this package to adjust according to the recommendations mentioned

dreieck commented on 2024-01-22 10:57 (UTC)

You download the latest state from a -git repository.

Then you must:

  • Rename your package to bigbashview-git (i.e. with the -git suffix),
  • add provides=("bigbashview") (or provides=("bigbashview=${pkgver}") and conflicts=("bigbashview"),
  • add git to the makedepends array,
  • add a pkgver() function that ensures a strongly monotoneously increasing package version (your current solution pkgver=$(curl https://raw.githubusercontent.com/biglinux/bigbashview/master/bigbashview/usr/lib/python3/dist-packages/bbv/globaldata.py | grep APP_VERSION | cut -f2 -d\")_$(date +"%Y_%m_%d") is wrong).

Regards and please fix and then thanks for maintaining!

Eeems commented on 2023-05-18 00:36 (UTC) (edited on 2023-05-18 00:48 (UTC) by Eeems)

I'm getting the following error when trying to build:

mv: cannot stat '/home/eeems/.cache/yay/bigbashview/pkg/bigbashview/usr/lib/python3/dist-packages/bbv/': No such file or directory

I fixed it by removing these two lines

mv "${pkgdir}/usr/lib/python3/dist-packages/bbv/" "${pkgdir}/usr/lib/bbv/"
rm -Rf "${pkgdir}/usr/lib/python3"