[arch-commits] Commit in kdepim-runtime/repos (6 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 26 22:46:16 UTC 2016


    Date: Saturday, March 26, 2016 @ 23:46:16
  Author: arojas
Revision: 262640

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

Added:
  kdepim-runtime/repos/staging-i686/
  kdepim-runtime/repos/staging-i686/PKGBUILD
    (from rev 262639, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/staging-i686/kdepim-runtime.install
    (from rev 262639, kdepim-runtime/kde-unstable/kdepim-runtime.install)
  kdepim-runtime/repos/staging-x86_64/
  kdepim-runtime/repos/staging-x86_64/PKGBUILD
    (from rev 262639, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/staging-x86_64/kdepim-runtime.install
    (from rev 262639, kdepim-runtime/kde-unstable/kdepim-runtime.install)

---------------------------------------+
 staging-i686/PKGBUILD                 |   38 ++++++++++++++++++++++++++++++++
 staging-i686/kdepim-runtime.install   |   13 ++++++++++
 staging-x86_64/PKGBUILD               |   38 ++++++++++++++++++++++++++++++++
 staging-x86_64/kdepim-runtime.install |   13 ++++++++++
 4 files changed, 102 insertions(+)

Copied: kdepim-runtime/repos/staging-i686/PKGBUILD (from rev 262639, kdepim-runtime/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-26 22:46:16 UTC (rev 262640)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils akonadi-calendar
+         knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('fcd0446799ce1eef9b1cd60660b0dd90d8543d07')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdepim-runtime/repos/staging-i686/kdepim-runtime.install (from rev 262639, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===================================================================
--- staging-i686/kdepim-runtime.install	                        (rev 0)
+++ staging-i686/kdepim-runtime.install	2016-03-26 22:46:16 UTC (rev 262640)
@@ -0,0 +1,13 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-mime-database usr/share/mime &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kdepim-runtime/repos/staging-x86_64/PKGBUILD (from rev 262639, kdepim-runtime/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-26 22:46:16 UTC (rev 262640)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme libkgapi libkolab akonadi-socialutils akonadi-calendar
+         knotifyconfig kross kalarmcal kmbox kimap kde-syndication)
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('fcd0446799ce1eef9b1cd60660b0dd90d8543d07')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdepim-runtime/repos/staging-x86_64/kdepim-runtime.install (from rev 262639, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===================================================================
--- staging-x86_64/kdepim-runtime.install	                        (rev 0)
+++ staging-x86_64/kdepim-runtime.install	2016-03-26 22:46:16 UTC (rev 262640)
@@ -0,0 +1,13 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-mime-database usr/share/mime &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list