summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Smirnov <onlyjob@member.fsf.org>2018-06-29 10:36:28 +1000
committerDmitry Smirnov <onlyjob@member.fsf.org>2018-06-29 10:36:28 +1000
commit541eea0b8637e7941fcf3be8e986c29e75e7caf5 (patch)
tree2d978783056d302f51200d82f3f07180cd6d0439
parente59d380b0b621b7a13cf59f149fa581960fd4f1e (diff)
GTK3 build
Currently FTBFS: https://github.com/CristianHenzel/ClipIt/issues/92
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f1e914b..751d9f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
clipit (1.4.4-0.1) UNRELEASED; urgency=medium
- * TODO: https://github.com/CristianHenzel/ClipIt/issues/87
+ * BLOCKERS:
+ * https://github.com/CristianHenzel/ClipIt/issues/87
+ * https://github.com/CristianHenzel/ClipIt/issues/92
* Non-maintainer upload.
* New upstream release [June 2018].
+ * Build using "--with-gtk3";
+ Build-Depends: "libgtk2.0-dev" --> "libgtk-3-dev".
* Updated Homepage URL.
* Vcs URLs to Salsa.
* Removed "menu" file.
diff --git a/debian/control b/debian/control
index a803478..a564aab 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
Priority: optional
Maintainer: Jackson Doak <noskcaj@ubuntu.com>
Build-Depends: debhelper (>= 11~),
- libgtk2.0-dev,
+ libgtk-3-dev,
intltool,
libappindicator-dev (>= 0.2.4)
Standards-Version: 3.9.4
diff --git a/debian/rules b/debian/rules
index a6393de..cc9d8db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,6 @@ override_dh_autoreconf:
## config.status: error: po/Makefile.in.in was not created by intltoolize.
## ~~~~/
intltoolize --automake --copy --force
+
+override_dh_auto_configure:
+ dh_auto_configure -- --with-gtk3