diff options
author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2025-06-11 11:30:26 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-06-11 12:07:10 +0200 |
commit | f087d1f42967fa6d3f87a282753194848cb2c9d0 (patch) | |
tree | 659ffb029a23d2256628f02aa8d17c7ff250bb43 | |
parent | lang/gjs: update to 1.82.3 (diff) |
libpeas: upgrade to 2.0.7 introduce libpeas1 to 1.36.0
move all the dependencies to libpeas1
34 files changed, 600 insertions, 405 deletions
diff --git a/audio/pragha/Makefile b/audio/pragha/Makefile index 75e1a5ab8114..ffe380115a3a 100644 --- a/audio/pragha/Makefile +++ b/audio/pragha/Makefile @@ -1,6 +1,6 @@ PORTNAME= pragha PORTVERSION= 1.3.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= https://github.com/pragha-music-player/${PORTNAME}/releases/download/v${PORTVERSION}/ @@ -11,7 +11,7 @@ WWW= https://pragha-music-player.github.io/ LICENSE= GPLv3 LIB_DEPENDS= libtag.so:audio/taglib \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libnotify.so:devel/libnotify \ libkeybinder-3.0.so:x11/keybinder-gtk3 \ libsoup-2.4.so:devel/libsoup \ diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index dcfd0e07709f..0fa3b39e259c 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= rhythmbox PORTVERSION= 3.4.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -63,7 +63,7 @@ NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify PYTHON_MESON_ENABLED= plugins_python PYTHON_USES= python PYTHON_USE= gnome=pygobject3 -PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} +PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} PYTHON_BINARY_ALIAS= python3=${PYTHON_CMD} .include <bsd.port.mk> diff --git a/deskutils/gnome-planner/Makefile b/deskutils/gnome-planner/Makefile index e82cb031565c..af1245ad5d8f 100644 --- a/deskutils/gnome-planner/Makefile +++ b/deskutils/gnome-planner/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-planner PORTVERSION= 0.14.6.20220531 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome DIST_SUBDIR= gnome @@ -15,7 +15,7 @@ BUILD_DEPENDS= appstream-util:devel/appstream-glib \ LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \ libgraphene-1.0.so:graphics/graphene \ libical.so:devel/libical \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup \ libgda-5.0.so:databases/libgda5 diff --git a/deskutils/gnome-pomodoro/Makefile b/deskutils/gnome-pomodoro/Makefile index 8c503b798497..caa2de096f0b 100644 --- a/deskutils/gnome-pomodoro/Makefile +++ b/deskutils/gnome-pomodoro/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-pomodoro PORTVERSION= 0.22.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= deskutils gnome @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= appstream-util:devel/appstream-glib LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libgom-1.0.so:databases/gom \ - libpeas-1.0.so:devel/libpeas + libpeas-1.0.so:devel/libpeas1 USES= gettext-tools gmake gnome gstreamer libtool meson pkgconfig \ sqlite vala:build diff --git a/deskutils/gnome-todo/Makefile b/deskutils/gnome-todo/Makefile index 9d814ca6ca6b..32b728d1b316 100644 --- a/deskutils/gnome-todo/Makefile +++ b/deskutils/gnome-todo/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-todo PORTVERSION= 41.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -17,7 +17,7 @@ BUILD_DEPENDS= appstream-util:devel/appstream-glib \ LIB_DEPENDS= libgoa-1.0.so:net/gnome-online-accounts \ libgraphene-1.0.so:graphics/graphene \ libical.so:devel/libical \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libsecret-1.so:security/libsecret \ libsoup-2.4.so:devel/libsoup diff --git a/devel/Makefile b/devel/Makefile index 31d3fba259e4..010c28982736 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1409,6 +1409,7 @@ SUBDIR += libpdel SUBDIR += libpeak SUBDIR += libpeas + SUBDIR += libpeas1 SUBDIR += libpff SUBDIR += libphdi SUBDIR += libphonenumber @@ -5182,6 +5183,7 @@ SUBDIR += py-libevdev SUBDIR += py-libioc SUBDIR += py-libpeas + SUBDIR += py-libpeas1 SUBDIR += py-libplist SUBDIR += py-libtaxii SUBDIR += py-libtmux diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile index 71aa0743de84..c6ad411ddf99 100644 --- a/devel/gitg/Makefile +++ b/devel/gitg/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitg PORTVERSION= 41 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -22,7 +22,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libgit2.so:devel/libgit2 \ libgit2-glib-1.0.so:devel/libgit2-glib \ libjson-glib-1.0.so:devel/json-glib \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libgspell-1.so:textproc/gspell \ libdazzle-1.0.so:x11-toolkits/libdazzle \ libsecret-1.so:security/libsecret diff --git a/devel/gnome-builder/Makefile b/devel/gnome-builder/Makefile index fe562888bd88..fd701be62de1 100644 --- a/devel/gnome-builder/Makefile +++ b/devel/gnome-builder/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-builder PORTVERSION= 42.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -27,7 +27,7 @@ LIB_DEPENDS= libcmark.so:textproc/cmark \ libjson-glib-1.0.so:devel/json-glib \ libjsonrpc-glib-1.0.so:devel/jsonrpc-glib \ libpcre.so:devel/pcre \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libportal.so:deskutils/libportal \ libportal-gtk3.so:deskutils/libportal-gtk3 \ libsoup-2.4.so:devel/libsoup \ diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile index c9ac98f06596..89d92feba207 100644 --- a/devel/gtranslator/Makefile +++ b/devel/gtranslator/Makefile @@ -1,6 +1,6 @@ PORTNAME= gtranslator PORTVERSION= 40.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel gnome MASTER_SITES= GNOME @@ -21,7 +21,7 @@ LIB_DEPENDS= libdazzle-1.0.so:x11-toolkits/libdazzle \ libgspell-1.so:textproc/gspell \ libhandy-1.so:x11-toolkits/libhandy \ libjson-glib-1.0.so:devel/json-glib \ - libpeas-1.0.so:devel/libpeas + libpeas-1.0.so:devel/libpeas1 RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ iso-codes>=0:misc/iso-codes diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile index fd6159b1e410..c38992f16b7a 100644 --- a/devel/libpeas/Makefile +++ b/devel/libpeas/Makefile @@ -1,30 +1,28 @@ PORTNAME= libpeas -PORTVERSION= 1.34.0 -PORTREVISION?= 2 +PORTVERSION= 2.0.7 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -COMMENT?= Next evolution of the Gedit plugins engine -WWW= https://wiki.gnome.org/Projects/Libpeas +COMMENT?= Gobject-based plugins engine (Peas 2 API) +WWW= https://gitlab.gnome.org/GNOME/libpeas LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= valac:lang/vala - -USES= cpe gettext gnome meson pkgconfig tar:xz -USE_GNOME= cairo introspection libxml2 +USES= cpe gettext gnome meson pathfix pkgconfig python tar:xz \ + vala:build +USE_GNOME= introspection libxml2 pygobject3 CPE_VENDOR= gnome -MESON_ARGS= -Dglade_catalog=false \ - -Dlua51=false +MESON_ARGS= -Dlua51=false LIBPEAS_SLAVE?= no .if ${LIBPEAS_SLAVE} == no -PORTSCOUT= limitw:1,even +LIB_DEPENDS= libmozjs-128.so:lang/spidermonkey128 \ + libgjs.so:lang/gjs USE_GNOME+= gtk30 USE_LDCONFIG= yes @@ -32,15 +30,6 @@ USE_LDCONFIG= yes MESON_ARGS+= -Dvapi=true \ -Dpython3=false PLIST= ${.CURDIR}/pkg-plist - -OPTIONS_DEFINE= DEMOS DOCS -OPTIONS_SUB= yes - -DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen -DOCS_MESON_TRUE= gtk_doc - -DEMOS_DESC= Build demo programs -DEMOS_MESON_TRUE= demos .endif pre-build: @@ -49,17 +38,13 @@ pre-build: tests/libpeas/plugins/embedded/embedded-resources.h .if ${LIBPEAS_SLAVE} == python -LIB_DEPENDS+= libpeas-1.0.so:devel/libpeas -PORTSCOUT= limitw:1,even +LIB_DEPENDS+= libpeas-2.so:devel/libpeas -USES+= python USE_PYTHON= flavors USE_GNOME+= pygobject3 MESON_ARGS+= -Dpython3=true \ - -Dgtk_doc=false \ - -Ddemos=false \ - -Dvapi=false -ALL_TARGET= loaders/python3/libpython3loader.so + -Dgjs=false +ALL_TARGET= loaders/python/libpythonloader.so post-patch: ${REINPLACE_CMD} -e "s|dependency('python3'|dependency('python-${PYTHON_VER}'|" \ @@ -67,9 +52,9 @@ post-patch: ${WRKSRC}/meson.build do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/libpeas-1.0/loaders/ - ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/loaders/python3/libpython3loader.so \ - ${STAGEDIR}${PREFIX}/lib/libpeas-1.0/loaders/ + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/libpeas-2/loaders/ + ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/loaders/python/libpythonloader.so \ + ${STAGEDIR}${PREFIX}/lib/libpeas-2/loaders/ .endif .include <bsd.port.mk> diff --git a/devel/libpeas/distinfo b/devel/libpeas/distinfo index 1030d18abed2..5e24278f4c56 100644 --- a/devel/libpeas/distinfo +++ b/devel/libpeas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1667049798 -SHA256 (gnome/libpeas-1.34.0.tar.xz) = 4305f715dab4b5ad3e8007daec316625e7065a94e63e25ef55eb1efb964a7bf0 -SIZE (gnome/libpeas-1.34.0.tar.xz) = 194716 +TIMESTAMP = 1742137414 +SHA256 (gnome/libpeas-2.0.7.tar.xz) = 1e9a9d69761d2109eff5b7c11d8c96b4867ccfaca2b921eded49401192769ec9 +SIZE (gnome/libpeas-2.0.7.tar.xz) = 157468 diff --git a/devel/libpeas/files/patch-meson.build b/devel/libpeas/files/patch-meson.build new file mode 100644 index 000000000000..bca8cc64dd74 --- /dev/null +++ b/devel/libpeas/files/patch-meson.build @@ -0,0 +1,11 @@ +--- meson.build.orig 2023-03-17 18:48:39 UTC ++++ meson.build +@@ -107,8 +107,6 @@ introspection_dep = dependency('gobject-introspection- + gtk_dep = dependency('gtk+-3.0', version: gtk_req, required: false) + + gi_docgen_dep = dependency('gi-docgen', version: '>= 2021.7', +- fallback: ['gi-docgen', 'dummy_dep'], +- native: true, + required: get_option('gtk_doc')) + gladeui_dep = dependency('gladeui-2.0', required: false) + diff --git a/devel/libpeas/pkg-descr b/devel/libpeas/pkg-descr index 3af1eddec350..e86735b91310 100644 --- a/devel/libpeas/pkg-descr +++ b/devel/libpeas/pkg-descr @@ -1,4 +1,4 @@ -libpeas is the next evolution of the Gedit plugins engine, and is targetted at -giving every application the chance to assume its own extensibility. It also -has a set of enhanced features with regard to what Gedit used to provide, -mirroring the desiderata of your favourite text editor's developpers. +libpeas is a gobject-based plugins engine, and is targetted at +giving every application the chance to assume its own extensibility. + +It is currently used by several Gnome applications like gedit and Totem. diff --git a/devel/libpeas/pkg-plist b/devel/libpeas/pkg-plist index 1f6cfcf88076..baa64eba4029 100644 --- a/devel/libpeas/pkg-plist +++ b/devel/libpeas/pkg-plist @@ -1,321 +1,92 @@ -%%DEMOS%%bin/peas-demo -include/libpeas-1.0/libpeas-gtk/peas-gtk-autocleanups.h -include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h -include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h -include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h -include/libpeas-1.0/libpeas-gtk/peas-gtk.h -include/libpeas-1.0/libpeas/peas-activatable.h -include/libpeas-1.0/libpeas/peas-autocleanups.h -include/libpeas-1.0/libpeas/peas-engine.h -include/libpeas-1.0/libpeas/peas-extension-base.h -include/libpeas-1.0/libpeas/peas-extension-set.h -include/libpeas-1.0/libpeas/peas-extension.h -include/libpeas-1.0/libpeas/peas-object-module.h -include/libpeas-1.0/libpeas/peas-plugin-info.h -include/libpeas-1.0/libpeas/peas-version-macros.h -include/libpeas-1.0/libpeas/peas-version.h -include/libpeas-1.0/libpeas/peas.h -lib/girepository-1.0/Peas-1.0.typelib -lib/girepository-1.0/PeasGtk-1.0.typelib -lib/libpeas-1.0.so -lib/libpeas-1.0.so.0 -lib/libpeas-1.0.so.0.3400.0 -lib/libpeas-gtk-1.0.so -lib/libpeas-gtk-1.0.so.0 -lib/libpeas-gtk-1.0.so.0.3400.0 -%%DEMOS%%lib/peas-demo/plugins/helloworld/helloworld.plugin -%%DEMOS%%lib/peas-demo/plugins/helloworld/libhelloworld.so -%%DEMOS%%lib/peas-demo/plugins/secondtime/libsecondtime.so -%%DEMOS%%lib/peas-demo/plugins/secondtime/secondtime.plugin -libdata/pkgconfig/libpeas-1.0.pc -libdata/pkgconfig/libpeas-gtk-1.0.pc -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Black.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Black.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BlackItalic.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BlackItalic.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Bold.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Bold.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BoldItalic.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BoldItalic.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Italic.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Italic.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Medium.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Medium.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-MediumItalic.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-MediumItalic.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Regular.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Regular.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Bold.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Bold.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-BoldItalic.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-BoldItalic.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Italic.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Italic.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Medium.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Medium.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-MediumItalic.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-MediumItalic.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Regular.woff -%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Regular.woff2 -%%DOCS%%%%DOCSDIR%%-1.0/SourceCodePro-It.ttf.woff -%%DOCS%%%%DOCSDIR%%-1.0/SourceCodePro-Regular.ttf.woff -%%DOCS%%%%DOCSDIR%%-1.0/SourceCodePro-Semibold.ttf.woff -%%DOCS%%%%DOCSDIR%%-1.0/alias.Extension.html -%%DOCS%%%%DOCSDIR%%-1.0/callback.ExtensionSetForeachFunc.html -%%DOCS%%%%DOCSDIR%%-1.0/callback.FactoryFunc.html -%%DOCS%%%%DOCSDIR%%-1.0/class.Engine.html -%%DOCS%%%%DOCSDIR%%-1.0/class.ExtensionBase.html -%%DOCS%%%%DOCSDIR%%-1.0/class.ExtensionSet.html -%%DOCS%%%%DOCSDIR%%-1.0/class.ObjectModule.html -%%DOCS%%%%DOCSDIR%%-1.0/classes_hierarchy.html -%%DOCS%%%%DOCSDIR%%-1.0/ctor.Engine.new.html -%%DOCS%%%%DOCSDIR%%-1.0/ctor.Engine.new_with_nonglobal_loaders.html -%%DOCS%%%%DOCSDIR%%-1.0/ctor.ExtensionSet.new.html -%%DOCS%%%%DOCSDIR%%-1.0/ctor.ExtensionSet.new_valist.html -%%DOCS%%%%DOCSDIR%%-1.0/ctor.ExtensionSet.new_with_properties.html -%%DOCS%%%%DOCSDIR%%-1.0/ctor.ExtensionSet.newv.html -%%DOCS%%%%DOCSDIR%%-1.0/ctor.ObjectModule.new.html -%%DOCS%%%%DOCSDIR%%-1.0/ctor.ObjectModule.new_embedded.html -%%DOCS%%%%DOCSDIR%%-1.0/ctor.ObjectModule.new_full.html -%%DOCS%%%%DOCSDIR%%-1.0/error.PluginInfoError.html -%%DOCS%%%%DOCSDIR%%-1.0/fonts.css -%%DOCS%%%%DOCSDIR%%-1.0/func.ACTIVATABLE_IFACE.html -%%DOCS%%%%DOCSDIR%%-1.0/func.DEPRECATED_FOR.html -%%DOCS%%%%DOCSDIR%%-1.0/func.DEPRECATED_IN_1_22_FOR.html -%%DOCS%%%%DOCSDIR%%-1.0/func.DEPRECATED_IN_1_24_FOR.html -%%DOCS%%%%DOCSDIR%%-1.0/func.EXTENSION.html -%%DOCS%%%%DOCSDIR%%-1.0/func.UNAVAILABLE.html -%%DOCS%%%%DOCSDIR%%-1.0/fzy.js -%%DOCS%%%%DOCSDIR%%-1.0/go-up-symbolic.png -%%DOCS%%%%DOCSDIR%%-1.0/iface.Activatable.html -%%DOCS%%%%DOCSDIR%%-1.0/index.html -%%DOCS%%%%DOCSDIR%%-1.0/index.json -%%DOCS%%%%DOCSDIR%%-1.0/libpeas-1.0.devhelp2 -%%DOCS%%%%DOCSDIR%%-1.0/libpeas-urlmap.js -%%DOCS%%%%DOCSDIR%%-1.0/main.js -%%DOCS%%%%DOCSDIR%%-1.0/method.Activatable.activate.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Activatable.deactivate.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Activatable.update_state.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.add_search_path.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.create_extension.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.create_extension_valist.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.create_extension_with_properties.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.create_extensionv.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.enable_loader.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.garbage_collect.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.get_loaded_plugins.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.get_plugin_info.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.get_plugin_list.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.load_plugin.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.prepend_search_path.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.provides_extension.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.rescan_plugins.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.set_loaded_plugins.html -%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.unload_plugin.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ExtensionBase.get_data_dir.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ExtensionBase.get_plugin_info.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ExtensionSet.foreach.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ExtensionSet.get_extension.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.create_object.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.get_library.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.get_module_name.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.get_path.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.get_symbol.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.provides_object.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.register_extension_factory.html -%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.register_extension_type.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_authors.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_copyright.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_data_dir.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_dependencies.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_description.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_external_data.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_help_uri.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_icon_name.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_module_dir.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_module_name.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_name.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_settings.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_version.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_website.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.has_dependency.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.is_available.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.is_builtin.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.is_hidden.html -%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.is_loaded.html -%%DOCS%%%%DOCSDIR%%-1.0/opensearch.xml -%%DOCS%%%%DOCSDIR%%-1.0/property.Activatable.object.html -%%DOCS%%%%DOCSDIR%%-1.0/property.Engine.loaded-plugins.html -%%DOCS%%%%DOCSDIR%%-1.0/property.Engine.nonglobal-loaders.html -%%DOCS%%%%DOCSDIR%%-1.0/property.Engine.plugin-list.html -%%DOCS%%%%DOCSDIR%%-1.0/property.ExtensionBase.data-dir.html -%%DOCS%%%%DOCSDIR%%-1.0/property.ExtensionBase.plugin-info.html -%%DOCS%%%%DOCSDIR%%-1.0/property.ExtensionSet.construct-properties.html -%%DOCS%%%%DOCSDIR%%-1.0/property.ExtensionSet.engine.html -%%DOCS%%%%DOCSDIR%%-1.0/property.ExtensionSet.extension-type.html -%%DOCS%%%%DOCSDIR%%-1.0/property.ObjectModule.local-linkage.html -%%DOCS%%%%DOCSDIR%%-1.0/property.ObjectModule.module-name.html -%%DOCS%%%%DOCSDIR%%-1.0/property.ObjectModule.path.html -%%DOCS%%%%DOCSDIR%%-1.0/property.ObjectModule.resident.html -%%DOCS%%%%DOCSDIR%%-1.0/property.ObjectModule.symbol.html -%%DOCS%%%%DOCSDIR%%-1.0/search.js -%%DOCS%%%%DOCSDIR%%-1.0/signal.Engine.load-plugin.html -%%DOCS%%%%DOCSDIR%%-1.0/signal.Engine.unload-plugin.html -%%DOCS%%%%DOCSDIR%%-1.0/signal.ExtensionSet.extension-added.html -%%DOCS%%%%DOCSDIR%%-1.0/signal.ExtensionSet.extension-removed.html -%%DOCS%%%%DOCSDIR%%-1.0/solarized-dark.css -%%DOCS%%%%DOCSDIR%%-1.0/solarized-light.css -%%DOCS%%%%DOCSDIR%%-1.0/struct.PluginInfo.html -%%DOCS%%%%DOCSDIR%%-1.0/style.css -%%DOCS%%%%DOCSDIR%%-1.0/type_func.Engine.get_default.html -%%DOCS%%%%DOCSDIR%%-1.0/type_func.PluginInfo.error_quark.html -%%DOCS%%%%DOCSDIR%%-1.0/vfunc.Activatable.activate.html -%%DOCS%%%%DOCSDIR%%-1.0/vfunc.Activatable.deactivate.html -%%DOCS%%%%DOCSDIR%%-1.0/vfunc.Activatable.update_state.html -%%DOCS%%%%DOCSDIR%%-1.0/vfunc.Engine.load_plugin.html -%%DOCS%%%%DOCSDIR%%-1.0/vfunc.Engine.unload_plugin.html -%%DOCS%%%%DOCSDIR%%-1.0/vfunc.ExtensionSet.call.html -%%DOCS%%%%DOCSDIR%%-1.0/vfunc.ExtensionSet.extension_added.html -%%DOCS%%%%DOCSDIR%%-1.0/vfunc.ExtensionSet.extension_removed.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Black.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Black.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-BlackItalic.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-BlackItalic.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Bold.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Bold.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-BoldItalic.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-BoldItalic.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Italic.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Italic.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Medium.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Medium.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-MediumItalic.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-MediumItalic.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Regular.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Regular.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Bold.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Bold.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-BoldItalic.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-BoldItalic.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Italic.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Italic.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Medium.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Medium.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-MediumItalic.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-MediumItalic.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Regular.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Regular.woff2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/SourceCodePro-It.ttf.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/SourceCodePro-Regular.ttf.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/SourceCodePro-Semibold.ttf.woff -%%DOCS%%%%DOCSDIR%%-gtk-1.0/class.PluginManager.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/class.PluginManagerView.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/classes_hierarchy.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/ctor.PluginManager.new.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/ctor.PluginManagerView.new.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/fonts.css -%%DOCS%%%%DOCSDIR%%-gtk-1.0/func.CONFIGURABLE_IFACE.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/fzy.js -%%DOCS%%%%DOCSDIR%%-gtk-1.0/go-up-symbolic.png -%%DOCS%%%%DOCSDIR%%-gtk-1.0/iface.Configurable.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/index.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/index.json -%%DOCS%%%%DOCSDIR%%-gtk-1.0/libpeas-gtk-1.0.devhelp2 -%%DOCS%%%%DOCSDIR%%-gtk-1.0/libpeas-gtk-urlmap.js -%%DOCS%%%%DOCSDIR%%-gtk-1.0/main.js -%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.Configurable.create_configure_widget.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.PluginManager.get_view.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.PluginManagerView.get_selected_plugin.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.PluginManagerView.get_show_builtin.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.PluginManagerView.set_selected_plugin.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.PluginManagerView.set_show_builtin.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/opensearch.xml -%%DOCS%%%%DOCSDIR%%-gtk-1.0/peas-gtk-plugin-manager.png -%%DOCS%%%%DOCSDIR%%-gtk-1.0/property.PluginManager.engine.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/property.PluginManager.view.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/property.PluginManagerView.engine.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/property.PluginManagerView.show-builtin.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/search.js -%%DOCS%%%%DOCSDIR%%-gtk-1.0/signal.PluginManagerView.populate-popup.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/solarized-dark.css -%%DOCS%%%%DOCSDIR%%-gtk-1.0/solarized-light.css -%%DOCS%%%%DOCSDIR%%-gtk-1.0/style.css -%%DOCS%%%%DOCSDIR%%-gtk-1.0/vfunc.Configurable.create_configure_widget.html -%%DOCS%%%%DOCSDIR%%-gtk-1.0/vfunc.PluginManagerView.populate_popup.html -share/gir-1.0/Peas-1.0.gir -share/gir-1.0/PeasGtk-1.0.gir -share/icons/hicolor/16x16/actions/libpeas-plugin.png -share/icons/hicolor/22x22/actions/libpeas-plugin.png -share/icons/hicolor/32x32/actions/libpeas-plugin.png -share/icons/hicolor/scalable/actions/libpeas-plugin.svg -share/locale/ab/LC_MESSAGES/libpeas-1.0.mo -share/locale/an/LC_MESSAGES/libpeas-1.0.mo -share/locale/ar/LC_MESSAGES/libpeas-1.0.mo -share/locale/as/LC_MESSAGES/libpeas-1.0.mo -share/locale/ast/LC_MESSAGES/libpeas-1.0.mo -share/locale/be/LC_MESSAGES/libpeas-1.0.mo -share/locale/bg/LC_MESSAGES/libpeas-1.0.mo -share/locale/bn_IN/LC_MESSAGES/libpeas-1.0.mo -share/locale/bs/LC_MESSAGES/libpeas-1.0.mo -share/locale/ca/LC_MESSAGES/libpeas-1.0.mo -share/locale/ca@valencia/LC_MESSAGES/libpeas-1.0.mo -share/locale/cs/LC_MESSAGES/libpeas-1.0.mo -share/locale/da/LC_MESSAGES/libpeas-1.0.mo -share/locale/de/LC_MESSAGES/libpeas-1.0.mo -share/locale/el/LC_MESSAGES/libpeas-1.0.mo -share/locale/en_GB/LC_MESSAGES/libpeas-1.0.mo -share/locale/eo/LC_MESSAGES/libpeas-1.0.mo -share/locale/es/LC_MESSAGES/libpeas-1.0.mo -share/locale/et/LC_MESSAGES/libpeas-1.0.mo -share/locale/eu/LC_MESSAGES/libpeas-1.0.mo -share/locale/fa/LC_MESSAGES/libpeas-1.0.mo -share/locale/fi/LC_MESSAGES/libpeas-1.0.mo -share/locale/fr/LC_MESSAGES/libpeas-1.0.mo -share/locale/fur/LC_MESSAGES/libpeas-1.0.mo -share/locale/gl/LC_MESSAGES/libpeas-1.0.mo -share/locale/gu/LC_MESSAGES/libpeas-1.0.mo -share/locale/he/LC_MESSAGES/libpeas-1.0.mo -share/locale/hi/LC_MESSAGES/libpeas-1.0.mo -share/locale/hr/LC_MESSAGES/libpeas-1.0.mo -share/locale/hu/LC_MESSAGES/libpeas-1.0.mo -share/locale/id/LC_MESSAGES/libpeas-1.0.mo -share/locale/is/LC_MESSAGES/libpeas-1.0.mo -share/locale/it/LC_MESSAGES/libpeas-1.0.mo -share/locale/ja/LC_MESSAGES/libpeas-1.0.mo -share/locale/ka/LC_MESSAGES/libpeas-1.0.mo -share/locale/kk/LC_MESSAGES/libpeas-1.0.mo -share/locale/kn/LC_MESSAGES/libpeas-1.0.mo -share/locale/ko/LC_MESSAGES/libpeas-1.0.mo -share/locale/lt/LC_MESSAGES/libpeas-1.0.mo -share/locale/lv/LC_MESSAGES/libpeas-1.0.mo -share/locale/ml/LC_MESSAGES/libpeas-1.0.mo -share/locale/mr/LC_MESSAGES/libpeas-1.0.mo -share/locale/ms/LC_MESSAGES/libpeas-1.0.mo -share/locale/nb/LC_MESSAGES/libpeas-1.0.mo -share/locale/nds/LC_MESSAGES/libpeas-1.0.mo -share/locale/ne/LC_MESSAGES/libpeas-1.0.mo -share/locale/nl/LC_MESSAGES/libpeas-1.0.mo -share/locale/oc/LC_MESSAGES/libpeas-1.0.mo -share/locale/or/LC_MESSAGES/libpeas-1.0.mo -share/locale/pa/LC_MESSAGES/libpeas-1.0.mo -share/locale/pl/LC_MESSAGES/libpeas-1.0.mo -share/locale/pt/LC_MESSAGES/libpeas-1.0.mo -share/locale/pt_BR/LC_MESSAGES/libpeas-1.0.mo -share/locale/ro/LC_MESSAGES/libpeas-1.0.mo -share/locale/ru/LC_MESSAGES/libpeas-1.0.mo -share/locale/sk/LC_MESSAGES/libpeas-1.0.mo -share/locale/sl/LC_MESSAGES/libpeas-1.0.mo -share/locale/sr/LC_MESSAGES/libpeas-1.0.mo -share/locale/sr@latin/LC_MESSAGES/libpeas-1.0.mo -share/locale/sv/LC_MESSAGES/libpeas-1.0.mo -share/locale/ta/LC_MESSAGES/libpeas-1.0.mo -share/locale/te/LC_MESSAGES/libpeas-1.0.mo -share/locale/tg/LC_MESSAGES/libpeas-1.0.mo -share/locale/th/LC_MESSAGES/libpeas-1.0.mo -share/locale/tr/LC_MESSAGES/libpeas-1.0.mo -share/locale/ug/LC_MESSAGES/libpeas-1.0.mo -share/locale/uk/LC_MESSAGES/libpeas-1.0.mo -share/locale/vi/LC_MESSAGES/libpeas-1.0.mo -share/locale/zh_CN/LC_MESSAGES/libpeas-1.0.mo -share/locale/zh_HK/LC_MESSAGES/libpeas-1.0.mo -share/locale/zh_TW/LC_MESSAGES/libpeas-1.0.mo +include/libpeas-2/libpeas.h +include/libpeas-2/peas-engine.h +include/libpeas-2/peas-extension-base.h +include/libpeas-2/peas-extension-set.h +include/libpeas-2/peas-object-module.h +include/libpeas-2/peas-plugin-info.h +include/libpeas-2/peas-version-macros.h +include/libpeas-2/peas-version.h +lib/girepository-1.0/Peas-2.typelib +lib/libpeas-2.so +lib/libpeas-2.so.0 +lib/libpeas-2.so.0.0.7 +lib/libpeas-2/loaders/libgjsloader.so +libdata/pkgconfig/libpeas-2.pc +share/gir-1.0/Peas-2.gir +share/locale/ab/LC_MESSAGES/libpeas-2.mo +share/locale/an/LC_MESSAGES/libpeas-2.mo +share/locale/ar/LC_MESSAGES/libpeas-2.mo +share/locale/as/LC_MESSAGES/libpeas-2.mo +share/locale/ast/LC_MESSAGES/libpeas-2.mo +share/locale/be/LC_MESSAGES/libpeas-2.mo +share/locale/bg/LC_MESSAGES/libpeas-2.mo +share/locale/bn/LC_MESSAGES/libpeas-2.mo +share/locale/bn_IN/LC_MESSAGES/libpeas-2.mo +share/locale/bs/LC_MESSAGES/libpeas-2.mo +share/locale/ca/LC_MESSAGES/libpeas-2.mo +share/locale/ca@valencia/LC_MESSAGES/libpeas-2.mo +share/locale/cs/LC_MESSAGES/libpeas-2.mo +share/locale/da/LC_MESSAGES/libpeas-2.mo +share/locale/de/LC_MESSAGES/libpeas-2.mo +share/locale/el/LC_MESSAGES/libpeas-2.mo +share/locale/en_GB/LC_MESSAGES/libpeas-2.mo +share/locale/eo/LC_MESSAGES/libpeas-2.mo +share/locale/es/LC_MESSAGES/libpeas-2.mo +share/locale/et/LC_MESSAGES/libpeas-2.mo +share/locale/eu/LC_MESSAGES/libpeas-2.mo +share/locale/fa/LC_MESSAGES/libpeas-2.mo +share/locale/fi/LC_MESSAGES/libpeas-2.mo +share/locale/fr/LC_MESSAGES/libpeas-2.mo +share/locale/fur/LC_MESSAGES/libpeas-2.mo +share/locale/gl/LC_MESSAGES/libpeas-2.mo +share/locale/gu/LC_MESSAGES/libpeas-2.mo +share/locale/he/LC_MESSAGES/libpeas-2.mo +share/locale/hi/LC_MESSAGES/libpeas-2.mo +share/locale/hr/LC_MESSAGES/libpeas-2.mo +share/locale/hu/LC_MESSAGES/libpeas-2.mo +share/locale/ia/LC_MESSAGES/libpeas-2.mo +share/locale/id/LC_MESSAGES/libpeas-2.mo +share/locale/ie/LC_MESSAGES/libpeas-2.mo +share/locale/is/LC_MESSAGES/libpeas-2.mo +share/locale/it/LC_MESSAGES/libpeas-2.mo +share/locale/ja/LC_MESSAGES/libpeas-2.mo +share/locale/ka/LC_MESSAGES/libpeas-2.mo +share/locale/kab/LC_MESSAGES/libpeas-2.mo +share/locale/kk/LC_MESSAGES/libpeas-2.mo +share/locale/kn/LC_MESSAGES/libpeas-2.mo +share/locale/ko/LC_MESSAGES/libpeas-2.mo +share/locale/lt/LC_MESSAGES/libpeas-2.mo +share/locale/lv/LC_MESSAGES/libpeas-2.mo +share/locale/ml/LC_MESSAGES/libpeas-2.mo +share/locale/mr/LC_MESSAGES/libpeas-2.mo +share/locale/ms/LC_MESSAGES/libpeas-2.mo +share/locale/nb/LC_MESSAGES/libpeas-2.mo +share/locale/nds/LC_MESSAGES/libpeas-2.mo +share/locale/ne/LC_MESSAGES/libpeas-2.mo +share/locale/nl/LC_MESSAGES/libpeas-2.mo +share/locale/oc/LC_MESSAGES/libpeas-2.mo +share/locale/or/LC_MESSAGES/libpeas-2.mo +share/locale/pa/LC_MESSAGES/libpeas-2.mo +share/locale/pl/LC_MESSAGES/libpeas-2.mo +share/locale/pt/LC_MESSAGES/libpeas-2.mo +share/locale/pt_BR/LC_MESSAGES/libpeas-2.mo +share/locale/ro/LC_MESSAGES/libpeas-2.mo +share/locale/ru/LC_MESSAGES/libpeas-2.mo +share/locale/sk/LC_MESSAGES/libpeas-2.mo +share/locale/sl/LC_MESSAGES/libpeas-2.mo +share/locale/sr/LC_MESSAGES/libpeas-2.mo +share/locale/sr@latin/LC_MESSAGES/libpeas-2.mo +share/locale/sv/LC_MESSAGES/libpeas-2.mo +share/locale/ta/LC_MESSAGES/libpeas-2.mo +share/locale/te/LC_MESSAGES/libpeas-2.mo +share/locale/tg/LC_MESSAGES/libpeas-2.mo +share/locale/th/LC_MESSAGES/libpeas-2.mo +share/locale/tr/LC_MESSAGES/libpeas-2.mo +share/locale/ug/LC_MESSAGES/libpeas-2.mo +share/locale/uk/LC_MESSAGES/libpeas-2.mo +share/locale/vi/LC_MESSAGES/libpeas-2.mo +share/locale/zh_CN/LC_MESSAGES/libpeas-2.mo +share/locale/zh_HK/LC_MESSAGES/libpeas-2.mo +share/locale/zh_TW/LC_MESSAGES/libpeas-2.mo +share/vala/vapi/libpeas-2.deps +share/vala/vapi/libpeas-2.vapi diff --git a/devel/libpeas1/Makefile b/devel/libpeas1/Makefile new file mode 100644 index 000000000000..49cd904bb6aa --- /dev/null +++ b/devel/libpeas1/Makefile @@ -0,0 +1,72 @@ +PORTNAME= libpeas +PORTVERSION= 1.36.0 +CATEGORIES= devel gnome +MASTER_SITES= GNOME +PKGNAMESUFFIX= 1 +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT?= Gobject-based plugins engine (Peas 1.0 API) +WWW= https://gitlab.gnome.org/GNOME/libpeas + +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= cpe gettext gnome meson pathfix pkgconfig tar:xz \ + vala:build +USE_GNOME= introspection libxml2 +CPE_VENDOR= gnome + +MESON_ARGS= -Dglade_catalog=false \ + -Dlua51=false + +LIBPEAS_SLAVE?= no + +.if ${LIBPEAS_SLAVE} == no +USE_GNOME+= gtk30 +USE_LDCONFIG= yes + +MESON_ARGS+= -Dvapi=true \ + -Dpython3=false +PLIST= ${.CURDIR}/pkg-plist + +OPTIONS_DEFINE= DEMOS DOCS +OPTIONS_SUB= yes + +DOCS_USES= python +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gi-docgen>0:textproc/py-gi-docgen@${PY_FLAVOR} +DOCS_MESON_TRUE= gtk_doc + +DEMOS_DESC= Build demo programs +DEMOS_MESON_TRUE= demos +.endif + +pre-build: +# XXX DISABLE_MAKE_JOBS build fails on 12.2/13.0 i386 + ${DO_MAKE_BUILD} -C ${BUILD_WRKSRC} \ + tests/libpeas/plugins/embedded/embedded-resources.h + +.if ${LIBPEAS_SLAVE} == python +LIB_DEPENDS+= libpeas-1.0.so:devel/libpeas + +USES+= python +USE_PYTHON= flavors +USE_GNOME+= pygobject3 +MESON_ARGS+= -Dpython3=true \ + -Dgtk_doc=false \ + -Ddemos=false \ + -Dvapi=false +ALL_TARGET= loaders/python3/libpython3loader.so + +post-patch: + ${REINPLACE_CMD} -e "s|dependency('python3'|dependency('python-${PYTHON_VER}'|" \ + -e "s|dependency('python3-embed'|dependency('python-${PYTHON_VER}-embed'|" \ + ${WRKSRC}/meson.build + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/libpeas-1.0/loaders/ + ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/loaders/python3/libpython3loader.so \ + ${STAGEDIR}${PREFIX}/lib/libpeas-1.0/loaders/ +.endif + +.include <bsd.port.mk> diff --git a/devel/libpeas1/distinfo b/devel/libpeas1/distinfo new file mode 100644 index 000000000000..a1b8b8743cdd --- /dev/null +++ b/devel/libpeas1/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1679754955 +SHA256 (gnome/libpeas-1.36.0.tar.xz) = 297cb9c2cccd8e8617623d1a3e8415b4530b8e5a893e3527bbfd1edd13237b4c +SIZE (gnome/libpeas-1.36.0.tar.xz) = 195432 diff --git a/devel/libpeas1/files/patch-meson.build b/devel/libpeas1/files/patch-meson.build new file mode 100644 index 000000000000..bca8cc64dd74 --- /dev/null +++ b/devel/libpeas1/files/patch-meson.build @@ -0,0 +1,11 @@ +--- meson.build.orig 2023-03-17 18:48:39 UTC ++++ meson.build +@@ -107,8 +107,6 @@ introspection_dep = dependency('gobject-introspection- + gtk_dep = dependency('gtk+-3.0', version: gtk_req, required: false) + + gi_docgen_dep = dependency('gi-docgen', version: '>= 2021.7', +- fallback: ['gi-docgen', 'dummy_dep'], +- native: true, + required: get_option('gtk_doc')) + gladeui_dep = dependency('gladeui-2.0', required: false) + diff --git a/devel/libpeas1/pkg-descr b/devel/libpeas1/pkg-descr new file mode 100644 index 000000000000..e86735b91310 --- /dev/null +++ b/devel/libpeas1/pkg-descr @@ -0,0 +1,4 @@ +libpeas is a gobject-based plugins engine, and is targetted at +giving every application the chance to assume its own extensibility. + +It is currently used by several Gnome applications like gedit and Totem. diff --git a/devel/libpeas1/pkg-plist b/devel/libpeas1/pkg-plist new file mode 100644 index 000000000000..e26b7688c705 --- /dev/null +++ b/devel/libpeas1/pkg-plist @@ -0,0 +1,322 @@ +%%DEMOS%%bin/peas-demo +include/libpeas-1.0/libpeas-gtk/peas-gtk-autocleanups.h +include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h +include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h +include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h +include/libpeas-1.0/libpeas-gtk/peas-gtk.h +include/libpeas-1.0/libpeas/peas-activatable.h +include/libpeas-1.0/libpeas/peas-autocleanups.h +include/libpeas-1.0/libpeas/peas-engine.h +include/libpeas-1.0/libpeas/peas-extension-base.h +include/libpeas-1.0/libpeas/peas-extension-set.h +include/libpeas-1.0/libpeas/peas-extension.h +include/libpeas-1.0/libpeas/peas-object-module.h +include/libpeas-1.0/libpeas/peas-plugin-info.h +include/libpeas-1.0/libpeas/peas-version-macros.h +include/libpeas-1.0/libpeas/peas-version.h +include/libpeas-1.0/libpeas/peas.h +lib/girepository-1.0/Peas-1.0.typelib +lib/girepository-1.0/PeasGtk-1.0.typelib +lib/libpeas-1.0.so +lib/libpeas-1.0.so.0 +lib/libpeas-1.0.so.0.3600.0 +lib/libpeas-gtk-1.0.so +lib/libpeas-gtk-1.0.so.0 +lib/libpeas-gtk-1.0.so.0.3600.0 +%%DEMOS%%lib/peas-demo/plugins/helloworld/helloworld.plugin +%%DEMOS%%lib/peas-demo/plugins/helloworld/libhelloworld.so +%%DEMOS%%lib/peas-demo/plugins/secondtime/libsecondtime.so +%%DEMOS%%lib/peas-demo/plugins/secondtime/secondtime.plugin +libdata/pkgconfig/libpeas-1.0.pc +libdata/pkgconfig/libpeas-gtk-1.0.pc +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Black.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Black.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BlackItalic.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BlackItalic.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Bold.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Bold.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BoldItalic.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-BoldItalic.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Italic.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Italic.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Medium.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Medium.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-MediumItalic.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-MediumItalic.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Regular.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatDisplay-Regular.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Bold.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Bold.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-BoldItalic.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-BoldItalic.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Italic.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Italic.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Medium.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Medium.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-MediumItalic.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-MediumItalic.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Regular.woff +%%DOCS%%%%DOCSDIR%%-1.0/RedHatText-Regular.woff2 +%%DOCS%%%%DOCSDIR%%-1.0/SourceCodePro-It.ttf.woff +%%DOCS%%%%DOCSDIR%%-1.0/SourceCodePro-Regular.ttf.woff +%%DOCS%%%%DOCSDIR%%-1.0/SourceCodePro-Semibold.ttf.woff +%%DOCS%%%%DOCSDIR%%-1.0/alias.Extension.html +%%DOCS%%%%DOCSDIR%%-1.0/callback.ExtensionSetForeachFunc.html +%%DOCS%%%%DOCSDIR%%-1.0/callback.FactoryFunc.html +%%DOCS%%%%DOCSDIR%%-1.0/class.Engine.html +%%DOCS%%%%DOCSDIR%%-1.0/class.ExtensionBase.html +%%DOCS%%%%DOCSDIR%%-1.0/class.ExtensionSet.html +%%DOCS%%%%DOCSDIR%%-1.0/class.ObjectModule.html +%%DOCS%%%%DOCSDIR%%-1.0/classes_hierarchy.html +%%DOCS%%%%DOCSDIR%%-1.0/ctor.Engine.new.html +%%DOCS%%%%DOCSDIR%%-1.0/ctor.Engine.new_with_nonglobal_loaders.html +%%DOCS%%%%DOCSDIR%%-1.0/ctor.ExtensionSet.new.html +%%DOCS%%%%DOCSDIR%%-1.0/ctor.ExtensionSet.new_valist.html +%%DOCS%%%%DOCSDIR%%-1.0/ctor.ExtensionSet.new_with_properties.html +%%DOCS%%%%DOCSDIR%%-1.0/ctor.ExtensionSet.newv.html +%%DOCS%%%%DOCSDIR%%-1.0/ctor.ObjectModule.new.html +%%DOCS%%%%DOCSDIR%%-1.0/ctor.ObjectModule.new_embedded.html +%%DOCS%%%%DOCSDIR%%-1.0/ctor.ObjectModule.new_full.html +%%DOCS%%%%DOCSDIR%%-1.0/error.PluginInfoError.html +%%DOCS%%%%DOCSDIR%%-1.0/fonts.css +%%DOCS%%%%DOCSDIR%%-1.0/func.ACTIVATABLE_IFACE.html +%%DOCS%%%%DOCSDIR%%-1.0/func.DEPRECATED_FOR.html +%%DOCS%%%%DOCSDIR%%-1.0/func.DEPRECATED_IN_1_22_FOR.html +%%DOCS%%%%DOCSDIR%%-1.0/func.DEPRECATED_IN_1_24_FOR.html +%%DOCS%%%%DOCSDIR%%-1.0/func.EXTENSION.html +%%DOCS%%%%DOCSDIR%%-1.0/func.UNAVAILABLE.html +%%DOCS%%%%DOCSDIR%%-1.0/fzy.js +%%DOCS%%%%DOCSDIR%%-1.0/go-up-symbolic.png +%%DOCS%%%%DOCSDIR%%-1.0/iface.Activatable.html +%%DOCS%%%%DOCSDIR%%-1.0/index.html +%%DOCS%%%%DOCSDIR%%-1.0/index.json +%%DOCS%%%%DOCSDIR%%-1.0/libpeas-1.0.devhelp2 +%%DOCS%%%%DOCSDIR%%-1.0/libpeas-urlmap.js +%%DOCS%%%%DOCSDIR%%-1.0/main.js +%%DOCS%%%%DOCSDIR%%-1.0/method.Activatable.activate.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Activatable.deactivate.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Activatable.update_state.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.add_search_path.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.create_extension.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.create_extension_valist.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.create_extension_with_properties.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.create_extensionv.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.enable_loader.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.garbage_collect.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.get_loaded_plugins.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.get_plugin_info.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.get_plugin_list.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.load_plugin.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.prepend_search_path.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.provides_extension.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.rescan_plugins.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.set_loaded_plugins.html +%%DOCS%%%%DOCSDIR%%-1.0/method.Engine.unload_plugin.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ExtensionBase.get_data_dir.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ExtensionBase.get_plugin_info.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ExtensionSet.foreach.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ExtensionSet.get_extension.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.create_object.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.get_library.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.get_module_name.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.get_path.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.get_symbol.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.provides_object.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.register_extension_factory.html +%%DOCS%%%%DOCSDIR%%-1.0/method.ObjectModule.register_extension_type.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_authors.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_copyright.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_data_dir.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_dependencies.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_description.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_external_data.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_help_uri.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_icon_name.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_module_dir.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_module_name.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_name.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_settings.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_version.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.get_website.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.has_dependency.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.is_available.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.is_builtin.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.is_hidden.html +%%DOCS%%%%DOCSDIR%%-1.0/method.PluginInfo.is_loaded.html +%%DOCS%%%%DOCSDIR%%-1.0/opensearch.xml +%%DOCS%%%%DOCSDIR%%-1.0/property.Activatable.object.html +%%DOCS%%%%DOCSDIR%%-1.0/property.Engine.loaded-plugins.html +%%DOCS%%%%DOCSDIR%%-1.0/property.Engine.nonglobal-loaders.html +%%DOCS%%%%DOCSDIR%%-1.0/property.Engine.plugin-list.html +%%DOCS%%%%DOCSDIR%%-1.0/property.ExtensionBase.data-dir.html +%%DOCS%%%%DOCSDIR%%-1.0/property.ExtensionBase.plugin-info.html +%%DOCS%%%%DOCSDIR%%-1.0/property.ExtensionSet.construct-properties.html +%%DOCS%%%%DOCSDIR%%-1.0/property.ExtensionSet.engine.html +%%DOCS%%%%DOCSDIR%%-1.0/property.ExtensionSet.extension-type.html +%%DOCS%%%%DOCSDIR%%-1.0/property.ObjectModule.local-linkage.html +%%DOCS%%%%DOCSDIR%%-1.0/property.ObjectModule.module-name.html +%%DOCS%%%%DOCSDIR%%-1.0/property.ObjectModule.path.html +%%DOCS%%%%DOCSDIR%%-1.0/property.ObjectModule.resident.html +%%DOCS%%%%DOCSDIR%%-1.0/property.ObjectModule.symbol.html +%%DOCS%%%%DOCSDIR%%-1.0/search.js +%%DOCS%%%%DOCSDIR%%-1.0/signal.Engine.load-plugin.html +%%DOCS%%%%DOCSDIR%%-1.0/signal.Engine.unload-plugin.html +%%DOCS%%%%DOCSDIR%%-1.0/signal.ExtensionSet.extension-added.html +%%DOCS%%%%DOCSDIR%%-1.0/signal.ExtensionSet.extension-removed.html +%%DOCS%%%%DOCSDIR%%-1.0/solarized-dark.css +%%DOCS%%%%DOCSDIR%%-1.0/solarized-light.css +%%DOCS%%%%DOCSDIR%%-1.0/struct.PluginInfo.html +%%DOCS%%%%DOCSDIR%%-1.0/style.css +%%DOCS%%%%DOCSDIR%%-1.0/type_func.Engine.get_default.html +%%DOCS%%%%DOCSDIR%%-1.0/type_func.PluginInfo.error_quark.html +%%DOCS%%%%DOCSDIR%%-1.0/vfunc.Activatable.activate.html +%%DOCS%%%%DOCSDIR%%-1.0/vfunc.Activatable.deactivate.html +%%DOCS%%%%DOCSDIR%%-1.0/vfunc.Activatable.update_state.html +%%DOCS%%%%DOCSDIR%%-1.0/vfunc.Engine.load_plugin.html +%%DOCS%%%%DOCSDIR%%-1.0/vfunc.Engine.unload_plugin.html +%%DOCS%%%%DOCSDIR%%-1.0/vfunc.ExtensionSet.call.html +%%DOCS%%%%DOCSDIR%%-1.0/vfunc.ExtensionSet.extension_added.html +%%DOCS%%%%DOCSDIR%%-1.0/vfunc.ExtensionSet.extension_removed.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Black.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Black.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-BlackItalic.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-BlackItalic.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Bold.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Bold.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-BoldItalic.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-BoldItalic.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Italic.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Italic.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Medium.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Medium.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-MediumItalic.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-MediumItalic.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Regular.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatDisplay-Regular.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Bold.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Bold.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-BoldItalic.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-BoldItalic.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Italic.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Italic.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Medium.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Medium.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-MediumItalic.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-MediumItalic.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Regular.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/RedHatText-Regular.woff2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/SourceCodePro-It.ttf.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/SourceCodePro-Regular.ttf.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/SourceCodePro-Semibold.ttf.woff +%%DOCS%%%%DOCSDIR%%-gtk-1.0/class.PluginManager.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/class.PluginManagerView.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/classes_hierarchy.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/ctor.PluginManager.new.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/ctor.PluginManagerView.new.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/fonts.css +%%DOCS%%%%DOCSDIR%%-gtk-1.0/func.CONFIGURABLE_IFACE.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/fzy.js +%%DOCS%%%%DOCSDIR%%-gtk-1.0/go-up-symbolic.png +%%DOCS%%%%DOCSDIR%%-gtk-1.0/iface.Configurable.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/index.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/index.json +%%DOCS%%%%DOCSDIR%%-gtk-1.0/libpeas-gtk-1.0.devhelp2 +%%DOCS%%%%DOCSDIR%%-gtk-1.0/libpeas-gtk-urlmap.js +%%DOCS%%%%DOCSDIR%%-gtk-1.0/main.js +%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.Configurable.create_configure_widget.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.PluginManager.get_view.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.PluginManagerView.get_selected_plugin.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.PluginManagerView.get_show_builtin.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.PluginManagerView.set_selected_plugin.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/method.PluginManagerView.set_show_builtin.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/opensearch.xml +%%DOCS%%%%DOCSDIR%%-gtk-1.0/peas-gtk-plugin-manager.png +%%DOCS%%%%DOCSDIR%%-gtk-1.0/property.PluginManager.engine.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/property.PluginManager.view.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/property.PluginManagerView.engine.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/property.PluginManagerView.show-builtin.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/search.js +%%DOCS%%%%DOCSDIR%%-gtk-1.0/signal.PluginManagerView.populate-popup.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/solarized-dark.css +%%DOCS%%%%DOCSDIR%%-gtk-1.0/solarized-light.css +%%DOCS%%%%DOCSDIR%%-gtk-1.0/style.css +%%DOCS%%%%DOCSDIR%%-gtk-1.0/vfunc.Configurable.create_configure_widget.html +%%DOCS%%%%DOCSDIR%%-gtk-1.0/vfunc.PluginManagerView.populate_popup.html +share/gir-1.0/Peas-1.0.gir +share/gir-1.0/PeasGtk-1.0.gir +share/icons/hicolor/16x16/actions/libpeas-plugin.png +share/icons/hicolor/22x22/actions/libpeas-plugin.png +share/icons/hicolor/32x32/actions/libpeas-plugin.png +share/icons/hicolor/scalable/actions/libpeas-plugin.svg +share/locale/ab/LC_MESSAGES/libpeas-1.0.mo +share/locale/an/LC_MESSAGES/libpeas-1.0.mo +share/locale/ar/LC_MESSAGES/libpeas-1.0.mo +share/locale/as/LC_MESSAGES/libpeas-1.0.mo +share/locale/ast/LC_MESSAGES/libpeas-1.0.mo +share/locale/be/LC_MESSAGES/libpeas-1.0.mo +share/locale/bg/LC_MESSAGES/libpeas-1.0.mo +share/locale/bn_IN/LC_MESSAGES/libpeas-1.0.mo +share/locale/bs/LC_MESSAGES/libpeas-1.0.mo +share/locale/ca/LC_MESSAGES/libpeas-1.0.mo +share/locale/ca@valencia/LC_MESSAGES/libpeas-1.0.mo +share/locale/cs/LC_MESSAGES/libpeas-1.0.mo +share/locale/da/LC_MESSAGES/libpeas-1.0.mo +share/locale/de/LC_MESSAGES/libpeas-1.0.mo +share/locale/el/LC_MESSAGES/libpeas-1.0.mo +share/locale/en_GB/LC_MESSAGES/libpeas-1.0.mo +share/locale/eo/LC_MESSAGES/libpeas-1.0.mo +share/locale/es/LC_MESSAGES/libpeas-1.0.mo +share/locale/et/LC_MESSAGES/libpeas-1.0.mo +share/locale/eu/LC_MESSAGES/libpeas-1.0.mo +share/locale/fa/LC_MESSAGES/libpeas-1.0.mo +share/locale/fi/LC_MESSAGES/libpeas-1.0.mo +share/locale/fr/LC_MESSAGES/libpeas-1.0.mo +share/locale/fur/LC_MESSAGES/libpeas-1.0.mo +share/locale/gl/LC_MESSAGES/libpeas-1.0.mo +share/locale/gu/LC_MESSAGES/libpeas-1.0.mo +share/locale/he/LC_MESSAGES/libpeas-1.0.mo +share/locale/hi/LC_MESSAGES/libpeas-1.0.mo +share/locale/hr/LC_MESSAGES/libpeas-1.0.mo +share/locale/hu/LC_MESSAGES/libpeas-1.0.mo +share/locale/id/LC_MESSAGES/libpeas-1.0.mo +share/locale/ie/LC_MESSAGES/libpeas-1.0.mo +share/locale/is/LC_MESSAGES/libpeas-1.0.mo +share/locale/it/LC_MESSAGES/libpeas-1.0.mo +share/locale/ja/LC_MESSAGES/libpeas-1.0.mo +share/locale/ka/LC_MESSAGES/libpeas-1.0.mo +share/locale/kk/LC_MESSAGES/libpeas-1.0.mo +share/locale/kn/LC_MESSAGES/libpeas-1.0.mo +share/locale/ko/LC_MESSAGES/libpeas-1.0.mo +share/locale/lt/LC_MESSAGES/libpeas-1.0.mo +share/locale/lv/LC_MESSAGES/libpeas-1.0.mo +share/locale/ml/LC_MESSAGES/libpeas-1.0.mo +share/locale/mr/LC_MESSAGES/libpeas-1.0.mo +share/locale/ms/LC_MESSAGES/libpeas-1.0.mo +share/locale/nb/LC_MESSAGES/libpeas-1.0.mo +share/locale/nds/LC_MESSAGES/libpeas-1.0.mo +share/locale/ne/LC_MESSAGES/libpeas-1.0.mo +share/locale/nl/LC_MESSAGES/libpeas-1.0.mo +share/locale/oc/LC_MESSAGES/libpeas-1.0.mo +share/locale/or/LC_MESSAGES/libpeas-1.0.mo +share/locale/pa/LC_MESSAGES/libpeas-1.0.mo +share/locale/pl/LC_MESSAGES/libpeas-1.0.mo +share/locale/pt/LC_MESSAGES/libpeas-1.0.mo +share/locale/pt_BR/LC_MESSAGES/libpeas-1.0.mo +share/locale/ro/LC_MESSAGES/libpeas-1.0.mo +share/locale/ru/LC_MESSAGES/libpeas-1.0.mo +share/locale/sk/LC_MESSAGES/libpeas-1.0.mo +share/locale/sl/LC_MESSAGES/libpeas-1.0.mo +share/locale/sr/LC_MESSAGES/libpeas-1.0.mo +share/locale/sr@latin/LC_MESSAGES/libpeas-1.0.mo +share/locale/sv/LC_MESSAGES/libpeas-1.0.mo +share/locale/ta/LC_MESSAGES/libpeas-1.0.mo +share/locale/te/LC_MESSAGES/libpeas-1.0.mo +share/locale/tg/LC_MESSAGES/libpeas-1.0.mo +share/locale/th/LC_MESSAGES/libpeas-1.0.mo +share/locale/tr/LC_MESSAGES/libpeas-1.0.mo +share/locale/ug/LC_MESSAGES/libpeas-1.0.mo +share/locale/uk/LC_MESSAGES/libpeas-1.0.mo +share/locale/vi/LC_MESSAGES/libpeas-1.0.mo +share/locale/zh_CN/LC_MESSAGES/libpeas-1.0.mo +share/locale/zh_HK/LC_MESSAGES/libpeas-1.0.mo +share/locale/zh_TW/LC_MESSAGES/libpeas-1.0.mo diff --git a/devel/py-libpeas/Makefile b/devel/py-libpeas/Makefile index fa012df129d0..90452288a4d1 100644 --- a/devel/py-libpeas/Makefile +++ b/devel/py-libpeas/Makefile @@ -1,7 +1,7 @@ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -COMMENT= Python support for libpeas +COMMENT= Python support for Peas (2.0 API) LIBPEAS_SLAVE= python diff --git a/devel/py-libpeas/pkg-plist b/devel/py-libpeas/pkg-plist index 6c9c9ecb5280..61aca9d02fdc 100644 --- a/devel/py-libpeas/pkg-plist +++ b/devel/py-libpeas/pkg-plist @@ -1 +1 @@ -lib/libpeas-1.0/loaders/libpython3loader.so +lib/libpeas-2/loaders/libpythonloader.so diff --git a/devel/py-libpeas1/Makefile b/devel/py-libpeas1/Makefile new file mode 100644 index 000000000000..c2f1b589edd3 --- /dev/null +++ b/devel/py-libpeas1/Makefile @@ -0,0 +1,11 @@ +PORTREVISION= 0 +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +COMMENT= Python support for Peas (1.0 API) + +LIBPEAS_SLAVE= python + +MASTERDIR= ${.CURDIR}/../../devel/libpeas1/ +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" diff --git a/devel/py-libpeas1/pkg-plist b/devel/py-libpeas1/pkg-plist new file mode 100644 index 000000000000..6c9c9ecb5280 --- /dev/null +++ b/devel/py-libpeas1/pkg-plist @@ -0,0 +1 @@ +lib/libpeas-1.0/loaders/libpython3loader.so diff --git a/editors/elementary-code/Makefile b/editors/elementary-code/Makefile index cf003bacd214..1deb1599aee0 100644 --- a/editors/elementary-code/Makefile +++ b/editors/elementary-code/Makefile @@ -1,6 +1,6 @@ PORTNAME= code DISTVERSION= 7.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors PKGNAMEPREFIX= elementary- @@ -18,8 +18,8 @@ LIB_DEPENDS= libeditorconfig.so:editors/editorconfig-core-c \ libgranite.so:x11-toolkits/granite \ libgtkspell3-3.so:textproc/gtkspell3 \ libhandy-1.so:x11-toolkits/libhandy \ - libpeas-1.0.so:devel/libpeas \ - libpeas-gtk-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ + libpeas-gtk-1.0.so:devel/libpeas1 \ libsoup-2.4.so:devel/libsoup RUN_DEPENDS= droid-fonts-ttf>0:x11-fonts/droid-fonts-ttf \ pkcheck:sysutils/polkit diff --git a/editors/pluma-plugins/Makefile b/editors/pluma-plugins/Makefile index 48add844f372..eaf83becc5ab 100644 --- a/editors/pluma-plugins/Makefile +++ b/editors/pluma-plugins/Makefile @@ -1,6 +1,6 @@ PORTNAME= pluma-plugins PORTVERSION= 1.28.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -15,14 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= pluma>=0:editors/pluma \ itstool:textproc/itstool \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} -LIB_DEPENDS= libpeas-1.0.so:devel/libpeas \ +LIB_DEPENDS= libpeas-1.0.so:devel/libpeas1 \ libgit2-glib-1.0.so:devel/libgit2-glib \ libgucharmap_2_90.so:deskutils/gucharmap RUN_DEPENDS= pluma>=0:editors/pluma \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:devel/py-dbus@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} PORTSCOUT= limitw:1,even diff --git a/editors/xed/Makefile b/editors/xed/Makefile index 264b09e30327..dd65592434cd 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -1,6 +1,6 @@ PORTNAME= xed PORTVERSION= 3.8.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors gnome DIST_SUBDIR= gnome @@ -13,10 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libxapp.so:x11/xapp RUN_DEPENDS= ${LOCALBASE}/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml:devel/gsettings-desktop-schemas \ - ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} \ yelp:x11/yelp USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome meson \ diff --git a/graphics/entangle/Makefile b/graphics/entangle/Makefile index 38f0dd201cc3..f4c30854bccf 100644 --- a/graphics/entangle/Makefile +++ b/graphics/entangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= entangle PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= https://www.entangle-photo.org/download/sources/ @@ -16,8 +16,8 @@ LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 \ liblcms2.so:graphics/lcms2 \ libgexiv2.so:graphics/gexiv2 \ libraw_r.so:graphics/libraw \ - libpeas-1.0.so:devel/libpeas -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>0:devel/py-libpeas@${PY_FLAVOR} + libpeas-1.0.so:devel/libpeas1 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas1>0:devel/py-libpeas1@${PY_FLAVOR} USES= compiler:c++11-lang gnome gstreamer meson pkgconfig python tar:xz xorg USE_GNOME= cairo gtk30 intltool introspection diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile index ba783e2fc7e5..3d7de109ea3e 100644 --- a/graphics/eog-plugins/Makefile +++ b/graphics/eog-plugins/Makefile @@ -1,6 +1,6 @@ PORTNAME= eog-plugins DISTVERSION= 44.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -16,7 +16,7 @@ LIB_DEPENDS= libgdata.so:devel/libgdata \ libgoa-1.0.so:net/gnome-online-accounts \ libjson-glib-1.0.so:devel/json-glib \ libexif.so:graphics/libexif \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libclutter-1.0.so:graphics/clutter \ libcogl.so:graphics/cogl \ @@ -37,7 +37,7 @@ OPTIONS_DEFAULT=PYTHON OPTIONS_SUB= yes PYTHON_MESON_ENABLE=python -PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} +PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} PYTHON_USES= python PYTHON_VARS= GLIB_SCHEMAS+="org.gnome.eog.plugins.export-to-folder.gschema.xml \ org.gnome.eog.plugins.fullscreenbg.gschema.xml \ diff --git a/graphics/xviewer/Makefile b/graphics/xviewer/Makefile index fbb9041cf7e8..cbba10bcec9a 100644 --- a/graphics/xviewer/Makefile +++ b/graphics/xviewer/Makefile @@ -1,5 +1,6 @@ PORTNAME= xviewer PORTVERSION= 3.4.8 +PORTREVISION= 1 CATEGORIES= graphics gnome DIST_SUBDIR= gnome @@ -16,7 +17,7 @@ BUILD_DEPENDS= itstool:textproc/itstool \ ${LOCALBASE}/share/aclocal/yelp.m4:textproc/yelp-tools LIB_DEPENDS= libcinnamon-desktop.so:x11/cinnamon-desktop \ libxapp.so:x11/xapp \ - libpeas-1.0.so:devel/libpeas + libpeas-1.0.so:devel/libpeas1 RUN_DEPENDS= yelp:x11/yelp USES= meson compiler:c++11-lang desktop-file-utils gettext-tools \ diff --git a/mail/astroid/Makefile b/mail/astroid/Makefile index 898ae750a773..3255bbbb325b 100644 --- a/mail/astroid/Makefile +++ b/mail/astroid/Makefile @@ -1,7 +1,7 @@ PORTNAME= astroid DISTVERSIONPREFIX= v DISTVERSION= 0.16 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= mail MAINTAINER= mylan.connolly@gmail.com @@ -22,7 +22,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libgmime-3.0.so:mail/gmime30 \ libgnutls.so:security/gnutls \ libpcre2-8.so:devel/pcre2 \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libprotobuf.so:devel/protobuf \ libsass.so:textproc/libsass \ libsoup-2.4.so:devel/libsoup diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index db5ee37bdec0..ca460bb2fac6 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -1,6 +1,6 @@ PORTNAME= totem PORTVERSION= 43.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -18,14 +18,14 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ itstool:textproc/itstool \ grilo-plugins>=0:net/grilo-plugins LIB_DEPENDS= libgdata.so:devel/libgdata \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libjson-glib-1.0.so:devel/json-glib \ libgrilo-0.3.so:net/grilo \ libtotem-plparser.so:multimedia/totem-pl-parser \ libhandy-1.so:x11-toolkits/libhandy \ libportal-gtk3.so:deskutils/libportal-gtk3 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ - ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} \ gnome-settings-daemon>=2.91.0:sysutils/gnome-settings-daemon \ gnome-icon-theme-symbolic>=2.91.0:x11-themes/gnome-icon-theme-symbolic \ grilo-plugins>=0:net/grilo-plugins diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 3112e6202496..3ba8ecaf9905 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -1,5 +1,6 @@ PORTNAME= liferea DISTVERSION= 1.14.6 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${DISTVERSION}/ @@ -17,10 +18,10 @@ LIB_DEPENDS= libfribidi.so:converters/fribidi \ libharfbuzz.so:print/harfbuzz \ libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libjson-glib-1.0.so:devel/json-glib RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ - ${PYTHON_PKGNAMEPREFIX}libpeas>=0:devel/py-libpeas@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}libpeas1>=0:devel/py-libpeas1@${PY_FLAVOR} USES= compiler:c++11-lang cpe desktop-file-utils gettext \ gmake gnome libtool localbase \ diff --git a/www/midori/Makefile b/www/midori/Makefile index 03ba45b827df..d5789c6da118 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,7 +1,7 @@ PORTNAME= midori PORTVERSION= 9.0 DISTVERSIONPREFIX= v -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -15,7 +15,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup \ libp11-kit.so:security/p11-kit \ libgcr-base-3.so:security/gcr3 \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss diff --git a/x11/budgie-desktop/Makefile b/x11/budgie-desktop/Makefile index a1f2fd7e0afe..e00eda5e489c 100644 --- a/x11/budgie-desktop/Makefile +++ b/x11/budgie-desktop/Makefile @@ -1,6 +1,6 @@ PORTNAME= budgie-desktop DISTVERSION= 10.8.2 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONPREFIX= v CATEGORIES= x11 budgie MASTER_SITES= BUDGIE @@ -17,7 +17,7 @@ BUILD_DEPENDS= gnome-settings-daemon>0:sysutils/gnome-settings-daemon \ sassc:textproc/sassc \ zenity>0:x11/zenity LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \ - libpeas-1.0.so:devel/libpeas \ + libpeas-1.0.so:devel/libpeas1 \ libuuid.so:misc/e2fsprogs-libuuid \ libnotify.so:devel/libnotify \ libaccountsservice.so:sysutils/accountsservice \ |