Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eog: update to 47.0. #54384

Merged
merged 2 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/eog-plugins/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'eog-plugins'
pkgname=eog-plugins
version=44.0
revision=2
version=44.1
revision=1
build_style=meson
pycompile_dirs="usr/lib/eog/plugins"
hostmakedepends="glib-devel pkg-config gettext"
Expand All @@ -15,6 +15,6 @@ license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
changelog="https://gitlab.gnome.org/GNOME/eog-plugins/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=db31cbf7bb9652db0a87113e9b51f4df2586763a261b0cbf04327d82cb38b047
checksum=c4c384155fabb34889d76b616065483f94c8310fa0147236d009c68cd4a85c93
python_version=3
lib32disabled=yes
4 changes: 2 additions & 2 deletions srcpkgs/eog/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'eog'
pkgname=eog
version=45.3
version=47.0
revision=1
build_helper="gir"
build_style=meson
Expand All @@ -15,7 +15,7 @@ license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Apps/EyeOfGnome"
changelog="https://gitlab.gnome.org/GNOME/eog/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/eog/${version%.*}/eog-${version}.tar.xz"
checksum=8650f662d4921d83a7904f6bb9ca245baf735f717b47fac5b37f0d90e5e891a8
checksum=db5edbf5224d75126a7b7d8ee4e9272a2f30a953331d5baf6d3f3c0ce0cbde66
shlib_provides="libeog.so"
lib32disabled=yes

Expand Down