epiphany: update to 45.0

This commit is contained in:
John McQuah 2023-10-22 14:10:24 +00:00
parent 8185fc6aed
commit 2a910c72ef
3 changed files with 11 additions and 11 deletions

10
REPO
View File

@ -187,9 +187,9 @@ f:13d8d971c19328457beb3c9af2788a94:zathura-pdf-poppler/Pkgfile
f:3961411333908c5200c5ba74f8240798:zathura-pdf-poppler/.footprint
f:0b8c32b92dddd063c5fbaff3cec96e44:webkitgtk-60/bwrap-pipewire.patch
f:95ed2c92dd96132378050eca03da25c6:webkitgtk-60/README
f:a627cc29c55645fe95cb2e4de85452e9:webkitgtk-60/.signature
f:0b8a5f7972ddb59cf94d4b8c80515e73:webkitgtk-60/Pkgfile
f:43ead3106195bf3756487fd68d989e4b:webkitgtk-60/.footprint
f:ae45996b618ff312f17c88cdeb2d2c0a:webkitgtk-60/.signature
f:86f704b322b35f6736ccde4536a64c9c:webkitgtk-60/Pkgfile
f:59c168e0a12f6f3e8f0aebbac9a40b6f:webkitgtk-60/.footprint
f:0cc425d03faffdcc793b0af7ec749893:libfreeimage-lite/.signature
f:c4a660d93a260478a5f4d246be1c260d:libfreeimage-lite/Pkgfile
f:55654b9c5c4042bbd1ca6d158629d37a:libfreeimage-lite/.footprint
@ -199,8 +199,8 @@ f:4f4524a2130da2b111dbdd57ba1abccb:libfixposix/.footprint
f:a8773594eaa18fa6cbbee01725eecc10:qscintilla-qt5/.signature
f:9b6357a1376700ededd2502ea45cea37:qscintilla-qt5/Pkgfile
f:74044f52385df8eb19c9930998469862:qscintilla-qt5/.footprint
f:5b2a734fcd1d5e3eca67359dbba6a753:epiphany/.signature
f:bf6f78683db408d4f7f4fd9fabf3ab03:epiphany/Pkgfile
f:13c37a75878642951cbb4b4fc6ab8aa0:epiphany/.signature
f:4408863f65e9d35f08376334fd16ade8:epiphany/Pkgfile
f:627ed74e27650ad8b5f860f26a174def:epiphany/post-install
f:1d85a0aa812813bace4fe92bbc8aada5:epiphany/.footprint
f:259742d9decea4ad6f256a1dd0999279:mblaze/README

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxPTU8S1sf/D4SFaJ8JcYBq2JuaZlV2Zfao/eeJPsY9SCqaSXnEpwuZ6YFjIz1G2BPNUCkGg8sL/M4lH/aN5wKwo=
SHA256 (Pkgfile) = 4403cbc8e95e1938bbb7db008a295b895b1368c08ae6fc78a3a1b8971e2dff4b
RWTTPlFarK9CxLOVga7v7wOI26gxg2HyRoKNaY0Ff+gWkKtKHWsNRbPimkGTl76i0Hea3I1A7Tthz/Ov62zOUETs/aW2XfRM2ws=
SHA256 (Pkgfile) = a36f156e93ddafcaa5381be091d790b337547857dedd130d4e7891bf41954050
SHA256 (.footprint) = 0e0ed5587dfd1c354189baba8bff0a7347d46bcbc3a2c23922aea517de9c54e8
SHA256 (epiphany-44.6.tar.xz) = 5335dd573581db61e126d854dc16ae519657a5b8790789a47d25e43e17cd3a43
SHA256 (epiphany-45.0.tar.bz2) = 35f1235de9f985805d4726d2f54c8ca388f8d94659150c8a5cc172758d8529ae

View File

@ -5,12 +5,12 @@
# Optional: gst-plugins-good gst-plugins-bad gst-libav libnotify enchant
name=epiphany
version=44.6
version=45.0
release=1
source=(https://download.gnome.org/sources/${name}/${version%.*}/${name}-${version}.tar.xz)
source=(https://gitlab.gnome.org/GNOME/$name/-/archive/$version/$name-$version.tar.bz2)
build() {
cd "${name}-${version}"
cd $name-$version
# fail the build if libportal was not compiled against gtk4
[ -e /usr/lib/pkgconfig/libportal-gtk4.pc ] || \