Ebuild: добавлен пакет иконок Papirus

mhiretskiy
parent d09b47f5c6
commit 7a0cc117e0

@ -0,0 +1 @@
DIST papirus-icon-theme-20181120.tar.gz 14251137 BLAKE2B e1daeebf66d6699cc2b5063d54f906962b3f3dcd66a0b7c500c576ac3d5fda9e9f8fc97ebab11e0f03321ce08c8b0ae5d60d7359c5bce3e0582641e82adf72a8 SHA512 430290d78a6f564eaab7a7a3a7b8fbe33c9ad14f69915f29b063c77e9452a1885e14d58dc472f347ed07da3fdd995e72528b65c3334bb7ba0e940a3da6e3f7dd

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>support@calculate.ru</email>
<name>Mir Calculate</name>
<description>Calculate Overlay</description>
</maintainer>
</pkgmetadata>

@ -0,0 +1,38 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit gnome2-utils
DESCRIPTION="Papirus icon theme for GTK and KDE"
HOMEPAGE="https://git.io/papirus-icon-theme"
if [[ ${PV} == 99999999 ]];then
inherit git-r3
SRC_URI=""
KEYWORDS=""
EGIT_REPO_URI="https://github.com/PapirusDevelopmentTeam/${PN}.git"
else
SRC_URI="https://github.com/PapirusDevelopmentTeam/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="x86 amd64 ~arm"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
pkg_preinst(){
gnome2_icon_savelist
}
pkg_postinst(){
gnome2_icon_cache_update
}
pkg_postrm(){
gnome2_icon_cache_update
}

@ -0,0 +1,38 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit gnome2-utils
DESCRIPTION="Papirus icon theme for GTK and KDE"
HOMEPAGE="https://git.io/papirus-icon-theme"
if [[ ${PV} == 99999999 ]];then
inherit git-r3
SRC_URI=""
KEYWORDS=""
EGIT_REPO_URI="https://github.com/PapirusDevelopmentTeam/${PN}.git"
else
SRC_URI="https://github.com/PapirusDevelopmentTeam/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~x86 ~amd64 ~arm"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
pkg_preinst(){
gnome2_icon_savelist
}
pkg_postinst(){
gnome2_icon_cache_update
}
pkg_postrm(){
gnome2_icon_cache_update
}
Loading…
Cancel
Save