mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/kwin to 5.1.2-1
This commit is contained in:
parent
6b81c38db6
commit
125f48a385
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
# - Proper upstream patches for the above are pending.
|
||||
|
||||
pkgname=kwin
|
||||
pkgver=5.1.1
|
||||
pkgver=5.1.2
|
||||
pkgrel=1
|
||||
pkgdesc='KDE Window manager'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -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=('85ec15e6ce29b1bb80f376bc6914bc7c'
|
||||
md5sums=('feb97cc6591e2526406d988a8fcf2f20')
|
||||
'3e11a42013f03d55b4b730463bdd6fe0'
|
||||
'28a1e8bd701a8fd1421e6ec238b4c522')
|
||||
|
||||
|
@ -61,7 +61,6 @@ build() {
|
|||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
||||
-DQML_INSTALL_DIR=lib/qt/qml \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DSYSCONF_INSTALL_DIR=/etc \
|
||||
$CMAKE_EXTRA_CONFIG_OPTIONS
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue