diff --git a/helpers/DATA/epiphany-browser/patch_changes/000-force_disable_gl_tests.patch b/helpers/DATA/epiphany-browser/patch_changes/000-force_disable_gl_tests.patch new file mode 100644 index 0000000..1590440 --- /dev/null +++ b/helpers/DATA/epiphany-browser/patch_changes/000-force_disable_gl_tests.patch @@ -0,0 +1,32 @@ +diff --git a/tests/meson.build b/tests/meson.build +index 5528a6e4..4b63cb85 100644 +--- a/tests/meson.build ++++ b/tests/meson.build +@@ -31,16 +31,17 @@ if get_option('unit_tests').enabled() + # env: envs + # ) + +- embed_shell_test = executable('test-ephy-embed-shell', +- 'ephy-embed-shell-test.c', +- adguard_resources, +- dependencies: ephymain_dep, +- c_args: test_cargs + ['-DTEST_DIR="' + meson.current_source_dir() + '"'], +- ) +- test('Embed shell test', +- embed_shell_test, +- env: envs +- ) ++ # TRISQUEL: Disabled test due builds env don't support OpenGL. ++ #embed_shell_test = executable('test-ephy-embed-shell', ++ # 'ephy-embed-shell-test.c', ++ # adguard_resources, ++ # dependencies: ephymain_dep, ++ # c_args: test_cargs + ['-DTEST_DIR="' + meson.current_source_dir() + '"'], ++ #) ++ #test('Embed shell test', ++ # embed_shell_test, ++ # env: envs ++ #) + + embed_utils_test = executable('test-ephy-embed-utils', + 'ephy-embed-utils-test.c', diff --git a/helpers/make-epiphany-browser b/helpers/make-epiphany-browser index dea6f3c..e51a2bb 100644 --- a/helpers/make-epiphany-browser +++ b/helpers/make-epiphany-browser @@ -1,5 +1,6 @@ #!/bin/sh # +# Copyright (C) 2025 Luis Guzmán # Copyright (C) 2011 Santiago Rodríguez # # This program is free software; you can redistribute it and/or modify @@ -17,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 . ./config @@ -28,6 +29,8 @@ VendorSub=$CODENAME $REVISION VendorComment=@PACKAGEVERSION@ EOF +apply_patch_changes + changelog "Epiphany browser compiled for Trisquel" #Branding purposes. Closes bug 1413 package