Skip to content

Commit

Permalink
media-video/kmplayer: Indentation, line length
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.16, Repoman-2.3.6
  • Loading branch information
a17r committed Nov 25, 2017
1 parent 8fd49ff commit 8cd1e6b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions media-video/kmplayer/kmplayer-0.12.0b-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ src_prepare() {

if use npp; then
sed -i src/kmplayer_part.desktop \
-e ":^MimeType: s:=:=application/x-shockwave-flash;:" || die
-e ":^MimeType: s:=:=application/x-shockwave-flash;:" || die
fi
}

Expand All @@ -89,7 +89,10 @@ src_install() {
kde5_src_install

if use npp; then
kwriteconfig5 --file "${ED}/usr/share/config/kmplayerrc" --group "application/x-shockwave-flash" --key player npp
kwriteconfig5 --file "${ED}/usr/share/config/kmplayerrc" --group "application/x-shockwave-flash" --key plugin /usr/lib/nsbrowser/plugins/libflashplayer.so
kwriteconfig5 --file "${ED}/usr/share/config/kmplayerrc" \
--group "application/x-shockwave-flash" --key player npp
kwriteconfig5 --file "${ED}/usr/share/config/kmplayerrc" \
--group "application/x-shockwave-flash" \
--key plugin /usr/lib/nsbrowser/plugins/libflashplayer.so
fi
}

0 comments on commit 8cd1e6b

Please sign in to comment.