[arch-commits] Commit in oxygen/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Sep 19 10:00:24 UTC 2014


    Date: Friday, September 19, 2014 @ 12:00:24
  Author: andrea
Revision: 222085

upgpkg: oxygen 5.0.2-1

Upstream release

Modified:
  oxygen/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-19 09:44:26 UTC (rev 222084)
+++ PKGBUILD	2014-09-19 10:00:24 UTC (rev 222085)
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=oxygen
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc='KDE Oxygen style'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 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
@@ -25,7 +25,8 @@
     -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
 }




More information about the arch-commits mailing list