aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mokosuite2/libmokosuite_git.bb
blob: 68f3dbb6e96a92d92c4d8d54ac3258d2e8a23f3d (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
DESCRIPTION = "Desktop environment and phone stack GUI for SHR - core library"
HOMEPAGE = "http://gitorious.org/mokosuite2"
AUTHOR = "Daniele Ricci"
LICENSE = "GPLv3"
DEPENDS = "elementary libfreesmartphone-glib libphone-utils eggdbus glib-2.0 dbus-glib alsa-lib db sqlite3 vala-native edje-native libnotify"
SECTION = "misc/utils"

PV = "1.0.99+gitr${SRCPV}"
PR = "r1"
SRCREV = "e9928127713adc889c678ee11c42f4930deb7bb6"

SRC_URI = "git://gitorious.org/mokosuite2/libmokosuite.git;protocol=git"
S = "${WORKDIR}/git"

PARALLEL_MAKE = ""

EXTRA_OECONF = " --enable-contactsdb-sqlite --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc --enable-debug"
FILES_${PN} += "${datadir}/mokosuite"

inherit pkgconfig autotools

do_install_append() {
    ln -s themes/gry.edj ${D}${datadir}/mokosuite/common/theme.edj
}