summaryrefslogtreecommitdiff
path: root/recipes-lxde
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-06-03 15:31:49 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-03 15:35:50 +0200
commit5094a5b5f44bbc3faa025ccd7c0a276993a5466c (patch)
treef6c66543631e3c721204896319b23376ccd8b855 /recipes-lxde
parentf0cc6f197cd1ecb98eba651fa1d2e73f679c9b0d (diff)
openbox: drop recipe in favour of meta-oe
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-lxde')
-rw-r--r--recipes-lxde/openbox/openbox_3.5.0.bb57
1 files changed, 0 insertions, 57 deletions
diff --git a/recipes-lxde/openbox/openbox_3.5.0.bb b/recipes-lxde/openbox/openbox_3.5.0.bb
deleted file mode 100644
index cb718e6..0000000
--- a/recipes-lxde/openbox/openbox_3.5.0.bb
+++ /dev/null
@@ -1,57 +0,0 @@
-SUMMARY = "A standards compliant, fast, light-weight, extensible window manager"
-HOMEPAGE = "http://openbox.org"
-SECTION = "x11/wm"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-
-PR = "r5"
-
-RDEPENDS_{PN} = "glib-2.0 libxml2 pango imlib2 startup-notification libxft libxrandr libxt openbox-theme-clearlooks"
-DEPENDS = "glib-2.0 libxml2 pango imlib2 startup-notification libxft libxrandr libxt xextproto xf86vidmodeproto libxcursor"
-
-SRC_URI = "http://openbox.org/dist/openbox/openbox-${PV}.tar.gz"
-SRC_URI[md5sum] = "00441b53cf14c03566c8e82643544ff9"
-SRC_URI[sha256sum] = "6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c140fea0a"
-
-inherit autotools update-alternatives gettext pkgconfig
-
-EXTRA_OECONF += "\
- --enable-session-management \
- --disable-xinerama \
- --with-x\
- "
-
-ALTERNATIVE_${PN} = "x-window-manager"
-ALTERNATIVE_LINK_NAME[x-window-manager] = "${bindir}/x-window-manager"
-ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/openbox"
-ALTERNATIVE_PRIORITY[x-window-manager] = "10"
-
-PACKAGES =+ "${PN}-gnome ${PN}-gnome-dbg ${PN}-kde ${PN}-kde-dbg"
-FILES_${PN} += "${datadir}/gnome ${datadir}/xsessions"
-FILES_${PN}-gnome = "\
- ${bindir}/openbox-gnome-session \
- ${bindir}/gnome-panel-control \
- ${bindir}/gdm-control \
- ${datadir}/xsessions/openbox-gnome.desktop \
- ${datadir}/gnome \
- "
-FILES_${PN}-gnome-dbg = "\
- ${bindir}/.debug/openbox-gnome-session \
- ${bindir}/.debug/gnome-panel-control \
- ${bindir}/.debug/gdm-control \
- "
-FILES_${PN}-kde = "\
- ${bindir}/openbox-kde-session \
- ${datadir}/xsessions/openbox-kde.desktop \
- "
-FILES_${PN}-kde-dbg = "\
- ${bindir}/.debug/openbox-kde-session \
- "
-
-PACKAGES_DYNAMIC += "${PN}-theme-*"
-
-python populate_packages_prepend() {
- theme_dir = bb.data.expand('${datadir}/themes/', d)
- theme_name = bb.data.expand('${PN}-theme-%s', d)
- do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True)
-}