[Bug 283864] editors/gobby: Update to 0.6.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 283864] editors/gobby: Update to 0.6.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jan 2025 05:53:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283864 Yusuf Yaman <nxjoseph@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #256452|0 |1 is obsolete| | --- Comment #4 from Yusuf Yaman <nxjoseph@protonmail.com> --- Created attachment 256461 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256461&action=edit editors/gobby.patch: Update to 0.6.0 Changed gtkmm version. I noticed that I didn't put correct gtkmm version while switching depends to USE_GNOME. diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 2fe07f0c61e7..bb0c79c18c56 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libgnutls.so:security/gnutls \ USES= compiler:c++11-lang desktop-file-utils gettext gmake gnome \ pathfix pkgconfig USE_CXXSTD= c++11 -USE_GNOME= atkmm cairomm glibmm gtkmm30 gtksourceview3 intltool \ +USE_GNOME= atkmm cairomm glibmm gtkmm24 gtksourceview3 intltool \ libsigc++20 libxml++26 pangomm GNU_CONFIGURE= yes -- You are receiving this mail because: You are the assignee for the bug.