Skip to content
Snippets Groups Projects
Commit 4cc2daa9 authored by alice's avatar alice
Browse files

community/wlogout: put fish completions in the correct place

parent b7d8e291
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=wlogout
pkgver=1.1.1
pkgrel=2
pkgrel=3
pkgdesc="A wayland based logout menu"
url="https://github.com/ArtsyMacaw/wlogout"
arch="all"
......@@ -16,6 +16,7 @@ subpackages="
$pkgname-zsh-completion
"
source="https://github.com/ArtsyMacaw/wlogout/archive/$pkgver/wlogout-$pkgver.tar.gz
fish.patch
use-top-layer.patch
default-layout.patch
"
......@@ -39,6 +40,7 @@ package() {
sha512sums="
bca5de1c7168a11d418d206276d8715ef0f64e020985872062974f726fd969f78bd631a94d1076039aec20e2e72b4b6de5095da79f58919bfbf7ff2e2fd93ec5 wlogout-1.1.1.tar.gz
78bf4e56b1bb301e955fbc9992b03c0400d90245c026e9537f130d0e619f14579492fc76519ce35ba895d7b8ea71977b7aaa36286d7214343b96ce8afd9d9f5d fish.patch
7f1204f684cfe7467800a8e2c9f592908fdf366a6488be66278c0333c7273676846883495dd648bec331f777e4b0f6a25ad9c82f639b94af37f97f6f7f06385e use-top-layer.patch
110d7f5b271983282c4e23724d9271f1f3de3cf3a2372359bd47fa33d895eb5c6409f311ffa38df84063a23713a6eb4c363f289e2120c0b4189ecac25c9a994d default-layout.patch
"
diff --git a/meson.build b/meson.build
index d7b1c3c..57d4c2b 100644
--- a/meson.build
+++ b/meson.build
@@ -55,7 +55,7 @@ if get_option('bash-completions')
endif
if get_option('fish-completions')
- fishdir = datadir + '/fish/completions'
+ fishdir = datadir + '/fish/vendor_completions.d'
install_data('completions/wlogout.fish', install_dir: fishdir)
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment