Magellan Linux

Contents of /trunk/extras/gtkdialog3/gtkdialog3-0.7.20-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2944 - (show annotations) (download)
Wed Jul 15 23:12:10 2009 UTC (14 years, 10 months ago) by niro
File size: 838 byte(s)
auto added: ver bump to 0.7.20-r3
1 # $Header: /magellan-cvs/smage/gtkdialog3/gtkdialog3-0.7.20-r2.smage2,v 1.1 2008/04/21 17:37:01 niro Exp $
2
3 PNAME="gtkdialog3"
4 PVER="0.7.20"
5 PBUILD="r3"
6
7 PCATEGORIE="x11-misc"
8 STATE="unstable"
9
10 DESCRIPTION="Gtkdialog is a small utility for fast and easy GUI building for use with glade3."
11 HOMEPAGE="http://linux.pte.hu/~pipas/gtkdialog/"
12
13 DEPEND=">= x11-libs/gtk2+-2.12"
14
15 SDEPEND=">= dev-util/glade-3
16 >= sys-dev/gettext-0.17"
17
18 SRCFILE="${PNAME/3/}-${PVER}.tar.gz"
19 SRCDIR="${BUILDDIR}/${PNAME/3/}-${PVER}"
20
21 sminclude mbuild
22
23 SRC_URI=(
24 ftp://linux.pte.hu/pub/${PNAME/3/}/${SRCFILE}
25 mirror://${PNAME}/${SRCFILE}
26 mirror://${PNAME}/${PNAME}-${PVER}-signal-name-conflict.patch
27 )
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32 cd ${SRCDIR}
33
34 # fixes compilation with newer libglade
35 mpatch ${PNAME}-${PVER}-signal-name-conflict.patch || die
36 }

Properties

Name Value
svn:keywords Id