blob: efffd962d42e745ff3dbe21e988dee440e546387 [file] [log] [blame]
Andrew Geissler72956ed2021-01-08 16:11:14 -06001SUMMARY = "Openbox configuration tool"
Andrew Geissler72956ed2021-01-08 16:11:14 -06002HOMEPAGE = "http://openbox.org/wiki/ObConf:About"
3SECTION = "x11/wm"
Andrew Geissler9aee5002022-03-30 16:27:02 +00004LICENSE = "GPL-2.0-or-later"
Andrew Geissler72956ed2021-01-08 16:11:14 -06005LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6DEPENDS = " \
7 openbox \
8 startup-notification \
9 gtk+3 \
10"
11PV = "2.0.4+git${SRCPV}"
12
13SRCREV = "63ec47c5e295ad4f09d1df6d92afb7e10c3fec39"
14SRC_URI = " \
Andrew Geissler595f6302022-01-24 19:11:47 +000015 git://git.openbox.org/dana/obconf;branch=master \
Andrew Geissler87f5cff2022-09-30 13:13:31 -050016 file://0001-Fix-function-protype-visibility.patch \
Andrew Geissler72956ed2021-01-08 16:11:14 -060017"
18
19S = "${WORKDIR}/git"
20
21inherit autotools gettext pkgconfig mime mime-xdg features_check
22# depends on openbox, which is X11-only
23REQUIRED_DISTRO_FEATURES = "x11"
24
25EXTRA_AUTORECONF = ""
26
Patrick Williams213cb262021-08-07 19:21:33 -050027FILES:${PN} += "\
Andrew Geissler72956ed2021-01-08 16:11:14 -060028 ${datadir}/mime \
29"
30
Patrick Williams213cb262021-08-07 19:21:33 -050031do_install:append () {
Andrew Geissler72956ed2021-01-08 16:11:14 -060032 rm -rf ${D}${datadir}/mimelnk
33}