blob: 905ca818bc2c25608fb5142ee8ddb6b718cf2fa3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-print/gnome-cups-manager/gnome-cups-manager-0.31.ebuild,v 1.2 2006/01/28 06:40:00 compnerd Exp $
inherit gnome2
DESCRIPTION="GNOME CUPS Printer Management Interface"
HOMEPAGE="http://www.gnome.org/"
#
# Please ensure that gcc-3.4 is stable on the arch before moving this to stable.
#
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE=""
# See ChangeLog regarding libgnomeui
RDEPEND=">=x11-libs/gtk+-2.3.1
>=dev-libs/glib-2.3.1
>=gnome-base/libgnome-2
>=gnome-base/libgnomeui-2.2
>=gnome-base/libglade-2
>=gnome-base/libbonobo-2
>=net-print/libgnomecups-0.2.0
gnome-base/gnome-keyring
app-admin/gnomesu"
DEPEND=">=x11-libs/gtk+-2.3.1
>=dev-libs/glib-2.3.1
>=gnome-base/libgnome-2
>=gnome-base/libgnomeui-2.2
>=gnome-base/libglade-2
>=gnome-base/libbonobo-2
>=net-print/libgnomecups-0.2.0
gnome-base/gnome-keyring
>=dev-util/pkgconfig-0.9
>=dev-util/intltool-0.28"
DOCS="ChangeLog NEWS README"
src_install() {
gnome2_src_install
insinto /usr/share/applications
doins ${FILESDIR}/${PN}.desktop
}
|