summaryrefslogtreecommitdiff
blob: 3c099fad386bff5d21926a7f55553d91a25fd643 (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
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/glabels/glabels-1.92.2.ebuild,v 1.2 2003/11/12 21:28:37 liquidx Exp $

inherit gnome2

DESCRIPTION="Program for creating labels and business cards"
HOMEPAGE="http://glabels.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"

KEYWORDS="x86"
SLOT="0"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2
	>=gnome-base/libgnomeui-2
	>=gnome-base/libbonobo-2
	>=dev-libs/libxml2-2.4.23
	>=gnome-base/libgnomeprint-2.2
	>=gnome-base/libgnomeprintui-2.2
	>=gnome-base/libgnomecanvas-2"

DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.8
	>=dev-util/intltool-0.21
	sys-devel/gettext"

DOCS="AUTHORS COPYING INSTALL README TODO"

src_unpack() {

	unpack ${A}
	# a slightly changed .desktop file, so we can actually have
	# a menu item <obz@gentoo.org>
	cp ${FILESDIR}/glabels-1.92.0.desktop ${S}/data/glabels.desktop

}