diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-09-30 14:43:23 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-12 10:24:45 +0200 |
| commit | 46b9e845f99af19d703442b0b501d9f1f8d33c15 (patch) | |
| tree | ebf7fab9829ffb854e23390e9909021c1776106a | |
| parent | 9e092ec31ead0c55d5d54316670cf42612ca7789 (diff) | |
| download | meta-openembedded-46b9e845f99af19d703442b0b501d9f1f8d33c15.tar.gz | |
e-wm-theme-illume-efenniht, exquisite-theme-illume, elementary-theme-efenniht: add LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
6 files changed, 88 insertions, 5 deletions
diff --git a/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht/LICENSE b/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht/LICENSE new file mode 100644 index 0000000000..61bb2f603d --- /dev/null +++ b/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht/LICENSE | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | Copyright notice for Enlightenment: | ||
| 2 | |||
| 3 | Copyright (C) 2000-2010 Carsten Haitzler and various contributors (see AUTHORS) | ||
| 4 | |||
| 5 | All rights reserved. | ||
| 6 | |||
| 7 | Redistribution and use in source and binary forms, with or without | ||
| 8 | modification, are permitted provided that the following conditions are met: | ||
| 9 | |||
| 10 | 1. Redistributions of source code must retain the above copyright | ||
| 11 | notice, this list of conditions and the following disclaimer. | ||
| 12 | 2. Redistributions in binary form must reproduce the above copyright | ||
| 13 | notice, this list of conditions and the following disclaimer in the | ||
| 14 | documentation and/or other materials provided with the distribution. | ||
| 15 | |||
| 16 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
| 17 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
| 18 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
| 19 | COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
| 20 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
| 21 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
| 22 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
| 23 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
| 24 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
| 25 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
diff --git a/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb b/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb index aaa2e147ff..5dfc7c9d96 100644 --- a/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb +++ b/meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht_svn.bb | |||
| @@ -4,7 +4,8 @@ HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht" | |||
| 4 | DEPENDS = "edje-native" | 4 | DEPENDS = "edje-native" |
| 5 | RDEPENDS_${PN} = "e-wm" | 5 | RDEPENDS_${PN} = "e-wm" |
| 6 | RSUGGESTS_${PN} = "elementary-theme-efenniht" | 6 | RSUGGESTS_${PN} = "elementary-theme-efenniht" |
| 7 | LICENSE = "MIT/BSD" | 7 | LICENSE = "MIT BSD" |
| 8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" | ||
| 8 | 9 | ||
| 9 | SRCREV = "${EFL_SRCREV}" | 10 | SRCREV = "${EFL_SRCREV}" |
| 10 | PV = "0.0+svnr${SRCPV}" | 11 | PV = "0.0+svnr${SRCPV}" |
| @@ -13,7 +14,9 @@ PR = "r1" | |||
| 13 | inherit e-base allarch | 14 | inherit e-base allarch |
| 14 | 15 | ||
| 15 | SRCNAME = "efenniht" | 16 | SRCNAME = "efenniht" |
| 16 | SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http" | 17 | SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http \ |
| 18 | file://LICENSE \ | ||
| 19 | " | ||
| 17 | S = "${WORKDIR}/${SRCNAME}" | 20 | S = "${WORKDIR}/${SRCNAME}" |
| 18 | 21 | ||
| 19 | do_compile() { | 22 | do_compile() { |
diff --git a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb index fa394f763b..5dabea22ff 100644 --- a/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb +++ b/meta-efl/recipes-efl/e17/exquisite-theme-illume.bb | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | DDESCRIPTION = "A theme for exquisite" | 1 | DDESCRIPTION = "A theme for exquisite" |
| 2 | LICENSE = "MIT/BSD" | 2 | LICENSE = "MIT BSD" |
| 3 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" | ||
| 3 | SECTION = "x11" | 4 | SECTION = "x11" |
| 4 | DEPENDS = "edje-native" | 5 | DEPENDS = "edje-native" |
| 5 | PV = "1.0+svnr${SRCPV}" | 6 | PV = "1.0+svnr${SRCPV}" |
| @@ -15,7 +16,9 @@ ALTERNATIVE_PRIORITY = "10" | |||
| 15 | 16 | ||
| 16 | SRCNAME = "b_and_w" | 17 | SRCNAME = "b_and_w" |
| 17 | 18 | ||
| 18 | SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http" | 19 | SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http \ |
| 20 | file://LICENSE \ | ||
| 21 | " | ||
| 19 | S = "${WORKDIR}/${SRCNAME}" | 22 | S = "${WORKDIR}/${SRCNAME}" |
| 20 | 23 | ||
| 21 | do_compile() { | 24 | do_compile() { |
diff --git a/meta-efl/recipes-efl/e17/exquisite-theme-illume/LICENSE b/meta-efl/recipes-efl/e17/exquisite-theme-illume/LICENSE new file mode 100644 index 0000000000..61bb2f603d --- /dev/null +++ b/meta-efl/recipes-efl/e17/exquisite-theme-illume/LICENSE | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | Copyright notice for Enlightenment: | ||
| 2 | |||
| 3 | Copyright (C) 2000-2010 Carsten Haitzler and various contributors (see AUTHORS) | ||
| 4 | |||
| 5 | All rights reserved. | ||
| 6 | |||
| 7 | Redistribution and use in source and binary forms, with or without | ||
| 8 | modification, are permitted provided that the following conditions are met: | ||
| 9 | |||
| 10 | 1. Redistributions of source code must retain the above copyright | ||
| 11 | notice, this list of conditions and the following disclaimer. | ||
| 12 | 2. Redistributions in binary form must reproduce the above copyright | ||
| 13 | notice, this list of conditions and the following disclaimer in the | ||
| 14 | documentation and/or other materials provided with the distribution. | ||
| 15 | |||
| 16 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
| 17 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
| 18 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
| 19 | COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
| 20 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
| 21 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
| 22 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
| 23 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
| 24 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
| 25 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
diff --git a/meta-efl/recipes-efl/efl/elementary-theme-efenniht/LICENSE b/meta-efl/recipes-efl/efl/elementary-theme-efenniht/LICENSE new file mode 100644 index 0000000000..61bb2f603d --- /dev/null +++ b/meta-efl/recipes-efl/efl/elementary-theme-efenniht/LICENSE | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | Copyright notice for Enlightenment: | ||
| 2 | |||
| 3 | Copyright (C) 2000-2010 Carsten Haitzler and various contributors (see AUTHORS) | ||
| 4 | |||
| 5 | All rights reserved. | ||
| 6 | |||
| 7 | Redistribution and use in source and binary forms, with or without | ||
| 8 | modification, are permitted provided that the following conditions are met: | ||
| 9 | |||
| 10 | 1. Redistributions of source code must retain the above copyright | ||
| 11 | notice, this list of conditions and the following disclaimer. | ||
| 12 | 2. Redistributions in binary form must reproduce the above copyright | ||
| 13 | notice, this list of conditions and the following disclaimer in the | ||
| 14 | documentation and/or other materials provided with the distribution. | ||
| 15 | |||
| 16 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, | ||
| 17 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
| 18 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | ||
| 19 | COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
| 20 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
| 21 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
| 22 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
| 23 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
| 24 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
| 25 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
diff --git a/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb b/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb index 1cf7bd5dc5..5655490564 100644 --- a/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb +++ b/meta-efl/recipes-efl/efl/elementary-theme-efenniht_svn.bb | |||
| @@ -3,7 +3,8 @@ SECTION = "e/utils" | |||
| 3 | HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht" | 3 | HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht" |
| 4 | DEPENDS = "edje-native" | 4 | DEPENDS = "edje-native" |
| 5 | RSUGGESTS_${PN} = "e-wm-theme-illume-efenniht" | 5 | RSUGGESTS_${PN} = "e-wm-theme-illume-efenniht" |
| 6 | LICENSE = "MIT/BSD" | 6 | LICENSE = "MIT BSD" |
| 7 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2" | ||
| 7 | 8 | ||
| 8 | SRCREV_THM_REV ?= "${EFL_SRCREV}" | 9 | SRCREV_THM_REV ?= "${EFL_SRCREV}" |
| 9 | SRCREV_ELM_REV ?= "${EFL_SRCREV}" | 10 | SRCREV_ELM_REV ?= "${EFL_SRCREV}" |
| @@ -17,6 +18,7 @@ inherit e-base allarch | |||
| 17 | SRCNAME = "efenniht" | 18 | SRCNAME = "efenniht" |
| 18 | SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http;name=THM_REV" | 19 | SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http;name=THM_REV" |
| 19 | SRC_URI += "${E_SVN}/trunk/elementary/data;module=themes;proto=http;name=ELM_REV" | 20 | SRC_URI += "${E_SVN}/trunk/elementary/data;module=themes;proto=http;name=ELM_REV" |
| 21 | SRC_URI += "file://LICENSE" | ||
| 20 | S = "${WORKDIR}/${SRCNAME}" | 22 | S = "${WORKDIR}/${SRCNAME}" |
| 21 | 23 | ||
| 22 | do_compile() { | 24 | do_compile() { |
