Magellan Linux

Annotation of /branches/magellan-next/extras/guake/guake-0.4.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8273 - (hide annotations) (download)
Wed Jul 13 18:50:05 2011 UTC (12 years, 11 months ago) by niro
File size: 906 byte(s)
imported
1 niro 6885 # $Id$
2    
3     PNAME="guake"
4     PVER="0.4.2"
5     PBUILD="r1"
6    
7     PCATEGORIE="gnome-base"
8     STATE="unstable"
9    
10     DESCRIPTION="Guake is a top-down terminal for Gnome like yakuake for KDE."
11     HOMEPAGE="http://guake.org/"
12    
13     DEPEND=">= dev-libs/glib2-2.22
14     >= x11-libs/gtk2+-2.18
15     >= x11-libs/vte-0.24
16     >= sys-apps/dbus-1.3
17     >= dev-libs/dbus-glib-0.82
18     >= dev-python/dbus-python-0.83
19 niro 6886 >= x11-libs/libnotify-0.4.5
20 niro 6888 >= x11-misc/notification-daemon-0.4.0
21 niro 6886 >= dev-python/notify-python-1.1
22 niro 6885 >= gnome-base/gconf-2.28
23     >= dev-python/gconf-python-2.28"
24    
25     SDEPEND=">= dev-util/pkgconfig-0.23
26     >= dev-util/intltool-0.40"
27    
28     sminclude gnome2
29    
30     SRCFILE="${PNAME}-${PVER}.tar.gz"
31     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
32    
33     SRC_URI=(
34     http://guake.org/files/${SRCFILE}
35     mirror://${PNAME}/${SRCFILE}
36     )
37    
38     UP2DATE="updatecmd ${HOMEPAGE}/files/ | lasttarball gz"
39    
40     src_compile()
41     {
42     cd ${SRCDIR}
43    
44     gn2_configure --disable-static --enable-nls || die
45     mmake || die
46     }