summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-geosciences/googleearth/googleearth-7.3.0.3832-r3.ebuild')
-rw-r--r--sci-geosciences/googleearth/googleearth-7.3.0.3832-r3.ebuild29
1 files changed, 2 insertions, 27 deletions
diff --git a/sci-geosciences/googleearth/googleearth-7.3.0.3832-r3.ebuild b/sci-geosciences/googleearth/googleearth-7.3.0.3832-r3.ebuild
index 94cf7003..e3cf22a6 100644
--- a/sci-geosciences/googleearth/googleearth-7.3.0.3832-r3.ebuild
+++ b/sci-geosciences/googleearth/googleearth-7.3.0.3832-r3.ebuild
@@ -14,7 +14,7 @@ LICENSE="googleearth GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="mirror splitdebug"
-IUSE="+bundled-libs +bundled-qt"
+IUSE="+bundled-libs"
QA_PREBUILT="*"
@@ -39,26 +39,7 @@ RDEPEND="
x11-libs/libXdmcp
!bundled-libs? (
dev-libs/expat
- =sci-libs/proj-4.8.0*
- )
- !bundled-qt? (
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtmultimedia:5[widgets]
- dev-qt/qtnetwork:5
- dev-qt/qtopengl:5
- dev-qt/qtpositioning:5
- dev-qt/qtprintsupport:5
- dev-qt/qtsensors:5
- dev-qt/qtscript:5[scripttools]
- dev-qt/qtwebchannel:5
- dev-qt/qtwebkit:5
- dev-qt/qtwidgets:5
- dev-qt/qtx11extras:5
)"
-# sci-libs/gdal-1*
BDEPEND="dev-util/patchelf"
S=${WORKDIR}/opt/google/earth/pro
@@ -74,14 +55,8 @@ src_unpack() {
# rm -v libgdal.so.1 || die
# dev-libs/expat
rm -v libexpat.so.1 || die
- # sci-libs/proj
- rm -v libproj.so.0 || die
# rm -rv plugins/imageformats || die
fi
- if ! use bundled-qt ; then
- einfo "removing bundled qt"
- rm -v libQt5{Core,DBus,Gui,Multimedia,MultimediaWidgets,Network,OpenGL,Positioning,PrintSupport,Qml,Quick,Script,ScriptTools,Sensors,Sql,WebChannel,WebKit,WebKitWidgets,Widgets,X11Extras,XcbQpa}.so.5 || die
- fi
}
src_prepare() {
@@ -138,7 +113,7 @@ src_install() {
chmod +x "${ED}"/opt/${PN}/{${PN}{,-bin},repair_tool,gpsbabel} || die
find "${ED}" -type f '(' -name '*.so.*' -o -name '*.so' ')' -exec chmod +x '{}' + || die
- pax-mark -m "${ED%/}"/opt/${PN}/${PN}-bin
+ pax-mark -m "${ED}"/opt/${PN}/${PN}-bin
}
pkg_postinst() {