Date: Friday, January 29, 2016 @ 16:07:26
  Author: arojas
Revision: 159414

archrelease: copy trunk to community-i686, community-x86_64

Added:
  kjots/repos/
  kjots/repos/community-i686/
  kjots/repos/community-i686/PKGBUILD
    (from rev 159413, kjots/trunk/PKGBUILD)
  kjots/repos/community-x86_64/
  kjots/repos/community-x86_64/PKGBUILD
    (from rev 159413, kjots/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: kjots/repos/community-i686/PKGBUILD (from rev 159413, 
kjots/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD                               (rev 0)
+++ repos/community-i686/PKGBUILD       2016-01-29 15:07:26 UTC (rev 159414)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=kjots
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="A note taking application for KDE"
+url="https://www.kde.org/applications/utilities/kjots/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(kcmutils kontactinterface akonadi-client akonadi-notes 
kdelibs4support kpimtextedit hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+conflicts=(kdepim-kjots)
+replaces=(kdepim-kjots)
+install=$pkgname.install
+md5sums=('edb0a82781dbb75d1fe69f2eb6f7cf28')
+
+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 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: kjots/repos/community-x86_64/PKGBUILD (from rev 159413, 
kjots/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2016-01-29 15:07:26 UTC (rev 159414)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=kjots
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="A note taking application for KDE"
+url="https://www.kde.org/applications/utilities/kjots/";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(kcmutils kontactinterface akonadi-client akonadi-notes 
kdelibs4support kpimtextedit hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+conflicts=(kdepim-kjots)
+replaces=(kdepim-kjots)
+install=$pkgname.install
+md5sums=('edb0a82781dbb75d1fe69f2eb6f7cf28')
+
+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 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Reply via email to