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

推荐订阅源

Recent Announcements
Recent Announcements
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
aimingoo的专栏
aimingoo的专栏
I
InfoQ
B
Blog
WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园_首页
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
酷 壳 – CoolShell
酷 壳 – CoolShell
阮一峰的网络日志
阮一峰的网络日志
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
G
Google Developers Blog
C
Check Point Blog
月光博客
月光博客
L
LangChain Blog
GbyAI
GbyAI

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