Magellan Linux

Annotation of /branches/R11-unstable/extras/orage/orage-4.10.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25695 - (hide annotations) (download)
Tue Nov 25 04:10:55 2014 UTC (9 years, 5 months ago) by niro
File size: 473 byte(s)
-release branches/R11-unstable
1 niro 22574 # $Id$
2    
3     PNAME="orage"
4     PVER="4.10.0"
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.42
11     >= dev-libs/dbus-glib-0.102
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.10"
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     }