Source: guayadeque
Version: 0.3.5~ds0-2
Severity: important
Tags: upstream patch

Hi,

with the new libindicator/libindicate in unstable, a rebuild of guayadeque
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')
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
Index: guayadeque-0.3.5~ds0/CMakeLists.txt
===================================================================
--- guayadeque-0.3.5~ds0.orig/CMakeLists.txt	2012-02-22 13:51:44.184230011 +0100
+++ guayadeque-0.3.5~ds0/CMakeLists.txt	2012-02-22 13:52:54.664231065 +0100
@@ -94,7 +94,7 @@
 	ADD_DEFINITIONS(-DWITH_LIBGPOD_SUPPORT=1)
 ENDIF( NOT LIBGPOD_LIBRARIES )
 
-PKG_CHECK_MODULES( LIBINDICATE indicate )
+PKG_CHECK_MODULES( LIBINDICATE indicate-0.6 )
 IF( NOT LIBINDICATE_LIBRARIES )
 	MESSAGE( " libindicate library not found! No sound menu support!!" )
 ELSE( NOT LIBINDICATE_LIBRARIES )

Reply via email to