Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/scribus: ChangeLog scribus-1.3.3.12-r1.ebuild
Date: Thu, 03 Jul 2008 00:38:11
Message-Id: E1KECpp-0000i7-4l@stork.gentoo.org
1 hanno 08/07/03 00:38:05
2
3 Modified: ChangeLog
4 Added: scribus-1.3.3.12-r1.ebuild
5 Log:
6 scribus: use cmake for 1.3.3.12
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
8
9 Revision Changes Path
10 1.109 app-office/scribus/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/scribus/ChangeLog?rev=1.109&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/scribus/ChangeLog?rev=1.109&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/scribus/ChangeLog?r1=1.108&r2=1.109
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v
19 retrieving revision 1.108
20 retrieving revision 1.109
21 diff -u -r1.108 -r1.109
22 --- ChangeLog 30 Jun 2008 23:10:23 -0000 1.108
23 +++ ChangeLog 3 Jul 2008 00:38:04 -0000 1.109
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-office/scribus
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v 1.108 2008/06/30 23:10:23 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/ChangeLog,v 1.109 2008/07/03 00:38:04 hanno Exp $
29 +
30 +*scribus-1.3.3.12-r1 (03 Jul 2008)
31 +
32 + 03 Jul 2008; Hanno Boeck <hanno@g.o> +scribus-1.3.3.12-r1.ebuild:
33 + Add cmake version, provided by user Trinine in #229517.
34
35 *scribus-1.3.3.12 (30 Jun 2008)
36
37
38
39
40 1.1 app-office/scribus/scribus-1.3.3.12-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/scribus/scribus-1.3.3.12-r1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/scribus/scribus-1.3.3.12-r1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: scribus-1.3.3.12-r1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.3.3.12-r1.ebuild,v 1.1 2008/07/03 00:38:04 hanno Exp $
50
51 inherit qt3 eutils cmake-utils
52
53 DESCRIPTION="Desktop Publishing (DTP) and Layout program for Linux."
54 HOMEPAGE="http://www.scribus.net"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
56 SLOT="0"
57 LICENSE="GPL-2"
58 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
59 IUSE="cairo"
60
61 DEPEND="$(qt_min_version 3.3.8)
62 >=media-libs/freetype-2.3
63 >=media-libs/lcms-1.17
64 >=media-libs/tiff-3.6
65 >=media-libs/libart_lgpl-2.3.17
66 >=sys-devel/gcc-3.0.0
67 >=dev-libs/libxml2-2.6.0
68 media-libs/jpeg
69 media-libs/libpng
70 net-print/cups
71 dev-python/imaging
72 media-libs/fontconfig
73 cairo? ( >=x11-libs/cairo-1.4.10 )"
74
75 RDEPEND="${DEPEND}
76 virtual/ghostscript"
77
78 pkg_setup() {
79 if ! built_with_use 'x11-libs/cairo' 'X' 'svg'; then
80 eerror "You must build cairo with X and svg support"
81 die "x11-libs/cairo built without X and/or svg"
82 fi
83 }
84
85 src_compile() {
86 local mycmakeargs=" $(cmake-utils_use_want cairo CAIRO)"
87 cmake-utils_src_compile
88 }
89
90 src_install() {
91 cmake-utils_src_install
92
93 dodoc AUTHORS ChangeLog README TODO
94
95 domenu scribus.desktop
96 doicon scribus/icons/scribusicon.png
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list