diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2019-02-18 21:28:57 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2019-02-18 21:28:57 +0200 |
commit | 10b50c2f61413462882e6009a3e1e2cb4c858bb3 (patch) | |
tree | a334ceb1fc9ee5d1c3dbda8f1d219427d60ab34f /x11-libs | |
parent | lxqt-base/lxqt-config: remove upstreamed touchpad patch redux (diff) | |
download | qt-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 'x11-libs')
-rw-r--r-- | x11-libs/libfm-qt/libfm-qt-9999.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-9999.ebuild b/x11-libs/libfm-qt/libfm-qt-9999.ebuild index 03b618ca..fc6c658a 100644 --- a/x11-libs/libfm-qt/libfm-qt-9999.ebuild +++ b/x11-libs/libfm-qt/libfm-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 @@ -35,10 +35,3 @@ DEPEND="${RDEPEND} >=dev-util/lxqt-build-tools-0.5.0 virtual/pkgconfig " - -src_configure() { - local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF - ) - cmake-utils_src_configure -} |