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 /lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
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 'lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild')
-rw-r--r--lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
index 97ed6cf9..fb1d72c3 100644
--- a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
+++ b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
@@ -29,10 +29,3 @@ RDEPEND="
DEPEND="${RDEPEND}
>=dev-util/lxqt-build-tools-0.6.0
"
-
-src_configure() {
- local mycmakeargs=(
- -DPULL_TRANSLATIONS=OFF
- )
- cmake-utils_src_configure
-}