x11-themes/layan-gtk-theme - 20230523 (val-vgms)

Search

Install

Install this version:

emerge -a =x11-themes/layan-gtk-theme-20230523

Package Information

Description:
Colloid icon theme for linux desktops
Homepage:
https://github.com/vinceliuice/Layan-gtk-theme
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
20230523 8 amd64 arm64 ppc64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit check-reqs edo xdg

MY_PN="${PN^}"
MY_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}" # eg. 20211225 -> 2021-12-25

DESCRIPTION="Colloid icon theme for linux desktops"
HOMEPAGE="https://github.com/vinceliuice/Layan-gtk-theme"


SRC_URI="https://github.com/vinceliuice/Layan-gtk-theme/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 arm64 ppc64"
S="${WORKDIR}/${MY_PN}-${MY_PV}"


LICENSE="GPL-3+"
SLOT="0"
RESTRICT="binchecks strip test"

BDEPEND="
	app-shells/bash
"

DOCS=(
	README.md
	AUTHORS
	COPYING
	HACKING.md
)

pkg_setup() {
	CHECKREQS_DISK_USR=2600M
}

pkg_pretend() {
	pkg_setup
}

src_prepare() {
	default
}

src_install() {
	einstalldocs

	dodir /usr/share/themes
	edob ./install.sh -d "${ED}/usr/share/themes"
}

Inherited Eclasses

edo
xdg

Dependencies

BDEPEND

	app-shells/bash

Manifest for 20230523

Type File Size Source URLs
DIST layan-gtk-theme-20230523.tar.gz 935315 bytes https://github.com/vinceliuice/Layan-gtk-theme/archive/refs/tags/2023-05-23.tar.gz