diff options
author | 2019-02-18 21:28:57 +0200 | |
---|---|---|
committer | 2019-02-18 21:28:57 +0200 | |
commit | 10b50c2f61413462882e6009a3e1e2cb4c858bb3 (patch) | |
tree | a334ceb1fc9ee5d1c3dbda8f1d219427d60ab34f /x11-misc | |
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-misc')
-rw-r--r-- | x11-misc/obconf-qt/obconf-qt-9999.ebuild | 9 | ||||
-rw-r--r-- | x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild | 9 |
2 files changed, 2 insertions, 16 deletions
diff --git a/x11-misc/obconf-qt/obconf-qt-9999.ebuild b/x11-misc/obconf-qt/obconf-qt-9999.ebuild index ad92050f..1cdeb1ff 100644 --- a/x11-misc/obconf-qt/obconf-qt-9999.ebuild +++ b/x11-misc/obconf-qt/obconf-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,13 +35,6 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -src_configure() { - local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF - ) - cmake-utils_src_configure -} - pkg_postinst() { xdg_desktop_database_update gnome2_icon_cache_update diff --git a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild b/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild index 3a307e99..dc722431 100644 --- a/x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild +++ b/x11-misc/pcmanfm-qt/pcmanfm-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 @@ -39,13 +39,6 @@ DEPEND="${RDEPEND} >=dev-util/lxqt-build-tools-0.5.0 " -src_configure() { - local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF - ) - cmake-utils_src_configure -} - pkg_postinst() { xdg_desktop_database_update } |