### this file is sourced not run
PKGVER=0.9.30 # the final GTK2 version
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=notify-osd-$PKGVER.tar.gz 
MD5SUM=aa52780eb7be9eab6d6bd3a6b055ac09
SRC_URL=https://launchpad.net/notify-osd/natty/natty-alpha3/+download/$TARBALL
BUNDLE=

SLACKREQ='dbus glib libwnck' # libxdg-basedir build-time only
SLACKDESC="notify-osd: notify-osd $PKGVER (Popup notifier)  
notify-osd:  
notify-osd: The Desktop Notifications framework provides a standard way of 
notify-osd: doing passive pop-up notifications on the Linux desktop. These are 
notify-osd: designed to notify the user of something without interrupting 
notify-osd: their work with a dialog box that they must close. Passive popups 
notify-osd: can automatically disappear after a short period of time. Another 
notify-osd: package that does popup notifier is dunst.  
notify-osd: 
notify-osd: 
notify-osd:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	export LIBS="-lpixman-1 -lX11 -lm"
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	rm -f usr/share/icons/hicolor/icon-theme.cache
}


