mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
21f956598d
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
34 lines
762 B
BlitzBasic
34 lines
762 B
BlitzBasic
SUMMARY = "Openbox configuration tool"
|
|
HOMEPAGE = "http://openbox.org/wiki/ObConf:About"
|
|
SECTION = "x11/wm"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
DEPENDS = " \
|
|
openbox \
|
|
startup-notification \
|
|
gtk+3 \
|
|
"
|
|
PV = "2.0.4+git"
|
|
|
|
SRCREV = "63ec47c5e295ad4f09d1df6d92afb7e10c3fec39"
|
|
SRC_URI = " \
|
|
git://git.openbox.org/dana/obconf;branch=master \
|
|
file://0001-Fix-function-protype-visibility.patch \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools gettext pkgconfig mime mime-xdg features_check
|
|
# depends on openbox, which is X11-only
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
EXTRA_AUTORECONF = ""
|
|
|
|
FILES:${PN} += "\
|
|
${datadir}/mime \
|
|
"
|
|
|
|
do_install:append () {
|
|
rm -rf ${D}${datadir}/mimelnk
|
|
}
|