Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
4cc2daa9
Commit
4cc2daa9
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/wlogout: put fish completions in the correct place
parent
b7d8e291
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/wlogout/APKBUILD
+3
-1
3 additions, 1 deletion
community/wlogout/APKBUILD
community/wlogout/fish.patch
+13
-0
13 additions, 0 deletions
community/wlogout/fish.patch
with
16 additions
and
1 deletion
community/wlogout/APKBUILD
+
3
−
1
View file @
4cc2daa9
...
...
@@ -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
"
This diff is collapsed.
Click to expand it.
community/wlogout/fish.patch
0 → 100644
+
13
−
0
View file @
4cc2daa9
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment