forked from ports/contrib
vlc: fix .desktop file
This commit is contained in:
parent
7e90fffcc7
commit
a1bcade0f6
@ -6,7 +6,7 @@
|
||||
|
||||
name=vlc
|
||||
version=2.1.4
|
||||
release=1
|
||||
release=2
|
||||
source=(http://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
@ -24,4 +24,7 @@ build() {
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share/doc
|
||||
|
||||
# fix desktop file
|
||||
sed -i 's/--started-from-file//g' $PKG/usr/share/applications/vlc.desktop
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user