Magellan Linux

Contents of /branches/R11-unstable/extras/orage/orage-4.12.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32534 - (show annotations) (download)
Mon Apr 29 13:05:35 2019 UTC (5 years ago) by niro
File size: 473 byte(s)
-release branches/R11-unstable
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 }