From bcf8b4d845b6ad47f89052c98f58a601e4517080 Mon Sep 17 00:00:00 2001 From: Peter Tworek Date: Wed, 9 Nov 2011 00:08:40 +0100 Subject: Add obconf 2.0.3+git recipe. --- recipes-lxde/obconf/files/obconf-lxde | 2 ++ recipes-lxde/obconf/obconf_2.0.3+git.bb | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 recipes-lxde/obconf/files/obconf-lxde create mode 100644 recipes-lxde/obconf/obconf_2.0.3+git.bb diff --git a/recipes-lxde/obconf/files/obconf-lxde b/recipes-lxde/obconf/files/obconf-lxde new file mode 100644 index 0000000..8ab27d0 --- /dev/null +++ b/recipes-lxde/obconf/files/obconf-lxde @@ -0,0 +1,2 @@ +#!/bin/sh +obconf --config-file lxde-rc.xml diff --git a/recipes-lxde/obconf/obconf_2.0.3+git.bb b/recipes-lxde/obconf/obconf_2.0.3+git.bb new file mode 100644 index 0000000..6701fb4 --- /dev/null +++ b/recipes-lxde/obconf/obconf_2.0.3+git.bb @@ -0,0 +1,33 @@ +DESCRIPTION = "Tool for configuring the Openbox window manager" +HOMEPAGE = "http://openbox.org/wiki/ObConf:About" +SECTION = "x11" + +SRCREV = "500163e2c74cbbded0361574fd14d0a1168c1119" +PR = "r1" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +DEPENDS = "gtk+ glib-2.0 libglade startup-notification" +RDEPENDS = "openbox" + +SRC_URI = "git://git.openbox.org/dana/obconf;branch=master;protocol=git \ + file://obconf-lxde" + +S = "${WORKDIR}/git" + +FILES_${PN} += "${datadir}/mime ${datadir}/mimelnk" + +inherit autotools pkgconfig gettext mime + +do_configure_prepend () { + autopoint || bbfatal "autopoint failed" +} + +do_configure_append () { + sed -i -e "/^Exec/s:obconf.*$:obconf-lxde:" ${S}/${PN}.desktop || bbfatal "sed failed" +} + +do_install_append () { + install -m 0755 ${WORKDIR}/obconf-lxde ${D}${bindir}/ +} -- cgit v1.2.3