mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
029029bd94
- Add NO_ARCH 3.14.2: - Fix some GTK+ assertions on window close - Fix commit error with unicode commit messages - Add manual appdata kudos markers 3.14.1: - Offer to open binary files externally - Use locale-based default encodings - Fix crash with some GTK+ versions when using --output - Fix merge-all action not working at all - Fix creating patches with unicode path names - Fix copy-to-clipboard option in patch dialog - Fix diffmap alignment for new GTK+ allocation behaviour - Improve float accuracy in folder comparison timestamp resolution - Fix default SVN keyword filter to escape $ characters - Fix display of unicode --help from command line - Fix keyboard shortcut docs - Don't incorrectly show identical notification for changed folder comparisons PR: 206421 [1] Submitted by: w.schwarzenfeld@aon.at [1]
29 lines
758 B
Makefile
29 lines
758 B
Makefile
# Created by: Pav Lucistnik <pav@oook.cz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= meld
|
|
PORTVERSION= 3.14.2
|
|
CATEGORIES= textproc devel python
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
|
COMMENT= GNOME visual diff and merge tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
|
|
|
|
USES= desktop-file-utils gettext python:2 shared-mime-info \
|
|
shebangfix tar:xz
|
|
SHEBANG_FILES= bin/meld
|
|
USE_PYTHON= distutils
|
|
USE_GNOME= gtksourceview3 pygobject3 intltool
|
|
GLIB_SCHEMAS= org.gnome.meld.gschema.xml
|
|
PYDISTUTILS_INSTALLNOSINGLE= yes
|
|
PYDISTUTILS_INSTALL_TARGET= --no-update-icon-cache --no-compile-schemas install
|
|
INSTALLS_ICONS= yes
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|