File: Revert-Add-GDA-6-compatibility.patch

package info (click to toggle)
gtranslator 42.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,560 kB
  • sloc: ansic: 21,600; xml: 200; makefile: 155; python: 124; sh: 25
file content (24 lines) | stat: -rw-r--r-- 682 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Jeremy Bicha <jbicha@debian.org>
Date: Mon, 21 Feb 2022 16:13:25 -0500
Subject: Revert "Add GDA 6 compatibility"

This reverts commit 27c3f164422c193246aa4f71facf77d2a97ee94c.

We haven't packaged the new libgda in Debian yet
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 1ba7be0..15481e9 100644
--- a/meson.build
+++ b/meson.build
@@ -111,7 +111,7 @@ gtr_deps = [
   glib_dep,
   gtk_dep,
   libhandy_dep,
-  dependency('libgda-6.0'),
+  dependency('libgda-5.0'),
   dependency('gio-2.0', version: '>= 2.36.0'),
   dependency('gsettings-desktop-schemas'),
   dependency('gspell-1', version: '>= 1.2.0'),