Package Details: blueprint-compiler-git 0.12.0.r32.g22514b9-1

Git Clone URL: https://aur.archlinux.org/blueprint-compiler-git.git (read-only, click to copy)
Package Base: blueprint-compiler-git
Description: A markup language for GTK user interfaces
Upstream URL: https://gitlab.gnome.org/jwestman/blueprint-compiler
Licenses: LGPL-3.0-or-later
Conflicts: blueprint-compiler
Provides: blueprint-compiler
Submitter: gabmus
Maintainer: xiota
Last Packager: xiota
Votes: 5
Popularity: 0.000001
First Submitted: 2021-12-03 08:39 (UTC)
Last Updated: 2024-08-13 11:57 (UTC)

Required by (121)

Sources (1)

Latest Comments

mazharhussain commented on 2022-11-03 18:03 (UTC) (edited on 2022-11-03 18:04 (UTC) by mazharhussain)

This was an issue in the upstream project, not in the PKGBUILD and has already been fixed for a long time now.

igor-dyatlov commented on 2022-11-03 17:52 (UTC)

@jonas-w: try this https://pastebin.com/mARPdWpk

jonas-w commented on 2022-06-12 23:41 (UTC)

Can't get this package to install. Only can install it through manually compiling it with the instructions on the gitlab page.

The only error (when installing through AUR) is that it can't find the blueprintcompiler python module

mazharhussain commented on 2022-02-26 19:55 (UTC) (edited on 2022-02-26 20:09 (UTC) by mazharhussain)

blueprint-compiler requires gobject-introspection to work. So, it should be moved from makedepends to depends array.

And python dependency should be replaced by python-gobject since blueprint-compiler depends on it to work.

depends=('python-gobject' 'gobject-introspection' 'gtk4')
makedepends=('git' 'meson')

yochananmarqos commented on 2021-12-03 16:28 (UTC)

There are no tags available, please include the revision as well:

pkgver() {
  cd "$srcdir/${pkgname%-git}"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
r80.d0cf13b