summaryrefslogtreecommitdiff
path: root/packages/gpe-today/gpe-today_cvs.bb
blob: 1ce5babfbbc34904910182ccad9bda296f51e9ae (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
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}"
PV = "0.10+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}
}