bomi rebuild #73

This commit is contained in:
AlmAck 2018-07-10 22:17:36 +02:00
parent a2503b28e8
commit 8e3f959a01
2 changed files with 1 additions and 14 deletions

View File

@ -1,12 +1,11 @@
pkgname=bomi pkgname=bomi
pkgver=0.9.11.r39.g5f0cc0a7 pkgver=0.9.11.r39.g5f0cc0a7
pkgrel=1 pkgrel=2
pkgdesc="Powerful and easy-to-use multimedia player" pkgdesc="Powerful and easy-to-use multimedia player"
arch=('x86_64') arch=('x86_64')
url="http://bomi-player.github.io" url="http://bomi-player.github.io"
license=('GPL2') license=('GPL2')
screenshot='http://i.imgur.com/j76hzyd.png' screenshot='http://i.imgur.com/j76hzyd.png'
install=$pkgname.install
depends=('qt5-base' 'qt5-declarative' 'qt5-x11extras' 'qt5-quickcontrols' 'qt5-svg' depends=('qt5-base' 'qt5-declarative' 'qt5-x11extras' 'qt5-quickcontrols' 'qt5-svg'
'libdvdread' 'libdvdnav' 'libcdio-paranoia' 'libcdio' 'smbclient' 'libdvdread' 'libdvdnav' 'libcdio-paranoia' 'libcdio' 'smbclient'
'alsa-lib' 'libpulse' 'jack' 'libchardet' 'libbluray' 'alsa-lib' 'libpulse' 'jack' 'libchardet' 'libbluray'

View File

@ -1,12 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}