From ca7c13a66d97fb83c8132c11d4b13cf0fcef2d02 Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 17 Dec 2010 23:54:01 +0000 Subject: [PATCH] Add an plugin for dolhpin for preview odf files --- kde-odf-plugin/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 kde-odf-plugin/PKGBUILD diff --git a/kde-odf-plugin/PKGBUILD b/kde-odf-plugin/PKGBUILD new file mode 100644 index 000000000..d3d522c0d --- /dev/null +++ b/kde-odf-plugin/PKGBUILD @@ -0,0 +1,26 @@ +# +# Chakra Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa + +pkgname=kde-odf-thumbnail +pkgver=1.0.0 +pkgrel=1 +pkgdesc="Plugin for KDE file managers (Dolphin and Konqueror) to preview Open Document Format files as Thumbnails." +arch=('i686' 'x86_64') +url="http://www.kde-apps.org/content/show.php/OpenOffice.org+Thumbnail+plugin?content=110864" +depends=('kdebase-workspace') +makedepends=('cmake' 'automoc4') +source=(http://kenai.com/downloads/kde-odf-thumbnail/1.0.0/kde-odf-thumbnail-$pkgver.tar.gz) +license=('GPL') +md5sums=('edf694939f4b5d5e97c3fe2f91e7cec3') + +build() { + cd $srcdir/kde-odf-thumbnail-$pkgver + mkdir build + cd build + cmake -DCMAKE_INSTALL_PREFIX='/usr' .. + make || return 1 + make DESTDIR=$pkgdir install +} \ No newline at end of file