summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxpanel/keybinder_0.3.0.bb
blob: 416a2675da1aba3321271eb0d19616aee8c0681f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "Library for registering global key bindings, for gtk applications"
SECTION = "x11"

LICENSE = "X11"
LIC_FILES_CHKSUM = "file://libkeybinder/bind.c;md5=2d2071c3f1c7563111ad40b6be7b0db6"

DEPENDS = "gtk+"

MIRRORS_prepend () {
    http://gentoo.inode.at/distfiles/ http://pkgs.fedoraproject.org/repo/pkgs/keybinder/keybinder-0.3.0.tar.gz/2a0aed62ba14d1bf5c79707e20cb4059/
}

SRC_URI = "http://gentoo.inode.at/distfiles/keybinder-${PV}.tar.gz"
SRC_URI[md5sum] = "2a0aed62ba14d1bf5c79707e20cb4059"
SRC_URI[sha256sum] = "42863ca0174d568a8c02c6fb243fee1681823825e8bcb1718c51611d8e9793bb"

inherit autotools gettext pkgconfig

EXTRA_OECONF += " --disable-lua --disable-python"

FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug"