gconf-editor-3.0.1-r1.ebuild 801 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit gnome2
  5. DESCRIPTION="An editor to the GNOME config system"
  6. HOMEPAGE="https://git.gnome.org/browse/gconf-editor"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
  10. IUSE=""
  11. RDEPEND="
  12. >=x11-libs/gtk+-3.0.0:3
  13. >=gnome-base/gconf-2.12:2
  14. "
  15. DEPEND="${RDEPEND}
  16. sys-devel/gettext
  17. app-text/gnome-doc-utils
  18. >=dev-util/intltool-0.35
  19. virtual/pkgconfig
  20. ~app-text/docbook-xml-dtd-4.1.2
  21. "
  22. # gnome-common for eautoreconf
  23. PATCHES=(
  24. # Fix assertion failed crash (from 'master')
  25. "${FILESDIR}/${PN}-3.0.1-assertion-crash.patch"
  26. # Drop use GTK accel maps (from 'master')
  27. "${FILESDIR}/${PN}-3.0.1-drop-accel.patch"
  28. )