1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 20:22:38 +01:00

- Add x11-misc/plank & 11-libs/bamf (dependency)

This commit is contained in:
2016-03-29 22:21:32 +02:00
parent 57568ac001
commit 8bcfef40e8
4 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
VALA_MIN_API_VERSION=0.16
VALA_USE_DEPEND=vapigen
inherit vala autotools-utils gnome2
DESCRIPTION="Dock panel famious docky"
HOMEPAGE="https://launchpad.net/plank"
SRC_URI="http://launchpad.net/${PN}/1.0/${PV}/+download/${P}.tar.xz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+introspection doc static-libs"
RDEPEND=">=dev-libs/glib-2.32:2
dev-libs/libgee:0.8
x11-libs/gtk+:3
x11-libs/bamf
x11-libs/libX11
dev-libs/libdbusmenu
x11-libs/libwnck:3"
DEPEND="${RDEPEND}
$(vala_depend)
dev-util/intltool
gnome-base/gnome-common
sys-devel/gettext
virtual/pkgconfig"
DOCS=( AUTHORS COPYRIGHT )
src_prepare() {
NOCONFIGURE=1 REQUIRED_PKG_CONFIG_VERSION=0.1 ./autogen.sh
vala_src_prepare
}