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 /lxqt-base/lxqt-runner | |
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 'lxqt-base/lxqt-runner')
-rw-r--r-- | lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild index 003be0db..2035aeac 100644 --- a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild +++ b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild @@ -40,13 +40,6 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -src_configure() { - local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF - ) - cmake-utils_src_configure -} - src_install(){ cmake-utils_src_install doman man/*.1 |