Magellan Linux

Contents of /trunk/extras/dia/dia-0.97-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5138 - (show annotations) (download)
Tue Mar 9 15:50:41 2010 UTC (14 years, 2 months ago) by niro
File size: 957 byte(s)
-removed dtd patch
1 # $Id$
2
3 PNAME="dia"
4 PVER="0.97"
5 PBUILD="r1"
6
7 PCATEGORIE="app-office"
8 STATE="unstable"
9
10 DESCRIPTION="dia - visio alike for *nix."
11 HOMEPAGE="http://live.gnome.org/Dia/"
12
13 DEPEND=">= x11-libs/gtk2+-2.18
14 >= x11-libs/pango-1.26
15 >= dev-libs/libxml2-2.7
16 >= dev-libs/libxslt-1.1.26
17 >= media-libs/freetype-2.3.9
18 >= dev-libs/popt-1.15
19 >= sys-libs/zlib-1.2
20 >= media-libs/libpng-1.2.40
21 >= media-libs/libart_lgpl-2.3.20"
22
23 SDEPEND=">= dev-util/intltool-0.40
24 >= dev-util/pkgconfig-0.23"
25
26 SRCFILE="${PNAME}-${PVER}.tar.bz2"
27 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
28
29 sminclude gnome2
30
31 SRC_URI=(${SRC_URI[*]}
32 mirror://${PNAME}/${PNAME}-0.94-fallbacktoxpmicons.patch
33 )
34
35 UP2DATE="updatecmd_gnome ${PNAME}"
36
37 src_prepare()
38 {
39 munpack ${SRCFILE} || die
40 cd ${SRCDIR}
41
42 # fix some annoying warnings when pngs not found
43 mpatch ${PNAME}-0.94-fallbacktoxpmicons.patch || die
44 }
45
46 src_compile()
47 {
48 cd ${SRCDIR}
49
50 mconfigure --disable-gnome --without-python || die
51 mmake || die
52 }

Properties

Name Value
svn:keywords Id