[arch-commits] Commit in akonadi-calendar (5 files)

Antonio Rojas arojas at archlinux.org
Tue Jul 28 07:32:57 UTC 2015


    Date: Tuesday, July 28, 2015 @ 09:32:57
  Author: arojas
Revision: 242555

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

Added:
  akonadi-calendar/repos/
  akonadi-calendar/repos/kde-unstable-i686/
  akonadi-calendar/repos/kde-unstable-i686/PKGBUILD
    (from rev 242554, akonadi-calendar/kde-unstable/PKGBUILD)
  akonadi-calendar/repos/kde-unstable-x86_64/
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242554, akonadi-calendar/kde-unstable/PKGBUILD)

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

Copied: akonadi-calendar/repos/kde-unstable-i686/PKGBUILD (from rev 242554, akonadi-calendar/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2015-07-28 07:32:57 UTC (rev 242555)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=akonadi-calendar
+pkgver=15.07.80
+pkgrel=1
+pkgdesc="Akonadi calendar integration"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname"
+license=(LGPL)
+depends=(kmailtransport kcalutils)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz")
+md5sums=('6e3feffacf3f3fbc75ac75f41ca546a8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD (from rev 242554, akonadi-calendar/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2015-07-28 07:32:57 UTC (rev 242555)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=akonadi-calendar
+pkgver=15.07.80
+pkgrel=1
+pkgdesc="Akonadi calendar integration"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname"
+license=(LGPL)
+depends=(kmailtransport kcalutils)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz")
+md5sums=('6e3feffacf3f3fbc75ac75f41ca546a8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list