
libreoffice-extention-menubar
By:
Thaodan on
Aug 10th, 2012 | syntax:
Bash | size: 0.97 KB | hits: 86 | expires: Never
# Maintainer: György Balló <ballogy@freestart.hu>
# Updated bye Björn Bidar - Thaodan <thedorstormgrade@gmail.com>
pkgname=libreoffice-extension-menubar
_pkgname=lo-menubar
pkgver=0.1.1
pkgrel=1
pkgdesc="A small plugin for LibreOffice to export the menus from the application into Unity's menubar"
arch=(i686 x86_64)
url="https://launchpad.net/lo-menubar"
license=(LGPL)
depends=(libreoffice-common libdbusmenu-gtk2 boost)
makedepends=(libreoffice-sdk python2)
source=('https://launchpad.net/lo-menubar/trunk/0.1.1/+download/lo-menubar-0.1.1.tar.bz2')
build() {
cd "$srcdir/$_pkgname-$pkgver"
export LD_LIBRARY_PATH=/usr/lib/libreoffice/ure/lib
python2 ./waf configure --prefix=/usr \
--libreoffice-prefix=/usr/lib/libreoffice \
--ure-prefix=/usr/lib/libreoffice/ure
python2 ./waf build
}
package() {
cd "$srcdir/$_pkgname-$pkgver"
python2 ./waf install --destdir=$pkgdir
}
md5sums=('5cdb8dd7a354afc537204d9ad2df3352 ')