summaryrefslogtreecommitdiff
path: root/devel/meld/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-24 14:03:56 +0000
committerwiz <wiz@pkgsrc.org>2008-11-24 14:03:56 +0000
commit7db5f1fc635f6d4cb21a45f64e0911cd21375f08 (patch)
tree590fcaf88a46f7cf51cc883d3c306689ed7bdc5c /devel/meld/Makefile
parentabea51cf8ae5b34cf29b2bf9d82720a3b7739c17 (diff)
downloadpkgsrc-7db5f1fc635f6d4cb21a45f64e0911cd21375f08.tar.gz
Update to 1.2.1. Fix locale file installation.
2008-xx-xx (sic!) meld-1.2.1 ============================ * Pygtk version 2.8 now required * Port to gtk.UIManager (Kai Willadsen) * Handle spaces in svn paths (Neil Mayhew) * Command-line auto-compare all option on startup (Ondrej Novy) * Command-line can launch several comparisons (Brian Holmes) * Several UI tweaks (better focus behavior, better defaults)
Diffstat (limited to 'devel/meld/Makefile')
-rw-r--r--devel/meld/Makefile17
1 files changed, 12 insertions, 5 deletions
diff --git a/devel/meld/Makefile b/devel/meld/Makefile
index 3edcd00b5c5..f65397d2ee4 100644
--- a/devel/meld/Makefile
+++ b/devel/meld/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.11 2008/07/21 07:53:13 abs Exp $
+# $NetBSD: Makefile,v 1.12 2008/11/24 14:03:56 wiz Exp $
#
-DISTNAME= meld-1.2
-PKGREVISION= 1
+DISTNAME= meld-1.2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/1.2/}
EXTRACT_SUFX= .tar.bz2
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.6.0:../../x11/py-gtk2
+DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.8.0:../../x11/py-gtk2
DEPENDS+= ${PYPKGPREFIX}-gnome2>=2.6.0:../../x11/py-gnome2
MAINTAINER= dieter.NetBSD@pandora.be
@@ -21,11 +20,19 @@ USE_DIRS+= gnome2-1.6
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake msgfmt intltool
MAKE_FLAGS+= prefix=${PREFIX}
-MAKE_FLAGS+= localedir=${PREFIX}/${PKGLOCALEDIR}
+MAKE_FLAGS+= localedir=${PREFIX}/${PKGLOCALEDIR}/locale
MAKE_FLAGS+= PYTHON=${PYTHONBIN}
MAKE_FILE= GNUmakefile
PYTHON_PATCH_SCRIPTS= meld
+post-extract:
+ # msgfmt complains about this in 1.2.1
+ ${RM} ${WRKSRC}/po/sq.po
+
+# remove unnecessarily created empty dir
+post-install:
+ ${RMDIR} ${DESTDIR}${PREFIX}/share/doc/meld
+
.include "../../lang/python/application.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../mk/bsd.pkg.mk"