diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-20 14:54:46 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-20 14:54:46 -0500 |
| commit | 1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0 (patch) | |
| tree | 18e2e784f9fb0dbc3546537acc42ad51b366d90e /www-client/falkon | |
| parent | 9f6a581d94412ab1cf4b35c33101f6be0ddc7777 (diff) | |
| download | baldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.tar.gz baldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.tar.xz baldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.zip | |
Adding metadata
Diffstat (limited to 'www-client/falkon')
| -rw-r--r-- | www-client/falkon/Manifest | 2 | ||||
| -rw-r--r-- | www-client/falkon/falkon-26.04.1.ebuild | 17 | ||||
| -rw-r--r-- | www-client/falkon/falkon-26.04.2.ebuild (renamed from www-client/falkon/falkon-26.04.0.ebuild) | 17 | ||||
| -rw-r--r-- | www-client/falkon/metadata.xml | 7 |
4 files changed, 20 insertions, 23 deletions
diff --git a/www-client/falkon/Manifest b/www-client/falkon/Manifest index eb435c7dd9f0..9df12c424f78 100644 --- a/www-client/falkon/Manifest +++ b/www-client/falkon/Manifest @@ -1,2 +1,2 @@ -DIST falkon-26.04.0.tar.xz 2712636 BLAKE2B a4546b7b189ad2171ebfbea6c6235e0a44fc86954799a6515d77ab94c251f8b53b6cfb7506030f0471a7afe858c9f8383d01d89dfe2020dc90c4e9dfa3502957 SHA512 28fbf65b2203793c69e9649421ccd53ad95f4dc2e026ccf2307ee81fecc87747bac532667e4031580476e58c3979bcfbd6597103af322b23052c4288b62c9a0e DIST falkon-26.04.1.tar.xz 2712204 BLAKE2B ffad1da9db0814ff2e4b4a7a59ddba07eb8c94d2b11d156da4c8c3761205f4f686838d29f77245811176a753ec4f2aef6cbd30b2b86ad0a4c82804e55a795d10 SHA512 8bf416017da23bbeb436913177ff0d15ec47f8995ab2248a81fcf67aab0e306c4857324f709a21a87521b57087157af03df877640b881b527411e086b9527cf6 +DIST falkon-26.04.2.tar.xz 2712068 BLAKE2B bac8944d64ee66abc8dd2fde2a561e1277cb95632c29d86607b80135ad568e62b1babbb3211d4c2d6b4ce6cb2a5e058f9b8f3efa7f19d613df6137fa594e061e SHA512 fc220b79321ac52be290f7732267f94eb89f459c3f69e90c55b4f7a2356665db6a4fe5a6f824a1b7d65ce5c775f87c0cd67e5d647c5af7b74cfef4fec9fd64ce diff --git a/www-client/falkon/falkon-26.04.1.ebuild b/www-client/falkon/falkon-26.04.1.ebuild index 08ab6c03969d..e93ad0fe4c38 100644 --- a/www-client/falkon/falkon-26.04.1.ebuild +++ b/www-client/falkon/falkon-26.04.1.ebuild @@ -1,27 +1,28 @@ -# Copyright 2022-2026 Liguros Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + EAPI=8 ECM_TEST="true" -KFMIN=6.0 -QTMIN=6.6.2 +KFMIN=6.22.0 +QTMIN=6.10.1 PYTHON_COMPAT=( python3_{13..14} ) -inherit ecm gear.kde.org python-single-r1 +inherit ecm gear.kde.org python-single-r1 xdg DESCRIPTION="Cross-platform web browser using QtWebEngine" HOMEPAGE="https://www.falkon.org/ https://apps.kde.org/falkon/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64 arm64" IUSE="dbus kde python +X" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="test" # bug 653046 COMMON_DEPEND=" - dev-libs/openssl:0= + >=dev-qt/qt5compat-${QTMIN}:6 >=dev-qt/qtbase-${QTMIN}:6[dbus?,gui,network,sql,sqlite,ssl,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] >=dev-qt/qtwebchannel-${QTMIN}:6 @@ -39,8 +40,7 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep " - >=dev-python/pyside6-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \ - >=dev-python/shiboken6-${QTMIN}[\${PYTHON_USEDEP}] + >=dev-python/pyside-${QTMIN}:6[gui,positioning,uitools(-),webengine,widgets,\${PYTHON_USEDEP}] ") ) X? ( @@ -61,7 +61,6 @@ BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]" pkg_setup() { use python && python-single-r1_pkg_setup - ecm_pkg_setup } src_configure() { diff --git a/www-client/falkon/falkon-26.04.0.ebuild b/www-client/falkon/falkon-26.04.2.ebuild index 08ab6c03969d..43133e80e7c4 100644 --- a/www-client/falkon/falkon-26.04.0.ebuild +++ b/www-client/falkon/falkon-26.04.2.ebuild @@ -1,27 +1,28 @@ -# Copyright 2022-2026 Liguros Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + EAPI=8 ECM_TEST="true" -KFMIN=6.0 -QTMIN=6.6.2 +KFMIN=6.22.0 +QTMIN=6.10.1 PYTHON_COMPAT=( python3_{13..14} ) -inherit ecm gear.kde.org python-single-r1 +inherit ecm gear.kde.org python-single-r1 xdg DESCRIPTION="Cross-platform web browser using QtWebEngine" HOMEPAGE="https://www.falkon.org/ https://apps.kde.org/falkon/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" IUSE="dbus kde python +X" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="test" # bug 653046 COMMON_DEPEND=" - dev-libs/openssl:0= + >=dev-qt/qt5compat-${QTMIN}:6 >=dev-qt/qtbase-${QTMIN}:6[dbus?,gui,network,sql,sqlite,ssl,widgets] >=dev-qt/qtdeclarative-${QTMIN}:6[widgets] >=dev-qt/qtwebchannel-${QTMIN}:6 @@ -39,8 +40,7 @@ COMMON_DEPEND=" python? ( ${PYTHON_DEPS} $(python_gen_cond_dep " - >=dev-python/pyside6-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \ - >=dev-python/shiboken6-${QTMIN}[\${PYTHON_USEDEP}] + >=dev-python/pyside-${QTMIN}:6[gui,positioning,uitools(-),webengine,widgets,\${PYTHON_USEDEP}] ") ) X? ( @@ -61,7 +61,6 @@ BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]" pkg_setup() { use python && python-single-r1_pkg_setup - ecm_pkg_setup } src_configure() { diff --git a/www-client/falkon/metadata.xml b/www-client/falkon/metadata.xml index bc1c9bdc3734..f2915ab8ac4d 100644 --- a/www-client/falkon/metadata.xml +++ b/www-client/falkon/metadata.xml @@ -2,12 +2,11 @@ <!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="project"> - <email>dev@liguros.net</email> - <name>Development</name> - </maintainer> - <maintainer type="project"> <email>kde@gentoo.org</email> <name>Gentoo KDE Project</name> </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/</bugs-to> + </upstream> <origin>baldeagleos-repo</origin> </pkgmetadata> |
