Contents of /branches/branch-xorg18/deprecated/gtk1+/gtk1+-1.2.10-r10.smage2
Parent Directory | Revision Log
Revision 5192 -
(show annotations)
(download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 6 months ago) by niro
File size: 1049 byte(s)
Tue Apr 6 21:54:10 2010 UTC (14 years, 6 months ago) by niro
File size: 1049 byte(s)
created branch 'branch-xorg18'
1 | # $Id$ |
2 | |
3 | PNAME="gtk1+" |
4 | PVER="1.2.10" |
5 | PBUILD="r10" |
6 | |
7 | PCATEGORIE="x11-libs" |
8 | STATE="unstable" |
9 | |
10 | DESCRIPTION="The gimp toolkit v1.x." |
11 | HOMEPAGE="http://www.gtk.org/" |
12 | |
13 | DEPEND=">= x11-libs/libXi-1 |
14 | >= x11-libs/libXt-1 |
15 | >= media-libs/libjpeg-7 |
16 | >= media-libs/libtiff-3.9 |
17 | >= dev-libs/glib1-1.2" |
18 | |
19 | SDEPEND=">= x11-proto/inputproto-1 |
20 | >= x11-proto/xextproto-7 |
21 | >= sys-dev/gettext-0.17 |
22 | >= dev-util/intltool-0.40" |
23 | |
24 | SRCFILE="${PNAME/1+/+}-${PVER}.tar.gz" |
25 | SRCDIR="${BUILDDIR}/${PNAME/1+/+}-${PVER}" |
26 | |
27 | sminclude gnuconfig mbuild multilib |
28 | |
29 | SRC_URI=( |
30 | ftp://ftp.gtk.org/pub/gtk/v${PVER:0:3}/${SRCFILE} |
31 | mirror://${PNAME}/${SRCFILE} |
32 | mirror://${PNAME}/${PNAME}-${PVER}-m4-underquoted.patch |
33 | ) |
34 | |
35 | # fake |
36 | UP2DATE="echo ${PVER}" |
37 | |
38 | src_prepare() |
39 | { |
40 | munpack ${SRCFILE} || die |
41 | |
42 | # fixes m4 warnings |
43 | mpatch ${PNAME}-${PVER}-m4-underquoted.patch || die |
44 | |
45 | # support more configure targets |
46 | all-abis gnuconfig-update '${SRCDIR}-${abi}' || die |
47 | } |
48 | |
49 | src_compile() |
50 | { |
51 | mconfigure \ |
52 | --sysconfdir=/etc \ |
53 | --with-xinput=xfree \ |
54 | --with-x \ |
55 | --enable-debug=minimum || die |
56 | |
57 | mmake || die |
58 | } |
Properties
Name | Value |
---|---|
svn:keywords | Id |