mate-desktop / pluma

A powerful text editor for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
156 stars 64 forks source link

build: port to gtksourceview-4 #619

Closed rbuj closed 3 years ago

rbuj commented 3 years ago

based on https://gitlab.gnome.org/GNOME/gtksourceview/-/commit/54e48e9c further info https://developer.gnome.org/gtksourceview/stable/porting-guide-3-to-4.html closes #618

mbkma commented 3 years ago

gtksourceview4 is not present in Debian 10, so I can not test this at the moment, because I get:

configure: error: Package requirements (
    libxml-2.0 >= 2.5.0
    glib-2.0 >= 2.50.0
    gmodule-2.0
    gthread-2.0 >= 2.13.0
    gio-2.0 >= 2.50.0
    gtk+-3.0 >= 3.22.0
    gtksourceview-4 >= 4.0.2
    libpeas-1.0 >= 1.2.0
    libpeas-gtk-1.0 >= 1.2.0
) were not met:

No package 'gtksourceview-4' found

gtksourceview4 is in Debian testing: https://tracker.debian.org/pkg/gtksourceview4

rbuj commented 3 years ago

@mbkma libgtksourceview-4-dev is available from buster

kloczek commented 3 years ago

Just tested that PR and looks like at least ljust released plum builds with that :)

raveit65 commented 3 years ago

@rbuj @mbkma Anything else to merge which we need for pluma-plugins before i make a new release and update travis (ci) config?

rbuj commented 3 years ago

I think #617 should be merged before releasing a new version of pluma.