summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-support/keybinder/keybinder_3.0.bb26
-rw-r--r--meta-oe/licenses/X1123
2 files changed, 49 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
new file mode 100644
index 000000000..d6744a306
--- /dev/null
+++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "keybinder is a library for registering global key bindings, for gtk-based applications."
2HOMEPAGE = "https://github.com/engla/keybinder"
3LICENSE = "X11"
4SECTION = "devel/lib"
5DEPENDS = "gtk+3 gobject-introspection-native \
6 gtk+ \
7"
8
9LIC_FILES_CHKSUM = "file://COPYING;md5=1f18f9c6d8b4cfcc7d7804a243a4c0b4"
10
11S = "${WORKDIR}/git"
12B = "${S}"
13
14SRCREV = "736ccef40d39603b8111c8a3a0bca0319bbafdc0"
15PV = "3.0+git${SRCPV}"
16SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \
17"
18
19RDEPENDS_${PN} = "gtk+"
20
21inherit autotools gtk-doc gobject-introspection
22do_configure_prepend() {
23 touch ${S}/ChangeLog
24}
25
26SRC_DISTRIBUTE_LICENSES += "X11"
diff --git a/meta-oe/licenses/X11 b/meta-oe/licenses/X11
new file mode 100644
index 000000000..da3e40624
--- /dev/null
+++ b/meta-oe/licenses/X11
@@ -0,0 +1,23 @@
1/*
2 * Copyright (C) 2008 Alex Graveley
3 * Copyright (C) 2010 Ulrik Sverdrup <ulrik.sverdrup@gmail.com>
4 *
5 * Permission is hereby granted, free of charge, to any person obtaining
6 * a copy of this software and associated documentation files (the
7 * "Software"), to deal in the Software without restriction, including
8 * without limitation the rights to use, copy, modify, merge, publish,
9 * distribute, sublicense, and/or sell copies of the Software, and to
10 * permit persons to whom the Software is furnished to do so, subject to
11 * the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be
14 * included in all copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 */