aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-08 16:54:09 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-08 17:22:43 +0100
commit038f68a6b713e8e19780e06856af02da38485e9f (patch)
tree00598ca2b95d038d21d0687eafd4f06766587944 /recipes/shr
parent82380e0d0f73494ec2573921d14e94fb3b633d60 (diff)
downloadopenembedded-038f68a6b713e8e19780e06856af02da38485e9f.tar.gz
shr: move etk-themes to obsolete, remove etk-theme-neo from RSUGGESTS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/e-wm-theme-illume-neo_git.bb4
-rw-r--r--recipes/shr/elementary-theme-neo_git.bb4
-rw-r--r--recipes/shr/etk-theme-neo_git.bb13
-rw-r--r--recipes/shr/etk-theme-shr_git.bb8
-rw-r--r--recipes/shr/etk-theme.inc34
-rw-r--r--recipes/shr/gtk-theme-neo_git.bb4
-rw-r--r--recipes/shr/icon-theme-neo_git.bb4
7 files changed, 8 insertions, 63 deletions
diff --git a/recipes/shr/e-wm-theme-illume-neo_git.bb b/recipes/shr/e-wm-theme-illume-neo_git.bb
index 0d1859902f..ca1b3ab3ce 100644
--- a/recipes/shr/e-wm-theme-illume-neo_git.bb
+++ b/recipes/shr/e-wm-theme-illume-neo_git.bb
@@ -4,12 +4,12 @@ HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
DEPENDS = "edje-native"
RDEPENDS = "e-wm"
-RSUGGESTS = "elementary-theme-neo gtk-theme-neo etk-theme-neo gpe-theme-neo icon-theme-neo"
+RSUGGESTS = "elementary-theme-neo gtk-theme-neo gpe-theme-neo icon-theme-neo"
LICENCE = "unknown"
SRCREV = "820f4d41531ad6f790615b6a7312a60e30e99fdc"
PV = "0.1-${EFL_SRCREV}+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
diff --git a/recipes/shr/elementary-theme-neo_git.bb b/recipes/shr/elementary-theme-neo_git.bb
index bc01e23922..ff310445c8 100644
--- a/recipes/shr/elementary-theme-neo_git.bb
+++ b/recipes/shr/elementary-theme-neo_git.bb
@@ -3,12 +3,12 @@ SECTION = "e/utils"
HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
DEPENDS = "edje-native"
-RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo etk-theme-neo gpe-theme-neo icon-theme-neo"
+RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo gpe-theme-neo icon-theme-neo"
LICENSE = "unknown"
SRCREV = "fb377425e69ce1fc13f5094801b96836203e8154"
PV = "0.5-${EFL_SRCREV}+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master \
"
diff --git a/recipes/shr/etk-theme-neo_git.bb b/recipes/shr/etk-theme-neo_git.bb
deleted file mode 100644
index ab028b1228..0000000000
--- a/recipes/shr/etk-theme-neo_git.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-DESCRIPTION = "nEo etk theme - a very fast, high contrast etk theme"
-HOMEPAGE = "http://jmccloud.jm.funpic.de"
-AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
-RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo gpe-theme-neo icon-theme-neo"
-LICENSE = "unknown"
-
-SRCREV = "1cc80e26a4558dfc2268b349d9a1f468e515bcfb"
-PV = "0.2-${EFL_SRCREV}+gitr${SRCREV}"
-PR = "r4"
-
-SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
-
-require etk-theme.inc
diff --git a/recipes/shr/etk-theme-shr_git.bb b/recipes/shr/etk-theme-shr_git.bb
deleted file mode 100644
index e05fa56ee4..0000000000
--- a/recipes/shr/etk-theme-shr_git.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-DESCRIPTION = "etk SHR theme"
-LICENSE = "MIT BSD"
-PV = "1.1.1-${EFL_SRCREV}+gitr${SRCREV}"
-PR = "r2"
-
-SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
-
-require etk-theme.inc
diff --git a/recipes/shr/etk-theme.inc b/recipes/shr/etk-theme.inc
deleted file mode 100644
index 6e8b33db27..0000000000
--- a/recipes/shr/etk-theme.inc
+++ /dev/null
@@ -1,34 +0,0 @@
-SECTION = "e/utils"
-DEPENDS = "edje-native"
-RDEPENDS = "etk"
-
-S = "${WORKDIR}/git/etk/${PN}/"
-
-do_compile() {
- ${STAGING_BINDIR_NATIVE}/edje_cc -id ${S}/. -fd ${S}/. ${S}/default.edc -o ${S}/default.edj
-}
-
-do_install() {
- install -d ${D}${datadir}/etk/themes.${PN}/
- install -m 0644 ${S}/default.edj ${D}${datadir}/etk/themes.${PN}/
-}
-
-FILES_${PN} = "${datadir}/etk/themes.${PN}"
-
-inherit update-alternatives
-
-ALTERNATIVE_NAME = "etk-theme"
-ALTERNATIVE_LINK = "${datadir}/etk/themes"
-ALTERNATIVE_PATH = "${datadir}/etk/themes.${PN}"
-ALTERNATIVE_PRIORITY ?= 1
-
-pkg_postinst() {
- if [[ -e ${ALTERNATIVE_LINK} && ! -h ${ALTERNATIVE_LINK} ]] ; then
- echo "warn: ${ALTERNATIVE_LINK} exists and it's not a link!"
- echo "warn: It will be replaced with link managed by update-alternatives"
- echo "warn: Moving ${ALTERNATIVE_LINK} to ${ALTERNATIVE_LINK}.old."
- echo "warn: It should be empty but probably isn't!"
- echo "warn: Check what's left there and remove it manually."
- mv -f ${ALTERNATIVE_LINK} ${ALTERNATIVE_LINK}.old
- fi
-}
diff --git a/recipes/shr/gtk-theme-neo_git.bb b/recipes/shr/gtk-theme-neo_git.bb
index bfa635bfbe..94f9b9f992 100644
--- a/recipes/shr/gtk-theme-neo_git.bb
+++ b/recipes/shr/gtk-theme-neo_git.bb
@@ -2,12 +2,12 @@ DESCRIPTION = "nEo GTK theme - a very fast, high contrast GTK theme"
HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
RDEPENDS += "icon-theme-neo"
-RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo etk-theme-neo gpe-theme-neo icon-theme-neo"
+RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo gpe-theme-neo icon-theme-neo"
LICENSE = "unknown"
SRCREV = "f847105c5ef5d488a4bce0c0a85d572c3509d56f"
PV = "0.2-${EFL_SRCREV}+gitr${SRCREV}"
-PR = "r4"
+PR = "r5"
SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
diff --git a/recipes/shr/icon-theme-neo_git.bb b/recipes/shr/icon-theme-neo_git.bb
index 641f091f75..b9894722ed 100644
--- a/recipes/shr/icon-theme-neo_git.bb
+++ b/recipes/shr/icon-theme-neo_git.bb
@@ -3,12 +3,12 @@ SECTION = "e/utils"
HOMEPAGE = "http://jmccloud.jm.funpic.de"
AUTHOR = "Jesus McCloud <bernd.pruenster@gmail.com"
RDEPENDS = "e-wm"
-RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo etk-theme-neo gpe-theme-neo"
+RSUGGESTS = "elementary-theme-neo e-wm-theme-illume-neo gtk-theme-neo gpe-theme-neo"
LICENSE = "unknown"
SRCREV = "f847105c5ef5d488a4bce0c0a85d572c3509d56f"
PV = "0.2-${EFL_SRCREV}+gitr${SRCREV}"
-PR = "r2"
+PR = "r3"
SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"