blob: 3c5b9a9b9c88d2e5b9dc16bc2da2ef59f5f7271c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxappearance-obconf/lxappearance-obconf-0.2.1.ebuild,v 1.4 2014/07/18 11:41:20 klausman Exp $
EAPI=5
DESCRIPTION="LXAppearance plugin for configuring OpenBox"
HOMEPAGE="http://lxde.sourceforge.net"
SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~mips ~x86"
IUSE=""
RDEPEND="lxde-base/lxappearance
x11-wm/openbox"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-util/intltool "
|