8000 RFE: port to gtksourceview-4 · Issue #371 · ellie-commons/sequeler · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RFE: port to gtksourceview-4 #371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kloczek opened this issue Jan 16, 2022 · 1 comment · Fixed by #395
Closed

RFE: port to gtksourceview-4 #371

kloczek opened this issue Jan 16, 2022 · 1 comment · Fixed by #395

Comments

@kloczek
Copy link
kloczek commented Jan 16, 2022

Looks like with below patch sequeler can be compiled with gtksourceview-4

--- a/src/meson.build~     2019-04-07 18:31:49.000000000 +0100
+++ b/src/meson.build      2019-04-23 06:51:25.180368032 +0100
@@ -59,7 +59,7 @@
         dependency('libgda-5.0'),
         dependency('libssh2'),
         dependency('libsecret-1'),
-        dependency('gtksourceview-3.0'),
+        dependency('gtksourceview-4'),
         m_dep,
         linux_dep
     ],

however it would be nice to start port it to gtk4 and gtksourceview-5.

@ryonakano ryonakano changed the title RFE: port to gtk4 and gtksourceview-5 RFE: port to gtksourceview-4 Apr 27, 2025
@ryonakano ryonakano mentioned this issue Apr 27, 2025
2 tasks
@ryonakano
Copy link
Member

Renamed the title because porting to GTK 4 is scope of #389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0