Source: pino
Version: 0.2.11+dfsg-2
Severity: important
Tags: upstream patch

Hi,

with the new libindicator/libindicate in unstable, a rebuild of pino
would not fail, but it would lose the indicator support[1], as it looks for
an old pc file. I attach a simple patch that solves the issue. As this
affects the libindicator[2] transition, I'd like to see the fix in the
archive soon and could NMU if you do not object and busy.

Regards
Evgeni

[1] actually, it already has none as it does not link to libindicate atm
[2] http://release.debian.org/transitions/html/libindicator.html

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
Index: pino-0.2.11+dfsg/CMakeLists.txt
===================================================================
--- pino-0.2.11+dfsg.orig/CMakeLists.txt	2012-02-21 19:51:37.342753639 +0100
+++ pino-0.2.11+dfsg/CMakeLists.txt	2012-02-21 19:52:57.695345902 +0100
@@ -58,7 +58,7 @@
 pkg_check_modules(WEBKIT REQUIRED "webkit-1.0 >= 1.0")
 pkg_check_modules(LIBUNIQUE REQUIRED "unique-1.0 >= 1.0")
 pkg_check_modules(GTKSPELL REQUIRED "gtkspell-2.0 >= 2.0")
-pkg_check_modules(LIBINDICATE "indicate >= 0.3")
+pkg_check_modules(LIBINDICATE "indicate-0.6 >= 0.6")
 pkg_check_modules(GTHREAD REQUIRED "gthread-2.0 >= 2.14.0")
 
 set(pino_VALA_OPTIONS ${pino_VALA_OPTIONS} --thread)

Reply via email to