Sat Oct 11 09:54:30 2014 UTC ()
Update libpeas to 1.12.1

Overview of Changes in libpeas 1.12.1
====================================

* Dist the GResources XML of the Python plugin loaders

Overview of Changes in libpeas 1.12.0
====================================

* Add easy python profiling support
* Disable GLib diagnostics in tests
* Fix various deprecation warning from GTK+
* Check return values from Python API
* [osx] Check for bundle before resource path
* Improved dependency-less support for OS X
* Misc bugfixes

* Translation updates:
  - Assamese
  - Bengali (India)
  - Brazilian Portuguese
  - Catalan
  - Catalan (Valencian)
  - Czech
  - Danish
  - French
  - Galicians
  - German
  - Greek
  - Gujarati
  - Hebrew
  - Hindi
  - Hungarian
  - Indonesian
  - Kannada
  - Korean
  - Lithuanian
  - Marathis
  - Norwegian bokm奪l
  - Oriya
  - Polish
  - Punjabi
  - Russian
  - Simplified Chinese
  - Slovenian
  - Spanish
  - Swedish
  - Tamil
  - Telugus
  - Traditional Chinese

Overview of Changes in libpeas 1.10.1
====================================

* Fix initializing Python loader from Python application
* Prevent and warn when trying to enable multiple loaders
* W32: Allow shared libs to be built
* Misc bugfixes

Overview of Changes in libpeas 1.10.0
====================================

* Remove support for gjs-based Javascript plugins
* Misc bugfixes

Overview of Changes in libpeas 1.9.0
====================================

* Misc bugfixes

* Translation updates:
  - Tajik

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

Overview of Changes in libpeas 1.6.2
====================================

* Fix gjs single-include issues

* Translation updates:
  - Slovak

Overview of Changes in libpeas 1.6.1
====================================

* Better SIGINT handling for python signals module

* Translation updates:
  - Kannada

Overview of Changes in libpeas 1.6.0
====================================

* Remove the vala demo plugin

* Add min required and max allowed version for glib and Gdk

* Translation updates:
  - Assamese
  - Bengali (India)
  - Galician
  - Gujarati
  - Hindi
  - Latvian
  - Marathi
  - Polish
  - Thai
  - T端rk巽e

Overview of Changes in libpeas 1.5.0
====================================

* 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

* Translation updates:
  - Greek
  - Indonesian

Overview of Changes in libpeas 1.3.0
====================================

* Extensions can now implement multiple interfaces.

* Added GSettings API to PeasPluginInfo.

* Misc improvement and fixes.

* Translation updates:
  - Russian
  - Bulgarian
  - Brazilian Portuguese
  - Galicians
  - Danish
  - Serbian
  - German
  - Norwegian bokm奪l
  - Polish
  - Swedish
  - Belarusian
  - Telugu
  - Catalan (Valencian)
  - Catalan
  - Hebrew
  - Japanese
  - Slovenian
  - Czech
  - Spanish

Overview of Changes in libpeas 1.2
====================================

* Fix using Python plugins.

* Misc improvement and fixes.

* Translation updates:
  - Assamese
  - Esperanto
  - Telugu

Overview of Changes in libpeas 1.1.4
====================================

* Fix to work with PyGObject 3.

* Do not expose the peas_extension_set_call* API to GObject-Introspection.

* Disable log hooks used by PyGObject and Seed.

* Doc updates.

* Misc improvement and fixes.

* Translation updates:
  - Asturian
  - Thai

Overview of Changes in libpeas 1.1.3
====================================

* Do not expose the PeasExtension API using GObject-Introspection

* Misc improvement and fixes.

Overview of Changes in libpeas 1.1.2
====================================

* Doc updates.

* Link against pygobject 3.

* Do not cast pointers to unsigned integers.

* Translation updates:
  - Indonesian

Overview of Changes in libpeas 1.1.1
====================================

* PeasExtension has been deprecated

* You should be able to use C plugins without GObject-Introspection.

* The plugin manager's disable plugins dialog will no longer show
  hidden plugins.

Overview of Changes in libpeas 1.1.0
====================================

* Add support gjs-based Javascript extensions

* Seed Javascript extension support improvements
  - Use the new() keyword to instantiate new Javascript extensions.
  - Previously used "copied arrays" have been deprecated.
  - Allow using prototypes when defining new extensions.

* Add peas_extension_set_foreach()
  - Also deprecate the old peas_extension_set_call() method as a result.

* Drop support for Gtk+ 2

* Translation updates:
  - Lithuanian
  - Japanese
  - Turkish
  - Esperanto
  - Persian
  - Catalan (Valencian)
  - Finnish


(prlw1)
diff -r1.21 -r1.22 pkgsrc/devel/libpeas/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/libpeas/PLIST
diff -r1.5 -r1.6 pkgsrc/devel/libpeas/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/devel/libpeas/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libpeas/Makefile 2014/05/17 16:10:43 1.21
+++ pkgsrc/devel/libpeas/Makefile 2014/10/11 09:54:30 1.22
@@ -1,35 +1,35 @@ @@ -1,35 +1,35 @@
1# $NetBSD: Makefile,v 1.21 2014/05/17 16:10:43 wiz Exp $ 1# $NetBSD: Makefile,v 1.22 2014/10/11 09:54:30 prlw1 Exp $
2# 
3 2
4DISTNAME= libpeas-1.8.1 3DISTNAME= libpeas-1.12.1
5PKGREVISION= 2 
6CATEGORIES= devel gnome 4CATEGORIES= devel gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libpeas/${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libpeas/${PKGVERSION_NOREV:R}/}
8EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://live.gnome.org/Libpeas 9HOMEPAGE= http://live.gnome.org/Libpeas
12COMMENT= GObject-based plugins engine 10COMMENT= GObject-based plugins engine
13LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
14 12
15USE_PKGLOCALEDIR= yes 13USE_PKGLOCALEDIR= yes
16 14
17GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
18USE_LIBTOOL= yes 16USE_LIBTOOL= yes
19USE_TOOLS+= gmake intltool msgfmt pkg-config gsed 17USE_TOOLS+= gmake intltool msgfmt pkg-config gsed
20 18
21PYTHON_VERSIONS_INCOMPATIBLE= 26 27 19PYTHON_VERSIONS_INCOMPATIBLE= 26 27
22 20
23.include "../../lang/python/pyversion.mk" 21.include "../../lang/python/pyversion.mk"
24CONFIGURE_ARGS+= --disable-python2 22CONFIGURE_ARGS+= --disable-python2
25CONFIGURE_ENV+= PYTHON3_CONFIG=/usr/pkg/bin/python${PYVERSSUFFIX}-config 23CONFIGURE_ENV+= PYTHON3_CONFIG=/usr/pkg/bin/python${PYVERSSUFFIX}-config
26 24
27PKGCONFIG_OVERRIDE+= data/libpeas-gtk-1.0.pc.in 25PKGCONFIG_OVERRIDE+= data/libpeas-gtk-1.0.pc.in
28PKGCONFIG_OVERRIDE+= data/libpeas-1.0.pc.in 26PKGCONFIG_OVERRIDE+= data/libpeas-1.0.pc.in
29 27
30.include "../../devel/glib2/buildlink3.mk" 28.include "../../devel/glib2/buildlink3.mk"
 29BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.39.0
31.include "../../devel/gobject-introspection/buildlink3.mk" 30.include "../../devel/gobject-introspection/buildlink3.mk"
32.include "../../devel/py-gobject3/buildlink3.mk" 31.include "../../devel/py-gobject3/buildlink3.mk"
33.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 32.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 33.include "../../lang/python/extension.mk"
34.include "../../x11/gtk3/buildlink3.mk" 34.include "../../x11/gtk3/buildlink3.mk"
35.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/libpeas/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/libpeas/PLIST 2014/02/12 01:35:43 1.5
+++ pkgsrc/devel/libpeas/PLIST 2014/10/11 09:54:30 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2014/02/12 01:35:43 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.6 2014/10/11 09:54:30 prlw1 Exp $
2bin/peas-demo 2bin/peas-demo
3include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h 3include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h
4include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h 4include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h
5include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h 5include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h
6include/libpeas-1.0/libpeas-gtk/peas-gtk.h 6include/libpeas-1.0/libpeas-gtk/peas-gtk.h
7include/libpeas-1.0/libpeas/peas-activatable.h 7include/libpeas-1.0/libpeas/peas-activatable.h
8include/libpeas-1.0/libpeas/peas-engine.h 8include/libpeas-1.0/libpeas/peas-engine.h
9include/libpeas-1.0/libpeas/peas-extension-base.h 9include/libpeas-1.0/libpeas/peas-extension-base.h
10include/libpeas-1.0/libpeas/peas-extension-set.h 10include/libpeas-1.0/libpeas/peas-extension-set.h
11include/libpeas-1.0/libpeas/peas-extension.h 11include/libpeas-1.0/libpeas/peas-extension.h
12include/libpeas-1.0/libpeas/peas-object-module.h 12include/libpeas-1.0/libpeas/peas-object-module.h
13include/libpeas-1.0/libpeas/peas-plugin-info.h 13include/libpeas-1.0/libpeas/peas-plugin-info.h
14include/libpeas-1.0/libpeas/peas.h 14include/libpeas-1.0/libpeas/peas.h
@@ -36,33 +36,36 @@ share/gtk-doc/html/libpeas/PeasExtension @@ -36,33 +36,36 @@ share/gtk-doc/html/libpeas/PeasExtension
36share/gtk-doc/html/libpeas/PeasGtkConfigurable.html 36share/gtk-doc/html/libpeas/PeasGtkConfigurable.html
37share/gtk-doc/html/libpeas/PeasGtkPluginManager.html 37share/gtk-doc/html/libpeas/PeasGtkPluginManager.html
38share/gtk-doc/html/libpeas/PeasGtkPluginManagerView.html 38share/gtk-doc/html/libpeas/PeasGtkPluginManagerView.html
39share/gtk-doc/html/libpeas/PeasObjectModule.html 39share/gtk-doc/html/libpeas/PeasObjectModule.html
40share/gtk-doc/html/libpeas/PeasPluginInfo.html 40share/gtk-doc/html/libpeas/PeasPluginInfo.html
41share/gtk-doc/html/libpeas/annotation-glossary.html 41share/gtk-doc/html/libpeas/annotation-glossary.html
42share/gtk-doc/html/libpeas/api-index-full.html 42share/gtk-doc/html/libpeas/api-index-full.html
43share/gtk-doc/html/libpeas/ch01.html 43share/gtk-doc/html/libpeas/ch01.html
44share/gtk-doc/html/libpeas/ch02.html 44share/gtk-doc/html/libpeas/ch02.html
45share/gtk-doc/html/libpeas/ch03.html 45share/gtk-doc/html/libpeas/ch03.html
46share/gtk-doc/html/libpeas/home.png 46share/gtk-doc/html/libpeas/home.png
47share/gtk-doc/html/libpeas/index.html 47share/gtk-doc/html/libpeas/index.html
48share/gtk-doc/html/libpeas/index.sgml 48share/gtk-doc/html/libpeas/index.sgml
 49share/gtk-doc/html/libpeas/left-insensitive.png
49share/gtk-doc/html/libpeas/left.png 50share/gtk-doc/html/libpeas/left.png
50share/gtk-doc/html/libpeas/libpeas-PeasExtension.html 51share/gtk-doc/html/libpeas/libpeas-PeasExtension.html
51share/gtk-doc/html/libpeas/libpeas.devhelp2 52share/gtk-doc/html/libpeas/libpeas.devhelp2
52share/gtk-doc/html/libpeas/peas-gtk-plugin-manager.png 53share/gtk-doc/html/libpeas/peas-gtk-plugin-manager.png
53share/gtk-doc/html/libpeas/pt01.html 54share/gtk-doc/html/libpeas/pt01.html
 55share/gtk-doc/html/libpeas/right-insensitive.png
54share/gtk-doc/html/libpeas/right.png 56share/gtk-doc/html/libpeas/right.png
55share/gtk-doc/html/libpeas/style.css 57share/gtk-doc/html/libpeas/style.css
 58share/gtk-doc/html/libpeas/up-insensitive.png
56share/gtk-doc/html/libpeas/up.png 59share/gtk-doc/html/libpeas/up.png
57share/icons/hicolor/16x16/actions/libpeas-plugin.png 60share/icons/hicolor/16x16/actions/libpeas-plugin.png
58share/icons/hicolor/22x22/actions/libpeas-plugin.png 61share/icons/hicolor/22x22/actions/libpeas-plugin.png
59share/icons/hicolor/32x32/actions/libpeas-plugin.png 62share/icons/hicolor/32x32/actions/libpeas-plugin.png
60share/icons/hicolor/scalable/actions/libpeas-plugin.svg 63share/icons/hicolor/scalable/actions/libpeas-plugin.svg
61share/locale/an/LC_MESSAGES/libpeas.mo 64share/locale/an/LC_MESSAGES/libpeas.mo
62share/locale/ar/LC_MESSAGES/libpeas.mo 65share/locale/ar/LC_MESSAGES/libpeas.mo
63share/locale/as/LC_MESSAGES/libpeas.mo 66share/locale/as/LC_MESSAGES/libpeas.mo
64share/locale/ast/LC_MESSAGES/libpeas.mo 67share/locale/ast/LC_MESSAGES/libpeas.mo
65share/locale/be/LC_MESSAGES/libpeas.mo 68share/locale/be/LC_MESSAGES/libpeas.mo
66share/locale/bg/LC_MESSAGES/libpeas.mo 69share/locale/bg/LC_MESSAGES/libpeas.mo
67share/locale/bn_IN/LC_MESSAGES/libpeas.mo 70share/locale/bn_IN/LC_MESSAGES/libpeas.mo
68share/locale/ca/LC_MESSAGES/libpeas.mo 71share/locale/ca/LC_MESSAGES/libpeas.mo

cvs diff -r1.5 -r1.6 pkgsrc/devel/libpeas/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libpeas/distinfo 2014/02/12 01:35:43 1.5
+++ pkgsrc/devel/libpeas/distinfo 2014/10/11 09:54:30 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2014/02/12 01:35:43 prlw1 Exp $ 1$NetBSD: distinfo,v 1.6 2014/10/11 09:54:30 prlw1 Exp $
2 2
3SHA1 (libpeas-1.8.1.tar.xz) = 1ddec9c192b88e45621e22fed5a9c4ae9533315b 3SHA1 (libpeas-1.12.1.tar.xz) = 220f858c2cac396fcf7b56ef6b24fa25ae3f28fb
4RMD160 (libpeas-1.8.1.tar.xz) = 5ae13b20221a4c61904933664bbaf19fe830524e 4RMD160 (libpeas-1.12.1.tar.xz) = 17784fd54f503327f436860243a4bbf39874d795
5Size (libpeas-1.8.1.tar.xz) = 530948 bytes 5Size (libpeas-1.12.1.tar.xz) = 522616 bytes