| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 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/eclass/gtk-sharp-module.eclass,v 1.29 2011/03/21 21:52:51 nirbheek Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.30 2011/05/06 04:24:31 loki_val Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: gtk-sharp-module.eclass |
5 | # @ECLASS: gtk-sharp-module.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # dotnet@gentoo.org |
7 | # dotnet@gentoo.org |
| 8 | # @BLURB: Manages the modules of the gtk-, gnome-, and gnome-desktop-sharp tarballs |
8 | # @BLURB: Manages the modules of the gtk-, gnome-, and gnome-desktop-sharp tarballs |
| … | |
… | |
| 214 | ;; |
214 | ;; |
| 215 | gnome-panel-sharp-*) |
215 | gnome-panel-sharp-*) |
| 216 | add_depend ">=gnome-base/gnome-panel-${PV_MAJOR}" |
216 | add_depend ">=gnome-base/gnome-panel-${PV_MAJOR}" |
| 217 | ;; |
217 | ;; |
| 218 | gnome-print-sharp-*) |
218 | gnome-print-sharp-*) |
| 219 | add_depend ">=gnome-base/libgnomeprint-${API_VERSION}:2.2" |
219 | add_depend "gnome-base/libgnomeprint:2.2" |
|
|
220 | add_depend "gnome-base/libgnomeprintui:2.2" |
| 220 | ;; |
221 | ;; |
| 221 | gtkhtml-sharp-*) |
222 | gtkhtml-sharp-*) |
| 222 | #NOTE: gtkhtml dependency must follow gtkhtml-sharp version. |
223 | #NOTE: gtkhtml dependency must follow gtkhtml-sharp version. |
| 223 | #i.e. gtkhtml-sharp-2.24.0 >=gtkhtml-3.24 |
224 | #i.e. gtkhtml-sharp-2.24.0 >=gtkhtml-3.24 |
| 224 | # gtkhtml-sharp-2.16.0 >=gtkhtml-3.16 |
225 | # gtkhtml-sharp-2.16.0 >=gtkhtml-3.16 |