Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
rebuild against wxWidgets GTK 3 package
· 6a859cc7
Andreas Tille
authored
Jul 31, 2019
6a859cc7
debhelper-compat 12
· 04bf1d0e
Andreas Tille
authored
Jul 31, 2019
04bf1d0e
Standards-Version: 4.4.0
· 53c6733b
Andreas Tille
authored
Jul 31, 2019
53c6733b
Switch build system from gtk2 to gtk3
· 86a3e582
Andreas Tille
authored
Jul 31, 2019
86a3e582
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
86a3e582
lamarc (2.1.10.1+dfsg-4) unstable; urgency=medium
* rebuild against wxWidgets GTK 3 package
Closes: #933446
* debhelper-compat 12
* Standards-Version: 4.4.0
-- Andreas Tille <tille@debian.org> Wed, 31 Jul 2019 12:04:50 +0200
lamarc (2.1.10.1+dfsg-3) unstable; urgency=medium
* Point Vcs fields to salsa.debian.org
...
...
debian/compat
deleted
100644 → 0
View file @
c2ce7b8a
11
debian/control
View file @
86a3e582
...
...
@@ -3,11 +3,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (
>
= 1
1~
),
Build-Depends: debhelper
-compat
(= 1
2
),
libboost-dev,
libtinyxml-dev,
libwxgtk3.0-dev
Standards-Version: 4.
3
.0
libwxgtk3.0-
gtk3-
dev
Standards-Version: 4.
4
.0
Vcs-Browser: https://salsa.debian.org/med-team/lamarc
Vcs-Git: https://salsa.debian.org/med-team/lamarc.git
Homepage: http://evolution.gs.washington.edu/lamarc/
...
...
debian/patches/enable_build_on_hurd.patch
View file @
86a3e582
...
...
@@ -20,13 +20,13 @@ Last-Update: Wed, 24 Jan 2018 08:35:01 +0100
if test "X${LAMARC_CODE_OSTYPE}" = "X" ; then
- GUI_TOOLKIT=osx_cocoa
- LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX
+ GUI_TOOLKIT=gtk
2
+ GUI_TOOLKIT=gtk
3
+ LAMARC_CODE_OSTYPE=LAMARC_COMPILE_LINUX
echo "*************************************************************"
- echo "DO NOT CHECK THIS config.ac in, it has GUI_TOOLKIT and"
- echo "LAMARC_CODE_OSTYPE hardwired for 10.7 mac"
+ echo "No known OSTYPE"
+ echo "Use toolkit gtk
2
and Linux settings"
+ echo "Use toolkit gtk
3
and Linux settings"
echo "*************************************************************"
fi
;;
debian/patches/gtk3.patch
0 → 100644
View file @
86a3e582
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 31 Jul 2019 12:04:50 +0200
Description: Wxgtk was switched from version gtk2 to gtk3
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,7 @@
case "$target_os" in
if test "X${lamCONV}" = "Xyes" ; then
if test "X${lamGUI}" = "Xyes" ; then
if test "X${GUI_TOOLKIT}" = "X" ; then
- GUI_TOOLKIT=gtk2
+ GUI_TOOLKIT=gtk3
fi
fi
fi
@@ -476,7 +476,7 @@
esac
if test "X${lamCONV}" = "Xyes" ; then
case "${GUI_TOOLKIT}" in
- gtk2)
+ gtk3)
;;
mac)
;;
debian/patches/series
View file @
86a3e582
...
...
@@ -3,3 +3,4 @@ use_debian_packaged_boost.patch
limits.patch
fix_install_target.patch
enable_build_on_hurd.patch
gtk3.patch