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

mhiretskiy
parent 96447de401
commit dc88a2692a

@ -0,0 +1 @@
DIST papirus-smplayer-theme-20170119.tar.gz 831488 BLAKE2B 9e5b7c903fbc3c2872827f8b5ebafaefba3410446fba7b4356065a8000359f1676f654659814da875b7bd480166b64d72582744c2388fc5a671792d2dfe1f377 SHA512 02c0e2fe8ea7b9553f0d56ba9315398f2e52353b4d90a31769e6d8cec7ca71226f117b2e5a9ebf7fd0d3ce4d411aa5087aa91af5b0f2305cc398d2ec868d2af2

@ -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,24 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Papirus icon themes for SMPlayer"
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-smplayer-theme"
if [[ ${PV} == 99999999 ]];then
inherit git-r3
SRC_URI=""
KEYWORDS=""
EGIT_REPO_URI="${HOMEPAGE}.git"
else
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="x86 amd64"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
media-video/smplayer"

@ -0,0 +1,24 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Papirus icon themes for SMPlayer"
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-smplayer-theme"
if [[ ${PV} == 99999999 ]];then
inherit git-r3
SRC_URI=""
KEYWORDS=""
EGIT_REPO_URI="${HOMEPAGE}.git"
else
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~arm ~x86 ~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
media-video/smplayer"
Loading…
Cancel
Save