pkgsrc/devel/libpeas/Makefile

37 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.25 2015/04/25 14:20:36 tnn Exp $
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
2014-10-11 11:54:30 +02:00
DISTNAME= libpeas-1.12.1
PKGREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libpeas/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://live.gnome.org/Libpeas
COMMENT= GObject-based plugins engine
LICENSE= gnu-lgpl-v2
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config gsed
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
CONFIGURE_ARGS+= --disable-python2
CONFIGURE_ENV+= PYTHON3_CONFIG=${PYTHONCONFIG}
PKGCONFIG_OVERRIDE+= data/libpeas-gtk-1.0.pc.in
PKGCONFIG_OVERRIDE+= data/libpeas-1.0.pc.in
.include "../../devel/glib2/buildlink3.mk"
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
2014-10-11 11:54:30 +02:00
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"
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
2014-10-11 11:54:30 +02:00
.include "../../lang/python/extension.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"