diff options
Diffstat (limited to 'meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb')
| -rw-r--r-- | meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb b/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb new file mode 100644 index 0000000000..49ed07ad97 --- /dev/null +++ b/meta-xfce/recipes-extended/libunique/libunique_1.1.6.bb | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | SUMMARY = "Library for supporting single instance GTK+ applications" | ||
| 2 | DESCRIPTION = "Unique is a library for writing single instance GTK+ applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance." | ||
| 3 | HOMEPAGE = "https://wiki.gnome.org/Attic/LibUnique" | ||
| 4 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" | ||
| 5 | |||
| 6 | SRC_URI = "${GNOME_MIRROR}/libunique/1.1/libunique-${PV}.tar.bz2 \ | ||
| 7 | file://fix_for_compile_with_gcc-4.6.0.patch \ | ||
| 8 | file://noconst.patch \ | ||
| 9 | file://build.patch \ | ||
| 10 | file://0001-Makefile.am-use-LIBTOOL-instead-of-hardcoded-libtool.patch \ | ||
| 11 | file://0001-test-unique-Add-format-qualifier-s-for-string.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "7955769ef31f1bc4f83446dbb3625e6d" | ||
| 15 | SRC_URI[sha256sum] = "e5c8041cef8e33c55732f06a292381cb345db946cf792a4ae18aa5c66cdd4fbb" | ||
| 16 | |||
| 17 | PR = "r7" | ||
| 18 | |||
| 19 | DEPENDS = "dbus-glib-native glib-2.0 gtk+" | ||
| 20 | |||
| 21 | PACKAGECONFIG ??= "dbus" | ||
| 22 | PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus dbus-glib" | ||
| 23 | |||
| 24 | LICENSE = "LGPLv2.1" | ||
| 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
| 26 | |||
| 27 | |||
| 28 | inherit autotools pkgconfig gobject-introspection distro_features_check gtk-doc | ||
| 29 | |||
| 30 | REQUIRED_DISTRO_FEATURES = "x11" | ||
