x11-themes/papirus-icon-theme - 99999999 (4nykey)

Search

Install

Install this version:

emerge -a =x11-themes/papirus-icon-theme-99999999

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

autounmask =x11-themes/papirus-icon-theme-99999999

Or alternatively:

emerge --autounmask-write -a =x11-themes/papirus-icon-theme-99999999

Package Information

Description:
Papirus icon theme for GTK
Homepage:
https://git.io/papirus-icon-theme
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit xdg
if [[ -z ${PV%%*9999} ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/PapirusDevelopmentTeam/${PN}.git"
	SRC_URI=
else
	SRC_URI="
		mirror://githubcl/PapirusDevelopmentTeam/${PN}/tar.gz/${PV}
		-> ${P}.tar.gz
	"
	RESTRICT="primaryuri"
	KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Papirus icon theme for GTK"
HOMEPAGE="https://git.io/papirus-icon-theme"

LICENSE="GPL-3"
SLOT="0"
IUSE="test"

DEPEND=""
RDEPEND="
	${DEPEND}
"
BDEPEND="
	test? ( app-text/xmlstarlet )
"

src_test() {
	emake test-all
}

src_install() {
	# ePapirus* are for Pantheon DE
	emake DESTDIR="${D}" install EXCLUDE="ePapirus ePapirus-Dark"
}

USE Flags

Manage flags for this package: euse -i <flag> -p x11-themes/papirus-icon-theme | euse -E <flag> -p x11-themes/papirus-icon-theme | euse -D <flag> -p x11-themes/papirus-icon-theme

Global/Standard Flags

Inherited Eclasses

xdg

Applicable Mirrors

Mirror Name URLs
githubcl

Dependencies

RDEPEND

	

BDEPEND

	test? ( app-text/xmlstarlet )