author | Andrea Scarpino
<andrea@archlinux.org> 2014-09-19 10:00:24 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2014-09-19 10:00:24 UTC |
parent | 820cb83b7ee1d981bcbb4dd7cd4a458fa4270a69 |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 776e337..180123e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Antonio Rojas pkgname=oxygen -pkgver=5.0.1 +pkgver=5.0.2 pkgrel=1 pkgdesc='KDE Oxygen style' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('frameworkintegration' 'kwin') makedepends=('extra-cmake-modules' 'kdoctools') groups=('plasma-next') source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('525e8b8706beb558cc673166175ab00f') +md5sums=('b9e4e84e68e7b69babd899725ea8bb94') prepare() { mkdir -p build @@ -24,7 +24,8 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_INSTALL_DIR=lib \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \ + -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ + -DLOCALE_INSTALL_DIR=/usr/share/locale/kf5 \ -DBUILD_TESTING=OFF make }