matchbox-panel-2_git.bb 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. DESCRIPTION = "A simple GTK+ based panel for handheld devices."
  2. HOMEPAGE = "http://matchbox-project.org"
  3. BUGTRACKER = "http://bugzilla.openedhand.com/"
  4. LICENSE = "GPLv2+"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
  6. file://matchbox-panel/mb-panel.h;endline=10;md5=0b7db28f4b6863fb853d0467e590019a \
  7. file://applets/startup/startup.c;endline=22;md5=b0a64fbef3097d79f8264e6907a98f03"
  8. PRIORITY = "optional"
  9. DEPENDS = "gtk+ startup-notification dbus dbus-glib"
  10. DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}"
  11. DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}"
  12. PV = "0.0+git${SRCPV}"
  13. PR = "r0"
  14. RPROVIDES_${PN} = "matchbox-panel"
  15. RREPLACES_${PN} = "matchbox-panel"
  16. RCONFLICTS_${PN} = "matchbox-panel"
  17. SRC_URI = "git://git.pokylinux.org/${PN};protocol=git \
  18. file://startup_fix.diff;patch=1"
  19. EXTRA_OECONF = "--enable-startup-notification --enable-dbus"
  20. EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "acpi", "--with-battery=acpi", "",d)}"
  21. EXTRA_OECONF += " ${@base_contains("MACHINE_FEATURES", "apm", "--with-battery=apm", "",d)}"
  22. S = "${WORKDIR}/git"
  23. FILES_${PN} += "${libdir}/matchbox-panel/*.so \
  24. ${datadir}/matchbox-panel/brightness/*.png \
  25. ${datadir}/matchbox-panel/startup/*.png "
  26. FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
  27. inherit autotools pkgconfig