From 7a0cc117e0d75a6ab6b75c6d847013be7dc7e845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Thu, 22 Nov 2018 10:50:31 +0300 Subject: [PATCH] =?UTF-8?q?Ebuild:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=20=D0=B8=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D0=BE=D0=BA=20Papirus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- x11-themes/papirus-icon-theme/Manifest | 1 + x11-themes/papirus-icon-theme/metadata.xml | 9 +++++ .../papirus-icon-theme-20181120.ebuild | 38 +++++++++++++++++++ .../papirus-icon-theme-99999999.ebuild | 38 +++++++++++++++++++ 4 files changed, 86 insertions(+) create mode 100644 x11-themes/papirus-icon-theme/Manifest create mode 100644 x11-themes/papirus-icon-theme/metadata.xml create mode 100644 x11-themes/papirus-icon-theme/papirus-icon-theme-20181120.ebuild create mode 100644 x11-themes/papirus-icon-theme/papirus-icon-theme-99999999.ebuild diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest new file mode 100644 index 000000000..05eef6a32 --- /dev/null +++ b/x11-themes/papirus-icon-theme/Manifest @@ -0,0 +1 @@ +DIST papirus-icon-theme-20181120.tar.gz 14251137 BLAKE2B e1daeebf66d6699cc2b5063d54f906962b3f3dcd66a0b7c500c576ac3d5fda9e9f8fc97ebab11e0f03321ce08c8b0ae5d60d7359c5bce3e0582641e82adf72a8 SHA512 430290d78a6f564eaab7a7a3a7b8fbe33c9ad14f69915f29b063c77e9452a1885e14d58dc472f347ed07da3fdd995e72528b65c3334bb7ba0e940a3da6e3f7dd diff --git a/x11-themes/papirus-icon-theme/metadata.xml b/x11-themes/papirus-icon-theme/metadata.xml new file mode 100644 index 000000000..7f246a603 --- /dev/null +++ b/x11-themes/papirus-icon-theme/metadata.xml @@ -0,0 +1,9 @@ + + + + + support@calculate.ru + Mir Calculate + Calculate Overlay + + diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20181120.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20181120.ebuild new file mode 100644 index 000000000..fe28ec50d --- /dev/null +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20181120.ebuild @@ -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 +} diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-99999999.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-99999999.ebuild new file mode 100644 index 000000000..87b0eb724 --- /dev/null +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-99999999.ebuild @@ -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 +}