summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-26 00:01:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-26 19:13:10 +0200
commit5da642a37df90a7ed5debc0371a0d4cc40a9f365 (patch)
tree2a4b97e437bc57e60dbb30c61ce846aee168aec7 /app-text/kjots
parentx11-libs/libpciaccess: Execute libtool with /bin/sh (diff)
downloadgentoo-5da642a37df90a7ed5debc0371a0d4cc40a9f365.tar.gz
gentoo-5da642a37df90a7ed5debc0371a0d4cc40a9f365.tar.bz2
gentoo-5da642a37df90a7ed5debc0371a0d4cc40a9f365.zip
kde-apps/kjots: pkgmove to app-text/kjots
Package was split out of KDE PIM a long time ago. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/kjots')
-rw-r--r--app-text/kjots/Manifest1
-rw-r--r--app-text/kjots/kjots-5.0.2.ebuild42
-rw-r--r--app-text/kjots/metadata.xml8
3 files changed, 51 insertions, 0 deletions
diff --git a/app-text/kjots/Manifest b/app-text/kjots/Manifest
new file mode 100644
index 000000000000..a15fbd6af693
--- /dev/null
+++ b/app-text/kjots/Manifest
@@ -0,0 +1 @@
+DIST kjots-5.0.2.tar.xz 230608 BLAKE2B 3194b0ef072decfa09455ca7e8d6057ea3f37f54d37641a6ddf28e17ef4662a408adc9e9b04394e6002b51e72ef740412bcdd70324d6efcb9e949f9911437559 SHA512 a652765c56cebcaeba7b879cc075555c28667abdba84d11e986e5ffb440fbc776116f363992dd84d939918ae7d80ef5c2e1093da28d114b18041e10e5209b225
diff --git a/app-text/kjots/kjots-5.0.2.ebuild b/app-text/kjots/kjots-5.0.2.ebuild
new file mode 100644
index 000000000000..1aaa4567bdef
--- /dev/null
+++ b/app-text/kjots/kjots-5.0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+DESCRIPTION="Note taking utility by KDE"
+HOMEPAGE="https://userbase.kde.org/KJots https://community.kde.org/PIM/KJots"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemmodels)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep akonadi)
+ $(add_kdeapps_dep akonadi-notes)
+ $(add_kdeapps_dep kmime)
+ $(add_kdeapps_dep kontactinterface)
+ $(add_kdeapps_dep kpimtextedit)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtwidgets)
+ dev-libs/grantlee:5
+ dev-libs/libxslt
+"
+RDEPEND="${DEPEND}
+ !app-text/kjots:4
+"
diff --git a/app-text/kjots/metadata.xml b/app-text/kjots/metadata.xml
new file mode 100644
index 000000000000..2fdbf33d963d
--- /dev/null
+++ b/app-text/kjots/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>