diff --git a/extra/kinfocenter/PKGBUILD b/extra/kinfocenter/PKGBUILD index 67bee2a32..d9768ed14 100644 --- a/extra/kinfocenter/PKGBUILD +++ b/extra/kinfocenter/PKGBUILD @@ -6,7 +6,7 @@ # - Disable the failing EGLonX parts (not available on the R-Pi). Needs better upstream support. pkgname=kinfocenter -pkgver=5.1.1 +pkgver=5.1.2 pkgrel=1 pkgdesc='KInfocenter' arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ conflicts=('kdebase-workspace') groups=('plasma-next') source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz" "kinfocenter_disable_eglonx.patch") -md5sums=('8a7377e08fb50ffcee5fb41e44979456' +md5sums=('07a21ff708ebd1b9bdfa65300eca2b13' 'a43a82b8be9aea5a4666b6372eecc7d2') prepare() { @@ -50,7 +50,6 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ - -DSYSCONF_INSTALL_DIR=/etc \ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ -DBUILD_TESTING=OFF \ $CMAKE_EXTRA_CONFIG_OPTIONS diff --git a/extra/kwin/PKGBUILD b/extra/kwin/PKGBUILD index 0b3ae6c52..f60fa3ca0 100644 --- a/extra/kwin/PKGBUILD +++ b/extra/kwin/PKGBUILD @@ -23,7 +23,7 @@ conflicts=('kdebase-workspace') source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz" "rpi_fix_build.patch" "kwin_remove_eglonxbackend.patch") -md5sums=('feb97cc6591e2526406d988a8fcf2f20') +md5sums=('feb97cc6591e2526406d988a8fcf2f20' '3e11a42013f03d55b4b730463bdd6fe0' '28a1e8bd701a8fd1421e6ec238b4c522')