From d8fdc79f0eff1e0a0c630ec38a5792640c0f8311 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 17 Mar 2014 03:42:22 +0000 Subject: Mon Mar 17 03:39:34 UTC 2014 --- extra/apr-util/PKGBUILD | 8 ++++---- extra/libreoffice/PKGBUILD | 16 ++++++++-------- extra/libwacom/PKGBUILD | 6 +++--- extra/sdl2/PKGBUILD | 6 +++--- 4 files changed, 18 insertions(+), 18 deletions(-) (limited to 'extra') diff --git a/extra/apr-util/PKGBUILD b/extra/apr-util/PKGBUILD index 9a9e76bb9..0655e18b7 100644 --- a/extra/apr-util/PKGBUILD +++ b/extra/apr-util/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 205605 2014-02-09 10:29:36Z andyrtr $ +# $Id: PKGBUILD 207989 2014-03-16 19:05:38Z anatolik $ # Maintainer: Jan de Groot # Maintainer: Pierre Schmitz pkgname=apr-util pkgver=1.5.3 -pkgrel=2 +pkgrel=3 pkgdesc="The Apache Portable Runtime" arch=('i686' 'x86_64') url="http://apr.apache.org/" -depends=('apr' 'gdbm' 'expat' 'libldap' 'unixodbc') +depends=('apr' 'gdbm' 'expat' 'libldap' 'unixodbc' 'openssl') license=('APACHE') source=(http://www.apache.org/dist/apr/apr-util-${pkgver}.tar.bz2{,.asc}) md5sums=('6f3417691c7a27090f36e7cf4d94b36e' @@ -17,7 +17,7 @@ md5sums=('6f3417691c7a27090f36e7cf4d94b36e' build() { cd "${srcdir}/apr-util-${pkgver}" ./configure --prefix=/usr --with-apr=/usr \ - --with-ldap \ + --with-ldap --with-crypto \ --with-gdbm=/usr make } diff --git a/extra/libreoffice/PKGBUILD b/extra/libreoffice/PKGBUILD index 5cc8a33ee..ff15945d5 100644 --- a/extra/libreoffice/PKGBUILD +++ b/extra/libreoffice/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 207945 2014-03-15 10:03:58Z andyrtr $ +# $Id: PKGBUILD 207986 2014-03-16 16:06:48Z andyrtr $ # Maintainer: AndyRTR # Maintainer: Bartłomiej Piotrowski @@ -20,12 +20,12 @@ pkgname=('libreoffice-common' 'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with all extensions built) _LOver=4.2.2.1 pkgver=4.2.2 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('LGPL3') url="http://www.libreoffice.org/" makedepends=( # makedepends - 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' #'boost' + 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant' 'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 'beanshell2' 'vigra' 'clucene' 'junit' 'libmythes' 'libwpg' 'imagemagick' 'glu' 'mesa' 'gst-plugins-base-libs' 'java-environment' 'postgresql-libs' 'doxygen' @@ -34,7 +34,7 @@ makedepends=( # makedepends "curl>=7.20.0" "hunspell>=1.2.8" "python>=3.3" 'libwpd>=0.9.2' 'libwps' 'libxaw' "neon>=0.28.6" 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 'libxslt' 'librsvg' "icu>=52.1" 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'libtextcat' 'graphite' 'lcms2' 'poppler>=0.24.0' - 'libvisio' 'libetonyek' 'libodfgen' 'telepathy-glib' + 'libvisio' 'libetonyek' 'libodfgen' #'telepathy-glib' 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' 'ttf-liberation' # to satisfy regression tests 'git') @@ -245,7 +245,7 @@ build() { --enable-python=system \ --enable-scripting-beanshell \ --enable-scripting-javascript \ - --enable-telepathy \ + --disable-telepathy \ --enable-ext-wiki-publisher \ --enable-ext-nlpsolver \ --without-fonts\ @@ -316,7 +316,7 @@ package_libreoffice-common() { pkgdesc="common files for LibreOffice - a productivity suite that is compatible with other major office suites" install=libreoffice-common.install depends=('libreoffice-langpack' "hunspell>=1.2.8" "python>=3.3" "neon>=0.28.6" 'dbus-glib' 'librsvg' 'libcups' - 'nss' 'libsm' 'redland' 'hyphen' 'graphite' "icu>=52.1" 'clucene' 'lcms2' "poppler>=0.24.0" 'telepathy-glib' # (calc telepathy-glib libtubeslo.so) + 'nss' 'libsm' 'redland' 'hyphen' 'graphite' "icu>=52.1" 'clucene' 'lcms2' "poppler>=0.24.0" #'telepathy-glib' # (calc telepathy-glib libtubeslo.so) 'libodfgen' 'libvisio' 'harfbuzz-icu' 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 'xdg-utils') optdepends=('libreoffice-langpack: additional language support' 'java-runtime: adds java support' @@ -386,7 +386,7 @@ package_libreoffice-common() { cp ${srcdir}/fakeinstall/usr/lib/libreoffice/share/registry/writer.xcd ${pkgdir}/usr/lib/libreoffice/share/registry/writer.xcd # workaround lowriter depending on a lib that's part of calc # https://bugs.archlinux.org/task/39038 - https://bugs.freedesktop.org/show_bug.cgi?id=75506 - cp ${srcdir}/fakeinstall/usr/lib/libreoffice/program/libtubeslo.so ${pkgdir}/usr/lib/libreoffice/program/libtubeslo.so +# cp ${srcdir}/fakeinstall/usr/lib/libreoffice/program/libtubeslo.so ${pkgdir}/usr/lib/libreoffice/program/libtubeslo.so # add missing files from Beanshell provider # create directories from *list.txt file @@ -471,7 +471,7 @@ package_libreoffice-calc() { done # workaround lowriter depending on a lib that's part of calc # https://bugs.archlinux.org/task/39038 - https://bugs.freedesktop.org/show_bug.cgi?id=75506 - rm -vf ${pkgdir}/usr/lib/libreoffice/program/libtubeslo.so +# rm -vf ${pkgdir}/usr/lib/libreoffice/program/libtubeslo.so } package_libreoffice-draw() { diff --git a/extra/libwacom/PKGBUILD b/extra/libwacom/PKGBUILD index 627165883..b8521a770 100644 --- a/extra/libwacom/PKGBUILD +++ b/extra/libwacom/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 198653 2013-11-01 13:53:37Z eric $ +# $Id: PKGBUILD 207987 2014-03-16 16:42:29Z fyan $ # Maintainer: Jan Alexander Steffens (heftig) pkgname=libwacom -pkgver=0.8 +pkgver=0.9 pkgrel=1 pkgdesc="Library to identify Wacom tablets and their features" arch=('x86_64' 'i686') @@ -10,7 +10,7 @@ url="http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Libwacom" license=('MIT') depends=('glib2' 'systemd') source=(http://sourceforge.net/projects/linuxwacom/files/libwacom/$pkgname-$pkgver.tar.bz2) -sha256sums=('8a7490b960595366d011787ca4285b8e8b371324849f72c6488f92b2f313d442') +sha256sums=('7a5848b5f069e526257a00ce2d409e2018c17f5a968bdec256423bcb54f2f097') build() { cd $pkgname-$pkgver diff --git a/extra/sdl2/PKGBUILD b/extra/sdl2/PKGBUILD index 5cdc4d547..11d5b3766 100644 --- a/extra/sdl2/PKGBUILD +++ b/extra/sdl2/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase pkgname=sdl2 -pkgver=2.0.2 -pkgrel=2 +pkgver=2.0.3 +pkgrel=1 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)" arch=('i686' 'x86_64') url="http://www.libsdl.org" @@ -11,7 +11,7 @@ makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 'l optdepends=('alsa-lib: ALSA audio driver' 'libpulse: PulseAudio audio driver') source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz") -md5sums=('e8070e8b6335def073a80cee78f3a7f0') +md5sums=('fe6c61d2e9df9ef570e7e80c6e822537') prepare() { mkdir build -- cgit v1.2.3-54-g00ecf