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

Antonio Rojas arojas at archlinux.org
Fri Aug 14 07:01:57 UTC 2015


    Date: Friday, August 14, 2015 @ 09:01:57
  Author: arojas
Revision: 243664

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

Added:
  plasma-mediacenter/repos/kde-unstable-i686/
  plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD
    (from rev 243663, plasma-mediacenter/kde-unstable/PKGBUILD)
  plasma-mediacenter/repos/kde-unstable-x86_64/
  plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 243663, plasma-mediacenter/kde-unstable/PKGBUILD)

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

Copied: plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD (from rev 243663, plasma-mediacenter/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-08-14 07:01:57 UTC (rev 243664)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Bhushan Shah <bhush94 at gmail dot com>
+
+pkgname=plasma-mediacenter
+pkgver=5.3.95
+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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('3461e1da6734319374ba4cc406729bde')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 243663, plasma-mediacenter/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-14 07:01:57 UTC (rev 243664)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Bhushan Shah <bhush94 at gmail dot com>
+
+pkgname=plasma-mediacenter
+pkgver=5.3.95
+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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('3461e1da6734319374ba4cc406729bde')
+
+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
+}



More information about the arch-commits mailing list