xarchiver_git.bb 900 B

123456789101112131415161718192021222324252627282930313233
  1. SUMMARY = "Lightweight, desktop independent GTK+ archive manager"
  2. HOMEPAGE = "http://xarchiver.sourceforge.net"
  3. SECTION = "x11"
  4. LICENSE = "GPLv2+"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
  6. DEPENDS = "gtk+3 glib-2.0 xfce4-dev-tools-native intltool-native"
  7. SRC_URI = "git://github.com/ib/xarchiver.git"
  8. SRCREV = "9ab958a4023b62b43972c55a3143ff0722bd88a6"
  9. PV = "0.5.4.14"
  10. S = "${WORKDIR}/git"
  11. inherit gettext pkgconfig autotools gtk-icon-cache features_check mime-xdg
  12. REQUIRED_DISTRO_FEATURES = "x11"
  13. # install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
  14. EXTRA_OECONF += "--libexecdir=${libdir}"
  15. EXTRA_OECONF += " \
  16. --enable-maintainer-mode \
  17. --disable-doc \
  18. "
  19. do_configure_prepend() {
  20. touch ${S}/NEWS ${S}/AUTHORS
  21. }
  22. FILES_${PN} += "${libdir}/thunar-archive-plugin"
  23. RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz p7zip"