[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: e92166a608bfcb1562b2cefe79b3a598f9961141 Author: Sam James gentoo org> AuthorDate: Fri Oct 4 08:35:43 2024 + Commit: Sam James gentoo org> CommitDate: Fri Oct 4 08:35:43 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e92166a6 kde-frameworks/ki18n: enable py3.13 Signed-off-by: Sam James gentoo.org> kde-frameworks/ki18n/ki18n-5.116.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/ki18n/ki18n-5.116.0.ebuild b/kde-frameworks/ki18n/ki18n-5.116.0.ebuild index df8e2d76b599..5fa7ff00fb30 100644 --- a/kde-frameworks/ki18n/ki18n-5.116.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.116.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) QTMIN=5.15.9 inherit ecm frameworks.kde.org python-single-r1
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: e031cb916ce64159a8569f35cc38d16bc92705a6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 12 19:31:43 2024 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 12 19:57:01 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e031cb91 kde-frameworks/ki18n: enable py3.13, tests passed Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/ki18n/ki18n-6.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/ki18n/ki18n-6.4.0.ebuild b/kde-frameworks/ki18n/ki18n-6.4.0.ebuild index ee49a36cdfcc..5803de7e1be9 100644 --- a/kde-frameworks/ki18n/ki18n-6.4.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-6.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) QTMIN=6.6.2 inherit ecm frameworks.kde.org python-single-r1
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/files/, kde-frameworks/ki18n/
commit: 7883a88e09ca509704f5f57f40e249bf92da2d3b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 18 19:34:18 2023 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 21 10:38:10 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7883a88e kde-frameworks/ki18n: Drop long obsolete python patch Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch | 11 --- kde-frameworks/ki18n/ki18n-5.110.0.ebuild| 2 -- kde-frameworks/ki18n/ki18n-5.112.0.ebuild| 2 -- 3 files changed, 15 deletions(-) diff --git a/kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch b/kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch deleted file mode 100644 index 8b863e4e0fca.. --- a/kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch +++ /dev/null @@ -1,11 +0,0 @@ a/cmake/KF5I18nMacros.cmake.in 2019-04-07 09:28:26.0 +0200 -+++ b/cmake/KF5I18nMacros.cmake.in 2019-04-20 20:56:41.628484762 +0200 -@@ -31,7 +31,7 @@ - # solution if it cannot be found in $PATH when building applications. - set(_KI18N_PYTHON_EXECUTABLE "@PYTHON_EXECUTABLE@") - --find_program(KI18N_PYTHON_EXECUTABLE NAMES python3 python2 python) -+find_program(KI18N_PYTHON_EXECUTABLE NAMES python) - if(NOT KI18N_PYTHON_EXECUTABLE) - set(KI18N_PYTHON_EXECUTABLE "${_KI18N_PYTHON_EXECUTABLE}") - endif() diff --git a/kde-frameworks/ki18n/ki18n-5.110.0.ebuild b/kde-frameworks/ki18n/ki18n-5.110.0.ebuild index 96bae365a037..8441333d2515 100644 --- a/kde-frameworks/ki18n/ki18n-5.110.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.110.0.ebuild @@ -26,8 +26,6 @@ RDEPEND="${COMMON_DEPEND} app-text/iso-codes " -PATCHES=( "${FILESDIR}/${PN}-5.57.0-python.patch" ) - pkg_setup() { ecm_pkg_setup python-single-r1_pkg_setup diff --git a/kde-frameworks/ki18n/ki18n-5.112.0.ebuild b/kde-frameworks/ki18n/ki18n-5.112.0.ebuild index e9a948a8fdc8..949ee8db3695 100644 --- a/kde-frameworks/ki18n/ki18n-5.112.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.112.0.ebuild @@ -26,8 +26,6 @@ RDEPEND="${COMMON_DEPEND} app-text/iso-codes " -PATCHES=( "${FILESDIR}/${PN}-5.57.0-python.patch" ) - pkg_setup() { ecm_pkg_setup python-single-r1_pkg_setup
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: d5777802070373020d8d26d3164d2b42c48bd841 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 8 19:53:23 2022 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 8 20:27:42 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5777802 kde-frameworks/ki18n: Disable defunct kcatalogtest Bug: https://bugs.gentoo.org/876496 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/ki18n/ki18n-5.99.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/ki18n/ki18n-5.99.0.ebuild b/kde-frameworks/ki18n/ki18n-5.99.0.ebuild index 20e52f60a9e2..0640cdf970f5 100644 --- a/kde-frameworks/ki18n/ki18n-5.99.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.99.0.ebuild @@ -41,7 +41,7 @@ src_configure() { } src_test() { - # requires LANG fr_CH. bug 823816 - local myctestargs=( -E "(kcountrytest|kcountrysubdivisiontest)" ) + # requires LANG fr_CH. bugs 823816, 879223 + local myctestargs=( -E "(kcatalogtest|kcountrytest|kcountrysubdivisiontest)" ) ecm_src_test }
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: 049c2b973b3c80752c885b317f8172a50f9a14a4 Author: James Beddek posteo de> AuthorDate: Fri Nov 19 03:39:05 2021 + Commit: Sam James gentoo org> CommitDate: Fri Nov 19 03:48:50 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049c2b97 kde-frameworks/ki18n: exclude failing tests requiring fr_CH Closes: https://bugs.gentoo.org/823816 Signed-off-by: James Beddek posteo.de> Closes: https://github.com/gentoo/gentoo/pull/22997 Signed-off-by: Sam James gentoo.org> kde-frameworks/ki18n/ki18n-5.88.0.ebuild | 6 ++ 1 file changed, 6 insertions(+) diff --git a/kde-frameworks/ki18n/ki18n-5.88.0.ebuild b/kde-frameworks/ki18n/ki18n-5.88.0.ebuild index 5b6f6502c029..b66464e8f3b8 100644 --- a/kde-frameworks/ki18n/ki18n-5.88.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.88.0.ebuild @@ -40,3 +40,9 @@ src_configure() { ) ecm_src_configure } + +src_test() { + # requires LANG fr_CH. bug 823816 + local myctestargs=( -E "(kcountrytest|kcountrysubdivisiontest)" ) + ecm_src_test +}
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/files/, kde-frameworks/ki18n/
commit: b59c06bbdbec6b256da79694928c72c121850fd6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 20 19:04:17 2019 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 21 11:30:56 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59c06bb kde-frameworks/ki18n: Fix build with python2_7 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch | 11 +++ kde-frameworks/ki18n/ki18n-5.57.0.ebuild | 2 ++ 2 files changed, 13 insertions(+) diff --git a/kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch b/kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch new file mode 100644 index 000..8b863e4e0fc --- /dev/null +++ b/kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch @@ -0,0 +1,11 @@ +--- a/cmake/KF5I18nMacros.cmake.in 2019-04-07 09:28:26.0 +0200 b/cmake/KF5I18nMacros.cmake.in 2019-04-20 20:56:41.628484762 +0200 +@@ -31,7 +31,7 @@ + # solution if it cannot be found in $PATH when building applications. + set(_KI18N_PYTHON_EXECUTABLE "@PYTHON_EXECUTABLE@") + +-find_program(KI18N_PYTHON_EXECUTABLE NAMES python3 python2 python) ++find_program(KI18N_PYTHON_EXECUTABLE NAMES python) + if(NOT KI18N_PYTHON_EXECUTABLE) + set(KI18N_PYTHON_EXECUTABLE "${_KI18N_PYTHON_EXECUTABLE}") + endif() diff --git a/kde-frameworks/ki18n/ki18n-5.57.0.ebuild b/kde-frameworks/ki18n/ki18n-5.57.0.ebuild index 0793540bf12..cd5cad14afb 100644 --- a/kde-frameworks/ki18n/ki18n-5.57.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.57.0.ebuild @@ -22,6 +22,8 @@ DEPEND="${RDEPEND} test? ( $(add_qt_dep qtconcurrent) ) " +PATCHES=( "${FILESDIR}/${P}-python.patch" ) + pkg_setup() { kde5_pkg_setup python-single-r1_pkg_setup
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: 83c49834ccffcf123effcd83464192dc1abe32de Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 22 08:01:22 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 22 09:32:37 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c49834 kde-frameworks/ki18n: Drop 5.45.0-r1 Package-Manager: Portage-2.3.31, Repoman-2.3.9 kde-frameworks/ki18n/ki18n-5.45.0-r1.ebuild | 38 - 1 file changed, 38 deletions(-) diff --git a/kde-frameworks/ki18n/ki18n-5.45.0-r1.ebuild b/kde-frameworks/ki18n/ki18n-5.45.0-r1.ebuild deleted file mode 100644 index 554bcbb3a8d..000 --- a/kde-frameworks/ki18n/ki18n-5.45.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit kde5 python-single-r1 - -DESCRIPTION="Framework based on Gettext for internationalizing user interface text" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(add_qt_dep qtscript) - sys-devel/gettext - virtual/libintl -" -DEPEND="${RDEPEND} - test? ( - $(add_qt_dep qtconcurrent) - $(add_qt_dep qtdeclarative) - ) -" - -pkg_setup() { - kde5_pkg_setup - python-single-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DPYTHON_EXECUTABLE="${PYTHON}" - ) - kde5_src_configure -}
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/, kde-frameworks/ki18n/files/
commit: 4b2a7ee17866dd768651b51cd6640f39506a8469 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 22 08:00:46 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 22 09:32:37 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2a7ee1 kde-frameworks/ki18n: Fix performance of build-pofiles Thanks-to: Greg Turner ameritech.net> KDE-Bug: https://bugs.kde.org/show_bug.cgi?id=393141 See also: https://phabricator.kde.org/D12216 Closes: https://bugs.gentoo.org/653756 Package-Manager: Portage-2.3.31, Repoman-2.3.9 .../files/ki18n-5.45.0-fix-build-pofiles.patch | 38 kde-frameworks/ki18n/ki18n-5.45.0-r2.ebuild| 40 ++ 2 files changed, 78 insertions(+) diff --git a/kde-frameworks/ki18n/files/ki18n-5.45.0-fix-build-pofiles.patch b/kde-frameworks/ki18n/files/ki18n-5.45.0-fix-build-pofiles.patch new file mode 100644 index 000..055a4c24db9 --- /dev/null +++ b/kde-frameworks/ki18n/files/ki18n-5.45.0-fix-build-pofiles.patch @@ -0,0 +1,38 @@ +From 9c32bdab29b345976eee3b9c1c4bebd76cdcdde2 Mon Sep 17 00:00:00 2001 +From: Aleix Pol +Date: Sun, 15 Apr 2018 01:39:58 +0200 +Subject: Don't need to run previous iterations commands again + +Summary: BUG: 393141 + +Test Plan: +Tested building plasma-workspace, it was clearly faster (although it +would have finished eventually) + +Reviewers: #frameworks, arojas, sitter + +Reviewed By: sitter + +Subscribers: sitter, heikobecker + +Tags: #frameworks + +Differential Revision: https://phabricator.kde.org/D12216 +--- + cmake/build-pofiles.cmake | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/cmake/build-pofiles.cmake b/cmake/build-pofiles.cmake +index d0991ad..b39be31 100644 +--- a/cmake/build-pofiles.cmake b/cmake/build-pofiles.cmake +@@ -62,6 +62,7 @@ foreach(pofile IN LISTS pofiles) + if(i EQUAL ${numberOfProcesses}) + _processCommands() + set(i 0) ++set(commands) + endif() + endforeach() + +-- +cgit v0.11.2 diff --git a/kde-frameworks/ki18n/ki18n-5.45.0-r2.ebuild b/kde-frameworks/ki18n/ki18n-5.45.0-r2.ebuild new file mode 100644 index 000..f419eb73015 --- /dev/null +++ b/kde-frameworks/ki18n/ki18n-5.45.0-r2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +inherit kde5 python-single-r1 + +DESCRIPTION="Framework based on Gettext for internationalizing user interface text" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + $(add_qt_dep qtscript) + sys-devel/gettext + virtual/libintl +" +DEPEND="${RDEPEND} + test? ( + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdeclarative) + ) +" + +PATCHES=( "${FILESDIR}/${P}-fix-build-pofiles.patch" ) + +pkg_setup() { + kde5_pkg_setup + python-single-r1_pkg_setup +} + +src_configure() { + local mycmakeargs=( + -DPYTHON_EXECUTABLE="${PYTHON}" + ) + kde5_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: 58233451d34d05ef255c2a15606e8115fa7fafb7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 20 00:50:15 2018 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 20 00:50:15 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58233451 kde-frameworks/ki18n: Fix PYTHON_EXECUTABLE path Package-Manager: Portage-2.3.31, Repoman-2.3.9 .../ki18n/{ki18n-5.45.0.ebuild => ki18n-5.45.0-r1.ebuild} | 7 +++ 1 file changed, 7 insertions(+) diff --git a/kde-frameworks/ki18n/ki18n-5.45.0.ebuild b/kde-frameworks/ki18n/ki18n-5.45.0-r1.ebuild similarity index 86% rename from kde-frameworks/ki18n/ki18n-5.45.0.ebuild rename to kde-frameworks/ki18n/ki18n-5.45.0-r1.ebuild index 8f03e6fd4a5..554bcbb3a8d 100644 --- a/kde-frameworks/ki18n/ki18n-5.45.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.45.0-r1.ebuild @@ -29,3 +29,10 @@ pkg_setup() { kde5_pkg_setup python-single-r1_pkg_setup } + +src_configure() { + local mycmakeargs=( + -DPYTHON_EXECUTABLE="${PYTHON}" + ) + kde5_src_configure +}
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: cf9d8501397f0f203b2206c9699ae87150f4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 7 12:53:01 2017 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 7 20:53:03 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9d8501 kde-frameworks/ki18n: Drop old Package-Manager: Portage-2.3.6, Repoman-2.3.1 kde-frameworks/ki18n/ki18n-5.34.0.ebuild | 36 1 file changed, 36 deletions(-) diff --git a/kde-frameworks/ki18n/ki18n-5.34.0.ebuild b/kde-frameworks/ki18n/ki18n-5.34.0.ebuild deleted file mode 100644 index 0343dde2ca5..000 --- a/kde-frameworks/ki18n/ki18n-5.34.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit kde5 python-single-r1 - -DESCRIPTION="Framework based on Gettext for internationalizing user interface text" -LICENSE="LGPL-2+" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(add_qt_dep qtscript) - sys-devel/gettext - virtual/libintl -" -DEPEND="${RDEPEND} - test? ( - $(add_qt_dep qtconcurrent) - $(add_qt_dep qtdeclarative) - ) -" - -pkg_setup() { - kde5_pkg_setup - python-single-r1_pkg_setup -} - -src_install() { - kde5_src_install - python_fix_shebang "${ED}/usr/$(get_libdir)/cmake/KF5I18n/ts-pmap-compile.py" -}
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: 98d62fb84d18e50b62eeb5b95947b031904d9939 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 7 19:38:44 2017 + Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 7 19:38:44 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d62fb8 kde-frameworks/ki18n: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 kde-frameworks/ki18n/ki18n-5.35.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/ki18n/ki18n-5.35.0.ebuild b/kde-frameworks/ki18n/ki18n-5.35.0.ebuild index a89539b4121..100efc693c2 100644 --- a/kde-frameworks/ki18n/ki18n-5.35.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.35.0.ebuild @@ -8,7 +8,7 @@ inherit kde5 python-single-r1 DESCRIPTION="Framework based on Gettext for internationalizing user interface text" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: 29c4be0f713cb7003aa567f03a046cd18f74d93e Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Jul 7 08:04:57 2017 + Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Jul 7 08:04:57 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29c4be0f kde-frameworks/ki18n: amd64 stable wrt bug #624040 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> kde-frameworks/ki18n/ki18n-5.34.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/ki18n/ki18n-5.34.0-r1.ebuild b/kde-frameworks/ki18n/ki18n-5.34.0-r1.ebuild index ef4e14f9f48..c1ddf5f0666 100644 --- a/kde-frameworks/ki18n/ki18n-5.34.0-r1.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.34.0-r1.ebuild @@ -8,7 +8,7 @@ inherit kde5 python-single-r1 DESCRIPTION="Framework based on Gettext for internationalizing user interface text" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/, kde-frameworks/ki18n/files/
commit: f77b1d87c3ec1625a950b58849d5430744040528 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 6 12:13:48 2017 + Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 6 12:14:39 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77b1d87 kde-frameworks/ki18n: Fix stable L10N build regression See also: https://phabricator.kde.org/D6331 Upstream commit 77eab970fde3ecbc259d6deff61fce4f360b05a7 Package-Manager: Portage-2.3.6, Repoman-2.3.1 .../ki18n/files/ki18n-5.34.0-tsfiles.patch | 98 ++ kde-frameworks/ki18n/ki18n-5.34.0-r1.ebuild| 38 + 2 files changed, 136 insertions(+) diff --git a/kde-frameworks/ki18n/files/ki18n-5.34.0-tsfiles.patch b/kde-frameworks/ki18n/files/ki18n-5.34.0-tsfiles.patch new file mode 100644 index 000..416ebf0d5b2 --- /dev/null +++ b/kde-frameworks/ki18n/files/ki18n-5.34.0-tsfiles.patch @@ -0,0 +1,98 @@ +From 77eab970fde3ecbc259d6deff61fce4f360b05a7 Mon Sep 17 00:00:00 2001 +From: Aleix Pol +Date: Mon, 3 Jul 2017 17:30:21 +0200 +Subject: Make sure that the tsfiles target is generated + +Summary: +I'm not sure how it's possible that pofiles is defined but tsfiles +isn't, but this does fix the issue reported by Luigi: +CMake Error at /usr/lib64/cmake/KF5I18n/KF5I18NMacros.cmake:129 +(add_dependencies): + Cannot add target-level dependencies to non-existent target "tsfiles". + +Test Plan: +Built `svn+ssh://s...@svn.kde.org/home/kde/trunk/l10n-kf5/fr` by doing +`./scripts/autogen.sh fr; mkdir build; cd build; cmake ../fr` + +Reviewers: #frameworks, ltoscano, lueck, aacid + +Reviewed By: ltoscano + +Subscribers: aacid, asturmlechner + +Tags: #frameworks + +Differential Revision: https://phabricator.kde.org/D6331 +--- + cmake/KF5I18NMacros.cmake | 50 --- + 1 file changed, 47 insertions(+), 3 deletions(-) + +diff --git a/cmake/KF5I18NMacros.cmake b/cmake/KF5I18NMacros.cmake +index 022de52..6168b2a 100644 +--- a/cmake/KF5I18NMacros.cmake b/cmake/KF5I18NMacros.cmake +@@ -123,6 +123,8 @@ function(KI18N_INSTALL podir) + + if (NOT TARGET pofiles) + add_custom_target(pofiles) ++endif() ++if (NOT TARGET tsfiles) + add_custom_target(tsfiles) + endif() + add_dependencies(pofiles pofiles-${pathmd5}) +@@ -132,7 +134,49 @@ function(KI18N_INSTALL podir) + install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${dirname} DESTINATION ${destname}) + endfunction() + +-function(ki18n_install_ts_files _lang) +-message(AUTHOR_WARNING "KI18N_INSTALL_TS_FILES is deprecated!") +-ki18n_install(${_lang}) ++#install the scripts for a given language in the target folder ++#usage: KI18N_INSTALL_TS_FILES("ja" ${scripts_dir}) ++function(KI18N_INSTALL_TS_FILES lang scripts_dir) ++ file(GLOB_RECURSE ts_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${scripts_dir}/*) ++ set(pmapc_files) ++ foreach(ts_file ${ts_files}) ++ string(REGEX MATCH "\\.svn/" in_svn ${ts_file}) ++ if(NOT in_svn) ++ # If ts_file is "path/to/foo/bar.js" ++ # We want subpath to contain "foo" ++ get_filename_component(subpath ${ts_file} DIRECTORY) ++ get_filename_component(subpath ${subpath} NAME) ++ install(FILES ${ts_file} ++ DESTINATION ${LOCALE_INSTALL_DIR}/${lang}/LC_SCRIPTS/${subpath}) ++ # If current file is a pmap, also install the compiled version. ++ get_filename_component(ts_ext ${ts_file} EXT) ++ if(ts_ext STREQUAL ".pmap") ++set(pmap_file ${ts_file}) ++get_filename_component(pmap_basename ${ts_file} NAME) ++set(pmapc_basename "${pmap_basename}c") ++set(pmapc_file "${lang}-${subpath}-${pmapc_basename}") ++add_custom_command(OUTPUT ${pmapc_file} ++ COMMAND ${PYTHON_EXECUTABLE} ++ ARGS ++ -B ++ ${_ki18n_pmap_compile_script} ++ ${CMAKE_CURRENT_SOURCE_DIR}/${pmap_file} ++ ${pmapc_file} ++ DEPENDS ${pmap_file}) ++install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${pmapc_file} ++DESTINATION ${LOCALE_INSTALL_DIR}/${lang}/LC_SCRIPTS/${subpath} ++RENAME ${pmapc_basename}) ++list(APPEND pmapc_files ${pmapc_file}) ++ endif() ++ endif() ++ endforeach() ++ if(pmapc_files) ++ if(NOT TARGET pmapfiles) ++ add_custom_target(pmapfiles) ++ endif() ++ set(pmapc_target "pmapfiles-${lang}") ++ string(REPLACE "@" "_" pmapc_target ${pmapc_target}) ++ add_custom_target(${pmapc_target} ALL DEPENDS ${pmapc_files}) ++ add_dependencies(pmapfiles ${pmapc_target}) ++ endif() + endfunction() +-- +cgit v0.11.2 + diff --git a/kde-frameworks/ki18n/ki18n-5.34.0-r1.ebuild b/kde-frameworks/ki18n/ki18n-5.34.0-r1.ebuild new file mode 100644 index 000..ef4e14f9f48 --- /dev/null +++ b/kde-framewor
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: ea06efe3eea6bea0fd3155d7550cef001deb9b57 Author: Aaron Bauman gentoo org> AuthorDate: Tue Jan 17 19:44:46 2017 + Commit: Aaron Bauman gentoo org> CommitDate: Tue Jan 17 19:51:00 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea06efe3 kde-frameworks/ki18n: amd64 stable Gentoo-bug: 605938 Package-Manager: portage-2.3.0 kde-frameworks/ki18n/ki18n-5.29.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/ki18n/ki18n-5.29.0.ebuild b/kde-frameworks/ki18n/ki18n-5.29.0.ebuild index 5852ef1..528f3df 100644 --- a/kde-frameworks/ki18n/ki18n-5.29.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.29.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit kde5 python-single-r1 DESCRIPTION="Framework based on Gettext for internationalizing user interface text" LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: bb1d4f5039b5c69ebcf56379597dc8b35361b7b1 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Dec 3 16:04:38 2016 + Commit: Michael Palimaka gentoo org> CommitDate: Sun Dec 4 16:47:36 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1d4f50 kde-frameworks/ki18n: Add missing test DEPEND Gentoo-bug: 600202 Package-Manager: portage-2.3.0 kde-frameworks/ki18n/ki18n-5.26.0.ebuild | 5 - kde-frameworks/ki18n/ki18n-5.28.0.ebuild | 5 - 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/ki18n/ki18n-5.26.0.ebuild b/kde-frameworks/ki18n/ki18n-5.26.0.ebuild index 2fd5bdd..bb5d90f 100644 --- a/kde-frameworks/ki18n/ki18n-5.26.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.26.0.ebuild @@ -21,7 +21,10 @@ RDEPEND=" virtual/libintl " DEPEND="${RDEPEND} - test? ( $(add_qt_dep qtconcurrent) ) + test? ( + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdeclarative) + ) " pkg_setup() { diff --git a/kde-frameworks/ki18n/ki18n-5.28.0.ebuild b/kde-frameworks/ki18n/ki18n-5.28.0.ebuild index c45c633..8ff611c 100644 --- a/kde-frameworks/ki18n/ki18n-5.28.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.28.0.ebuild @@ -21,7 +21,10 @@ RDEPEND=" virtual/libintl " DEPEND="${RDEPEND} - test? ( $(add_qt_dep qtconcurrent) ) + test? ( + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdeclarative) + ) " pkg_setup() {
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: e9e8376cc034e6c5296fed85227542fefcd030f6 Author: Benda Xu gentoo org> AuthorDate: Fri Jul 22 05:35:59 2016 + Commit: Benda XU gentoo org> CommitDate: Fri Jul 22 05:36:34 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e8376c kde-frameworks/ki18n: use the correct directory for Prefix Package-Manager: portage-2.3.0 kde-frameworks/ki18n/ki18n-5.24.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/ki18n/ki18n-5.24.0.ebuild b/kde-frameworks/ki18n/ki18n-5.24.0.ebuild index 2465340..c45c633 100644 --- a/kde-frameworks/ki18n/ki18n-5.24.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.24.0.ebuild @@ -31,5 +31,5 @@ pkg_setup() { src_install() { kde5_src_install - python_fix_shebang "${D}/usr/$(get_libdir)/cmake/KF5I18n/ts-pmap-compile.py" + python_fix_shebang "${ED}/usr/$(get_libdir)/cmake/KF5I18n/ts-pmap-compile.py" }
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: 93eea494237b19125e4580274698022914740aac Author: Andreas Sturmlechner gmail com> AuthorDate: Wed May 18 22:04:11 2016 + Commit: Johannes Huber gentoo org> CommitDate: Thu May 19 06:43:58 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93eea494 kde-frameworks/ki18n: Add PYTHON_COMPAT=python3_5 Package-Manager: portage-2.2.28 Signed-off-by: Johannes Huber gentoo.org> kde-frameworks/ki18n/ki18n-5.22.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/ki18n/ki18n-5.22.1.ebuild b/kde-frameworks/ki18n/ki18n-5.22.1.ebuild index f6e7561..2465340 100644 --- a/kde-frameworks/ki18n/ki18n-5.22.1.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.22.1.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit kde5 python-single-r1 DESCRIPTION="Framework based on Gettext for internationalizing user interface text"
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: 7d82ec0713ac3a4119204c2a03713799489915b4 Author: Johannes Huber gentoo org> AuthorDate: Wed May 18 05:57:05 2016 + Commit: Johannes Huber gentoo org> CommitDate: Wed May 18 05:57:17 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d82ec07 kde-frameworks/ki18n: Remove 5.22.0 Package-Manager: portage-2.3.0_rc1 kde-frameworks/ki18n/Manifest| 1 - kde-frameworks/ki18n/ki18n-5.22.0.ebuild | 35 2 files changed, 36 deletions(-) diff --git a/kde-frameworks/ki18n/Manifest b/kde-frameworks/ki18n/Manifest index 97b0d42..67787a3 100644 --- a/kde-frameworks/ki18n/Manifest +++ b/kde-frameworks/ki18n/Manifest @@ -1,4 +1,3 @@ DIST ki18n-5.18.0.tar.xz 600436 SHA256 0926ef9fd9a1f7fe74c251c4fc155855fad2347eb37fb1e4dde12ea012c17493 SHA512 75673cdc35864407f17de5ccd2e249941be85065b8502216d2de25e501c05963d6636ebed71b459e57742c22eea103413cea450e5a0355f94be52f85a4bbabde WHIRLPOOL 7e19a98b81930d183741212d48faa9ee5d0d0fec4be4a2ba9386eb76fe383519a79e1eeaf9de8f5bbe54882908395d2c3a502fdd28f27cb25ad06cf75c0900cb DIST ki18n-5.21.0.tar.xz 603756 SHA256 76151c4c39a6bdf0b859c17b90ce2d424d8dafd9653b5f24f0527cfccfb9a962 SHA512 ab40182291b0d300405732cbb9bdee0e1d0b3e9a1c3deb3d6dc36e6f4f2c9710b59496bc5849ef75f8e7981bc50da219abb58afabaf021128481276ff0d7b8ed WHIRLPOOL 4b415b5e7be2aa88e211328be00749bc0dde1a53cce595dc73cde7105df4b0739d21a25bf8e2ba805e4a7078fb476bde68818c1b4cefb79874d3e65791554333 -DIST ki18n-5.22.0.tar.xz 603944 SHA256 edfb8858fc4aa10bf57ea362520bd3b3d10019f5dadde3a89911cd0205f10121 SHA512 59a18ddbe2fdefbf8a1f85952d3e499bfbcea2844a9f49573229cad11dfb4af9eb0192194d74284395020de3f101636fced9baf2fcef48347bcfea8d471fcb0f WHIRLPOOL c38c978efa908e59ab30f1d3ed3f1afbf962537844a3286db29af5b49d76323ed50a2216eaa04413ad0a082f511d56abd7c3446d26797ee7f20876b7abfa6bea DIST ki18n-5.22.1.tar.xz 603768 SHA256 fb122bf7c3e19f07e4e1154f68694b1dadc776f43b39a688d59e1b3915ba5a39 SHA512 5a98007c5affbbfbd856eb2da6be8cc2bba5ab2f976c41e8bab363d4acaf1573fa78d29ba9f97a399c281f7392257ea59a47671842eeb3ffc09ae97578203b26 WHIRLPOOL 3ac74305be93a47500ef96f02f19d79072a1f25f04c0b10720b9c1c77404909e1e54bc44d3d94f41e6c587cc82e94e641db9f4c803d6ef4edb97c1d6133ecc03 diff --git a/kde-frameworks/ki18n/ki18n-5.22.0.ebuild b/kde-frameworks/ki18n/ki18n-5.22.0.ebuild deleted file mode 100644 index f6e7561..000 --- a/kde-frameworks/ki18n/ki18n-5.22.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4} ) -inherit kde5 python-single-r1 - -DESCRIPTION="Framework based on Gettext for internationalizing user interface text" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - $(add_qt_dep qtscript) - sys-devel/gettext - virtual/libintl -" -DEPEND="${RDEPEND} - test? ( $(add_qt_dep qtconcurrent) ) -" - -pkg_setup() { - kde5_pkg_setup - python-single-r1_pkg_setup -} - -src_install() { - kde5_src_install - python_fix_shebang "${D}/usr/$(get_libdir)/cmake/KF5I18n/ts-pmap-compile.py" -}
[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/ki18n/
commit: 9c00d2947e1853021ac8c89a91967bf0ffbc0288 Author: Johannes Huber gentoo org> AuthorDate: Wed May 18 05:56:29 2016 + Commit: Johannes Huber gentoo org> CommitDate: Wed May 18 05:57:17 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c00d294 kde-frameworks/ki18n: Version bump 5.22.1 Fixes build with gcc-6. Gentoo-bug: 583350 Package-Manager: portage-2.3.0_rc1 kde-frameworks/ki18n/Manifest| 1 + kde-frameworks/ki18n/ki18n-5.22.1.ebuild | 35 2 files changed, 36 insertions(+) diff --git a/kde-frameworks/ki18n/Manifest b/kde-frameworks/ki18n/Manifest index 0c003bb..97b0d42 100644 --- a/kde-frameworks/ki18n/Manifest +++ b/kde-frameworks/ki18n/Manifest @@ -1,3 +1,4 @@ DIST ki18n-5.18.0.tar.xz 600436 SHA256 0926ef9fd9a1f7fe74c251c4fc155855fad2347eb37fb1e4dde12ea012c17493 SHA512 75673cdc35864407f17de5ccd2e249941be85065b8502216d2de25e501c05963d6636ebed71b459e57742c22eea103413cea450e5a0355f94be52f85a4bbabde WHIRLPOOL 7e19a98b81930d183741212d48faa9ee5d0d0fec4be4a2ba9386eb76fe383519a79e1eeaf9de8f5bbe54882908395d2c3a502fdd28f27cb25ad06cf75c0900cb DIST ki18n-5.21.0.tar.xz 603756 SHA256 76151c4c39a6bdf0b859c17b90ce2d424d8dafd9653b5f24f0527cfccfb9a962 SHA512 ab40182291b0d300405732cbb9bdee0e1d0b3e9a1c3deb3d6dc36e6f4f2c9710b59496bc5849ef75f8e7981bc50da219abb58afabaf021128481276ff0d7b8ed WHIRLPOOL 4b415b5e7be2aa88e211328be00749bc0dde1a53cce595dc73cde7105df4b0739d21a25bf8e2ba805e4a7078fb476bde68818c1b4cefb79874d3e65791554333 DIST ki18n-5.22.0.tar.xz 603944 SHA256 edfb8858fc4aa10bf57ea362520bd3b3d10019f5dadde3a89911cd0205f10121 SHA512 59a18ddbe2fdefbf8a1f85952d3e499bfbcea2844a9f49573229cad11dfb4af9eb0192194d74284395020de3f101636fced9baf2fcef48347bcfea8d471fcb0f WHIRLPOOL c38c978efa908e59ab30f1d3ed3f1afbf962537844a3286db29af5b49d76323ed50a2216eaa04413ad0a082f511d56abd7c3446d26797ee7f20876b7abfa6bea +DIST ki18n-5.22.1.tar.xz 603768 SHA256 fb122bf7c3e19f07e4e1154f68694b1dadc776f43b39a688d59e1b3915ba5a39 SHA512 5a98007c5affbbfbd856eb2da6be8cc2bba5ab2f976c41e8bab363d4acaf1573fa78d29ba9f97a399c281f7392257ea59a47671842eeb3ffc09ae97578203b26 WHIRLPOOL 3ac74305be93a47500ef96f02f19d79072a1f25f04c0b10720b9c1c77404909e1e54bc44d3d94f41e6c587cc82e94e641db9f4c803d6ef4edb97c1d6133ecc03 diff --git a/kde-frameworks/ki18n/ki18n-5.22.1.ebuild b/kde-frameworks/ki18n/ki18n-5.22.1.ebuild new file mode 100644 index 000..f6e7561 --- /dev/null +++ b/kde-frameworks/ki18n/ki18n-5.22.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4} ) +inherit kde5 python-single-r1 + +DESCRIPTION="Framework based on Gettext for internationalizing user interface text" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + $(add_qt_dep qtscript) + sys-devel/gettext + virtual/libintl +" +DEPEND="${RDEPEND} + test? ( $(add_qt_dep qtconcurrent) ) +" + +pkg_setup() { + kde5_pkg_setup + python-single-r1_pkg_setup +} + +src_install() { + kde5_src_install + python_fix_shebang "${D}/usr/$(get_libdir)/cmake/KF5I18n/ts-pmap-compile.py" +}