[arch-commits] Commit in vlc/trunk (PKGBUILD vlc.install)
Angel Velásquez
angvp at archlinux.org
Sat Feb 19 16:39:03 UTC 2011
Date: Saturday, February 19, 2011 @ 11:39:03
Author: angvp
Revision: 110468
upgpkg: vlc 1.1.7-3
Fixing FS#22940
Modified:
vlc/trunk/PKGBUILD
vlc/trunk/vlc.install
-------------+
PKGBUILD | 4 ++--
vlc.install | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-02-19 16:37:40 UTC (rev 110467)
+++ PKGBUILD 2011-02-19 16:39:03 UTC (rev 110468)
@@ -10,7 +10,7 @@
pkgbase=vlc
pkgname=('vlc' 'vlc-plugin')
pkgver=1.1.7
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="http://www.videolan.org/vlc/"
license=('GPL')
@@ -54,7 +54,7 @@
'lua' 'v4l-utils' 'libcddb' 'smbclient' 'zvbi'
'taglib' 'sysfsutils' 'libmpcdec' 'ffmpeg' 'faad2'
'libshout' 'libmad' 'fribidi' 'libmpeg2' 'libmodplug'
- 'ttf-freefont' 'libxv' 'libass' 'xdg-utils')
+ 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'desktop-file-utils')
optdepends=('avahi: for service discovery using bonjour protocol'
'libnotify: for notification plugin'
'ncurses: for ncurses interface support'
Modified: vlc.install
===================================================================
--- vlc.install 2011-02-19 16:37:40 UTC (rev 110467)
+++ vlc.install 2011-02-19 16:39:03 UTC (rev 110468)
@@ -1,6 +1,7 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
usr/lib/vlc/vlc-cache-gen -f usr/lib/vlc/plugins
+ update-desktop-database -q
}
post_upgrade() {
@@ -13,4 +14,5 @@
post_remove() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
}
More information about the arch-commits
mailing list