|
@@ -1,33 +0,0 @@
|
|
|
-# Copyright 1999-2018 Gentoo Foundation
|
|
|
-# Distributed under the terms of the GNU General Public License v2
|
|
|
-
|
|
|
-EAPI=7
|
|
|
-
|
|
|
-inherit psi-plugin
|
|
|
-
|
|
|
-DESCRIPTION="Psi plugin for skins support."
|
|
|
-
|
|
|
-KEYWORDS=""
|
|
|
-IUSE="+themes"
|
|
|
-
|
|
|
-RDEPEND="themes? ( !net-im/psi-skins-themes )"
|
|
|
-
|
|
|
-src_unpack() {
|
|
|
- psi-plugin_src_unpack
|
|
|
-
|
|
|
- if use themes; then
|
|
|
- EGIT_DIR="${EGIT_STORE_DIR}/psi-plus/resources" \
|
|
|
- EGIT_CHECKOUT_DIR="${WORKDIR}/resources" \
|
|
|
- EGIT_REPO_URI="https://github.com/psi-plus/resources.git" git-r3_src_unpack
|
|
|
- fi
|
|
|
-}
|
|
|
-
|
|
|
-src_install() {
|
|
|
- psi-plugin_src_install
|
|
|
-
|
|
|
- if use themes; then
|
|
|
- cd "${WORKDIR}/resources" || die
|
|
|
- insinto /usr/share/psi-plus/skins
|
|
|
- doins -r skins/*
|
|
|
- fi
|
|
|
-}
|