mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
xine-ui: update to 0.99.10, switch to pacman hooks (#73)
This commit is contained in:
parent
34a4412e54
commit
68889b1ece
@ -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
|
||||
}
|
||||
|
@ -1,5 +1,4 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
update-mime-database usr/share/mime &> /dev/null
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user