Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4188 - (show annotations) (download)
Mon Nov 30 09:25:21 2009 UTC (14 years, 5 months ago) by niro
File size: 772 byte(s)
auto added: ver bump to 0.7.20-r4
1 # $Id$
2
3 PNAME="gtkdialog3"
4 PVER="0.7.20"
5 PBUILD="r4"
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.18"
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 # fake it
30 UP2DATE="echo ${PVER}"
31
32 src_prepare()
33 {
34 munpack ${SRCFILE} || die
35 cd ${SRCDIR}
36
37 # fixes compilation with newer libglade
38 mpatch ${PNAME}-${PVER}-signal-name-conflict.patch || die
39 }

Properties

Name Value
svn:keywords Id