[arch-commits] Commit in oxygen/repos (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun May 18 18:55:40 UTC 2014


    Date: Sunday, May 18, 2014 @ 20:55:40
  Author: andrea
Revision: 213065

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  oxygen/repos/kde-unstable-i686/
  oxygen/repos/kde-unstable-i686/PKGBUILD
    (from rev 213064, oxygen/trunk/PKGBUILD)
  oxygen/repos/kde-unstable-x86_64/
  oxygen/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 213064, oxygen/trunk/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 213064, oxygen/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-05-18 18:55:40 UTC (rev 213065)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=oxygen
+pkgver=4.96.0
+pkgrel=1
+pkgdesc='KDE Oxygen style'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+depends=('frameworkintegration' 'kwin')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('plasma-next')
+source=("http://download.kde.org/unstable/plasma/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('44b81eb12e92456a12663c7014bcb196')
+
+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 \
+    -DLIB_INSTALL_DIR=lib \
+    -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: oxygen/repos/kde-unstable-x86_64/PKGBUILD (from rev 213064, oxygen/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-05-18 18:55:40 UTC (rev 213065)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=oxygen
+pkgver=4.96.0
+pkgrel=1
+pkgdesc='KDE Oxygen style'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+depends=('frameworkintegration' 'kwin')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('plasma-next')
+source=("http://download.kde.org/unstable/plasma/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('44b81eb12e92456a12663c7014bcb196')
+
+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 \
+    -DLIB_INSTALL_DIR=lib \
+    -DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list