mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
25
meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht/LICENSE
Normal file
25
meta-efl/recipes-efl/e17/e-wm-theme-illume-efenniht/LICENSE
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
Copyright notice for Enlightenment:
|
||||||
|
|
||||||
|
Copyright (C) 2000-2010 Carsten Haitzler and various contributors (see AUTHORS)
|
||||||
|
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||||
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||||
|
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
|
||||||
|
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||||
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||||
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||||
|
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
@@ -4,7 +4,8 @@ HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht"
|
|||||||
DEPENDS = "edje-native"
|
DEPENDS = "edje-native"
|
||||||
RDEPENDS_${PN} = "e-wm"
|
RDEPENDS_${PN} = "e-wm"
|
||||||
RSUGGESTS_${PN} = "elementary-theme-efenniht"
|
RSUGGESTS_${PN} = "elementary-theme-efenniht"
|
||||||
LICENSE = "MIT/BSD"
|
LICENSE = "MIT BSD"
|
||||||
|
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2"
|
||||||
|
|
||||||
SRCREV = "${EFL_SRCREV}"
|
SRCREV = "${EFL_SRCREV}"
|
||||||
PV = "0.0+svnr${SRCPV}"
|
PV = "0.0+svnr${SRCPV}"
|
||||||
@@ -13,7 +14,9 @@ PR = "r1"
|
|||||||
inherit e-base allarch
|
inherit e-base allarch
|
||||||
|
|
||||||
SRCNAME = "efenniht"
|
SRCNAME = "efenniht"
|
||||||
SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http"
|
SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http \
|
||||||
|
file://LICENSE \
|
||||||
|
"
|
||||||
S = "${WORKDIR}/${SRCNAME}"
|
S = "${WORKDIR}/${SRCNAME}"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
DDESCRIPTION = "A theme for exquisite"
|
DDESCRIPTION = "A theme for exquisite"
|
||||||
LICENSE = "MIT/BSD"
|
LICENSE = "MIT BSD"
|
||||||
|
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
DEPENDS = "edje-native"
|
DEPENDS = "edje-native"
|
||||||
PV = "1.0+svnr${SRCPV}"
|
PV = "1.0+svnr${SRCPV}"
|
||||||
@@ -15,7 +16,9 @@ ALTERNATIVE_PRIORITY = "10"
|
|||||||
|
|
||||||
SRCNAME = "b_and_w"
|
SRCNAME = "b_and_w"
|
||||||
|
|
||||||
SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http"
|
SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http \
|
||||||
|
file://LICENSE \
|
||||||
|
"
|
||||||
S = "${WORKDIR}/${SRCNAME}"
|
S = "${WORKDIR}/${SRCNAME}"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
|
|||||||
25
meta-efl/recipes-efl/e17/exquisite-theme-illume/LICENSE
Normal file
25
meta-efl/recipes-efl/e17/exquisite-theme-illume/LICENSE
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
Copyright notice for Enlightenment:
|
||||||
|
|
||||||
|
Copyright (C) 2000-2010 Carsten Haitzler and various contributors (see AUTHORS)
|
||||||
|
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||||
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||||
|
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
|
||||||
|
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||||
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||||
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||||
|
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
25
meta-efl/recipes-efl/efl/elementary-theme-efenniht/LICENSE
Normal file
25
meta-efl/recipes-efl/efl/elementary-theme-efenniht/LICENSE
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
Copyright notice for Enlightenment:
|
||||||
|
|
||||||
|
Copyright (C) 2000-2010 Carsten Haitzler and various contributors (see AUTHORS)
|
||||||
|
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||||
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||||
|
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
|
||||||
|
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||||
|
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||||
|
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||||
|
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
@@ -3,7 +3,8 @@ SECTION = "e/utils"
|
|||||||
HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht"
|
HOMEPAGE = "http://trac.enlightenment.org/e/wiki/Themes#Efenniht"
|
||||||
DEPENDS = "edje-native"
|
DEPENDS = "edje-native"
|
||||||
RSUGGESTS_${PN} = "e-wm-theme-illume-efenniht"
|
RSUGGESTS_${PN} = "e-wm-theme-illume-efenniht"
|
||||||
LICENSE = "MIT/BSD"
|
LICENSE = "MIT BSD"
|
||||||
|
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2"
|
||||||
|
|
||||||
SRCREV_THM_REV ?= "${EFL_SRCREV}"
|
SRCREV_THM_REV ?= "${EFL_SRCREV}"
|
||||||
SRCREV_ELM_REV ?= "${EFL_SRCREV}"
|
SRCREV_ELM_REV ?= "${EFL_SRCREV}"
|
||||||
@@ -17,6 +18,7 @@ inherit e-base allarch
|
|||||||
SRCNAME = "efenniht"
|
SRCNAME = "efenniht"
|
||||||
SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http;name=THM_REV"
|
SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};proto=http;name=THM_REV"
|
||||||
SRC_URI += "${E_SVN}/trunk/elementary/data;module=themes;proto=http;name=ELM_REV"
|
SRC_URI += "${E_SVN}/trunk/elementary/data;module=themes;proto=http;name=ELM_REV"
|
||||||
|
SRC_URI += "file://LICENSE"
|
||||||
S = "${WORKDIR}/${SRCNAME}"
|
S = "${WORKDIR}/${SRCNAME}"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
|
|||||||
Reference in New Issue
Block a user