summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-04 19:54:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-04 19:55:27 +0100
commit8a0e267e520b86de5cb90852c935ed9bf0b1112e (patch)
treec37c4a594cf475f5fc08fb7fcfd802d82f5294f9 /kde-frameworks/syntax-highlighting
parent933324cb925d03d8d59df09cb07325dae7b244ff (diff)
downloadkde-8a0e267e520b86de5cb90852c935ed9bf0b1112e.tar.gz
kde-8a0e267e520b86de5cb90852c935ed9bf0b1112e.tar.bz2
kde-8a0e267e520b86de5cb90852c935ed9bf0b1112e.zip
kde-frameworks: Add KDE Frameworks 5.66.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/syntax-highlighting')
-rw-r--r--kde-frameworks/syntax-highlighting/Manifest1
-rw-r--r--kde-frameworks/syntax-highlighting/syntax-highlighting-5.66.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-frameworks/syntax-highlighting/Manifest b/kde-frameworks/syntax-highlighting/Manifest
new file mode 100644
index 00000000000..7eb4d72cd76
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.66.0.tar.xz 1579312 BLAKE2B e005660edfd3d0c092d92a27e39a1b0fa5be631260c46b8e6f4121a64455e86b759a8e67e51e26b8a96473bb1740cdc0e617e2195099df2e9ca7d6443b0de1a9 SHA512 7cc68e9eaa3b12f2a5a436115cdc05443640bf1ca1a92c7b66a168605fcafc0e19174a8b28ee0683932e0c097970439e9235a5d55c584ffe56e4cf71e77f2cce
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.66.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.66.0.ebuild
new file mode 100644
index 00000000000..b0f83b80ccf
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.66.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="forceoptional"
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="Framework for syntax highlighting"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="nls"
+
+BDEPEND="
+ dev-lang/perl
+ nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtxmlpatterns-${QTMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ ecm_src_install
+ dobin "${BUILD_DIR}"/bin/katehighlightingindexer
+}