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

Andrea Scarpino andrea at archlinux.org
Tue Sep 9 12:20:45 UTC 2014


    Date: Tuesday, September 9, 2014 @ 14:20:44
  Author: andrea
Revision: 221293

upgpkg: oxygen 5.0.1-1

Upstream release

Modified:
  oxygen/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-09 12:19:04 UTC (rev 221292)
+++ PKGBUILD	2014-09-09 12:20:44 UTC (rev 221293)
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=oxygen
-pkgver=5.0.0
+pkgver=5.0.1
 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=('c7222727589ed965b6d457d2aaeb38db')
+md5sums=('525e8b8706beb558cc673166175ab00f')
 
 prepare() {
   mkdir -p build
@@ -20,12 +20,10 @@
 }
 
 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




More information about the arch-commits mailing list