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

Antonio Rojas arojas at archlinux.org
Thu Mar 3 22:40:03 UTC 2016


    Date: Thursday, March 3, 2016 @ 23:40:02
  Author: arojas
Revision: 260764

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

Added:
  kactivities/repos/kde-unstable-i686/
  kactivities/repos/kde-unstable-i686/PKGBUILD
    (from rev 260763, kactivities/kde-unstable/PKGBUILD)
  kactivities/repos/kde-unstable-x86_64/
  kactivities/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 260763, kactivities/kde-unstable/PKGBUILD)

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

Copied: kactivities/repos/kde-unstable-i686/PKGBUILD (from rev 260763, kactivities/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-03-03 22:40:02 UTC (rev 260764)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kactivities
+pkgver=5.19.0
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://projects.kde.org/projects/frameworks/kactivities'
+license=('LGPL')
+depends=('kcmutils')
+makedepends=('extra-cmake-modules' 'boost' 'python')
+provides=('kactivities-frameworks')
+conflicts=('kactivities-frameworks' 'kactivities4')
+replaces=('kactivities-frameworks')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+md5sums=('b5ceb59e0b354858849c6728d7df2c3d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF \
+    -DKACTIVITIES_LIBRARY_ONLY=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Remove translations, moved to kactivitymanagerd
+  rm -r "$pkgdir"/usr/share
+}

Copied: kactivities/repos/kde-unstable-x86_64/PKGBUILD (from rev 260763, kactivities/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-03-03 22:40:02 UTC (rev 260764)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kactivities
+pkgver=5.19.0
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://projects.kde.org/projects/frameworks/kactivities'
+license=('LGPL')
+depends=('kcmutils')
+makedepends=('extra-cmake-modules' 'boost' 'python')
+provides=('kactivities-frameworks')
+conflicts=('kactivities-frameworks' 'kactivities4')
+replaces=('kactivities-frameworks')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+md5sums=('b5ceb59e0b354858849c6728d7df2c3d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF \
+    -DKACTIVITIES_LIBRARY_ONLY=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Remove translations, moved to kactivitymanagerd
+  rm -r "$pkgdir"/usr/share
+}



More information about the arch-commits mailing list