aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-09-13 17:46:53 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2009-09-13 17:47:43 +0200
commit8252c92d3137735d917072d725a65c0bb9f4d193 (patch)
treef5aeb6bfa7a2e38163ab24e41d9428c938aabeae /recipes/shr
parent0ae524d82f51f8c960abdca87472afeae7946ac1 (diff)
downloadopenembedded-8252c92d3137735d917072d725a65c0bb9f4d193.tar.gz
eliminate shr.bbclass
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/libframeworkd-phonegui-efl_git.bb9
-rw-r--r--recipes/shr/libframeworkd-phonegui-gtk/libframeworkd-phonegui-gtk_git.bb11
-rw-r--r--recipes/shr/libframeworkd-phonegui_git.bb9
-rw-r--r--recipes/shr/ophonekitd_git.bb9
-rw-r--r--recipes/shr/shr-contacts_git.bb10
-rw-r--r--recipes/shr/shr-dialer_git.bb10
-rw-r--r--recipes/shr/shr-messages_git.bb10
-rw-r--r--recipes/shr/shr-theme-brave_git.bb9
-rw-r--r--recipes/shr/shr-theme_git.bb10
9 files changed, 67 insertions, 20 deletions
diff --git a/recipes/shr/libframeworkd-phonegui-efl_git.bb b/recipes/shr/libframeworkd-phonegui-efl_git.bb
index 053cf20245..87c3095fd3 100644
--- a/recipes/shr/libframeworkd-phonegui-efl_git.bb
+++ b/recipes/shr/libframeworkd-phonegui-efl_git.bb
@@ -1,10 +1,15 @@
DESCRIPTION = "frameworkd EFL phonegui"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
SECTION = "e/apps"
DEPENDS += " dbus-glib libframeworkd-glib libframeworkd-phonegui etk evas ecore edje edje-native elementary"
PV = "0.0.2+gitr${SRCPV}"
-PR = "r32"
+PR = "r33"
-inherit shr pkgconfig autotools autotools_stage
+inherit pkgconfig autotools autotools_stage
+
+SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
+S = "${WORKDIR}/git/${PN}"
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
diff --git a/recipes/shr/libframeworkd-phonegui-gtk/libframeworkd-phonegui-gtk_git.bb b/recipes/shr/libframeworkd-phonegui-gtk/libframeworkd-phonegui-gtk_git.bb
index ea184a055c..c19d015be0 100644
--- a/recipes/shr/libframeworkd-phonegui-gtk/libframeworkd-phonegui-gtk_git.bb
+++ b/recipes/shr/libframeworkd-phonegui-gtk/libframeworkd-phonegui-gtk_git.bb
@@ -1,10 +1,15 @@
DESCRIPTION = "The Openmoko Dialer"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
SECTION = "x11/applications"
DEPENDS += " libmokoui2 libmokojournal2 pulseaudio dbus-glib libnotify libjana libframeworkd-glib libhito"
-SHR_PV = "0.0.1"
-PR = "r1"
+PV = "0.0.1+gitr${SRCPV}"
+PR = "r2"
-inherit shr pkgconfig autotools
+inherit pkgconfig autotools
+
+SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
+S = "${WORKDIR}/git/${PN}"
do_stage () {
oe_libinstall -so libframeworkd-phonegui-gtk ${STAGING_LIBDIR}
diff --git a/recipes/shr/libframeworkd-phonegui_git.bb b/recipes/shr/libframeworkd-phonegui_git.bb
index 44db931a98..aa1f107555 100644
--- a/recipes/shr/libframeworkd-phonegui_git.bb
+++ b/recipes/shr/libframeworkd-phonegui_git.bb
@@ -1,10 +1,15 @@
DESCRIPTION = "Frameworkd phonegui library"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
SECTION = "libs"
PV = "0.0.2+gitr${SRCPV}"
-PR = "r9"
+PR = "r10"
DEPENDS="glib-2.0 dbus-glib libframeworkd-glib libphone-utils"
-inherit shr pkgconfig autotools autotools_stage
+inherit pkgconfig autotools autotools_stage
+
+SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
+S = "${WORKDIR}/git/${PN}"
CONFFILES_${PN} = "${sysconfdir}/frameworkd-phonegui.conf"
diff --git a/recipes/shr/ophonekitd_git.bb b/recipes/shr/ophonekitd_git.bb
index 953990acf5..8d601b9e34 100644
--- a/recipes/shr/ophonekitd_git.bb
+++ b/recipes/shr/ophonekitd_git.bb
@@ -1,10 +1,15 @@
DESCRIPTION = "Ophonekitd daemon"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
SECTION = "x11/applications"
DEPENDS += " dbus-glib libframeworkd-glib libframeworkd-phonegui sqlite3"
PV = "0.0.2+gitr${SRCPV}"
-PR = "r17"
+PR = "r18"
-inherit shr autotools
+SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
+S = "${WORKDIR}/git/${PN}"
+
+inherit autotools
do_install_append() {
install -d ${D}${sysconfdir}/X11/Xsession.d/
diff --git a/recipes/shr/shr-contacts_git.bb b/recipes/shr/shr-contacts_git.bb
index 4a3b82ec16..6cfb87f43b 100644
--- a/recipes/shr/shr-contacts_git.bb
+++ b/recipes/shr/shr-contacts_git.bb
@@ -1,7 +1,13 @@
DESCRIPTION = "The SHR Contacts application"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
SECTION = "x11/applications"
DEPENDS += "dbus-glib libframeworkd-glib libframeworkd-phonegui"
PV = "0.0.2+gitr${SRCPV}"
-PR = "r5"
+PR = "r6"
+
+inherit pkgconfig autotools
+
+SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
+S = "${WORKDIR}/git/${PN}"
-inherit shr pkgconfig autotools
diff --git a/recipes/shr/shr-dialer_git.bb b/recipes/shr/shr-dialer_git.bb
index cc118238c6..f4813141e4 100644
--- a/recipes/shr/shr-dialer_git.bb
+++ b/recipes/shr/shr-dialer_git.bb
@@ -1,7 +1,13 @@
DESCRIPTION = "The SHR Dialer"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
SECTION = "x11/applications"
DEPENDS += "dbus-glib libframeworkd-glib libframeworkd-phonegui"
PV = "0.0.2+gitr${SRCPV}"
-PR = "r8"
+PR = "r9"
+
+inherit pkgconfig autotools
+
+SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
+S = "${WORKDIR}/git/${PN}"
-inherit shr pkgconfig autotools
diff --git a/recipes/shr/shr-messages_git.bb b/recipes/shr/shr-messages_git.bb
index 52a9a5ef5a..b821545fac 100644
--- a/recipes/shr/shr-messages_git.bb
+++ b/recipes/shr/shr-messages_git.bb
@@ -1,7 +1,13 @@
DESCRIPTION = "The SHR Messages"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
SECTION = "x11/applications"
DEPENDS += "dbus-glib libframeworkd-glib libframeworkd-phonegui"
PV = "0.0.2+gitr${SRCPV}"
-PR = "r7"
+PR = "r8"
+
+inherit pkgconfig autotools
+
+SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
+S = "${WORKDIR}/git/${PN}"
-inherit shr pkgconfig autotools
diff --git a/recipes/shr/shr-theme-brave_git.bb b/recipes/shr/shr-theme-brave_git.bb
index dd317be437..e5f7a48f14 100644
--- a/recipes/shr/shr-theme-brave_git.bb
+++ b/recipes/shr/shr-theme-brave_git.bb
@@ -1,9 +1,14 @@
DESCRIPTION = "Standard etk theme for the SHR distribution"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
SECTION = "x11/data"
PV = "0.0.2+gitr${SRCPV}"
-PR = "r1"
+PR = "r2"
-inherit shr autotools
+inherit autotools
+
+SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
+S = "${WORKDIR}/git/${PN}"
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
diff --git a/recipes/shr/shr-theme_git.bb b/recipes/shr/shr-theme_git.bb
index 6be900beb6..704072f8af 100644
--- a/recipes/shr/shr-theme_git.bb
+++ b/recipes/shr/shr-theme_git.bb
@@ -1,14 +1,18 @@
DESCRIPTION = "Standard icon theme for the SHR distribution"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
SECTION = "x11/data"
PV = "0.0.2+gitr${SRCPV}"
-PR = "r1"
+PR = "r2"
-inherit shr autotools
+inherit autotools
-# S = "${WORKDIR}/icons"
+SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
+S = "${WORKDIR}/git/${PN}"
pkg_postinst_shr-theme () {
}
PACKAGE_ARCH = "all"
+FILES_${PN} += "${datadir}/icons"