diff options
author | Kacper Słomiński <kacper.slominski72@gmail.com> | 2023-12-14 01:13:17 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-12-16 00:32:12 +0100 |
commit | a2d2fe0f2e1427a4a3de770eaeaf5a1051e97183 (patch) | |
tree | 31febc836117cec4d9e6aaaea4a151fdf7b844b3 /app-emacs/kaolin-themes | |
parent | app-emacs/ws-butler: new package, add 0.6_p20201117 (diff) | |
download | gentoo-a2d2fe0f2e1427a4a3de770eaeaf5a1051e97183.tar.gz gentoo-a2d2fe0f2e1427a4a3de770eaeaf5a1051e97183.tar.bz2 gentoo-a2d2fe0f2e1427a4a3de770eaeaf5a1051e97183.zip |
app-emacs/kaolin-themes: new package, add 1.6.9
Signed-off-by: Kacper Słomiński <kacper.slominski72@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34275
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/kaolin-themes')
-rw-r--r-- | app-emacs/kaolin-themes/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/kaolin-themes/kaolin-themes-1.6.9.ebuild | 37 | ||||
-rw-r--r-- | app-emacs/kaolin-themes/metadata.xml | 20 |
3 files changed, 58 insertions, 0 deletions
diff --git a/app-emacs/kaolin-themes/Manifest b/app-emacs/kaolin-themes/Manifest new file mode 100644 index 000000000000..24e5c47e870b --- /dev/null +++ b/app-emacs/kaolin-themes/Manifest @@ -0,0 +1 @@ +DIST kaolin-themes-1.6.9.tar.gz 48032 BLAKE2B 827ca8d99372bc92fa5966c3702d9899af67827108a8a0f6373688c61784ed7eb490a4c7270ae16254ce9eb1d741c9659fc47d1e630fcd4e00f8b555dc511816 SHA512 c57a4df7dbac952228b3423aa543964f73e4cee6d3e96328cd5397f960d89c3fd7faa8421f54cb7370d911c17bcf9c72f34c0448cdd0ed10c9b219edc0774cd2 diff --git a/app-emacs/kaolin-themes/kaolin-themes-1.6.9.ebuild b/app-emacs/kaolin-themes/kaolin-themes-1.6.9.ebuild new file mode 100644 index 000000000000..2d483b0db1ca --- /dev/null +++ b/app-emacs/kaolin-themes/kaolin-themes-1.6.9.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Set of eye pleasing themes for GNU Emacs" +HOMEPAGE="https://github.com/ogdenwebb/emacs-kaolin-themes" + +MY_PN="emacs-${PN}" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URL="https://github.com/ogdenwebb/${MY_PN}.git" +else + SRC_URI="https://github.com/ogdenwebb/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${MY_PN}-${PV}" +fi + +RDEPEND="app-emacs/autothemer" +BDEPEND="${RDEPEND}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp-compile *.el themes/*.el +} + +src_install() { + elisp-install ${PN} *.el *.elc themes/*.el themes/*.elc + elisp-make-site-file "${SITEFILE}" +} diff --git a/app-emacs/kaolin-themes/metadata.xml b/app-emacs/kaolin-themes/metadata.xml new file mode 100644 index 000000000000..2d27a57d42ce --- /dev/null +++ b/app-emacs/kaolin-themes/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>kacper.slominski72@gmail.com</email> + <name>Kacper Słomiński</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <upstream> + <remote-id type="github">ogdenwebb/emacs-kaolin-themes</remote-id> + <bugs-to>https://github.com/ogdenwebb/emacs-kaolin-themes/issues/</bugs-to> + </upstream> +</pkgmetadata> |