Date: Sun, 18 Feb 2024 18:42:21 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 96b39a3cefa1 - main - graphics/eom: Update to 1.27.1 Message-ID: <202402181842.41IIgLER063682@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=96b39a3cefa1ece5cd2ec20d3203691e22e5512f commit 96b39a3cefa1ece5cd2ec20d3203691e22e5512f Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-02-18 18:37:48 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-02-18 18:37:54 +0000 graphics/eom: Update to 1.27.1 Disable processing of ja and ko PO files as these causes reproducable crashes with itstool during build Changelog: https://github.com/mate-desktop/eom/releases/tag/v1.27.1 PR: 276966 Approved by: portmgr (blanket, build fix) --- graphics/eom/Makefile | 9 +++------ graphics/eom/distinfo | 6 +++--- graphics/eom/files/patch-po_LINGUAS | 17 +++++++++++++++++ graphics/eom/pkg-plist | 2 -- 4 files changed, 23 insertions(+), 11 deletions(-) diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile index 555412f74979..65eac5020c88 100644 --- a/graphics/eom/Makefile +++ b/graphics/eom/Makefile @@ -1,6 +1,5 @@ PORTNAME= eom -PORTVERSION= 1.26.0 -PORTREVISION= 5 +DISTVERSION= 1.27.1 CATEGORIES= graphics mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -14,17 +13,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ - libdbus-1.so:devel/dbus \ - libdbus-glib-1.so:devel/dbus-glib \ libpeas-gtk-1.0.so:devel/libpeas PORTSCOUT= limitw:1,even -USES= compiler:c11 desktop-file-utils gettext gmake gnome \ +USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \ jpeg libtool localbase mate pathfix pkgconfig tar:xz xorg USE_MATE= desktop icontheme USE_XORG= x11 -USE_GNOME= cairo gnomeprefix gtk30 intltool introspection \ +USE_GNOME= cairo glib20 gnomeprefix gtk30 intltool introspection \ librsvg2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-cms diff --git a/graphics/eom/distinfo b/graphics/eom/distinfo index 4158b343c5c7..b5bdbc485546 100644 --- a/graphics/eom/distinfo +++ b/graphics/eom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633996378 -SHA256 (mate/eom-1.26.0.tar.xz) = 27f169aa396ddbc75740bf802bef1c0251771ca0747b5a727ff985c03dc067db -SIZE (mate/eom-1.26.0.tar.xz) = 2493104 +TIMESTAMP = 1707562769 +SHA256 (mate/eom-1.27.1.tar.xz) = 4c879362069a47221138c02f3213e4106dbcffc28e586fe5977d4ee309b241af +SIZE (mate/eom-1.27.1.tar.xz) = 2056592 diff --git a/graphics/eom/files/patch-po_LINGUAS b/graphics/eom/files/patch-po_LINGUAS new file mode 100644 index 000000000000..951460a8abb9 --- /dev/null +++ b/graphics/eom/files/patch-po_LINGUAS @@ -0,0 +1,17 @@ +--- po/LINGUAS.orig 2024-02-11 07:41:11 UTC ++++ po/LINGUAS +@@ -67,14 +67,12 @@ it + ig + is + it +-ja + jv + ka + kab + kk + km + kn +-ko + ks + ku + ku_IQ diff --git a/graphics/eom/pkg-plist b/graphics/eom/pkg-plist index 3edfb61f695a..a21b96c79d7c 100644 --- a/graphics/eom/pkg-plist +++ b/graphics/eom/pkg-plist @@ -610,14 +610,12 @@ share/locale/ie/LC_MESSAGES/eom.mo share/locale/ig/LC_MESSAGES/eom.mo share/locale/is/LC_MESSAGES/eom.mo share/locale/it/LC_MESSAGES/eom.mo -share/locale/ja/LC_MESSAGES/eom.mo share/locale/jv/LC_MESSAGES/eom.mo share/locale/ka/LC_MESSAGES/eom.mo share/locale/kab/LC_MESSAGES/eom.mo share/locale/kk/LC_MESSAGES/eom.mo share/locale/km/LC_MESSAGES/eom.mo share/locale/kn/LC_MESSAGES/eom.mo -share/locale/ko/LC_MESSAGES/eom.mo share/locale/ks/LC_MESSAGES/eom.mo share/locale/ku/LC_MESSAGES/eom.mo share/locale/ku_IQ/LC_MESSAGES/eom.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402181842.41IIgLER063682>