Link Here
|
1 |
# Copyright 1999-2014 Gentoo Foundation |
1 |
# Copyright 1999-2014 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/gnome-extra/cinnamon-control-center/cinnamon-control-center-2.2.11.ebuild,v 1.1 2014/11/03 16:15:48 pacho Exp $ |
3 |
# $Header: |
4 |
|
4 |
|
5 |
EAPI="5" |
5 |
EAPI="5" |
6 |
GCONF_DEBUG="yes" |
6 |
GCONF_DEBUG="yes" |
Link Here
|
83 |
|
83 |
|
84 |
src_prepare() { |
84 |
src_prepare() { |
85 |
# make some panels optional |
85 |
# make some panels optional |
86 |
epatch "${FILESDIR}"/${PN}-2.2.5-optional.patch |
86 |
epatch "${FILESDIR}"/${PN}-2.4.0-optional.patch |
87 |
# fix wrong nm-applet dependency |
|
|
88 |
epatch "${FILESDIR}"/${PN}-2.2.5-nm-applet.patch |
89 |
|
87 |
|
90 |
epatch_user |
88 |
epatch_user |
91 |
|
89 |
|