forked from tastytea/overlay
28 lines
522 B
Bash
28 lines
522 B
Bash
|
# Copyright 1999-2018 Gentoo Authors
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
|
||
|
EAPI=6
|
||
|
|
||
|
inherit git-r3 gnome2-utils
|
||
|
|
||
|
DESCRIPTION="Papirus icon theme for GTK and KDE"
|
||
|
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme"
|
||
|
SRC_URI=""
|
||
|
EGIT_REPO_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme.git"
|
||
|
LICENSE="GPL-3"
|
||
|
|
||
|
SLOT="0"
|
||
|
KEYWORDS=""
|
||
|
IUSE=""
|
||
|
|
||
|
DEPEND=""
|
||
|
RDEPEND="${DEPEND}"
|
||
|
|
||
|
pkg_postinst() {
|
||
|
gnome2_icon_cache_update
|
||
|
}
|
||
|
|
||
|
pkg_postrm() {
|
||
|
gnome2_icon_cache_update
|
||
|
}
|