gparted_1.1.0.bb 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. SUMMARY = "A partition editor to graphically manage disk partitions "
  2. HOMEPAGE = "http://gparted.org/index.php"
  3. LICENSE = "GPLv2"
  4. LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
  5. inherit features_check autotools pkgconfig python3native gnome-help gtk-icon-cache
  6. REQUIRED_DISTRO_FEATURES = "x11"
  7. SRC_URI = " \
  8. ${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \
  9. file://0001-Install-polkit-action-unconditionally-executable-pke.patch \
  10. "
  11. SRC_URI[md5sum] = "0da45cb522d766dfb4886fb3bdbc2634"
  12. SRC_URI[sha256sum] = "e2fe7b7afbc07e930491c00a05200c2682cc0576ca8f6da87245a000257f5924"
  13. DEPENDS += " \
  14. glib-2.0-native \
  15. yelp-tools-native \
  16. intltool-native \
  17. glib-2.0 \
  18. gtkmm3 \
  19. parted \
  20. "
  21. FILES_${PN} += " \
  22. ${datadir}/appdata \
  23. ${datadir}/icons \
  24. "
  25. PACKAGES += "${PN}-polkit"
  26. FILES_${PN}-polkit = "${datadir}/polkit-1"
  27. RDEPENDS_${PN} = " \
  28. ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', '${PN}-polkit', '', d)} \
  29. dosfstools \
  30. mtools \
  31. e2fsprogs \
  32. "