xdg-utils_1.0.2.bb 777 B

1234567891011121314151617181920212223242526
  1. SUMMARY = "Basic desktop integration functions"
  2. DESCRIPTION = "The xdg-utils package is a set of simple scripts that provide basic \
  3. desktop integration functions for any Free Desktop, such as Linux. \
  4. They are intended to provide a set of defacto standards. \
  5. The following scripts are provided at this time: \
  6. xdg-desktop-icon \
  7. xdg-desktop-menu \
  8. xdg-email \
  9. xdg-icon-resource \
  10. xdg-mime \
  11. xdg-open \
  12. xdg-screensaver \
  13. "
  14. PR="r0"
  15. LICENSE = "MIT"
  16. LIC_FILES_CHKSUM = "file://LICENSE;md5=a5367a90934098d6b05af3b746405014"
  17. SRC_URI = "http://portland.freedesktop.org/download/${BPN}-${PV}.tgz"
  18. inherit autotools
  19. SRC_URI[md5sum] = "348a5b91dc66426505022c74a64b2940"
  20. SRC_URI[sha256sum] = "21aeb7d16b2529b8d3975118f59eec09953e09f9a68d718159e98c90474b01ac"