mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
kaffeine: update to 2.0.14
This commit is contained in:
parent
e86ee826fa
commit
36c51d9206
@ -2,23 +2,24 @@
|
|||||||
source ../kdeapps.conf
|
source ../kdeapps.conf
|
||||||
|
|
||||||
pkgname=kaffeine
|
pkgname=kaffeine
|
||||||
pkgver=2.0.10
|
pkgver=2.0.14
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Media player with support for digital television (DVB-C/S/S2/T and ATSC, decryption with CI/CAM)'
|
pkgdesc='Media player with support for digital television (DVB-C/S/S2/T and ATSC, decryption with CI/CAM)'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://kaffeine.kde.org"
|
url="https://kaffeine.kde.org"
|
||||||
depends=('kio' 'hicolor-icon-theme' 'libxss' 'vlc')
|
depends=('kio' 'hicolor-icon-theme' 'libxss' 'vlc')
|
||||||
makedepends=('extra-cmake-modules' 'kidletime' 'kdoctools')
|
makedepends=('extra-cmake-modules' 'kidletime' 'kdoctools')
|
||||||
categories=('multimedia')
|
categories=('multimedia')
|
||||||
options=('debug')
|
options=('debug')
|
||||||
install=kaffeine.install
|
install=kaffeine.install
|
||||||
#source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
|
source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz")
|
||||||
source=("https://github.com/KDE/${pkgname}/archive/${pkgver}.tar.gz")
|
sha256sums=('2c73fd473f0579cffa7e797e3d00c41b09d7fb4dee486bb507877a56bd1d7f3a')
|
||||||
sha256sums=('a94fa42fd69ba084ef45d66aa9040f5dc76d1540794417fee182e8e0cebbb7b7')
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
||||||
|
rm -r $pkgname-$pkgver/po/pt_BR/docs # Doesn't build
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user