From b823332b9a8b176344c795df1f8938041a12bd70 Mon Sep 17 00:00:00 2001 From: cos Date: Sun, 16 Jun 2013 15:58:55 +0200 Subject: Use gtk2 rather than gtk3. Quoting from the file INSTALL in the root of this repository: The default build process will try to link against gtk2, if gtk2 isn't installed it will link against gtk3. Reading through irc logs for #dwb exposes some critisism for the matureness of gtk3. Until upstream considers gtk3 being ready for prime time by building for it by default, it makes no sense that the debian packaging deviates from upstream by linking towards libs not primarily developed for. --- debian/control | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 0db3d694..053b1b2e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,8 @@ Section: web Priority: extra Maintainer: Nathan Owens Build-Depends: debhelper (>= 9), - libwebkitgtk-3.0-dev, + libwebkitgtk-dev, + libgtk2.0-dev, libgnutls-dev, libsoup2.4-dev, libjson0-dev, diff --git a/debian/rules b/debian/rules index a257481e..0bb32427 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export GTK=3 +export GTK=2 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed COMMIT=d6755999c1b16af33353a4fc248a3e8c56abe49d -- cgit v1.2.3