diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-07 03:05:50 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-07 03:05:50 -0500 |
| commit | 8453817910bc2afbb7ab1fbf61c3f06fb7320f35 (patch) | |
| tree | 3d107194f4fc4d247ed6c21875e9dff4562e22e1 /www-client | |
| parent | e3ac4a99dbb849deb8dd15df4be98e6e14d55ab5 (diff) | |
| download | baldeagleos-repo-8453817910bc2afbb7ab1fbf61c3f06fb7320f35.tar.gz baldeagleos-repo-8453817910bc2afbb7ab1fbf61c3f06fb7320f35.tar.xz baldeagleos-repo-8453817910bc2afbb7ab1fbf61c3f06fb7320f35.zip | |
Adding metadata
Diffstat (limited to 'www-client')
| -rw-r--r-- | www-client/epiphany/Manifest | 2 | ||||
| -rw-r--r-- | www-client/epiphany/epiphany-48.5.ebuild | 90 | ||||
| -rw-r--r-- | www-client/epiphany/epiphany-49.3.ebuild | 93 | ||||
| -rw-r--r-- | www-client/firefox/firefox-140.15.0.ebuild | 2 |
4 files changed, 1 insertions, 186 deletions
diff --git a/www-client/epiphany/Manifest b/www-client/epiphany/Manifest index b3a5dccf6cf1..c6fe01582729 100644 --- a/www-client/epiphany/Manifest +++ b/www-client/epiphany/Manifest @@ -1,3 +1 @@ -DIST epiphany-48.5.tar.xz 4113932 BLAKE2B 648450e68b35d1bc7d6cb3680a6735d7c2da20e47c2da294bd6424fa574cad042ea1935cf1cd8634bd31e3651c53161a01359af36591c4f0523b9000487e695b SHA512 b70c387d1617cdcc81ff63c1c8ff08cf657220e6a5aad0ec07cbf90508e9270af9a2fead0f6a3b71905a70d3293c60230478d21b3b1d1fc2bdcbf2736289deca -DIST epiphany-49.3.tar.xz 4233848 BLAKE2B 88ece324edd33128524928b6de6f80dcae726a87c3fe9745816bd6dbb0d9a4b1f6b34ed07e77f5204feb304411a0639f0635d39e41f465d2d1403a5ddcdc06be SHA512 3519af76a9d6a260fd7f33f969ce80284e9ecc7df8365e3a540aec17f1a005d2ddb0c0a9784767bef44d80ec32af35a24c3f0210959f91d54aab3127ff7f910b DIST epiphany-49.8.1.tar.xz 4241048 BLAKE2B b069a3d6bc02688914b9f8a7118e7387008562d75014bb87a418fd6d62d30eadd69c1cf33b355ba6d73cc6440cdd45c3844e0b377ea17d2cd759014852cf45ca SHA512 b8b14185549d9c745d8019f987184000b32057a1fa612b266a36e01ad06b7e19fa8779d50f119ec8628d0708e479d456b5c1d86655e9cca6b11ac2bdbfdc0214 diff --git a/www-client/epiphany/epiphany-48.5.ebuild b/www-client/epiphany/epiphany-48.5.ebuild deleted file mode 100644 index 53f61d9b5bd2..000000000000 --- a/www-client/epiphany/epiphany-48.5.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg virtualx - -DESCRIPTION="GNOME webbrowser based on Webkit" -HOMEPAGE="https://apps.gnome.org/Epiphany/" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86" -IUSE="test selinux" -RESTRICT="!test? ( test )" - -DEPEND=" - >=x11-libs/cairo-1.2 - >=app-crypt/gcr-3.9.0:4=[gtk] - >=x11-libs/gdk-pixbuf-2.36.5:2 - >=dev-libs/glib-2.74.0:2 - gnome-base/gsettings-desktop-schemas - media-libs/gstreamer:1.0 - >=gui-libs/gtk-4.13.3:4 - >=app-text/iso-codes-0.35 - >=dev-libs/json-glib-1.6 - app-arch/libarchive:= - >=gui-libs/libadwaita-1.6:1 - >=app-crypt/libsecret-0.19 - >=net-libs/libsoup-2.99.4:3.0 - >=dev-libs/libxml2-2.6.12:2= - >=dev-libs/nettle-3.4:= - >=dev-libs/libportal-0.6:0=[gtk] - >=dev-db/sqlite-3.22:3 - >=net-libs/webkit-gtk-2.43.4:6 - - dev-libs/gmp:0= -" -RDEPEND="${DEPEND} - x11-themes/adwaita-icon-theme - selinux? ( sec-policy/selinux-mozilla ) -" -# appstream-glib needed for appdata.xml gettext translation -BDEPEND=" - dev-libs/appstream-glib - >=dev-util/gdbus-codegen-2.80.5-r1 - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -PATCHES=( - # Test not ready to be run in sandboxed systems, also need - # mesa[zink]. Skip, as done by Debian. - # https://bugs.gentoo.org/928015 - # https://bugs.gentoo.org/847862 - # https://gitlab.gnome.org/GNOME/epiphany/-/issues/2209 - # https://gitlab.gnome.org/GNOME/epiphany/-/issues/2271 - "${FILESDIR}/${PN}-46.2-disable-web-view-test.patch" -) - -src_prepare() { - default - xdg_environment_reset -} - -src_configure() { - local emesonargs=( - -Ddeveloper_mode=false - -Dtech_preview=false - $(meson_feature test unit_tests) - -Dgranite=disabled - ) - meson_src_configure -} - -src_test() { - virtx meson_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/www-client/epiphany/epiphany-49.3.ebuild b/www-client/epiphany/epiphany-49.3.ebuild deleted file mode 100644 index ab027f7151e9..000000000000 --- a/www-client/epiphany/epiphany-49.3.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome.org gnome2-utils meson xdg virtualx - -DESCRIPTION="GNOME webbrowser based on Webkit" -HOMEPAGE="https://apps.gnome.org/Epiphany/" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="test selinux" -RESTRICT="!test? ( test )" - -DEPEND=" - >=x11-libs/cairo-1.2 - >=app-crypt/gcr-3.9.0:4=[gtk] - >=x11-libs/gdk-pixbuf-2.36.5:2 - >=dev-libs/glib-2.74.0:2 - gnome-base/gsettings-desktop-schemas - media-libs/gstreamer:1.0 - >=gui-libs/gtk-4.13.3:4 - >=app-text/iso-codes-0.35 - >=dev-libs/json-glib-1.6 - app-arch/libarchive:= - >=gui-libs/libadwaita-1.8_alpha:1 - >=app-crypt/libsecret-0.19 - >=net-libs/libsoup-2.99.4:3.0 - >=dev-libs/libxml2-2.6.12:2= - >=dev-libs/nettle-3.4:= - >=dev-libs/libportal-0.6:0=[gtk] - >=dev-db/sqlite-3.22:3 - >=net-libs/webkit-gtk-2.43.4:6 - - dev-libs/gmp:0= -" -RDEPEND="${DEPEND} - x11-themes/adwaita-icon-theme - selinux? ( sec-policy/selinux-mozilla ) -" -# appstream-glib needed for appdata.xml gettext translation -BDEPEND=" - dev-libs/appstream-glib - dev-util/blueprint-compiler - dev-python/docutils - >=dev-util/gdbus-codegen-2.80.5-r1 - dev-util/glib-utils - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -PATCHES=( - # Test not ready to be run in sandboxed systems, also need - # mesa[zink]. Skip, as done by Debian. - # https://bugs.gentoo.org/928015 - # https://bugs.gentoo.org/847862 - # https://gitlab.gnome.org/GNOME/epiphany/-/issues/2209 - # https://gitlab.gnome.org/GNOME/epiphany/-/issues/2271 - "${FILESDIR}/${PN}-46.2-disable-web-view-test.patch" -) - -src_prepare() { - default - xdg_environment_reset -} - -src_configure() { - local emesonargs=( - -Ddeveloper_mode=false - -Dtech_preview=false - $(meson_feature test unit_tests) - -Dgranite=disabled - -Dman-pages=enabled - ) - meson_src_configure -} - -src_test() { - virtx meson_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/www-client/firefox/firefox-140.15.0.ebuild b/www-client/firefox/firefox-140.15.0.ebuild index ea897bae0190..a05cf529448b 100644 --- a/www-client/firefox/firefox-140.15.0.ebuild +++ b/www-client/firefox/firefox-140.15.0.ebuild @@ -80,7 +80,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES} S="${WORKDIR}/${PN}-${PV%_*}" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="+clang dbus debug eme-free hardened hwaccel jack libproxy pgo pulseaudio selinux sndio" IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx" |
