git » oxygen.git » commit e9d6a81

Upstream release

author Andrea Scarpino
2014-10-15 17:01:16 UTC
committer Andrea Scarpino
2014-10-15 17:01:16 UTC
parent e5b832e38b1314e3e4c19f47cce59384de341898

Upstream release

PKGBUILD +3 -4

diff --git a/PKGBUILD b/PKGBUILD
index 180123e..05e192a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=oxygen
-pkgver=5.0.2
+pkgver=5.1.0.1
 pkgrel=1
 pkgdesc='KDE Oxygen style'
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ license=('LGPL')
 depends=('frameworkintegration' 'kwin')
 makedepends=('extra-cmake-modules' 'kdoctools')
 groups=('plasma-next')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('b9e4e84e68e7b69babd899725ea8bb94')
+source=("http://download.kde.org/stable/plasma/5.1.0/${pkgname}-${pkgver}.tar.xz")
+md5sums=('24667744ad797a612d0fe57b2b1d30e0')
 
 prepare() {
   mkdir -p build
@@ -25,7 +25,6 @@ build() {
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \
     -DBUILD_TESTING=OFF
   make
 }