~sladen/unity-lens-files/unity-place-files-icon-lp745555

1 by Mikkel Kamstrup Erlandsen
Initial project setup of a Unity Place Daemon providing recently used files. At the time of writing we require dbusmodel trunk and libzeitgeist trunk in order to work.
1
#!/bin/sh
2
118 by Mikkel Kamstrup Erlandsen
Allow building out-of-tree with jhbuild
3
srcdir=`dirname $0`
4
1 by Mikkel Kamstrup Erlandsen
Initial project setup of a Unity Place Daemon providing recently used files. At the time of writing we require dbusmodel trunk and libzeitgeist trunk in order to work.
5
PKG_NAME="unity-place-files"
6
7
which gnome-autogen.sh || {
8
	echo "You need gnome-common from GNOME SVN"
9
	exit 1
10
}
11
12
USE_GNOME2_MACROS=1 \
13
. gnome-autogen.sh