mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/kwin to 5.1.1-1
This commit is contained in:
parent
c05913bf30
commit
ff1e2ffaa1
1 changed files with 6 additions and 7 deletions
|
@ -8,9 +8,8 @@
|
|||
# - Proper upstream patches for the above are pending.
|
||||
|
||||
pkgname=kwin
|
||||
pkgver=5.1.0.1
|
||||
_pkgver=5.1.0
|
||||
pkgrel=2
|
||||
pkgver=5.1.1
|
||||
pkgrel=1
|
||||
pkgdesc='KDE Window manager'
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://projects.kde.org/projects/kde/workspace/kwin'
|
||||
|
@ -21,17 +20,17 @@ makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
|
|||
groups=('plasma-next')
|
||||
install=${pkgname}.install
|
||||
conflicts=('kdebase-workspace')
|
||||
source=("http://download.kde.org/stable/plasma/5.1.0/${pkgname}-${pkgver}.tar.xz"
|
||||
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"
|
||||
"rpi_fix_build.patch"
|
||||
"kwin_remove_eglonxbackend.patch")
|
||||
md5sums=('ab52f7ad3630b4da94b5e5dd09358e66'
|
||||
md5sums=('85ec15e6ce29b1bb80f376bc6914bc7c'
|
||||
'3e11a42013f03d55b4b730463bdd6fe0'
|
||||
'28a1e8bd701a8fd1421e6ec238b4c522')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
||||
cd "${srcdir}/${pkgname}-${_pkgver}"
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
||||
# Raspberry Pi
|
||||
if [ "$CARCH" == 'armv6h' ]; then
|
||||
|
@ -54,7 +53,7 @@ build() {
|
|||
fi
|
||||
|
||||
cd build
|
||||
cmake ../${pkgname}-5.1.0 \
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DLIB_INSTALL_DIR=lib \
|
||||
|
|
Loading…
Reference in a new issue