Package Details: ptyxis 46.1-2

Git Clone URL: https://aur.archlinux.org/ptyxis.git (read-only, click to copy)
Package Base: ptyxis
Description: A terminal for a container-oriented desktop
Upstream URL: https://gitlab.gnome.org/chergert/ptyxis
Licenses: GPL-3.0-or-later, LGPL-3.0-or-later
Submitter: Piroro-hs
Maintainer: Piroro-hs
Last Packager: Piroro-hs
Votes: 5
Popularity: 3.80
First Submitted: 2024-04-07 18:51 (UTC)
Last Updated: 2024-04-25 09:45 (UTC)

Latest Comments

armandleg commented on 2024-04-25 20:32 (UTC)

Is it necessary to explicitly specify VTE version in the PKGBUILD? This way every time new VTE version is released, the same problem will occur and the PKGBUILD will have to be updated right?

Piroro-hs commented on 2024-04-25 09:46 (UTC)

VTE version updated, thanks!

armandleg commented on 2024-04-22 19:26 (UTC) (edited on 2024-04-22 19:26 (UTC) by armandleg)

Recent issues with vte-common package can be fixed by applying the following patch:

--- PKGBUILD
+++ PKGBUILD
@@ -28,7 +28,7 @@
          'pango'
          'pcre2'
          'systemd-libs'
-         "vte-common=$_vtever")
+         "vte-common")
 makedepends=('git'
              'meson'
              'patchutils'