From fd6639655b399a79fb72f494786a4f57da9c90e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Feb 2022 16:02:25 +0100 Subject: First work to use gtk-3 --- debian/changelog | 6 ++++++ debian/patches/0001-usr_gtk-3.patch | 13 +++++++++++++ debian/patches/series | 1 + 3 files changed, 20 insertions(+) create mode 100644 debian/patches/0001-usr_gtk-3.patch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7f10bb0..e6cf8bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xtrkcad (1:5.2.0Beta2.1-2) UNRELEASED; urgency=medium + + * + + -- Jörg Frings-Fürst Fri, 28 Aug 2020 08:01:59 +0200 + xtrkcad (1:5.2.0Beta2.1-1) unstable; urgency=medium * New upstream release. diff --git a/debian/patches/0001-usr_gtk-3.patch b/debian/patches/0001-usr_gtk-3.patch new file mode 100644 index 0000000..afe0689 --- /dev/null +++ b/debian/patches/0001-usr_gtk-3.patch @@ -0,0 +1,13 @@ +Index: trunk/CMakeLists.txt +=================================================================== +--- trunk.orig/CMakeLists.txt ++++ trunk/CMakeLists.txt +@@ -64,7 +64,7 @@ if(APPLE) + endif() + + IF(UNIX) +- PKG_CHECK_MODULES(GTK REQUIRED "gtk+-2.0") ++ PKG_CHECK_MODULES(GTK REQUIRED "gtk+-3.0") + ENDIF() + + IF(APPLE) diff --git a/debian/patches/series b/debian/patches/series index c6c3550..7cbce4b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ +#0001-usr_gtk-3.patch 0900-spelling-errors.patch -- cgit v1.2.3