mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/kinfocenter to 5.1.2-1
This commit is contained in:
parent
125f48a385
commit
365066ed3b
2 changed files with 3 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - Disable the failing EGLonX parts (not available on the R-Pi). Needs better upstream support.
|
# - Disable the failing EGLonX parts (not available on the R-Pi). Needs better upstream support.
|
||||||
|
|
||||||
pkgname=kinfocenter
|
pkgname=kinfocenter
|
||||||
pkgver=5.1.1
|
pkgver=5.1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='KInfocenter'
|
pkgdesc='KInfocenter'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -18,7 +18,7 @@ conflicts=('kdebase-workspace')
|
||||||
groups=('plasma-next')
|
groups=('plasma-next')
|
||||||
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"
|
source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"
|
||||||
"kinfocenter_disable_eglonx.patch")
|
"kinfocenter_disable_eglonx.patch")
|
||||||
md5sums=('8a7377e08fb50ffcee5fb41e44979456'
|
md5sums=('07a21ff708ebd1b9bdfa65300eca2b13'
|
||||||
'a43a82b8be9aea5a4666b6372eecc7d2')
|
'a43a82b8be9aea5a4666b6372eecc7d2')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -50,7 +50,6 @@ build() {
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DLIB_INSTALL_DIR=lib \
|
-DLIB_INSTALL_DIR=lib \
|
||||||
-DSYSCONF_INSTALL_DIR=/etc \
|
|
||||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||||
-DBUILD_TESTING=OFF \
|
-DBUILD_TESTING=OFF \
|
||||||
$CMAKE_EXTRA_CONFIG_OPTIONS
|
$CMAKE_EXTRA_CONFIG_OPTIONS
|
||||||
|
|
|
@ -23,7 +23,7 @@ conflicts=('kdebase-workspace')
|
||||||
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"
|
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"
|
||||||
"rpi_fix_build.patch"
|
"rpi_fix_build.patch"
|
||||||
"kwin_remove_eglonxbackend.patch")
|
"kwin_remove_eglonxbackend.patch")
|
||||||
md5sums=('feb97cc6591e2526406d988a8fcf2f20')
|
md5sums=('feb97cc6591e2526406d988a8fcf2f20'
|
||||||
'3e11a42013f03d55b4b730463bdd6fe0'
|
'3e11a42013f03d55b4b730463bdd6fe0'
|
||||||
'28a1e8bd701a8fd1421e6ec238b4c522')
|
'28a1e8bd701a8fd1421e6ec238b4c522')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue