git » oxygen.git » commit 820cb83

Upstream release

author Andrea Scarpino
2014-09-09 12:20:44 UTC
committer Andrea Scarpino
2014-09-09 12:20:44 UTC
parent 7dd937fcaf063a9eb6ca823ce5854b7c32a36d66

Upstream release

PKGBUILD +3 -5

diff --git a/PKGBUILD b/PKGBUILD
index 3b1b5d2..776e337 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=oxygen
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='KDE Oxygen style'
 arch=('i686' 'x86_64')
@@ -12,19 +12,17 @@ depends=('frameworkintegration' 'kwin')
 makedepends=('extra-cmake-modules' 'kdoctools')
 groups=('plasma-next')
 source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('c7222727589ed965b6d457d2aaeb38db')
+md5sums=('525e8b8706beb558cc673166175ab00f')
 
 prepare() {
   mkdir -p build
 }
 
 build() {
-  export XDG_DATA_DIRS="/opt/kf5/share:$XDG_DATA_DIRS"
-
   cd build
   cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/opt/kf5 \
+    -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
     -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
     -DBUILD_TESTING=OFF