summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorprlw1 <prlw1>2012-10-08 21:34:14 +0000
committerprlw1 <prlw1>2012-10-08 21:34:14 +0000
commit0014dd565f38fc4571874fb3992cf65f9afa39db (patch)
tree78510a15045052340ac15042e48aa297f749a14d /devel
parent44ab0e403b3e56e3e46bda91eca6514161eb70e3 (diff)
downloadpkgsrc-0014dd565f38fc4571874fb3992cf65f9afa39db.tar.gz
Update libpeas to 1.6.0 (PR#46921)
* Remove the vala demo plugin * Add min required and max allowed version for glib and Gdk * Warn if activate or deactivate are not implemented * Find extension construct properties also in interface prerequisites * Fix interface sorting in GJS and Seed * Added peas_engine_prepend_search_path * Added peas_plugin_info_get_external_data * Misc bugfixes
Diffstat (limited to 'devel')
-rw-r--r--devel/libpeas/Makefile9
-rw-r--r--devel/libpeas/PLIST6
-rw-r--r--devel/libpeas/buildlink3.mk4
-rw-r--r--devel/libpeas/distinfo8
4 files changed, 12 insertions, 15 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile
index 84e295d24d7..1dae0f5a30d 100644
--- a/devel/libpeas/Makefile
+++ b/devel/libpeas/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2012/10/02 17:10:49 tron Exp $
+# $NetBSD: Makefile,v 1.6 2012/10/08 21:34:14 prlw1 Exp $
#
-DISTNAME= libpeas-1.4.0
-PKGREVISION= 3
+DISTNAME= libpeas-1.6.0
CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libpeas/1.4/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libpeas/1.6/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -23,8 +22,6 @@ USE_TOOLS+= pkg-config intltool gmake msgfmt
PKGCONFIG_OVERRIDE+= data/libpeas-gtk-1.0.pc.in
PKGCONFIG_OVERRIDE+= data/libpeas-1.0.pc.in
-CONFIGURE_ARGS+= --enable-vala
-
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../devel/py-gobject3/buildlink3.mk"
diff --git a/devel/libpeas/PLIST b/devel/libpeas/PLIST
index a736cad7d1b..652d6cabc7d 100644
--- a/devel/libpeas/PLIST
+++ b/devel/libpeas/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/08/23 13:44:49 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.2 2012/10/08 21:34:14 prlw1 Exp $
bin/peas-demo
include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h
include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h
@@ -25,8 +25,6 @@ lib/peas-demo/plugins/pythonhello/pythonhello.pyc
lib/peas-demo/plugins/pythonhello/pythonhello.pyo
lib/peas-demo/plugins/secondtime/libsecondtime.la
lib/peas-demo/plugins/secondtime/secondtime.plugin
-lib/peas-demo/plugins/valahello/libvalahello.la
-lib/peas-demo/plugins/valahello/valahello.plugin
lib/pkgconfig/libpeas-1.0.pc
lib/pkgconfig/libpeas-gtk-1.0.pc
share/gir-1.0/Peas-1.0.gir
@@ -65,6 +63,7 @@ share/locale/as/LC_MESSAGES/libpeas.mo
share/locale/ast/LC_MESSAGES/libpeas.mo
share/locale/be/LC_MESSAGES/libpeas.mo
share/locale/bg/LC_MESSAGES/libpeas.mo
+share/locale/bn_IN/LC_MESSAGES/libpeas.mo
share/locale/ca/LC_MESSAGES/libpeas.mo
share/locale/ca@valencia/LC_MESSAGES/libpeas.mo
share/locale/cs/LC_MESSAGES/libpeas.mo
@@ -91,6 +90,7 @@ share/locale/ko/LC_MESSAGES/libpeas.mo
share/locale/lt/LC_MESSAGES/libpeas.mo
share/locale/lv/LC_MESSAGES/libpeas.mo
share/locale/ml/LC_MESSAGES/libpeas.mo
+share/locale/mr/LC_MESSAGES/libpeas.mo
share/locale/nb/LC_MESSAGES/libpeas.mo
share/locale/nds/LC_MESSAGES/libpeas.mo
share/locale/nl/LC_MESSAGES/libpeas.mo
diff --git a/devel/libpeas/buildlink3.mk b/devel/libpeas/buildlink3.mk
index 24c7edf2de0..c7b93476167 100644
--- a/devel/libpeas/buildlink3.mk
+++ b/devel/libpeas/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2012/10/02 17:10:49 tron Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2012/10/08 21:34:14 prlw1 Exp $
BUILDLINK_TREE+= libpeas
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= libpeas
LIBPEAS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libpeas+= libpeas>=1.4.0
-BUILDLINK_ABI_DEPENDS.libpeas+= libpeas>=1.4.0nb3
+BUILDLINK_ABI_DEPENDS.libpeas+= libpeas>=1.6.0
BUILDLINK_PKGSRCDIR.libpeas?= ../../devel/libpeas
.include "../../devel/glib2/buildlink3.mk"
diff --git a/devel/libpeas/distinfo b/devel/libpeas/distinfo
index dd43852f3ef..40678dd4392 100644
--- a/devel/libpeas/distinfo
+++ b/devel/libpeas/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/08/23 13:44:49 prlw1 Exp $
+$NetBSD: distinfo,v 1.2 2012/10/08 21:34:14 prlw1 Exp $
-SHA1 (libpeas-1.4.0.tar.xz) = 2c1f8d4aed2949cfebddecba7b5109e15b09443b
-RMD160 (libpeas-1.4.0.tar.xz) = f03fe9b5f35e5058554db69f2149cd55af9834b2
-Size (libpeas-1.4.0.tar.xz) = 521044 bytes
+SHA1 (libpeas-1.6.0.tar.xz) = 4a6168f1290986e0d2faa67c017617d0c3108dbe
+RMD160 (libpeas-1.6.0.tar.xz) = ddff031b21137d0886ce40b90f22e1557ead99ec
+Size (libpeas-1.6.0.tar.xz) = 521520 bytes