惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
Martin Fowler
Martin Fowler
云风的 BLOG
云风的 BLOG
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
小众软件
小众软件
博客园_首页
博客园 - 聂微东
罗磊的独立博客
Recent Announcements
Recent Announcements
U
Unit 42
N
Netflix TechBlog - Medium
Blog — PlanetScale
Blog — PlanetScale
阮一峰的网络日志
阮一峰的网络日志
博客园 - 叶小钗
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
Stack Overflow Blog
Stack Overflow Blog
博客园 - Franky
D
DataBreaches.Net
Last Week in AI
Last Week in AI

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - blueprint-compiler-git
2026-06-12 · via AUR Newest Packages

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 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