xpad-4.2.ebuild 574 B

12345678910111213141516171819202122232425262728
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  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. IUSE=""
  11. RDEPEND="
  12. >=x11-libs/gtk+-2.12:2
  13. >=dev-libs/glib-2.38:2
  14. x11-libs/libICE
  15. x11-libs/libSM
  16. x11-libs/pango
  17. "
  18. DEPEND="
  19. ${RDEPEND}
  20. >=dev-util/intltool-0.31
  21. virtual/pkgconfig
  22. sys-devel/gettext
  23. "