diff options
Diffstat (limited to 'app-doc/doxygen/doxygen-9999.ebuild')
-rw-r--r-- | app-doc/doxygen/doxygen-9999.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app-doc/doxygen/doxygen-9999.ebuild b/app-doc/doxygen/doxygen-9999.ebuild index 22f3267d7229..6be87bcb1ac5 100644 --- a/app-doc/doxygen/doxygen-9999.ebuild +++ b/app-doc/doxygen/doxygen-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1 qt4-r2 +inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1 if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://github.com/doxygen/doxygen.git" @@ -23,7 +23,7 @@ HOMEPAGE="http://www.doxygen.org/" LICENSE="GPL-2" SLOT="0" -IUSE="clang debug doc dot doxysearch latex qt4 sqlite userland_GNU" +IUSE="clang debug doc dot doxysearch latex qt5 sqlite userland_GNU" #missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional LANGS=(hy ar pt_BR ca zh cs de da eo es fa fi fr el hr hu id it ja ko lt mk @@ -43,7 +43,10 @@ RDEPEND="app-text/ghostscript-gpl ) doxysearch? ( =dev-libs/xapian-1.2* ) latex? ( app-text/texlive[extra] ) - qt4? ( dev-qt/qtgui:4 ) + qt5? ( + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + ) sqlite? ( dev-db/sqlite:3 ) " @@ -83,7 +86,7 @@ get_langs() { my_linguas+=(${lingua}) fi done - f_langs="${my_linguas[@]}" + f_langs="${my_linguas[@]^^}" echo ${f_langs// /;} } @@ -102,10 +105,7 @@ src_prepare() { # Call dot with -Teps instead of -Tps for EPS generation - bug #282150 sed -i -e '/addJob("ps"/ s/"ps"/"eps"/g' src/dot.cpp || die - # prefix search tools patch, plus OSX fixes - epatch "${FILESDIR}"/${PN}-1.8.9.1-empty-line-sigsegv.patch #454348 - - epatch "${FILESDIR}"/${P}-link_with_pthread.patch + epatch "${FILESDIR}"/${PN}-1.8.11-link_with_pthread.patch # fix pdf doc sed -i.orig -e "s:g_kowal:g kowal:" \ @@ -129,7 +129,7 @@ src_configure() { $(cmake-utils_use clang use_libclang) $(cmake-utils_use doc build_doc) $(cmake-utils_use doxysearch build_search) - $(cmake-utils_use qt4 build_wizard) + $(cmake-utils_use qt5 build_wizard) $(cmake-utils_use sqlite use_sqlite3) ) @@ -153,7 +153,7 @@ src_compile() { } src_install() { - if use qt4; then + if use qt5; then doicon "${DISTDIR}/doxywizard.png" make_desktop_entry doxywizard "DoxyWizard ${PV}" \ "/usr/share/pixmaps/doxywizard.png" \ |