Magellan Linux

Contents of /trunk/extras/orage/orage-4.12.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26474 - (show annotations) (download)
Fri Jun 26 22:42:49 2015 UTC (8 years, 10 months ago) by niro
File size: 473 byte(s)
auto added: ver bump to 4.12.1-r1
1 # $Id$
2
3 PNAME="orage"
4 PVER="4.12.1"
5 PBUILD="r1"
6
7 PCAT="app-office"
8 DESCRIPTION="A time managing application (and panel plug-in) for the Xfce desktop environment."
9
10 DEPEND=">= dev-libs/glib2-2.44
11 >= dev-libs/dbus-glib-0.104
12 >= dev-libs/popt-1.16
13 >= dev-libs/libical-1.0
14 >= x11-libs/libnotify-0.7
15 >= x11-libs/gtk2+-2.24
16 >= xfce-base/xfce4-panel-4.12"
17
18 sminclude xfce
19
20 src_compile()
21 {
22 cd ${SRCDIR}
23
24 xfce_configure --enable-libical --enable-dbus || die
25 mmake || die
26 }