diff options
author | prlw1 <prlw1@pkgsrc.org> | 2014-02-12 01:35:43 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2014-02-12 01:35:43 +0000 |
commit | 2ef484a677791b3e79a6c8a75fcfc076559fc1bd (patch) | |
tree | dd5128159352b49f7f5e94581def25041bfe8714 /devel/libpeas/Makefile | |
parent | 8c14508127a99d45f8010d839b9358eaeaac008f (diff) | |
download | pkgsrc-2ef484a677791b3e79a6c8a75fcfc076559fc1bd.tar.gz |
Update libpeas to 1.8.1
Switch to use python3. Now to update its consumers gedit, eog and rhythmbox.
Overview of Changes in libpeas 1.8.1
====================================
* Misc bugfixes
Overview of Changes in libpeas 1.8.0
====================================
* Misc bugfixes
* Translation updates:
- Aragonese
- Portuguese
- Tadjik
- Uyghur
Overview of Changes in libpeas 1.7.0
====================================
* Add python3 loader
* Translation updates:
- Friulan
- Kannada
- Odia
Diffstat (limited to 'devel/libpeas/Makefile')
-rw-r--r-- | devel/libpeas/Makefile | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index a85ce28a8d3..79ca0381f98 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2013/10/10 14:41:56 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2014/02/12 01:35:43 prlw1 Exp $ # -DISTNAME= libpeas-1.6.2 -PKGREVISION= 6 +DISTNAME= libpeas-1.8.1 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libpeas/1.6/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libpeas/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org @@ -16,7 +15,13 @@ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config intltool gmake msgfmt +USE_TOOLS+= gmake intltool msgfmt pkg-config gsed + +.include "../../lang/python/pyversion.mk" +CONFIGURE_ARGS+= --disable-python2 +CONFIGURE_ENV+= PYTHON3_CONFIG=/usr/pkg/bin/python${PYVERSSUFFIX}-config + +PYTHON_VERSIONS_INCOMPATIBLE= 26 27 PKGCONFIG_OVERRIDE+= data/libpeas-gtk-1.0.pc.in PKGCONFIG_OVERRIDE+= data/libpeas-1.0.pc.in @@ -24,5 +29,6 @@ PKGCONFIG_OVERRIDE+= data/libpeas-1.0.pc.in .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../devel/py-gobject3/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |