There were some unpacked files in /usr/share/gtkmm-2.4/demo/
This patch addes a new package gtkmm-demo and stuffs the files from
that demo dir in it
Also added INC_PR
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
inherit gnome autotools pkgconfig flow-lossage
+INC_PR = "r2"
+
LIBV = "2.4.0"
do_install_append () {
install -m 0644 gtk/gtkmmconfig.h ${D}${includedir}/gtkmm-2.4
}
+PACKAGES =+ "${PN}-demo"
+
FILES_${PN} = "${libdir}/lib*.so.*"
FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"
+FILES_${PN}-demo += "${datadir}/*/demo/"
require gtkmm.inc
-PR = "r0"
+PR = "${INC_PR}.0"
# Hack! Remove once gtkmm likes libtool 2x
do_configure() {
DEPENDS += "pangomm"
-PR = "r0"
+PR = "${INC_PR}.0"
# Hack! Remove once gtkmm likes libtool 2x
do_cconfigure() {
DEPENDS += "pangomm"
-PR = "r1"
+PR = "${INC_PR}.0"
EXTRA_OECONF = " --disable-documentation "
require gtkmm.inc
+PR = "${INC_PR}.0"
+
SRC_URI[archive.md5sum] = "c0cb0ea5bc1ab511d9b2461083f0445f"
SRC_URI[archive.sha256sum] = "c1199bbee423d6f0ef9b5e88973c5620a1e1c52f9f1298dffcfa36284a7fd91a"