Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
jujutsu
Commits:
4f4c5359 by Kieran at 2024-10-13T20:22:07+00:00
Install fish completions to correct path
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = jujutsu
pkgdesc = Git-compatible VCS that is both simple and powerful
pkgver = 0.22.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/martinvonz/jj
arch = x86_64
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=jujutsu
_pkgname=jj
pkgver=0.22.0
-pkgrel=1
+pkgrel=2
pkgdesc='Git-compatible VCS that is both simple and powerful'
arch=(x86_64)
url="https://github.com/martinvonz/$_pkgname"
@@ -61,7 +61,7 @@ package() {
install -Dm0755 -t "$pkgdir/usr/bin" target/release/jj
install -Dm0644 -t "$pkgdir/usr/share/bash-completion/completions/"
completions/jj
install -Dm0644 -t "$pkgdir/usr/share/elvish/lib/" completions/jj.elv
- install -Dm0644 -t "$pkgdir/usr/share/fish/completions/"
completions/jj.fish
+ install -Dm0644 -t "$pkgdir/usr/share/fish/vendor_completions.d/"
completions/jj.fish
install -Dm0644 -t "$pkgdir/usr/share/zsh/site-functions/"
completions/_jj
install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname" ./*.md
cp -at "$pkgdir/usr/share/doc/$pkgname" docs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/4f4c535984046ca5ef8536f28a338cfef5fba51e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/4f4c535984046ca5ef8536f28a338cfef5fba51e
You're receiving this email because of your account on gitlab.archlinux.org.