pkgsrc/devel/meld/Makefile

38 lines
1.3 KiB
Makefile
Raw Normal View History

Update to 3.13.0: 2014-12-31 meld 3.13.0 ====================== Features: * Make syntax highlighting style configurable (Mark Pariente) * Implemented incremental search, match highlighting and many other find-related fixes (Robert Roth) * Add support for GTK+ global dark theme setting (Kai Willadsen) * Add support for pushing change deletions (Kai Willadsen) * Remove cycle-pane action in favour of previous/next pane actions (Kai Willadsen) Fixes: * Handle Unicode filenames in a git tree correctly (Hasan Arous, Kai Willadsen) * Many fixes for recent GTK+ deprecation warnings (Kai Willadsen) * Fixing flickering inline highlighting on updates (Kai Willadsen) * Multiple work arounds for change colours not displaying on GTK+ 3.14 (Kai Willadsen) * Fix inconsistent file chooser when cancelling file selection (Kai Willadsen) * UTF-8 encode patches created from the patch dialog (Kai Willadsen) * Fix text-wrapping reset caused by the commit dialog (Kai Willadsen) * Fix text background display on certain themes (Kai Willadsen) * Fix for launching Meld with certain Git environment variables (Kai Willadsen) * Add GTK's settings.ini file for font blurriness fix on Windows (Kai Willadsen) * Fix display of change action buttons and line numbers when line numbers are shown (Kai Willadsen) * Fix positioning of the change action buttons (Kai Willadsen) * Fix tab width setting not working correctly (Kai Willadsen) * Fix starting comparison of Subversion checkouts from a subdirectory (Kai Willadsen) * Fix starting Meld from a differently-named symlink (Kai Willadsen) * Ignore errors when copying file metadata if the destination file system doesn't support it (Kai Willadsen) * Automatically recompile stale in-place gschemas (Kai Willadsen) * Handle SIGINT to support previous quit-on-Ctrl-C behaviour (Kai Willadsen) * Fix missing cache opcodes in some circumstances (Kai Willadsen) * Fix text view expansion when resizing patch dialog (Kai Willadsen) * Build fix to always include C locale when LINGUAS is set (Kai Willadsen) Translations: * Andika Triwidada (id) * Carles Ferrando (ca@valencia) * Gábor Kelemen (hu) * Jean Jordaan (cs, el, es) * Joan Coll (ca) * Jordi Mas (ca) * Marek Černocký (cs) * Maria Mavridou (el) * Piotr Drąg (pl) * Мирослав Николић (sr, sr@latin)
2014-12-31 15:28:27 +01:00
# $NetBSD: Makefile,v 1.56 2014/12/31 14:28:27 wiz Exp $
Update to 3.13.0: 2014-12-31 meld 3.13.0 ====================== Features: * Make syntax highlighting style configurable (Mark Pariente) * Implemented incremental search, match highlighting and many other find-related fixes (Robert Roth) * Add support for GTK+ global dark theme setting (Kai Willadsen) * Add support for pushing change deletions (Kai Willadsen) * Remove cycle-pane action in favour of previous/next pane actions (Kai Willadsen) Fixes: * Handle Unicode filenames in a git tree correctly (Hasan Arous, Kai Willadsen) * Many fixes for recent GTK+ deprecation warnings (Kai Willadsen) * Fixing flickering inline highlighting on updates (Kai Willadsen) * Multiple work arounds for change colours not displaying on GTK+ 3.14 (Kai Willadsen) * Fix inconsistent file chooser when cancelling file selection (Kai Willadsen) * UTF-8 encode patches created from the patch dialog (Kai Willadsen) * Fix text-wrapping reset caused by the commit dialog (Kai Willadsen) * Fix text background display on certain themes (Kai Willadsen) * Fix for launching Meld with certain Git environment variables (Kai Willadsen) * Add GTK's settings.ini file for font blurriness fix on Windows (Kai Willadsen) * Fix display of change action buttons and line numbers when line numbers are shown (Kai Willadsen) * Fix positioning of the change action buttons (Kai Willadsen) * Fix tab width setting not working correctly (Kai Willadsen) * Fix starting comparison of Subversion checkouts from a subdirectory (Kai Willadsen) * Fix starting Meld from a differently-named symlink (Kai Willadsen) * Ignore errors when copying file metadata if the destination file system doesn't support it (Kai Willadsen) * Automatically recompile stale in-place gschemas (Kai Willadsen) * Handle SIGINT to support previous quit-on-Ctrl-C behaviour (Kai Willadsen) * Fix missing cache opcodes in some circumstances (Kai Willadsen) * Fix text view expansion when resizing patch dialog (Kai Willadsen) * Build fix to always include C locale when LINGUAS is set (Kai Willadsen) Translations: * Andika Triwidada (id) * Carles Ferrando (ca@valencia) * Gábor Kelemen (hu) * Jean Jordaan (cs, el, es) * Joan Coll (ca) * Jordi Mas (ca) * Marek Černocký (cs) * Maria Mavridou (el) * Piotr Drąg (pl) * Мирослав Николић (sr, sr@latin)
2014-12-31 15:28:27 +01:00
DISTNAME= meld-3.13.0
CATEGORIES= devel
Update to 3.13.0: 2014-12-31 meld 3.13.0 ====================== Features: * Make syntax highlighting style configurable (Mark Pariente) * Implemented incremental search, match highlighting and many other find-related fixes (Robert Roth) * Add support for GTK+ global dark theme setting (Kai Willadsen) * Add support for pushing change deletions (Kai Willadsen) * Remove cycle-pane action in favour of previous/next pane actions (Kai Willadsen) Fixes: * Handle Unicode filenames in a git tree correctly (Hasan Arous, Kai Willadsen) * Many fixes for recent GTK+ deprecation warnings (Kai Willadsen) * Fixing flickering inline highlighting on updates (Kai Willadsen) * Multiple work arounds for change colours not displaying on GTK+ 3.14 (Kai Willadsen) * Fix inconsistent file chooser when cancelling file selection (Kai Willadsen) * UTF-8 encode patches created from the patch dialog (Kai Willadsen) * Fix text-wrapping reset caused by the commit dialog (Kai Willadsen) * Fix text background display on certain themes (Kai Willadsen) * Fix for launching Meld with certain Git environment variables (Kai Willadsen) * Add GTK's settings.ini file for font blurriness fix on Windows (Kai Willadsen) * Fix display of change action buttons and line numbers when line numbers are shown (Kai Willadsen) * Fix positioning of the change action buttons (Kai Willadsen) * Fix tab width setting not working correctly (Kai Willadsen) * Fix starting comparison of Subversion checkouts from a subdirectory (Kai Willadsen) * Fix starting Meld from a differently-named symlink (Kai Willadsen) * Ignore errors when copying file metadata if the destination file system doesn't support it (Kai Willadsen) * Automatically recompile stale in-place gschemas (Kai Willadsen) * Handle SIGINT to support previous quit-on-Ctrl-C behaviour (Kai Willadsen) * Fix missing cache opcodes in some circumstances (Kai Willadsen) * Fix text view expansion when resizing patch dialog (Kai Willadsen) * Build fix to always include C locale when LINGUAS is set (Kai Willadsen) Translations: * Andika Triwidada (id) * Carles Ferrando (ca@valencia) * Gábor Kelemen (hu) * Jean Jordaan (cs, el, es) * Joan Coll (ca) * Jordi Mas (ca) * Marek Černocký (cs) * Maria Mavridou (el) * Piotr Drąg (pl) * Мирослав Николић (sr, sr@latin)
2014-12-31 15:28:27 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/3.13/}
EXTRACT_SUFX= .tar.xz
2013-08-21 00:37:06 +02:00
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://meldmerge.org/
COMMENT= Visual diff and merge tool (GTK3 version)
LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
DEPENDS+= ${PYPKGPREFIX}-gobject3>=3.8:../../devel/py-gobject3
DEPENDS+= gsettings-desktop-schemas-[0-9]*:../../sysutils/gsettings-desktop-schemas
USE_TOOLS+= intltool msgfmt
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.11; 3.12 will probably require 33+
SUBST_CLASSES+= man
SUBST_FILES.man= setup.py
SUBST_SED.man+= -e "s,share/man/man1,${PKGMANDIR}/man1,"
SUBST_STAGE.man= pre-build
SUBST_MESSAGE.man= Fixing man page installation path.
Update to 1.7.3: 2013-5-4 meld 1.7.3 ==================== Features: * Support launching conflict comparisons from Subversion (Louis des Landes) * The external text editor setting now supports opening files at a particular line number (Konstantin Starojitski) * A host of minor improvements to the version control UI, including: * Add a new Push action for VC modules, currently supported in Git (Kai Willadsen) * Show a summary of unpushed commits, currently supported in Git (Kai Willadsen) * Reworked commit dialog, including more details about files to be committed and more useful previous-log selection (Kai Willadsen) * Console output for VC comparisons is now formatted to better distinguish commands, output and errors (Kai Willadsen) * Support better sensitivity handling in VC comparisons, currently implemented by Git (Kai Willadsen) * Sundry minor UI improvements: * Much HIG-ification and better wording for actions, dialogs and labels (Kai Willadsen, with diligent bug reporting from Adam Dingle) * Make columns user-resizable in version control and folder comparisons (Kai Willadsen) * There is now a Save All action, to save all modified files in the current comparison (Kai Willadsen) * Rather than giving up on long inline-highlighting comparisons, Meld now prompts to continue the comparison (Kai Willadsen) * F5 is now a additional shortcut for Refresh (Kai Willadsen) * Reload has been renamed to Revert and its UI has been improved for file comparisons (Kai Willadsen) Fixes: * Version control updates and miscellaneous fixes (Dominique Leuenberger, Louis des Landes, Timothy Babych, Kai Willadsen) * When guessing file types for syntax highlighting, we now use file contents as well as extension (Kai Willadsen) * Prev/Next Change navigation now centres changes slightly more aggressively (Kai Willadsen) Translations: * Daniel Mustieles (es) * Gabor Kelemen (hu) * Inaki Larranaga Murgoitio (eu) * Jiro Matsuzawa (ja) * Marek Černocký (cs) * Martin Srebotnjak (sl) * Matej Urbančič (sl) * Pere Orga (ca) * Piotr Drąg (pl) * Rafael Ferreira (pt_BR) * Мирослав Николић (sr, sr@latin)
2013-06-04 20:51:59 +02:00
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../lang/python/distutils.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.34.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.6
.include "../../x11/gtk3/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtksourceview3+= gtksourceview3>=3.6
.include "../../x11/gtksourceview3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"