[arch-commits] Commit in kjots/repos/community-x86_64 (3 files)

2020-10-17 Thread Antonio Rojas via arch-commits
Date: Saturday, October 17, 2020 @ 18:20:21
  Author: arojas
Revision: 725560

archrelease: copy trunk to community-x86_64

Added:
  kjots/repos/community-x86_64/PKGBUILD
(from rev 725559, kjots/trunk/PKGBUILD)
  kjots/repos/community-x86_64/kjots-kontactinterface-20.08.patch
(from rev 725559, kjots/trunk/kjots-kontactinterface-20.08.patch)
Deleted:
  kjots/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |   67 +++
 kjots-kontactinterface-20.08.patch |  148 +++
 2 files changed, 180 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-17 18:20:14 UTC (rev 725559)
+++ PKGBUILD2020-10-17 18:20:21 UTC (rev 725560)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kjots
-pkgver=5.0.2
-pkgrel=6
-pkgdesc="A note taking application for KDE"
-url="https://www.kde.org/applications/utilities/kjots/;
-arch=(x86_64)
-license=(GPL)
-depends=(kontactinterface akonadi akonadi-notes kpimtextedit)
-makedepends=(extra-cmake-modules kdoctools boost kdelibs4support)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
- 
kjots-kbookmarks-5.69.patch::"https://cgit.kde.org/kjots.git/patch/?id=ca6f4b96;)
-sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3'
-'269986ad104cf6b99d37a88340f60a84284d9400afcd2c18c7e9ad5457d34cc1')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kjots-kbookmarks-5.69.patch # Fix crash with kbookmarks 5.69
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kjots/repos/community-x86_64/PKGBUILD (from rev 725559, 
kjots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-17 18:20:21 UTC (rev 725560)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+pkgrel=7
+pkgdesc="A note taking application for KDE"
+url="https://www.kde.org/applications/utilities/kjots/;
+arch=(x86_64)
+license=(GPL)
+depends=(kontactinterface akonadi akonadi-notes kpimtextedit grantlee)
+makedepends=(extra-cmake-modules kdoctools boost kdelibs4support)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+ 
kjots-kbookmarks-5.69.patch::"https://invent.kde.org/pim/kjots/-/commit/ca6f4b96.patch;
+ kjots-kontactinterface-20.08.patch)
+sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3'
+'2afdf86836cda549445b8ce16957c252f7edee43569f9f695c3e430564a54a08'
+'362deabee18c9f001b14912e93bfd7b6f49423ca35a10ef8b193d6a8af7ffa11')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kjots-kbookmarks-5.69.patch # Fix crash 
with kbookmarks 5.69
+  patch -d $pkgname-$pkgver -p1 -i ../kjots-kontactinterface-20.08.patch # Fix 
build with kontactinterface 20.08
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF 
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: kjots/repos/community-x86_64/kjots-kontactinterface-20.08.patch (from 
rev 725559, kjots/trunk/kjots-kontactinterface-20.08.patch)
===
--- kjots-kontactinterface-20.08.patch  (rev 0)
+++ kjots-kontactinterface-20.08.patch  2020-10-17 18:20:21 UTC (rev 725560)
@@ -0,0 +1,148 @@
+From bcf49fb95bee12bbc4bef0578285ad296deafcae Mon Sep 17 00:00:00 2001
+From: David Faure 
+Date: Fri, 24 Apr 2020 01:25:43 +0200
+Subject: [PATCH] Install the kontact plugin into kontact5, with JSON metadata.
+
+Summary: This will allow kontact to use KPluginLoader one day.
+
+It also fixes compilation with current kontactinterface API.
+
+Test Plan:
+rm $prefix/lib64/plugins/kontact_zanshinplugin.so ; make install
+kontact still finds the zanshin plugin
+
+The same steps (other than old-kontact-interface compatibility) were already
+pushed to all other kontact plugins.
+
+This commit is very similar to https://phabricator.kde.org/D28847
+and its predecessor commit, in zanshin.
+---
+ src/kontact_plugin/CMakeLists.txt  | 11 -
+ src/kontact_plugin/kjots_plugin.cpp| 34 --
+ src/kontact_plugin/kjots_plugin.h  |  5 
+ src/kontact_plugin/kjotsplugin.desktop |  2 +-
+ 4 files changed, 43 insertions(+), 9 deletions(-)
+
+diff --git a/src/kontact_plugin/CMakeLists.txt 
b/src/kontact_plugin/CMakeLists.txt
+index 8a6b5e1..dec4b8b 100644
+--- a/src/kontact_plugin/CMakeLists.txt
 b/src/kontact_plugin/CMakeLists.txt
+@@ -1,13 +1,22 @@
+ include_directories(${kjots_SOURCE_DIR}/src)
+ 
++# TODO: remove once kontactinterface 5.14.42 is required
++if(NOT 

[arch-commits] Commit in kjots/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-16 Thread Antonio Rojas via arch-commits
Date: Saturday, May 16, 2020 @ 07:39:04
  Author: arojas
Revision: 628154

archrelease: copy trunk to community-x86_64

Added:
  kjots/repos/community-x86_64/PKGBUILD
(from rev 628153, kjots/trunk/PKGBUILD)
Deleted:
  kjots/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-16 07:38:36 UTC (rev 628153)
+++ PKGBUILD2020-05-16 07:39:04 UTC (rev 628154)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kjots
-pkgver=5.0.2
-pkgrel=5
-pkgdesc="A note taking application for KDE"
-url="https://www.kde.org/applications/utilities/kjots/;
-arch=(x86_64)
-license=(GPL)
-depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit)
-makedepends=(extra-cmake-modules kdoctools boost kdelibs4support)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
- 
kjots-kbookmarks-5.69.patch::"https://cgit.kde.org/kjots.git/patch/?id=ca6f4b96;)
-sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3'
-'269986ad104cf6b99d37a88340f60a84284d9400afcd2c18c7e9ad5457d34cc1')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kjots-kbookmarks-5.69.patch # Fix crash with kbookmarks 5.69
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kjots/repos/community-x86_64/PKGBUILD (from rev 628153, 
kjots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-16 07:39:04 UTC (rev 628154)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+pkgrel=6
+pkgdesc="A note taking application for KDE"
+url="https://www.kde.org/applications/utilities/kjots/;
+arch=(x86_64)
+license=(GPL)
+depends=(kontactinterface akonadi akonadi-notes kpimtextedit)
+makedepends=(extra-cmake-modules kdoctools boost kdelibs4support)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+ 
kjots-kbookmarks-5.69.patch::"https://cgit.kde.org/kjots.git/patch/?id=ca6f4b96;)
+sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3'
+'269986ad104cf6b99d37a88340f60a84284d9400afcd2c18c7e9ad5457d34cc1')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kjots-kbookmarks-5.69.patch # Fix crash with kbookmarks 5.69
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in kjots/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-22 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 22, 2020 @ 17:16:50
  Author: arojas
Revision: 617675

archrelease: copy trunk to community-x86_64

Added:
  kjots/repos/community-x86_64/PKGBUILD
(from rev 617674, kjots/trunk/PKGBUILD)
Deleted:
  kjots/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 -
 1 file changed, 35 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-22 17:16:37 UTC (rev 617674)
+++ PKGBUILD2020-04-22 17:16:50 UTC (rev 617675)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kjots
-pkgver=5.0.2
-pkgrel=4
-pkgdesc="A note taking application for KDE"
-url="https://www.kde.org/applications/utilities/kjots/;
-arch=(x86_64)
-license=(GPL)
-depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit)
-makedepends=(extra-cmake-modules kdoctools boost kdelibs4support)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kjots/repos/community-x86_64/PKGBUILD (from rev 617674, 
kjots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-22 17:16:50 UTC (rev 617675)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+pkgrel=5
+pkgdesc="A note taking application for KDE"
+url="https://www.kde.org/applications/utilities/kjots/;
+arch=(x86_64)
+license=(GPL)
+depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit)
+makedepends=(extra-cmake-modules kdoctools boost kdelibs4support)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;
+ 
kjots-kbookmarks-5.69.patch::"https://cgit.kde.org/kjots.git/patch/?id=ca6f4b96;)
+sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3'
+'269986ad104cf6b99d37a88340f60a84284d9400afcd2c18c7e9ad5457d34cc1')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kjots-kbookmarks-5.69.patch # Fix crash with kbookmarks 5.69
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in kjots/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-26 Thread Antonio Rojas via arch-commits
Date: Monday, August 26, 2019 @ 22:53:53
  Author: arojas
Revision: 502324

archrelease: copy trunk to community-x86_64

Added:
  kjots/repos/community-x86_64/PKGBUILD
(from rev 502323, kjots/trunk/PKGBUILD)
Deleted:
  kjots/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   65 +
 1 file changed, 31 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-26 22:53:30 UTC (rev 502323)
+++ PKGBUILD2019-08-26 22:53:53 UTC (rev 502324)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=kjots
-pkgver=5.0.2
-pkgrel=3
-pkgdesc="A note taking application for KDE"
-url="https://www.kde.org/applications/utilities/kjots/;
-arch=(x86_64)
-license=(GPL)
-depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit)
-makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kjots/repos/community-x86_64/PKGBUILD (from rev 502323, 
kjots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-26 22:53:53 UTC (rev 502324)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+pkgrel=4
+pkgdesc="A note taking application for KDE"
+url="https://www.kde.org/applications/utilities/kjots/;
+arch=(x86_64)
+license=(GPL)
+depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit)
+makedepends=(extra-cmake-modules kdoctools boost kdelibs4support)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in kjots/repos (2 files)

2017-12-14 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 22:51:12
  Author: arojas
Revision: 274475

archrelease: copy trunk to community-testing-x86_64

Added:
  kjots/repos/community-testing-x86_64/
  kjots/repos/community-testing-x86_64/PKGBUILD
(from rev 274474, kjots/trunk/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: kjots/repos/community-testing-x86_64/PKGBUILD (from rev 274474, 
kjots/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-14 22:51:12 UTC (rev 274475)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+pkgrel=3
+pkgdesc="A note taking application for KDE"
+url="https://www.kde.org/applications/utilities/kjots/;
+arch=(x86_64)
+license=(GPL)
+depends=(kcmutils kontactinterface akonadi akonadi-notes kpimtextedit)
+makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


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

2017-08-21 Thread Antonio Rojas
Date: Monday, August 21, 2017 @ 19:12:39
  Author: arojas
Revision: 252886

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

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

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   36 --
 community-x86_64/PKGBUILD |   36 --
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-21 19:12:09 UTC (rev 252885)
+++ community-i686/PKGBUILD 2017-08-21 19:12:39 UTC (rev 252886)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=kjots
-pkgver=5.0.2
-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 akonadi-notes kpimtextedit 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-conflicts=(kdepim-kjots)
-replaces=(kdepim-kjots)
-md5sums=('296136e9860142596235d6d3f2c523e8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kjots/repos/community-i686/PKGBUILD (from rev 252885, 
kjots/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-21 19:12:39 UTC (rev 252886)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+pkgrel=2
+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 akonadi-notes kpimtextedit)
+makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+conflicts=(kdepim-kjots)
+replaces=(kdepim-kjots)
+sha256sums=('5359aefb7b44027d7abbdafb0d501a7b30695119d5d5c8a75cfcee98e428fae3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-21 19:12:09 UTC (rev 252885)
+++ community-x86_64/PKGBUILD   2017-08-21 19:12:39 UTC (rev 252886)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=kjots
-pkgver=5.0.2
-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 akonadi-notes kpimtextedit 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-conflicts=(kdepim-kjots)
-replaces=(kdepim-kjots)
-md5sums=('296136e9860142596235d6d3f2c523e8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kjots/repos/community-x86_64/PKGBUILD (from rev 252885, 
kjots/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-21 19:12:39 UTC (rev 252886)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+pkgrel=2
+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 akonadi-notes kpimtextedit)
+makedepends=(extra-cmake-modules 

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

2016-12-17 Thread Antonio Rojas
Date: Saturday, December 17, 2016 @ 23:43:47
  Author: arojas
Revision: 19

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

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

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 72 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-17 23:43:23 UTC (rev 18)
+++ community-i686/PKGBUILD 2016-12-17 23:43:47 UTC (rev 19)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=kjots
-pkgver=5.0.1
-pkgrel=2
-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 akonadi-notes kpimtextedit 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-conflicts=(kdepim-kjots)
-replaces=(kdepim-kjots)
-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-i686/PKGBUILD (from rev 18, 
kjots/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-17 23:43:47 UTC (rev 19)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+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 akonadi-notes kpimtextedit 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+conflicts=(kdepim-kjots)
+replaces=(kdepim-kjots)
+md5sums=('296136e9860142596235d6d3f2c523e8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-17 23:43:23 UTC (rev 18)
+++ community-x86_64/PKGBUILD   2016-12-17 23:43:47 UTC (rev 19)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=kjots
-pkgver=5.0.1
-pkgrel=2
-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 akonadi-notes kpimtextedit 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-conflicts=(kdepim-kjots)
-replaces=(kdepim-kjots)
-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 18, 
kjots/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-17 23:43:47 UTC (rev 19)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.2
+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 

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

2016-12-15 Thread Antonio Rojas
Date: Thursday, December 15, 2016 @ 20:12:57
  Author: arojas
Revision: 199600

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

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

---+
 community-testing-i686/PKGBUILD   |   45 
 community-testing-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: kjots/repos/community-testing-i686/PKGBUILD (from rev 199599, 
kjots/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-12-15 20:12:57 UTC (rev 199600)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.1
+pkgrel=3
+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 akonadi-notes kpimtextedit 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
+
kjots-fix-build.patch::"https://cgit.kde.org/kjots.git/patch/?id=bebc6809;
+
kjots-fix-build-2.patch::"https://cgit.kde.org/kjots.git/patch/?id=01fc847e;)
+conflicts=(kdepim-kjots)
+replaces=(kdepim-kjots)
+md5sums=('edb0a82781dbb75d1fe69f2eb6f7cf28'
+ '1671b9c7c4ebd4a53aa1217c4cd8223f'
+ '27db25ec966d0809fb4ecb4931fa4d7c')
+
+prepare() {
+  mkdir -p build
+
+# Fix build
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kjots-fix-build.patch
+  patch -p1 -i ../kjots-fix-build-2.patch
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Copied: kjots/repos/community-testing-x86_64/PKGBUILD (from rev 199599, 
kjots/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-12-15 20:12:57 UTC (rev 199600)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.1
+pkgrel=3
+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 akonadi-notes kpimtextedit 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
+
kjots-fix-build.patch::"https://cgit.kde.org/kjots.git/patch/?id=bebc6809;
+
kjots-fix-build-2.patch::"https://cgit.kde.org/kjots.git/patch/?id=01fc847e;)
+conflicts=(kdepim-kjots)
+replaces=(kdepim-kjots)
+md5sums=('edb0a82781dbb75d1fe69f2eb6f7cf28'
+ '1671b9c7c4ebd4a53aa1217c4cd8223f'
+ '27db25ec966d0809fb4ecb4931fa4d7c')
+
+prepare() {
+  mkdir -p build
+
+# Fix build
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kjots-fix-build.patch
+  patch -p1 -i ../kjots-fix-build-2.patch
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


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

2016-04-27 Thread Antonio Rojas
Date: Wednesday, April 27, 2016 @ 22:45:31
  Author: arojas
Revision: 172185

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

Added:
  kjots/repos/community-i686/PKGBUILD
(from rev 172184, kjots/trunk/PKGBUILD)
  kjots/repos/community-x86_64/PKGBUILD
(from rev 172184, kjots/trunk/PKGBUILD)
Deleted:
  kjots/repos/community-i686/PKGBUILD
  kjots/repos/community-i686/kjots.install
  kjots/repos/community-x86_64/PKGBUILD
  kjots/repos/community-x86_64/kjots.install

+
 /PKGBUILD  |   74 +++
 community-i686/PKGBUILD|   38 
 community-i686/kjots.install   |   13 --
 community-x86_64/PKGBUILD  |   38 
 community-x86_64/kjots.install |   13 --
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 20:44:54 UTC (rev 172184)
+++ community-i686/PKGBUILD 2016-04-27 20:45:31 UTC (rev 172185)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas 
-
-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-i686/PKGBUILD (from rev 172184, 
kjots/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 20:45:31 UTC (rev 172185)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kjots
+pkgver=5.0.1
+pkgrel=2
+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 akonadi-notes kpimtextedit 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost python kdelibs4support)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+conflicts=(kdepim-kjots)
+replaces=(kdepim-kjots)
+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
+}
+

Deleted: community-i686/kjots.install
===
--- community-i686/kjots.install2016-04-27 20:44:54 UTC (rev 172184)
+++ community-i686/kjots.install2016-04-27 20:45:31 UTC (rev 172185)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-27 20:44:54 UTC (rev 172184)
+++ community-x86_64/PKGBUILD   2016-04-27 20:45:31 UTC (rev 172185)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas 
-
-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 \
-

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

2016-01-29 Thread Antonio Rojas
Date: Friday, January 29, 2016 @ 23:41:27
  Author: arojas
Revision: 159430

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

Added:
  kjots/repos/community-i686/kjots.install
(from rev 159429, kjots/trunk/kjots.install)
  kjots/repos/community-x86_64/kjots.install
(from rev 159429, kjots/trunk/kjots.install)
Deleted:
  kjots/repos/community-i686/PKGBUILD
  kjots/repos/community-x86_64/PKGBUILD

+
 community-i686/PKGBUILD|   38 --
 community-i686/kjots.install   |   13 +
 community-x86_64/PKGBUILD  |   38 --
 community-x86_64/kjots.install |   13 +
 4 files changed, 26 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-29 21:57:59 UTC (rev 159429)
+++ community-i686/PKGBUILD 2016-01-29 22:41:27 UTC (rev 159430)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas 
-
-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-i686/kjots.install (from rev 159429, 
kjots/trunk/kjots.install)
===
--- community-i686/kjots.install(rev 0)
+++ community-i686/kjots.install2016-01-29 22:41:27 UTC (rev 159430)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-29 21:57:59 UTC (rev 159429)
+++ community-x86_64/PKGBUILD   2016-01-29 22:41:27 UTC (rev 159430)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 141579 2015-09-24 15:22:43Z arojas $
-# Maintainer: Antonio Rojas 
-
-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/kjots.install (from rev 159429, 
kjots/trunk/kjots.install)
===
--- community-x86_64/kjots.install  (rev 0)
+++ community-x86_64/kjots.install  2016-01-29 22:41:27 UTC (rev 159430)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+


[arch-commits] Commit in kjots (repos)

2016-01-29 Thread Antonio Rojas
Date: Saturday, January 30, 2016 @ 00:02:10
  Author: arojas
Revision: 159431

Deleted:
  kjots/repos/