[arch-commits] Commit in incidenceeditor (5 files)
Antonio Rojas
arojas at archlinux.org
Sat Mar 26 22:49:08 UTC 2016
Date: Saturday, March 26, 2016 @ 23:49:08
Author: arojas
Revision: 262649
archrelease: copy kde-unstable to staging-i686, staging-x86_64
Added:
incidenceeditor/repos/
incidenceeditor/repos/staging-i686/
incidenceeditor/repos/staging-i686/PKGBUILD
(from rev 262648, incidenceeditor/kde-unstable/PKGBUILD)
incidenceeditor/repos/staging-x86_64/
incidenceeditor/repos/staging-x86_64/PKGBUILD
(from rev 262648, incidenceeditor/kde-unstable/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: incidenceeditor/repos/staging-i686/PKGBUILD (from rev 262648, incidenceeditor/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2016-03-26 22:49:08 UTC (rev 262649)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=incidenceeditor
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="KDE PIM incidence editor"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(LGPL)
+depends=(eventviews)
+makedepends=(extra-cmake-modules)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('7f271719051fe200a5895dc0ff011e94')
+
+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 \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: incidenceeditor/repos/staging-x86_64/PKGBUILD (from rev 262648, incidenceeditor/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD (rev 0)
+++ repos/staging-x86_64/PKGBUILD 2016-03-26 22:49:08 UTC (rev 262649)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=incidenceeditor
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="KDE PIM incidence editor"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM"
+license=(LGPL)
+depends=(eventviews)
+makedepends=(extra-cmake-modules)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('7f271719051fe200a5895dc0ff011e94')
+
+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 \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list