Magellan Linux

Contents of /branches/R11-unstable/extras/guake/guake-0.4.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25297 - (show annotations) (download)
Tue Nov 25 03:24:22 2014 UTC (9 years, 5 months ago) by niro
File size: 878 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="guake"
4 PVER="0.4.4"
5 PBUILD="r1"
6
7 PCAT="x11-terms"
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.36
13 >= x11-libs/gtk2+-2.24
14 >= x11-libs/vte-0.28
15 >= sys-apps/dbus-1.6
16 >= dev-libs/dbus-glib-0.100
17 >= dev-python/dbus-python-1.2
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.25
25 >= dev-util/intltool-0.50"
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 }