File: zeitgeist-daemon-ac-check-prog.patch

package info (click to toggle)
zeitgeist-sharp 0.8.0.0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 612 kB
  • sloc: cs: 2,425; sh: 625; makefile: 51
file content (18 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Check for the zeitgeist-daemon executable instead of using pkg-config
Author: Manish Sinha <manishsinha@ubuntu.com>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=669469
Forwarded: not-needed

Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@
 PKG_CHECK_MODULES([DBUS_SHARP_GLIB_10], [dbus-sharp-glib-1.0])
 PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
 
-PKG_CHECK_MODULES([ZEITGEIST_DAEMON], [zeitgeist-daemon >= 0.7.1])
+AC_CHECK_PROG([ZEITGEIST_DAEMON], [zeitgeist-daemon], yes, no)
 
 AC_CONFIG_FILES([
 Zeitgeist/zeitgeist-sharp.pc