summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Smirnov <onlyjob@member.fsf.org>2018-06-29 10:49:34 +1000
committerDmitry Smirnov <onlyjob@member.fsf.org>2018-06-29 10:49:34 +1000
commit6703e657bad438539ea08e427dac70c111986d82 (patch)
treedd724d4cba665a4bde92504cb329a31acba9eed5
parent541eea0b8637e7941fcf3be8e986c29e75e7caf5 (diff)
--enable-appindicator
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 751d9f2..8b77a59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ clipit (1.4.4-0.1) UNRELEASED; urgency=medium
* Non-maintainer upload.
* New upstream release [June 2018].
- * Build using "--with-gtk3";
+ * Build using "--with-gtk3", "--enable-appindicator";
Build-Depends: "libgtk2.0-dev" --> "libgtk-3-dev".
* Updated Homepage URL.
* Vcs URLs to Salsa.
diff --git a/debian/control b/debian/control
index a564aab..ff069c7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Jackson Doak <noskcaj@ubuntu.com>
Build-Depends: debhelper (>= 11~),
libgtk-3-dev,
intltool,
- libappindicator-dev (>= 0.2.4)
+ libappindicator3-dev
Standards-Version: 3.9.4
Homepage: https://github.com/CristianHenzel/ClipIt
Vcs-Browser: https://salsa.debian.org/debian/clipit
diff --git a/debian/rules b/debian/rules
index cc9d8db..131c740 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,4 +22,4 @@ override_dh_autoreconf:
intltoolize --automake --copy --force
override_dh_auto_configure:
- dh_auto_configure -- --with-gtk3
+ dh_auto_configure -- --with-gtk3 --enable-appindicator