### this file is sourced not run
PKGVER=1.32
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=geany-$PKGVER.tar.bz2
MD5SUM=c75e395d60b5b809970505962ee7579a
SRC_URL=http://download.geany.org/$TARBALL
BUNDLE=

SLACKREQ=gtk2
SLACKDESC='geany: geany '$PKGVER' (Text Editor / IDE)  
geany:  
geany: Geany is a Gtk2-based IDE that is not "tied" to a desktop environment 
geany: like KDevelop (KDE) and Anjuta (GNOME). It only requires Gtk runtime 
geany: libraries. Geany supports C, C++, Java, PHP, XML, HTML, Python, Perl, 
geany: and Pascal.  
geany: 
geany: 
geany: 
geany: 
geany:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf && pkg_build_slackdesc &&
	rm -f /usr/share/icons/hicolor/icon-theme.cache &&
	rm -f /usr/share/icons/Tango/icon-theme.cache &&
	
	# override with ours
	install -m644 /tmp/pkg/geany.desktop /usr/share/applications
}
