~jconti/recent-notifications/ppa-indicator-gtk2

1 by Jason Conti
Import upstream version 0.2.1
1
#!/bin/sh
2
3
PKG_NAME="indicator-notifications"
4
5
which gnome-autogen.sh || {
6
	echo "You need gnome-common from GNOME Git"
7
	exit 1
8
}
9
10
USE_GNOME2_MACROS=1 \
11
. gnome-autogen.sh $@