mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/kinfocenter to 5.2.0-1
This commit is contained in:
parent
01d1737bc3
commit
bef4d579c7
1 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
# - Disable the failing EGLonX parts (not available on the R-Pi). Needs better upstream support.
|
||||
|
||||
pkgname=kinfocenter
|
||||
pkgver=5.1.2
|
||||
pkgver=5.2.0
|
||||
pkgrel=1
|
||||
pkgdesc='KInfocenter'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -15,14 +15,14 @@ license=('LGPL')
|
|||
depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
|
||||
makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
|
||||
conflicts=('kdebase-workspace')
|
||||
groups=('plasma-next')
|
||||
groups=('plasma')
|
||||
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"
|
||||
"kinfocenter_disable_eglonx.patch")
|
||||
md5sums=('07a21ff708ebd1b9bdfa65300eca2b13'
|
||||
md5sums=('45a9b78c78fd8a53018a28043b8b9634'
|
||||
'a43a82b8be9aea5a4666b6372eecc7d2')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
mkdir build
|
||||
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue