summaryrefslogtreecommitdiff
path: root/kde-frameworks/syntax-highlighting
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-01 22:36:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-01 22:36:39 +0200
commit9660caea2894433b67a4d09437b82b7609dd0274 (patch)
treee8c8619324a26de2ed5237094103943d5146fcf1 /kde-frameworks/syntax-highlighting
parentc98130bdd0ad70fcd4458ce3943668fee40cd223 (diff)
downloadkde-9660caea2894433b67a4d09437b82b7609dd0274.tar.gz
kde-9660caea2894433b67a4d09437b82b7609dd0274.tar.bz2
kde-9660caea2894433b67a4d09437b82b7609dd0274.zip
kde-frameworks/syntax-highlighting: 5.73.0 version bump
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.73.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..c8f1c0f6d16
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/Manifest
@@ -0,0 +1 @@
+DIST syntax-highlighting-5.73.0.tar.xz 1765768 BLAKE2B 82dddddc46f2e70b4c4dc036dae88dda0355e877e89552d86f16c241b1fa669d32cd7a8d6c4cdf54d523f510df23ce10b2e45ed341dcb8380e17f0d750ec259e SHA512 e283fb750266053d5c452caeba53e8126203c8cec14ea5458ef979e8cc79ad9f161fab9728ad36703dae15edd71aaec2c1f3263c06b8c97aab85e458c3df2dea
diff --git a/kde-frameworks/syntax-highlighting/syntax-highlighting-5.73.0.ebuild b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.73.0.ebuild
new file mode 100644
index 00000000000..352f17f8e6f
--- /dev/null
+++ b/kde-frameworks/syntax-highlighting/syntax-highlighting-5.73.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.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework for syntax highlighting"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~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
+}