Skip to content

Instantly share code, notes, and snippets.

@Stebalien
Created January 4, 2014 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stebalien/8259960 to your computer and use it in GitHub Desktop.
Save Stebalien/8259960 to your computer and use it in GitHub Desktop.
# Contributor: Dirk Sohler <spam@0x7be.de>
# Maintainer: Dirk Sohler <spam@0x7be.de>
# vim: ts=4:sw=4
pkgname=libreoffice-gtk-only-ultralite
pkgver=4.1.4
pkgrel=1
pkgdesc="Simply makes LibreOffice use GTK theme without any Gnome dependencies"
url="http://www.libreoffice.org/"
arch=('i686' 'x86_64')
license=('LGPL3')
depends=("libreoffice-common=${pkgver}-${pkgrel}")
conflicts=('libreoffice-gnome')
source=("http://mirrors.kernel.org/archlinux/extra/os/${CARCH}/libreoffice-gnome-${pkgver}-${pkgrel}-${CARCH}.pkg.tar.xz"{,.sig})
sha256sums=('780629cce4ef05ae853f0ecd7ad3911b38e04501a6365c322735168431b449ee'
'SKIP')
package() {
cd ${srcdir}
_LODIR='usr/lib/libreoffice/program'
_LIBNAME='libvclplug_gtklo.so'
_LIB3NAME='libvclplug_gtk3lo.so'
install -dm755 ${pkgdir}/$_LODIR/
install -Dm755 ${srcdir}/$_LODIR/$_LIBNAME ${pkgdir}/$_LODIR/
install -Dm755 ${srcdir}/$_LODIR/$_LIB3NAME ${pkgdir}/$_LODIR/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment