mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/kwin to 5.2.0.1-1
This commit is contained in:
parent
458a5b4f75
commit
914594427d
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,8 @@
|
|||
# - Proper upstream patches for the above are pending.
|
||||
|
||||
pkgname=kwin
|
||||
pkgver=5.2.0
|
||||
pkgver=5.2.0.1
|
||||
_dir=5.2.0
|
||||
pkgrel=1
|
||||
pkgdesc='KDE Window manager'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -20,10 +21,10 @@ makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
|
|||
groups=('plasma-next')
|
||||
install=${pkgname}.install
|
||||
conflicts=('kdebase-workspace')
|
||||
source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"
|
||||
source=("http://download.kde.org/stable/plasma/${_dir}/${pkgname}-${pkgver}.tar.xz"
|
||||
"rpi_fix_build.patch"
|
||||
"kwin_remove_eglonxbackend.patch")
|
||||
md5sums=('59c1998d48a706b8ac48222e48d392bd'
|
||||
md5sums=('47b6ce31b45450fa702098c9f3f5ac95'
|
||||
'3e11a42013f03d55b4b730463bdd6fe0'
|
||||
'28a1e8bd701a8fd1421e6ec238b4c522')
|
||||
|
||||
|
|
Loading…
Reference in a new issue