eom: update to 1.26.0
Change log: ### eom 1.26.0 * Translations update * update copyright to 2021 ### eom 1.25.1 * Translations update * eom-window: Remove -Wmissing-field-initializers warnings * build: change the message for NLS in the configure summary * build: allow users to disable gettext support (--disable-nls) * build: Use PACKAGE_URL variable * build: display package name and version in configure summary * Fix desktop file validation warning * Remove cppcheck warning knownConditionTrueFalse * Remove unnecessary casts on signal function calls * Update copyright to 2021 * Remove warning -Wshadow * eom-uri-converter: dereference of NULL 'repl_str' reported by gcc * Do not remove the accelerators from image properties dialog * Upgrade ui files * eom-save-as-dialog-helper: Fix resource path * eom-image: warning -Wexpansion-to-defined * eom-scroll-view.c: Redundant casting GTK_WIDGET * eom-scroll-view: Remove warning incompatible-pointer-types * Ensure scrollbar moves when dragged to move image * require libexif 0.6.22 * Remove unused macros ### eom 1.25.0 * Translations update * eom-metadata-reader: add gdk/gdk.h include * egg-editable-toolbar: Remove trailing spaces/tabs * Shorten the function name for notebook scroll-event * eom-util: Fix code indent * Add tab scrolling support for dialog windows * add git.mk to generate .gitignore * build: silent build warnings for distcheck * eom-window: expand the comment on about dialog * Remove warnings: cast between incompatible function types * eom.desktop: Do not collect the translation for Icon * help: Fix some incongruencies * help: Fix Image Collection shortcut (#263) * Use user page on github when user email is private * Update authors
This commit is contained in:
parent
c68aec9fca
commit
5f935a448f
2 changed files with 6 additions and 7 deletions
|
@ -1,14 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.36 2022/11/23 16:20:14 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2022/11/27 04:48:39 gutteridge 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= 6
|
||||
.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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.13 2021/10/26 10:46:05 nia Exp $
|
||||
$NetBSD: distinfo,v 1.14 2022/11/27 04:48:39 gutteridge Exp $
|
||||
|
||||
BLAKE2s (eom-1.24.2.tar.xz) = 4b95eac24257a89dc135abac886b37f4cdbc801d1f038e16ca62dc3455aef247
|
||||
SHA512 (eom-1.24.2.tar.xz) = 38497dc5fc42340ca1b356f40eab8c14c21b1467f82ec64024d633cfb7ebfc598020b35c02eedce4f73f7a5ecb9050b0f0af4ea00279a1a5e7a627e542f34951
|
||||
Size (eom-1.24.2.tar.xz) = 2428972 bytes
|
||||
BLAKE2s (eom-1.26.0.tar.xz) = f369e51e3778197f1f43712415567e6d4d04b2f9eaff76586b0d67ffa4aca370
|
||||
SHA512 (eom-1.26.0.tar.xz) = efc5a1ce5c21ad74108c63827fa60f2cd8517888d8e155d7c9934f5490e61b2cf73bae3b42f8d6b69ce1d5c4658d0c74f2ab19e90f40173d55354276bbe5d824
|
||||
Size (eom-1.26.0.tar.xz) = 2493104 bytes
|
||||
SHA1 (patch-src_eom-exif-util.c) = 13a3d69553564278e9beae5c84adcf83b7591f20
|
||||
|
|
Loading…
Reference in a new issue