Package Details: blackbox-terminal 0.14.0-1

Git Clone URL: https://aur.archlinux.org/blackbox-terminal.git (read-only, click to copy)
Package Base: blackbox-terminal
Description: A beautiful GTK 4 terminal
Upstream URL: https://gitlab.gnome.org/raggesilver/blackbox
Licenses: GPL-3.0-or-later
Submitter: ragouel
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 19
Popularity: 2.91
First Submitted: 2022-08-02 22:32 (UTC)
Last Updated: 2024-01-20 20:21 (UTC)

Latest Comments

DaVarga commented on 2023-10-18 12:46 (UTC)

@dawnson I can confirm the problem with the context aware header.

cosmo commented on 2023-10-02 23:51 (UTC)

For some reason the context aware header color (ssh/sudo) is not working using this package, it is working if I install the flatpak version though... I am not sure why

sidevesh commented on 2023-08-02 20:58 (UTC)

@ragouel Can we have this updated for 0.14 ?

mazharhussain commented on 2023-07-21 06:18 (UTC)

If anyone is looking for the 0.14.0 update, the following PKGBUILD works for me.

# Maintainer:  Dimitris Kiziridis <dkiziridis at outlook dot com>

pkgname=blackbox-terminal
pkgver=0.14.0
pkgrel=1
pkgdesc='A beautiful GTK 4 terminal'
arch=('i686' 'x86_64')
url='https://gitlab.gnome.org/raggesilver/blackbox'
license=('GPL3')
depends=('libadwaita'
         'libgee'
         'pqmarble-git'
         'vte4')
makedepends=('meson'
             'vala')
checkdepends=('appstream-glib')
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/v${pkgver}/blackbox-v${pkgver}.tar.gz")
sha256sums=('0a8b76666ac71a6dc9e05b8084e1c6c53cda880ad1f8f778d9d5de9a6644ad0d')

build() {
  cd ${pkgname%-terminal}-v${pkgver}
  arch-meson ../build -D blackbox_is_flatpak=false
  meson compile -C ../build
}

check() {
  cd ${pkgname%-terminal}-v${pkgver}
  meson test -C ../build
}

package() {
  cd ${pkgname%-terminal}-v${pkgver}
  meson install -C ../build --destdir "$pkgdir"
}

awumii commented on 2023-03-27 07:50 (UTC) (edited on 2023-03-27 07:50 (UTC) by awumii)

The launch_fix.diff patch seems to be no longer required. It causes a crash when right clicking inside the terminal.

armandleg commented on 2022-12-31 16:35 (UTC)

Hello, for anyone wanting to build version 0.12.2, use the following directives:

pkgver=0.12.2
...
depends=('libadwaita'
         'libmarble-git'
         'vte4')
makedepends=('meson'
             'vala')

I.e. there is no need to use libadwaita-git, vte4-copy-patch-git and gi-docgen packages. Also don't forget to update the sha256sum.

KRTirtho commented on 2022-09-12 09:17 (UTC)

vte4-copy-patch-git plugin was removed so blackbox-terminal is broken now :'(