diff options
author | prlw1 <prlw1@pkgsrc.org> | 2014-10-11 09:54:30 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2014-10-11 09:54:30 +0000 |
commit | bb4a902652087ab70bf1d04609698d19e89bd0d6 (patch) | |
tree | 79e9a98d6cc9459acd04491f827a80a56a74f383 /devel/libpeas | |
parent | 56b5ac50849e091658f2da9c8828a4a5f724d950 (diff) | |
download | pkgsrc-bb4a902652087ab70bf1d04609698d19e89bd0d6.tar.gz |
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
Diffstat (limited to 'devel/libpeas')
-rw-r--r-- | devel/libpeas/Makefile | 8 | ||||
-rw-r--r-- | devel/libpeas/PLIST | 5 | ||||
-rw-r--r-- | devel/libpeas/distinfo | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index 4005f6717f5..3966527ebd5 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2014/05/17 16:10:43 wiz Exp $ -# +# $NetBSD: Makefile,v 1.22 2014/10/11 09:54:30 prlw1 Exp $ -DISTNAME= libpeas-1.8.1 -PKGREVISION= 2 +DISTNAME= libpeas-1.12.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libpeas/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -28,8 +26,10 @@ PKGCONFIG_OVERRIDE+= data/libpeas-gtk-1.0.pc.in PKGCONFIG_OVERRIDE+= data/libpeas-1.0.pc.in .include "../../devel/glib2/buildlink3.mk" +BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.39.0 .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../devel/py-gobject3/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../lang/python/extension.mk" .include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/libpeas/PLIST b/devel/libpeas/PLIST index f1982c379e1..8c77f7a18d8 100644 --- a/devel/libpeas/PLIST +++ b/devel/libpeas/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2014/02/12 01:35:43 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.6 2014/10/11 09:54:30 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 @@ -46,13 +46,16 @@ share/gtk-doc/html/libpeas/ch03.html share/gtk-doc/html/libpeas/home.png share/gtk-doc/html/libpeas/index.html share/gtk-doc/html/libpeas/index.sgml +share/gtk-doc/html/libpeas/left-insensitive.png share/gtk-doc/html/libpeas/left.png share/gtk-doc/html/libpeas/libpeas-PeasExtension.html share/gtk-doc/html/libpeas/libpeas.devhelp2 share/gtk-doc/html/libpeas/peas-gtk-plugin-manager.png share/gtk-doc/html/libpeas/pt01.html +share/gtk-doc/html/libpeas/right-insensitive.png share/gtk-doc/html/libpeas/right.png share/gtk-doc/html/libpeas/style.css +share/gtk-doc/html/libpeas/up-insensitive.png share/gtk-doc/html/libpeas/up.png share/icons/hicolor/16x16/actions/libpeas-plugin.png share/icons/hicolor/22x22/actions/libpeas-plugin.png diff --git a/devel/libpeas/distinfo b/devel/libpeas/distinfo index d4723992a7d..02a67304763 100644 --- a/devel/libpeas/distinfo +++ b/devel/libpeas/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/02/12 01:35:43 prlw1 Exp $ +$NetBSD: distinfo,v 1.6 2014/10/11 09:54:30 prlw1 Exp $ -SHA1 (libpeas-1.8.1.tar.xz) = 1ddec9c192b88e45621e22fed5a9c4ae9533315b -RMD160 (libpeas-1.8.1.tar.xz) = 5ae13b20221a4c61904933664bbaf19fe830524e -Size (libpeas-1.8.1.tar.xz) = 530948 bytes +SHA1 (libpeas-1.12.1.tar.xz) = 220f858c2cac396fcf7b56ef6b24fa25ae3f28fb +RMD160 (libpeas-1.12.1.tar.xz) = 17784fd54f503327f436860243a4bbf39874d795 +Size (libpeas-1.12.1.tar.xz) = 522616 bytes |