updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / openoffice-dark-gtk-fix / PKGBUILD
blob5ee4ae40b23d69cf1f466aedab3e9d64196e4040
1 # Maintainer: doorknob60 <doorknob60 at gmail dot com>
3 pkgname=openoffice-dark-gtk-fix
4 pkgver=1.1
5 pkgrel=3
6 pkgdesc="This fixes OpenOffice.org's (and Libreoffice's) appearance and behavior in dark GTK themes"
7 arch=(i686 x86_64)
8 url="http://www.rebelzero.com/fixes/openofficeorg-dark-theme-workaround-with-ubuntu-804"
9 install=${pkgname}.install
10 license=('gpl')
11 groups=('office')
12 depends=('gtk-engines')
13 source=(openoffice-dark-gtk-fix.sh)
14 md5sums=('d5029da2ffd9dae510f358c4f97f901e')
16 build() {
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