Skip to content

Commit

Permalink
fix(app-misc/tmux-powerline): add description for USE flag, add execu…
Browse files Browse the repository at this point in the history
…tion bit on files
  • Loading branch information
SpiderX committed Jan 1, 2025
1 parent 76c7bb2 commit 454b406
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-misc/tmux-powerline/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
consisting of segments. It's easily extensible with custom segments
and themes.
</longdescription>
<use>
<flag name="mpd">Enable support for the Music Player Daemon</flag>
</use>
<upstream>
<remote-id type="github">erikw/tmux-powerline</remote-id>
</upstream>
Expand Down
3 changes: 3 additions & 0 deletions app-misc/tmux-powerline/tmux-powerline-3.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ src_install() {
/usr/share/tmux-plugins/tmux-powerline/segments/{vcs_others,vcs_revision,vcs_staged,wan_ip}.sh \
/usr/share/tmux-plugins/tmux-powerline/segments/{weather,xkb_layout}.sh \
/usr/share/tmux-plugins/tmux-powerline/segments/np_pithos.py \
/usr/share/tmux-plugins/tmux-powerline/color_palette.sh \
/usr/share/tmux-plugins/tmux-powerline/generate_rc.sh \
/usr/share/tmux-plugins/tmux-powerline/{mute_,}powerline.sh \
/usr/share/tmux-plugins/tmux-powerline/main.tmux

if use mpd ; then
Expand Down
3 changes: 3 additions & 0 deletions app-misc/tmux-powerline/tmux-powerline-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ src_install() {
/usr/share/tmux-plugins/tmux-powerline/segments/{vcs_others,vcs_revision,vcs_staged,wan_ip}.sh \
/usr/share/tmux-plugins/tmux-powerline/segments/{weather,xkb_layout}.sh \
/usr/share/tmux-plugins/tmux-powerline/segments/np_pithos.py \
/usr/share/tmux-plugins/tmux-powerline/color_palette.sh \
/usr/share/tmux-plugins/tmux-powerline/generate_rc.sh \
/usr/share/tmux-plugins/tmux-powerline/{mute_,}powerline.sh \
/usr/share/tmux-plugins/tmux-powerline/main.tmux

if use mpd ; then
Expand Down

0 comments on commit 454b406

Please sign in to comment.