kaffeine: update to 2.0.14

This commit is contained in:
Jeff Huang 2017-12-03 12:26:12 +00:00
parent e86ee826fa
commit 36c51d9206

View File

@ -2,23 +2,24 @@
source ../kdeapps.conf
pkgname=kaffeine
pkgver=2.0.10
pkgver=2.0.14
pkgrel=1
pkgdesc='Media player with support for digital television (DVB-C/S/S2/T and ATSC, decryption with CI/CAM)'
license=('GPL')
arch=('x86_64')
url="http://kaffeine.kde.org"
url="https://kaffeine.kde.org"
depends=('kio' 'hicolor-icon-theme' 'libxss' 'vlc')
makedepends=('extra-cmake-modules' 'kidletime' 'kdoctools')
categories=('multimedia')
options=('debug')
install=kaffeine.install
#source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
source=("https://github.com/KDE/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('a94fa42fd69ba084ef45d66aa9040f5dc76d1540794417fee182e8e0cebbb7b7')
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('2c73fd473f0579cffa7e797e3d00c41b09d7fb4dee486bb507877a56bd1d7f3a')
prepare() {
mkdir -p build
rm -r $pkgname-$pkgver/po/pt_BR/docs # Doesn't build
}
build() {