summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-sato/gtk-engines/gtk-sato-engine.inc25
-rw-r--r--meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb14
2 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc b/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
deleted file mode 100644
index 93538ed01e..0000000000
--- a/meta/recipes-sato/gtk-engines/gtk-sato-engine.inc
+++ /dev/null
@@ -1,25 +0,0 @@
1SUMMARY = "Sato theme engine for GTK+"
2HOMEPAGE = "http://www.o-hand.com"
3BUGTRACKER = "http://bugzilla.yoctoproject.org/"
4
5LICENSE = "LGPLv2.1 & LGPLv2+"
6
7SECTION = "x11/base"
8DEPENDS = "gtk+"
9RDEPENDS_gtk-theme-sato = "gtk-sato-engine"
10
11inherit distro_features_check
12ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
13
14PACKAGES += "gtk-theme-sato"
15FILES_${PN} = "${libdir}/gtk-2.0/*/engines/*.so "
16FILES_${PN}-dev = "${libdir}/gtk-2.0/*/engines/*.la"
17FILES_gtk-theme-sato = "${datadir}/icons ${datadir}/themes"
18
19inherit autotools-brokensep pkgconfig
20
21do_configure_prepend() {
22 for i in `ls gtk-common`; do
23 ln -sf ../gtk-common/$i gtk2-engine/$i
24 done
25}
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb b/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb
deleted file mode 100644
index da4d98ad48..0000000000
--- a/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1require gtk-sato-engine.inc
2
3LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
4 file://src/sato-utils.h;endline=24;md5=708f28cfe7fe028d497aaf4389b80b62 \
5 file://src/sato-main.c;endline=24;md5=b5e5dddebca570275becb51b526e4c5a"
6
7SRCREV = "4740ad8d53aba4368ce3e03b06cfdc69eb86dcdc"
8PV = "0.3.3+git${SRCPV}"
9
10SRC_URI = "git://git.yoctoproject.org/${BPN}"
11
12S = "${WORKDIR}/git"
13
14EXTRA_OECONF += "${@bb.utils.contains('MACHINE_FEATURES', 'qvga', '--with-mode=qvga', '',d)}"