blob: 053af5a7702365cb2d05e20080803e7d54f5fe04 [file] [log] [blame]
Andrew Geissler72956ed2021-01-08 16:11:14 -06001SUMMARY = "Openbox configuration tool"
2AUTHOR = "Dana Jansens & Tim Riley & Javeed Shaikh"
3HOMEPAGE = "http://openbox.org/wiki/ObConf:About"
4SECTION = "x11/wm"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "GPL-2.0-or-later"
Andrew Geissler72956ed2021-01-08 16:11:14 -06006LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7DEPENDS = " \
8 openbox \
9 startup-notification \
10 gtk+3 \
11"
12PV = "2.0.4+git${SRCPV}"
13
14SRCREV = "63ec47c5e295ad4f09d1df6d92afb7e10c3fec39"
15SRC_URI = " \
Andrew Geissler595f6302022-01-24 19:11:47 +000016 git://git.openbox.org/dana/obconf;branch=master \
Andrew Geissler87f5cff2022-09-30 13:13:31 -050017 file://0001-Fix-function-protype-visibility.patch \
Andrew Geissler72956ed2021-01-08 16:11:14 -060018"
19
20S = "${WORKDIR}/git"
21
22inherit autotools gettext pkgconfig mime mime-xdg features_check
23# depends on openbox, which is X11-only
24REQUIRED_DISTRO_FEATURES = "x11"
25
26EXTRA_AUTORECONF = ""
27
Patrick Williams213cb262021-08-07 19:21:33 -050028FILES:${PN} += "\
Andrew Geissler72956ed2021-01-08 16:11:14 -060029 ${datadir}/mime \
30"
31
Patrick Williams213cb262021-08-07 19:21:33 -050032do_install:append () {
Andrew Geissler72956ed2021-01-08 16:11:14 -060033 rm -rf ${D}${datadir}/mimelnk
34}