pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/eom



Module Name:    pkgsrc
Committed By:   youri
Date:           Mon May 14 12:42:35 UTC 2018

Modified Files:
        pkgsrc/graphics/eom: Makefile PLIST distinfo

Log Message:
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’t use deprecated gtk_show_uri
use a more common gtk+ function
avoid deprecated gdk_screen_get_number
Add the button “Show the Files and Quit” in the progress dialog
Fix: create zip files in “maximum” compression level
Fix: Browsing history not correct
hide folders in “View 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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/eom/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/eom/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/eom/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/eom/Makefile
diff -u pkgsrc/graphics/eom/Makefile:1.10 pkgsrc/graphics/eom/Makefile:1.11
--- pkgsrc/graphics/eom/Makefile:1.10   Mon Apr 16 14:34:35 2018
+++ pkgsrc/graphics/eom/Makefile        Mon May 14 12:42:35 2018
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.10 2018/04/16 14:34:35 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/05/14 12:42:35 youri Exp $
 
 # XXX: meta-pkgs/mate/Makefile.common includes pyversion.mk which sets the
 # python version too early and clashes with PYTHON_VERSIONS_INCOMPATIBLE
 # from libpeas bl3, so we include it early to ensure a valid version is
 # chosen.  This is not ideal, please fix it properly at some point.
-PKGREVISION= 3
 .include "../../devel/libpeas/buildlink3.mk"
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      eom-${VERSION:R}.2
+DISTNAME=      eom-${VERSION}
 CATEGORIES=    graphics
 
 COMMENT=       Eye of MATE: an image viewing and cataloging program

Index: pkgsrc/graphics/eom/PLIST
diff -u pkgsrc/graphics/eom/PLIST:1.2 pkgsrc/graphics/eom/PLIST:1.3
--- pkgsrc/graphics/eom/PLIST:1.2       Fri Jun 23 17:10:44 2017
+++ pkgsrc/graphics/eom/PLIST   Mon May 14 12:42:35 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/06/23 17:10:44 youri Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/05/14 12:42:35 youri Exp $
 bin/eom
 include/eom-2.20/eom/eom-application.h
 include/eom-2.20/eom/eom-clipboard-handler.h
@@ -34,7 +34,6 @@ lib/pkgconfig/eom.pc
 man/man1/eom.1
 share/appdata/eom.appdata.xml
 share/applications/eom.desktop
-share/eom/eom-3.18.css
 share/eom/eom-image-properties-dialog.ui
 share/eom/eom-multiple-save-as-dialog.ui
 share/eom/eom-preferences-dialog.ui

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



Home | Main Index | Thread Index | Old Index