Advertisement
Guest User

Untitled

a guest
Feb 21st, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. # Copyright 1999-2014 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: $
  4.  
  5. EAPI=5
  6. inherit qt5-build git-r3
  7. # distutils-r1
  8. EGIT_REPO_URI="https://github.com/goldendict/goldendict.git"
  9. EGIT_BRANCH="qt4x5"
  10. unset SRC_URI
  11.  
  12. # LANGSLONG="ar_SA bg_BG cs_CZ de_DE el_GR lt_LT ru_RU zh_CN"
  13.  
  14.  
  15. DESCRIPTION="Feature-rich dictionary lookup program"
  16. HOMEPAGE="http://goldendict.org/"
  17. LICENSE="GPL-3"
  18. SLOT="0"
  19. KEYWORDS=""
  20. # IUSE="debug kde"
  21. IUSE=""
  22.  
  23. RDEPEND=">=app-text/hunspell-1.2
  24. dev-libs/eb
  25. dev-qt/qtsingleapplication
  26. media-libs/libao
  27. media-libs/libogg
  28. media-libs/libvorbis
  29. sys-libs/zlib
  30. x11-libs/libXtst
  31. dev-qt/qtcore:5
  32. dev-qt/qthelp:5
  33. dev-qt/qtgui:5
  34. dev-qt/qtwebkit:5
  35. "
  36. DEPEND="${RDEPEND}
  37. virtual/pkgconfig"
  38.  
  39. S="${WORKDIR}/${P}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement