Mon May 14 12:42:35 2018 UTC ()
Update eom to 1.20.0:

build: use PKG_CONFIG to fix cross-build
Add our copyright to About dialog and Caja extension
7z: Fix: rename files with password without the list encrypted
7z: Fix: delete/rename files/folders with the list encrypted
avoid deprecated gdk_screen_make_display_name
don窶冲 use deprecated gtk_show_uri
use a more common gtk+ function
avoid deprecated gdk_screen_get_number
Add the button 窶彜how the Files and Quit窶� in the progress dialog
Fix: create zip files in 窶徇aximum窶� compression level
Fix: Browsing history not correct
hide folders in 窶弖iew All Files窶�
Fix: Wrong behavior of Skip button in Replace file dialog
UI files: avoid deprecations
gtk-utils: remove some GTK_STOCK deprecations
gtk-utils: avoid deprecated gtk_icon_size_lookup_for_settings
fr-window: fix some GTK_STOCK deprecations
add style class frame to scrolledwindows
fr-window: avoid deprecated GtkMisc and GtkAlignment
dlg-add-folder: avoid deprecated gtk_alignment_new()
build: use variable instead of hardcoded file name when cleaning
Translations update


(youri)
diff -r1.10 -r1.11 pkgsrc/graphics/eom/Makefile
diff -r1.2 -r1.3 pkgsrc/graphics/eom/PLIST
diff -r1.4 -r1.5 pkgsrc/graphics/eom/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/graphics/eom/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/eom/Makefile 2018/04/16 14:34:35 1.10
+++ pkgsrc/graphics/eom/Makefile 2018/05/14 12:42:35 1.11
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.10 2018/04/16 14:34:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.11 2018/05/14 12:42:35 youri Exp $
2 2
3# XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the 3# XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
4# python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE 4# python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
5# from libpeas bl3, so we include it early to ensure a valid version is 5# from libpeas bl3, so we include it early to ensure a valid version is
6# chosen. This is not ideal, please fix it properly at some point. 6# chosen. This is not ideal, please fix it properly at some point.
7PKGREVISION= 3 
8.include "../../devel/libpeas/buildlink3.mk" 7.include "../../devel/libpeas/buildlink3.mk"
9.include "../../meta-pkgs/mate/Makefile.common" 8.include "../../meta-pkgs/mate/Makefile.common"
10 9
11DISTNAME= eom-${VERSION:R}.2 10DISTNAME= eom-${VERSION}
12CATEGORIES= graphics 11CATEGORIES= graphics
13 12
14COMMENT= Eye of MATE: an image viewing and cataloging program 13COMMENT= Eye of MATE: an image viewing and cataloging program
15 14
16PKGCONFIG_OVERRIDE+= data/eom.pc.in 15PKGCONFIG_OVERRIDE+= data/eom.pc.in
17 16
18BUILDLINK_TRANSFORM.SunOS+= rm:-lutil 17BUILDLINK_TRANSFORM.SunOS+= rm:-lutil
19 18
20.include "options.mk" 19.include "options.mk"
21 20
22.include "../../devel/glib2/schemas.mk" 21.include "../../devel/glib2/schemas.mk"
23 22
24.include "../../x11/mate-desktop/buildlink3.mk" 23.include "../../x11/mate-desktop/buildlink3.mk"

cvs diff -r1.2 -r1.3 pkgsrc/graphics/eom/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/eom/PLIST 2017/06/23 17:10:44 1.2
+++ pkgsrc/graphics/eom/PLIST 2018/05/14 12:42:35 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2017/06/23 17:10:44 youri Exp $ 1@comment $NetBSD: PLIST,v 1.3 2018/05/14 12:42:35 youri Exp $
2bin/eom 2bin/eom
3include/eom-2.20/eom/eom-application.h 3include/eom-2.20/eom/eom-application.h
4include/eom-2.20/eom/eom-clipboard-handler.h 4include/eom-2.20/eom/eom-clipboard-handler.h
5include/eom-2.20/eom/eom-debug.h 5include/eom-2.20/eom/eom-debug.h
6include/eom-2.20/eom/eom-dialog.h 6include/eom-2.20/eom/eom-dialog.h
7include/eom-2.20/eom/eom-enums.h 7include/eom-2.20/eom/eom-enums.h
8include/eom-2.20/eom/eom-error-message-area.h 8include/eom-2.20/eom/eom-error-message-area.h
9include/eom-2.20/eom/eom-exif-details.h 9include/eom-2.20/eom/eom-exif-details.h
10include/eom-2.20/eom/eom-exif-util.h 10include/eom-2.20/eom/eom-exif-util.h
11include/eom-2.20/eom/eom-file-chooser.h 11include/eom-2.20/eom/eom-file-chooser.h
12include/eom-2.20/eom/eom-image-save-info.h 12include/eom-2.20/eom/eom-image-save-info.h
13include/eom-2.20/eom/eom-image.h 13include/eom-2.20/eom/eom-image.h
14include/eom-2.20/eom/eom-job-queue.h 14include/eom-2.20/eom/eom-job-queue.h
@@ -24,27 +24,26 @@ include/eom-2.20/eom/eom-thumbnail.h @@ -24,27 +24,26 @@ include/eom-2.20/eom/eom-thumbnail.h
24include/eom-2.20/eom/eom-transform.h 24include/eom-2.20/eom/eom-transform.h
25include/eom-2.20/eom/eom-window.h 25include/eom-2.20/eom/eom-window.h
26lib/eom/plugins/fullscreen.plugin 26lib/eom/plugins/fullscreen.plugin
27lib/eom/plugins/libfullscreen.la 27lib/eom/plugins/libfullscreen.la
28lib/eom/plugins/libreload.la 28lib/eom/plugins/libreload.la
29lib/eom/plugins/libstatusbar-date.la 29lib/eom/plugins/libstatusbar-date.la
30lib/eom/plugins/reload.plugin 30lib/eom/plugins/reload.plugin
31lib/eom/plugins/statusbar-date.plugin 31lib/eom/plugins/statusbar-date.plugin
32lib/girepository-1.0/Eom-1.0.typelib 32lib/girepository-1.0/Eom-1.0.typelib
33lib/pkgconfig/eom.pc 33lib/pkgconfig/eom.pc
34man/man1/eom.1 34man/man1/eom.1
35share/appdata/eom.appdata.xml 35share/appdata/eom.appdata.xml
36share/applications/eom.desktop 36share/applications/eom.desktop
37share/eom/eom-3.18.css 
38share/eom/eom-image-properties-dialog.ui 37share/eom/eom-image-properties-dialog.ui
39share/eom/eom-multiple-save-as-dialog.ui 38share/eom/eom-multiple-save-as-dialog.ui
40share/eom/eom-preferences-dialog.ui 39share/eom/eom-preferences-dialog.ui
41share/eom/eom-toolbar.xml 40share/eom/eom-toolbar.xml
42share/eom/eom-ui.xml 41share/eom/eom-ui.xml
43share/eom/eom.css 42share/eom/eom.css
44share/eom/gtkrc 43share/eom/gtkrc
45share/eom/icons/hicolor/16x16/actions/eom-image-collection.png 44share/eom/icons/hicolor/16x16/actions/eom-image-collection.png
46share/eom/icons/hicolor/16x16/actions/eom-plugin.png 45share/eom/icons/hicolor/16x16/actions/eom-plugin.png
47share/eom/icons/hicolor/16x16/actions/slideshow-play.png 46share/eom/icons/hicolor/16x16/actions/slideshow-play.png
48share/eom/icons/hicolor/22x22/actions/eom-image-collection.png 47share/eom/icons/hicolor/22x22/actions/eom-image-collection.png
49share/eom/icons/hicolor/22x22/actions/eom-plugin.png 48share/eom/icons/hicolor/22x22/actions/eom-plugin.png
50share/eom/icons/hicolor/22x22/actions/slideshow-play.png 49share/eom/icons/hicolor/22x22/actions/slideshow-play.png

cvs diff -r1.4 -r1.5 pkgsrc/graphics/eom/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/eom/distinfo 2018/02/08 17:01:34 1.4
+++ pkgsrc/graphics/eom/distinfo 2018/05/14 12:42:35 1.5
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.4 2018/02/08 17:01:34 jperkin Exp $ 1$NetBSD: distinfo,v 1.5 2018/05/14 12:42:35 youri Exp $
2 2
3SHA1 (eom-1.18.2.tar.xz) = 76d69612b910c89070b96de426de51b5b55b3631 3SHA1 (eom-1.20.0.tar.xz) = ea2cfa16231fe02d5f39e8386e78210de009109a
4RMD160 (eom-1.18.2.tar.xz) = 9366dd2293e606e55b6be2bc4bbb504d8dc4a6d1 4RMD160 (eom-1.20.0.tar.xz) = 32ae36b1c064b6a73e740f8a86572f5b415b10ad
5SHA512 (eom-1.18.2.tar.xz) = d0d8aaa7837564fafd949da26e477e675a6cbecf6efd799ea0f29ba23800d4df36147f83bf059dcf38f9c4a9601e8501ec78065e02125fb18261011e1c3ac12c 5SHA512 (eom-1.20.0.tar.xz) = c83a9e92ff84be244ae86b9aeea57ad5c04d774562ba30795ba296bcd6ed0b7f5f2e387f367f0d1378f0f9b8964d326acb7359f156837e99590ee8d8dcbae8a3
6Size (eom-1.18.2.tar.xz) = 2196228 bytes 6Size (eom-1.20.0.tar.xz) = 2204444 bytes
7SHA1 (patch-src_eom-exif-util.c) = 13a3d69553564278e9beae5c84adcf83b7591f20 7SHA1 (patch-src_eom-exif-util.c) = 13a3d69553564278e9beae5c84adcf83b7591f20