vlc: fix 48x48 icon symlink in pixmaps dir, revbump.
This commit is contained in:
parent
8b2b242f29
commit
75297e2c63
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vlc'
|
||||
pkgname=vlc
|
||||
version=1.1.12
|
||||
revision=5
|
||||
revision=6
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-gme --disable-libtar --enable-snapshot
|
||||
|
@ -24,7 +24,6 @@ long_desc="
|
|||
codec, program or codec pack to work."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
# XXX Add missing deps: gme, telepathy, lua, live555,
|
||||
# libtar (for skins2).
|
||||
Add_dependency run pulseaudio
|
||||
|
@ -33,7 +32,6 @@ Add_dependency run hicolor-icon-theme
|
|||
Add_dependency run desktop-file-utils
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build glibc-devel
|
||||
Add_dependency build videoproto
|
||||
Add_dependency build libvorbis-devel
|
||||
Add_dependency build libogg-devel
|
||||
|
@ -124,5 +122,5 @@ post_install()
|
|||
|
||||
install -d ${DESTDIR}/usr/share/pixmaps
|
||||
cd ${DESTDIR}/usr/share/pixmaps && \
|
||||
ln -sf ../vlc/vlc48x48.png vlc.png
|
||||
ln -sf ../icons/hicolor/48x48/apps/vlc.png vlc.png
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue