diff options
Diffstat (limited to 'recipes/opie-style-fresh')
5 files changed, 33 insertions, 0 deletions
diff --git a/recipes/opie-style-fresh/opie-style-fresh.inc b/recipes/opie-style-fresh/opie-style-fresh.inc new file mode 100644 index 0000000000..386c5ac620 --- /dev/null +++ b/recipes/opie-style-fresh/opie-style-fresh.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "Opie widget style" +SECTION = "opie/styles" +PRIORITY = "optional" +LICENSE = "GPL" +APPNAME = "freshstyle" + + +S = "${WORKDIR}/fresh" + +inherit opie + +# FILES plugins/styles/libfreshstyle.so* +do_install() { +} + diff --git a/recipes/opie-style-fresh/opie-style-fresh_1.2.2.bb b/recipes/opie-style-fresh/opie-style-fresh_1.2.2.bb new file mode 100644 index 0000000000..80a77e2144 --- /dev/null +++ b/recipes/opie-style-fresh/opie-style-fresh_1.2.2.bb @@ -0,0 +1,5 @@ +require ${PN}.inc + + + +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/styles/fresh " diff --git a/recipes/opie-style-fresh/opie-style-fresh_1.2.3.bb b/recipes/opie-style-fresh/opie-style-fresh_1.2.3.bb new file mode 100644 index 0000000000..286645a1bc --- /dev/null +++ b/recipes/opie-style-fresh/opie-style-fresh_1.2.3.bb @@ -0,0 +1,4 @@ +require ${PN}.inc + + +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/styles/fresh " diff --git a/recipes/opie-style-fresh/opie-style-fresh_1.2.4.bb b/recipes/opie-style-fresh/opie-style-fresh_1.2.4.bb new file mode 100644 index 0000000000..286645a1bc --- /dev/null +++ b/recipes/opie-style-fresh/opie-style-fresh_1.2.4.bb @@ -0,0 +1,4 @@ +require ${PN}.inc + + +SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/styles/fresh " diff --git a/recipes/opie-style-fresh/opie-style-fresh_cvs.bb b/recipes/opie-style-fresh/opie-style-fresh_cvs.bb new file mode 100644 index 0000000000..d68f8ef83f --- /dev/null +++ b/recipes/opie-style-fresh/opie-style-fresh_cvs.bb @@ -0,0 +1,5 @@ +require ${PN}.inc + +PV = "${OPIE_CVS_PV}" + +SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/styles/fresh " |