diff options
-rw-r--r-- | kde-misc/nowdock-panel/nowdock-panel-0.5.0-r1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-misc/nowdock-panel/nowdock-panel-0.5.0-r1.ebuild b/kde-misc/nowdock-panel/nowdock-panel-0.5.0-r1.ebuild new file mode 100644 index 0000000..d974358 --- /dev/null +++ b/kde-misc/nowdock-panel/nowdock-panel-0.5.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Plasma 5 panel with a plank/mac style zoom effect" +HOMEPAGE="https://github.com/psifidotos/nowdock-panel" +SRC_URI="https://github.com/psifidotos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +# https://dl.opendesktop.org/api/files/download/id/1473029935/plasma-transparent-panel.py.v0.2.2.tar.gz + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_plasma_dep plasma-workspace) +" +DEPEND="${RDEPEND} +" + +DOCS="README.md" + +BUILD_DIR=${WORKDIR}/${P}/build |