author | Antonio Rojas
<arojas@archlinux.org> 2016-03-20 00:15:23 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-03-20 00:15:23 UTC |
parent | 46e025e5e6183b67a1f9c8377107d7c86e6e5c53 |
PKGBUILD | +8 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index 11735c0..0bee31e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=plasma-workspace pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session') -pkgver=5.5.5.2 +pkgver=5.6.0 pkgrel=1 pkgdesc='KDE Plasma Workspace' arch=('i686' 'x86_64') @@ -15,26 +15,26 @@ license=('LGPL') # not detected by namcap because libgl depends on it # but nvidia providing libgl does not depend on libxdamage depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate' - 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' - 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 'kwin') + 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 'kactivitymanagerd' + 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 'kwin' 'plasma-integration') makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo' 'krunner' 'kxmlrpcclient' 'networkmanager-qt') groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz" 'kde.pam') -md5sums=('545d25677c194f9dec4b17dcab8d48c8' +source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz" 'kde.pam') +md5sums=('59a5f026b88158c3a1675fff52846cbf' '378ee33a9ec2870a1a899f2e05ee00d4') prepare() { mkdir -p build - cd $pkgbase-${pkgver%.*} + cd $pkgbase-${pkgver} # be sure to use the Qt5 version of qtpaths sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake } build() { cd build - cmake ../$pkgbase-${pkgver%.*} \ + cmake ../$pkgbase-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DLIB_INSTALL_DIR=lib \ @@ -71,7 +71,7 @@ package_plasma-workspace() { package_drkonqi() { pkgdesc='KDE crash handler' - depends=('kxmlrpcclient' 'gdb') + depends=('kxmlrpcclient' 'kidletime' 'gdb') cd build/drkonqi make DESTDIR="$pkgdir" install