kde-misc/kate-stuff - 20260719 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =kde-misc/kate-stuff-20260719

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =kde-misc/kate-stuff-20260719

Or alternatively:

emerge --autounmask-write -a =kde-misc/kate-stuff-20260719

Package Information

Description:
Updated and improved Kate editor syntax files and code snippets.
Homepage:
https://github.com/zaufi/kate-stuff
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
20260719 8 ~amd64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Updated and improved Kate editor syntax files and code snippets."
HOMEPAGE="https://github.com/zaufi/kate-stuff"
SHA="4b04f0814ab7faf417ab4e0517df715d58bbff52"
SRC_URI="https://github.com/zaufi/kate-stuff/archive/${SHA}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${SHA}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"

src_install() {
	insinto "/usr/share/${PN}"
	doins kwin-rules/*
	doins schema/*.kateschema
	insinto /usr/share/org.kde.syntax-highlighting/syntax
	doins syntax/*.xml
	insinto /usr/share/apps/ktexteditor_snippets/data
	doins snippets/*.xml
	einstalldocs
}

Manifest for 20260719

Type File Size Source URLs
DIST kate-stuff-20260719.tar.gz 209190 bytes https://github.com/zaufi/kate-stuff/archive/4b04f0814ab7faf417ab4e0517df715d58bbff52.tar.gz