commit: 10b50c2f61413462882e6009a3e1e2cb4c858bb3 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Mon Feb 18 19:28:57 2019 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Mon Feb 18 19:28:57 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=10b50c2f
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 <AT> gentoo.org> lxqt-base/liblxqt/liblxqt-9999.ebuild | 1 - lxqt-base/lxqt-about/lxqt-about-9999.ebuild | 7 ------- lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild | 7 ------- lxqt-base/lxqt-config/lxqt-config-9999.ebuild | 1 - lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild | 7 ------- lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild | 7 ------- lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild | 7 ------- lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 -- lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild | 7 ------- lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild | 7 ------- lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild | 7 ------- lxqt-base/lxqt-session/lxqt-session-9999.ebuild | 1 - lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild | 7 ------- media-gfx/lximage-qt/lximage-qt-9999.ebuild | 9 +-------- x11-libs/libfm-qt/libfm-qt-9999.ebuild | 9 +-------- x11-misc/obconf-qt/obconf-qt-9999.ebuild | 9 +-------- x11-misc/pcmanfm-qt/pcmanfm-qt-9999.ebuild | 9 +-------- 17 files changed, 4 insertions(+), 100 deletions(-) diff --git a/lxqt-base/liblxqt/liblxqt-9999.ebuild b/lxqt-base/liblxqt/liblxqt-9999.ebuild index e0326db5..5cc862bf 100644 --- a/lxqt-base/liblxqt/liblxqt-9999.ebuild +++ b/lxqt-base/liblxqt/liblxqt-9999.ebuild @@ -43,7 +43,6 @@ PATCHES=( "$FILESDIR/${PN}-make-polkit-optional.patch" ) src_configure() { local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF $(usex !policykit '-DBUILD_POLKIT=OFF') ) cmake-utils_src_configure diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild index ab0890e4..7b434b99 100644 --- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild +++ b/lxqt-base/lxqt-about/lxqt-about-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 -} diff --git a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild index 652f2828..cd70e9ff 100644 --- a/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild +++ b/lxqt-base/lxqt-admin/lxqt-admin-9999.ebuild @@ -30,10 +30,3 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-util/lxqt-build-tools-0.6.0 " - -src_configure() { - local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF - ) - cmake-utils_src_configure -} diff --git a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild index 81d96442..192b7300 100644 --- a/lxqt-base/lxqt-config/lxqt-config-9999.ebuild +++ b/lxqt-base/lxqt-config/lxqt-config-9999.ebuild @@ -50,7 +50,6 @@ DEPEND="${DEPEND} src_configure() { local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF -DWITH_MONITOR="$(usex monitor)" -DWITH_TOUCHPAD="$(usex touchpad)" ) diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild index 2b502979..bc4e4b5d 100644 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild @@ -36,10 +36,3 @@ DEPEND="${RDEPEND} dev-qt/linguist-tools:5 >=dev-util/lxqt-build-tools-0.6.0 " - -src_configure() { - local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF - ) - cmake-utils_src_configure -} diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild index c7512749..a4beb3af 100644 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild @@ -33,10 +33,3 @@ DEPEND="${RDEPEND} dev-qt/linguist-tools:5 >=dev-util/lxqt-build-tools-0.6.0 " - -src_configure() { - local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF - ) - cmake-utils_src_configure -} diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild index 63c476ba..1c4929b6 100644 --- a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild +++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-9999.ebuild @@ -29,13 +29,6 @@ DEPEND="${RDEPEND} >=dev-util/lxqt-build-tools-0.6.0 " -src_configure() { - local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF - ) - cmake-utils_src_configure -} - src_install(){ cmake-utils_src_install doman man/*.1 diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild index 296d5f85..57cb7e70 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild @@ -71,8 +71,6 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF - # Plugins -DCLOCK_PLUGIN=$(usex clock) -DCOLORPICKER_PLUGIN=$(usex colorpicker) diff --git a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild index 09a89fd8..ff00a07f 100644 --- a/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild +++ b/lxqt-base/lxqt-policykit/lxqt-policykit-9999.ebuild @@ -35,13 +35,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 diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild index 3b3cece5..eb8d0d93 100644 --- a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-9999.ebuild @@ -41,10 +41,3 @@ DEPEND="${RDEPEND} >=dev-util/lxqt-build-tools-0.6.0 virtual/pkgconfig " - -src_configure() { - local mycmakeargs=( - -DPULL_TRANSLATIONS=OFF - ) - cmake-utils_src_configure -} 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 diff --git a/lxqt-base/lxqt-session/lxqt-session-9999.ebuild b/lxqt-base/lxqt-session/lxqt-session-9999.ebuild index 6a0b7719..941b917d 100644 --- a/lxqt-base/lxqt-session/lxqt-session-9999.ebuild +++ b/lxqt-base/lxqt-session/lxqt-session-9999.ebuild @@ -46,7 +46,6 @@ DEPEND="${RDEPEND} src_configure() { local mycmakeargs=( -DWITH_LIBUDEV=$(usex udev) - -DPULL_TRANSLATIONS=OFF ) cmake-utils_src_configure } 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 -} 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 -} 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 -} 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 }
