Magellan Linux

Contents of /branches/R11-stable/extras/guake/guake-0.4.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15447 - (show annotations) (download)
Wed Jan 2 11:50:17 2013 UTC (11 years, 4 months ago) by niro
File size: 876 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="guake"
4 PVER="0.4.2"
5 PBUILD="r2"
6
7 PCAT="gnome-base"
8
9 DESCRIPTION="Guake is a top-down terminal for Gnome like yakuake for KDE."
10 HOMEPAGE="http://guake.org/"
11
12 DEPEND=">= dev-libs/glib2-2.30
13 >= x11-libs/gtk2+-2.24
14 >= x11-libs/vte-0.28
15 >= sys-apps/dbus-1.5
16 >= dev-libs/dbus-glib-0.98
17 >= dev-python/dbus-python-1
18 >= x11-libs/libnotify-0.7
19 >= x11-misc/notification-daemon-0.5
20 >= dev-python/notify-python-1.1
21 >= gnome-base/gconf-2.32
22 >= dev-python/gconf-python-2.28"
23
24 SDEPEND=">= dev-util/pkgconfig-0.23
25 >= dev-util/intltool-0.40"
26
27 sminclude gnome2
28
29 SRCFILE="${PNAME}-${PVER}.tar.gz"
30 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
31
32 SRC_URI=(
33 http://guake.org/files/${SRCFILE}
34 mirror://${PNAME}/${SRCFILE}
35 )
36
37 UP2DATE="updatecmd ${HOMEPAGE}/files/ | lasttarball gz"
38
39 src_compile()
40 {
41 cd ${SRCDIR}
42
43 gn2_configure --disable-static --enable-nls || die
44 mmake || die
45 }