From 96447de401b6c57f64a474171681a924f9449a5d 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 11:25:04 +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=20=D0=B4=D0=BB=D1=8F=20libre?= =?UTF-8?q?office?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- x11-themes/papirus-libreoffice-theme/Manifest | 1 + .../papirus-libreoffice-theme/metadata.xml | 9 ++++++ .../papirus-libreoffice-theme-20170228.ebuild | 32 +++++++++++++++++++ .../papirus-libreoffice-theme-99999999.ebuild | 32 +++++++++++++++++++ 4 files changed, 74 insertions(+) create mode 100644 x11-themes/papirus-libreoffice-theme/Manifest create mode 100644 x11-themes/papirus-libreoffice-theme/metadata.xml create mode 100644 x11-themes/papirus-libreoffice-theme/papirus-libreoffice-theme-20170228.ebuild create mode 100644 x11-themes/papirus-libreoffice-theme/papirus-libreoffice-theme-99999999.ebuild diff --git a/x11-themes/papirus-libreoffice-theme/Manifest b/x11-themes/papirus-libreoffice-theme/Manifest new file mode 100644 index 000000000..6de96ecba --- /dev/null +++ b/x11-themes/papirus-libreoffice-theme/Manifest @@ -0,0 +1 @@ +DIST papirus-libreoffice-theme-20170228.tar.gz 3733276 BLAKE2B 86dee857b7ceffc3a3a14f152df99d8daf47078eb87464ae1b38d31d8020cf90ed517fac4b6992e593b2b93916f56b27ca67629866e43b7892d4b24829826438 SHA512 f3d6fdec1ec9196c442a630826f28855aba85ce3dd2d89e986e1e532eecad00e2eb9720bcb126b545369e6196281cb33cb99867981466677dc1b8d5862a87681 diff --git a/x11-themes/papirus-libreoffice-theme/metadata.xml b/x11-themes/papirus-libreoffice-theme/metadata.xml new file mode 100644 index 000000000..7f246a603 --- /dev/null +++ b/x11-themes/papirus-libreoffice-theme/metadata.xml @@ -0,0 +1,9 @@ + + + + + support@calculate.ru + Mir Calculate + Calculate Overlay + + diff --git a/x11-themes/papirus-libreoffice-theme/papirus-libreoffice-theme-20170228.ebuild b/x11-themes/papirus-libreoffice-theme/papirus-libreoffice-theme-20170228.ebuild new file mode 100644 index 000000000..90a7ab61e --- /dev/null +++ b/x11-themes/papirus-libreoffice-theme/papirus-libreoffice-theme-20170228.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Papirus icon theme for LibreOffice" +HOMEPAGE="https://git.io/papirus-libreoffice-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" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + || ( + app-office/libreoffice + app-office/libreoffice-bin + ) +" + +src_install(){ + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr/$(get_libdir)" install +} diff --git a/x11-themes/papirus-libreoffice-theme/papirus-libreoffice-theme-99999999.ebuild b/x11-themes/papirus-libreoffice-theme/papirus-libreoffice-theme-99999999.ebuild new file mode 100644 index 000000000..dab976763 --- /dev/null +++ b/x11-themes/papirus-libreoffice-theme/papirus-libreoffice-theme-99999999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Papirus icon theme for LibreOffice" +HOMEPAGE="https://git.io/papirus-libreoffice-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" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + || ( + app-office/libreoffice + app-office/libreoffice-bin + ) +" + +src_install(){ + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr/$(get_libdir)" install +}