Update to 3.11.3:

2014-08-23 meld 3.11.3
======================

  Features:

   * Manually handle app menu fallback for non-Gnome shells (Kai Willadsen)
   * Save and restore window maximisation state (Kai Willadsen)

  Fixes:

   * Add missing/incomplete "Language" entries (Lars Wendler)
   * Miscellaneous code cleanups (Christoph Brill)
   * Handle broken locale settings better (Kai Willadsen)
   * Fix size allocation issues in preferences UI (Kai Willadsen)
   * Update shebang for environments with Python 3 as default (Kai Willadsen)

  Translations:

   * Daniel Mustieles (es)
   * Marek Černocký (cs)
   * Piotr Drąg (pl)
   * Rafael Ferreira (pt_BR)
This commit is contained in:
wiz 2014-08-23 05:24:25 +00:00
parent 7b20f6cf05
commit d3faf22af7
3 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2014/07/12 14:34:37 wiz Exp $
# $NetBSD: Makefile,v 1.7 2014/08/23 05:24:25 wiz Exp $
DISTNAME= meld-3.11.2
DISTNAME= meld-3.11.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/3.11/}
EXTRACT_SUFX= .tar.xz

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2014/07/12 14:34:37 wiz Exp $
@comment $NetBSD: PLIST,v 1.4 2014/08/23 05:24:25 wiz Exp $
bin/meld
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/meld/__init__.py
@ -302,6 +302,7 @@ share/meld/icons/vc-update-24.png
share/meld/meld.css
share/meld/ui/EditableList.ui
share/meld/ui/application.ui
share/meld/ui/appmenu-fallback.xml
share/meld/ui/dirdiff-ui.xml
share/meld/ui/dirdiff.ui
share/meld/ui/filediff-ui.xml

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2014/07/12 14:34:37 wiz Exp $
$NetBSD: distinfo,v 1.4 2014/08/23 05:24:25 wiz Exp $
SHA1 (meld-3.11.2.tar.xz) = 9d2dfe0579241ff8f4e9681945fb9cd229947edc
RMD160 (meld-3.11.2.tar.xz) = 4d0769c716dd7946259e7d36a5e3bc5a3e4a3a79
Size (meld-3.11.2.tar.xz) = 441656 bytes
SHA1 (meld-3.11.3.tar.xz) = c5ad856bbbd554394c25781ecc25c32e6a51d075
RMD160 (meld-3.11.3.tar.xz) = 5cdb381ea2cf04296197da60c9ca24049a462022
Size (meld-3.11.3.tar.xz) = 442700 bytes