aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-today/gpe-today_cvs.bb
blob: 47e9c01a66c751390c4f0a126504e170ce54f57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
DEFAULT_PREFERENCE = "-1"

DESCRIPTION = "Displays a summary of appointments and tasks for the day ahead"
DEPENDS = "gtk+ libxrandr libxsettings libxsettings-client libgpewidget libdisplaymigration libeventdb libgpepimc libtododb"
SECTION = "gpe"
PRIORITY = "optional"


S = "${WORKDIR}/${PN}"
#Remove the dash below when 0.10 changes in PV
PV = "0.11+cvs-${SRCDATE}"
PR = "r0"

inherit gpe

SRC_URI =		"${HANDHELDS_CVS};module=gpe/base/${PN} \
		 		 file://Makefile.dpkg_ipkg \
    		 	 file://Makefile.translation"


do_compile () {
	sed -i 's:CVSBUILD = yes:CVSBUILD = no:' Makefile
	mkdir build
	cp ${WORKDIR}/Makefile.* build/
	oe_runmake PREFIX=${prefix}
	oe_runmake all-desktop PREFIX=${prefix}
}