| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.7 2012/05/17 18:01:53 ssuominen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-misc/gigolo/gigolo-0.4.1.ebuild,v 1.8 2012/05/17 18:07:20 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | EAPI=4 |
5 | EAPI=4 |
| 6 | EAUTORECONF=yes |
6 | EAUTORECONF=yes |
| 7 | EINTLTOOLIZE=yes |
7 | EINTLTOOLIZE=yes |
| 8 | inherit xfconf |
8 | inherit xfconf |
| … | |
… | |
| 14 | LICENSE="GPL-2" |
14 | LICENSE="GPL-2" |
| 15 | SLOT="0" |
15 | SLOT="0" |
| 16 | KEYWORDS="amd64 x86" |
16 | KEYWORDS="amd64 x86" |
| 17 | IUSE="" |
17 | IUSE="" |
| 18 | |
18 | |
|
|
19 | RDEPEND=">=dev-libs/glib-2.16 |
| 19 | RDEPEND=">=x11-libs/gtk+-2.12:2 |
20 | >=x11-libs/gtk+-2.12:2" |
| 20 | >=dev-libs/glib-2.16" |
|
|
| 21 | DEPEND="${RDEPEND} |
21 | DEPEND="${RDEPEND} |
| 22 | dev-util/intltool |
22 | dev-util/intltool |
| 23 | virtual/pkgconfig" |
23 | virtual/pkgconfig" |
| 24 | |
24 | |
| 25 | pkg_setup() { |
25 | pkg_setup() { |