Summary: | devel/libpeas: update to 1.24.0 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Val Packett <val> | ||||||||
Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | bapt, desktop, tcberner, w.schwarzenfeld | ||||||||
Priority: | --- | Keywords: | buildisok, patch | ||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 238373 | ||||||||||
Attachments: |
|
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/113776439 Comment on attachment 211207 [details] peas.patch >@@ -29,108 +31,75 @@ libdata/pkgconfig/libpeas-1.0.pc > libdata/pkgconfig/libpeas-gtk-1.0.pc > share/gir-1.0/Peas-1.0.gir > share/gir-1.0/PeasGtk-1.0.gir >-share/gtk-doc/html/libpeas/PeasActivatable.html >-share/gtk-doc/html/libpeas/PeasEngine.html >-share/gtk-doc/html/libpeas/PeasExtensionBase.html >-share/gtk-doc/html/libpeas/PeasExtensionSet.html >-share/gtk-doc/html/libpeas/PeasGtkConfigurable.html >-share/gtk-doc/html/libpeas/PeasGtkPluginManager.html >-share/gtk-doc/html/libpeas/PeasGtkPluginManagerView.html >-share/gtk-doc/html/libpeas/PeasObjectModule.html >-share/gtk-doc/html/libpeas/PeasPluginInfo.html >-share/gtk-doc/html/libpeas/annotation-glossary.html >-share/gtk-doc/html/libpeas/api-index-1-14.html >-share/gtk-doc/html/libpeas/api-index-1-18.html >-share/gtk-doc/html/libpeas/api-index-1-2.html >-share/gtk-doc/html/libpeas/api-index-1-4.html >-share/gtk-doc/html/libpeas/api-index-1-6.html >-share/gtk-doc/html/libpeas/api-index-deprecated.html >-share/gtk-doc/html/libpeas/api-index-full.html >-share/gtk-doc/html/libpeas/ch01.html >-share/gtk-doc/html/libpeas/ch02.html >-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/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 > share/icons/hicolor/32x32/actions/libpeas-plugin.png > share/icons/hicolor/scalable/actions/libpeas-plugin.svg You seem to remove all gtk-doc files in this patch. If it is unintended, please restore them by adding -Dgtk_doc=true to MESON_ARGS. Created attachment 214726 [details]
peas.patch (1.26.0)
- updated to 1.26.0
- brought back gtkdoc, now optionalized as DOCS
- compatible with Python 3.8! \o/
ping (In reply to Greg V from comment #4) Thanks for the ping. Please do that in all the gnome@ PRs that are still relevant (I have absolutely no overview over them :) )... mfg Tobias Moin moin The plist for the python ports is broken (installs everything). Could you update the patch to fix that? mfg Tobias Created attachment 220309 [details]
peas.patch (1.26.0 v2)
Here
Commmitted. Thanks A commit references this bug: Author: tcberner Date: Mon Dec 7 08:30:24 UTC 2020 New revision: 557214 URL: https://svnweb.freebsd.org/changeset/ports/557214 Log: devel/libpeas: update to 1.26.0 - remove py2.7 flavor (end of year is coming) PR: 243743 Submitted by: Greg V <greg@unrelenting.technology> Changes: head/devel/libpeas/Makefile head/devel/libpeas/distinfo head/devel/libpeas/files/ head/devel/libpeas/pkg-plist head/devel/py-libpeas/pkg-plist |
Created attachment 211207 [details] peas.patch - this is required for current mail/geary - kill python2 support, which has no consumers (according to pkg rquery) - now built with meson