aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2019-02-18 21:28:57 +0200
committerJimi Huotari <chiitoo@gentoo.org>2019-02-18 21:28:57 +0200
commit10b50c2f61413462882e6009a3e1e2cb4c858bb3 (patch)
treea334ceb1fc9ee5d1c3dbda8f1d219427d60ab34f /media-gfx
parentlxqt-base/lxqt-config: remove upstreamed touchpad patch redux (diff)
downloadqt-10b50c2f61413462882e6009a3e1e2cb4c858bb3.tar.gz
qt-10b50c2f61413462882e6009a3e1e2cb4c858bb3.tar.bz2
qt-10b50c2f61413462882e6009a3e1e2cb4c858bb3.zip
lxqt: remove all '-DPULL_TRANSLATIONS' options
Upstream has moved translations away from 'lxqt-base/lxqt-l10n' into their own repositories, and moving to using 'Weblate'. - https://github.com/lxqt/lxqt/issues/1495 - https://github.com/lxqt/lxqt/issues/1497 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/lximage-qt/lximage-qt-9999.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/media-gfx/lximage-qt/lximage-qt-9999.ebuild b/media-gfx/lximage-qt/lximage-qt-9999.ebuild
index 1fef5d10..f05cda1c 100644
--- a/media-gfx/lximage-qt/lximage-qt-9999.ebuild
+++ b/media-gfx/lximage-qt/lximage-qt-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -40,10 +40,3 @@ DEPEND="${RDEPEND}
>=dev-util/lxqt-build-tools-0.5.0
virtual/pkgconfig
"
-
-src_configure() {
- local mycmakeargs=(
- -DPULL_TRANSLATIONS=OFF
- )
- cmake-utils_src_configure
-}