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

推荐订阅源

Martin Fowler
Martin Fowler
Jina AI
Jina AI
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
Recent Announcements
Recent Announcements
I
InfoQ
L
LangChain Blog
The Cloudflare Blog
IT之家
IT之家
博客园 - 叶小钗
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
博客园 - 聂微东
美团技术团队
博客园_首页

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) - xdg-desktop-portal-cosmic-git
2026-06-21 · via AUR Newest Packages

Latest Comments

yochananmarqos commented on 2024-08-26 18:50 (UTC)

NeroReflex commented on 2024-08-26 17:42 (UTC)

Please add to provides "xdg-desktop-portal-impl"

yochananmarqos commented on 2024-08-17 15:59 (UTC)

@RuairidhWilliams: Ah, good catch. I've implemented the change.

RuairidhWilliams commented on 2024-08-16 23:30 (UTC)

The build fails for me because I have CARGO_TARGET_DIR set to a different dir in my environment. I think this is because export CARGO_TARGET_DIR=target is set in the build() but also needs to be set in the package(). make install uses $(CARGO_TARGET_DIR) to find the executable to install so should be set to the same value in both steps.

My suggestion:

 package() {
   cd "${pkgname%-git}"
+  export CARGO_TARGET_DIR=target
   make prefix='/usr' libexecdir='/usr/lib' DESTDIR="$pkgdir" install
 }

yochananmarqos commented on 2024-07-11 00:00 (UTC)

Jomosoto commented on 2024-07-10 22:46 (UTC)

The build fails for me on Artix Linux with the following error message:

error: failed to run custom build command for `cosmic-files v0.1.0 (https://github.com/pop-os/cosmic-files#66cef478)`

Caused by:
  process didn't exit successfully: `/home/user/.cache/yay/xdg-desktop-portal-cosmic-git/src/xdg-desktop-portal-cosmic/target/release/build/cosmic-files-729d7f483f73afdc/build-script-build` (exit status: 1)
  --- stdout
  cargo:rerun-if-changed=i18n
  cargo:rerun-if-env-changed=VERGEN_GIT_COMMIT_DATE
  cargo:rerun-if-env-changed=VERGEN_GIT_SHA

  --- stderr
  Error: not within a suitable 'git' worktree!