xine-ui: update to 0.99.10, switch to pacman hooks (#73)

This commit is contained in:
Francesco Marinucci 2018-12-08 18:19:37 +01:00
parent 34a4412e54
commit 68889b1ece
2 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgname=xine-ui
pkgver=0.99.9
pkgrel=2
pkgver=0.99.10
pkgrel=1
pkgdesc="A free video player for Unix"
arch=('x86_64')
license=('GPL')
@ -12,11 +12,11 @@ makedepends=('libxt')
categories=('multimedia')
options=('!emptydirs' '!strip')
install=${pkgname}.install
source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz)
sha1sums=('d4f4c17e93d984faa14e363db1320bf9cea7ebaf')
source=(http://sourceforge.net/projects/xine/files/$pkgname/$pkgver/${pkgname}-${pkgver}.tar.xz)
sha1sums=('4d61653d9bd88ba446c7c0772d03fc68ddfac46b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--mandir=/usr/share/man \
--with-x \
@ -27,6 +27,6 @@ build() {
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}

View File

@ -1,5 +1,4 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-mime-database usr/share/mime &> /dev/null
}