xpad-4.8.0.ebuild 671 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="a sticky note application for jotting down things to remember"
  5. HOMEPAGE="https://launchpad.net/xpad"
  6. SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
  7. LICENSE="GPL-3"
  8. SLOT="0"
  9. KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
  10. RDEPEND="
  11. dev-libs/glib:2
  12. app-accessibility/at-spi2-atk
  13. dev-libs/atk
  14. sys-devel/gettext
  15. x11-libs/gdk-pixbuf
  16. x11-libs/gtk+:3[X]
  17. x11-libs/gtksourceview:3.0
  18. x11-libs/libICE
  19. x11-libs/libSM
  20. x11-libs/pango
  21. "
  22. DEPEND="
  23. ${RDEPEND}
  24. >=dev-util/intltool-0.31
  25. sys-devel/gettext
  26. virtual/pkgconfig
  27. "