Date: Tuesday, April 28, 2015 @ 09:22:16
  Author: arojas
Revision: 238113

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  plasma-mediacenter/repos/testing-i686/
  plasma-mediacenter/repos/testing-i686/PKGBUILD
    (from rev 238112, plasma-mediacenter/trunk/PKGBUILD)
  plasma-mediacenter/repos/testing-x86_64/
  plasma-mediacenter/repos/testing-x86_64/PKGBUILD
    (from rev 238112, plasma-mediacenter/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: plasma-mediacenter/repos/testing-i686/PKGBUILD (from rev 238112, 
plasma-mediacenter/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2015-04-28 07:22:16 UTC (rev 238113)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Bhushan Shah <bhush94 at gmail dot com>
+
+pkgname=plasma-mediacenter
+pkgver=5.3.0
+pkgrel=1
+pkgdesc="A mediacenter user interface based on KDE Plasma components"
+arch=(i686 x86_64)
+url="http://community.kde.org/Plasma/Plasma_Media_Center/";
+license=(GPL3)
+depends=(plasma-workspace baloo)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('0e24ce4ede2ffe3e9afb6e639d50ef08')
+
+prepare() {
+  mkdir -p build
+}    
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma-mediacenter/repos/testing-x86_64/PKGBUILD (from rev 238112, 
plasma-mediacenter/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2015-04-28 07:22:16 UTC (rev 238113)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Bhushan Shah <bhush94 at gmail dot com>
+
+pkgname=plasma-mediacenter
+pkgver=5.3.0
+pkgrel=1
+pkgdesc="A mediacenter user interface based on KDE Plasma components"
+arch=(i686 x86_64)
+url="http://community.kde.org/Plasma/Plasma_Media_Center/";
+license=(GPL3)
+depends=(plasma-workspace baloo)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";)
+md5sums=('0e24ce4ede2ffe3e9afb6e639d50ef08')
+
+prepare() {
+  mkdir -p build
+}    
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Reply via email to