1 # Maintainer: doorknob60 <doorknob60 at gmail dot com>
3 pkgname=openoffice-dark-gtk-fix
6 pkgdesc="This fixes OpenOffice.org's (and Libreoffice's) appearance and behavior in dark GTK themes"
8 url="http://www.rebelzero.com/fixes/openofficeorg-dark-theme-workaround-with-ubuntu-804"
9 install=${pkgname}.install
12 depends=('gtk-engines')
13 source=(openoffice-dark-gtk-fix.sh)
14 md5sums=('d5029da2ffd9dae510f358c4f97f901e')
17 install -d $pkgdir/usr/bin
18 install -D openoffice-dark-gtk-fix.sh $pkgdir/usr/bin/
19 chmod 755 $pkgdir/usr/bin/openoffice-dark-gtk-fix.sh