summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 09:30:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-10 16:50:00 +0100
commitf1b6a4697cb6bd8b01b005cca0996982fd736a2d (patch)
tree9b2799b0df1355e0ee40b8c909752698a0803837 /kde-apps/kpimtextedit
parentapp-emulation/libvirt: init submodules for live ebuild (diff)
downloadgentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.gz
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.bz2
gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.zip
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kpimtextedit')
-rw-r--r--kde-apps/kpimtextedit/Manifest1
-rw-r--r--kde-apps/kpimtextedit/kpimtextedit-18.12.1.ebuild42
2 files changed, 43 insertions, 0 deletions
diff --git a/kde-apps/kpimtextedit/Manifest b/kde-apps/kpimtextedit/Manifest
index dede01c94cf6..2a9b7134725d 100644
--- a/kde-apps/kpimtextedit/Manifest
+++ b/kde-apps/kpimtextedit/Manifest
@@ -1,2 +1,3 @@
DIST kpimtextedit-18.08.3.tar.xz 143012 BLAKE2B 157a6231e2def27b89781c29c99c73f8c35cf6e60bc6b5e293e9aa1eb78be65dad5a24485500193e9156c1fe2986dc75d7e8e80d3692e5ce1001d590fd2f5229 SHA512 3a5ca2c2fc30f1c961a6f8b76a01c29be4b36c4e512e3c0cfaaa36c95fa9ba548f0d56cca3b9be86f2453c5c4be990b031cb2cd52a0747e1ab8af798156a7da7
DIST kpimtextedit-18.12.0.tar.xz 142472 BLAKE2B 64957360e1144d318747b3d7ef40712b3260fe7c66de5f95e5ec3d46494326c3fb63917ba1189845f78a2c26c382f5698b077aa01b95e3bfa21b1cd1deef0355 SHA512 72b3430844710f7b6840402f6e94798d5566e5b97dacaa246a097b85bafa31a02e293f930b183f565ac61a64f4353e885764094728098559afd5b7c5e288909f
+DIST kpimtextedit-18.12.1.tar.xz 142852 BLAKE2B 6dbb5ec21b26dbf019ce851066a341844ef2e5149bf5ba13c9c820d3084c2361befe90f96788a12a5d30514a196c050feb5c289d268bd21223359acc57db7553 SHA512 93af30e10ffb1ed34ebbf10266c035595f5681a925d03914d151d4a59152153d86e402fbf9e48e1ec10795e02fbc12532bee613e16bd1b5650d4b319f56fb444
diff --git a/kde-apps/kpimtextedit/kpimtextedit-18.12.1.ebuild b/kde-apps/kpimtextedit/kpimtextedit-18.12.1.ebuild
new file mode 100644
index 000000000000..8408949a9177
--- /dev/null
+++ b/kde-apps/kpimtextedit/kpimtextedit-18.12.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_DESIGNERPLUGIN="true"
+KDE_TEST="true"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="A textedit with PIM-specific features"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kemoticons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep sonnet)
+ $(add_frameworks_dep syntax-highlighting)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtspeech)
+ $(add_qt_dep qtwidgets)
+ dev-libs/grantlee:5
+"
+DEPEND="${COMMON_DEPEND}
+ test? ( $(add_frameworks_dep ktextwidgets) )
+"
+RDEPEND="${COMMON_DEPEND}
+ !kde-apps/kdepim-l10n
+"
+
+RESTRICT+=" test"