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

mhiretskiy
parent 7a0cc117e0
commit 96447de401

@ -0,0 +1 @@
DIST papirus-libreoffice-theme-20170228.tar.gz 3733276 BLAKE2B 86dee857b7ceffc3a3a14f152df99d8daf47078eb87464ae1b38d31d8020cf90ed517fac4b6992e593b2b93916f56b27ca67629866e43b7892d4b24829826438 SHA512 f3d6fdec1ec9196c442a630826f28855aba85ce3dd2d89e986e1e532eecad00e2eb9720bcb126b545369e6196281cb33cb99867981466677dc1b8d5862a87681

@ -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,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
}

@ -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
}
Loading…
Cancel
Save