diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-13 03:48:21 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-13 03:48:21 +0000 |
commit | 3d6877ee9ee7bba813a4b6be30a11d2b1942c656 (patch) | |
tree | 56a6ea47f39af019747bd61e1dab7e6c4302e805 /extra | |
parent | d8679f0250762892ab1e1a6d71badc2e9d42a526 (diff) |
Sun Apr 13 03:42:18 UTC 2014
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libreoffice/PKGBUILD | 14 | ||||
-rw-r--r-- | extra/nmap/PKGBUILD | 8 |
2 files changed, 11 insertions, 11 deletions
diff --git a/extra/libreoffice/PKGBUILD b/extra/libreoffice/PKGBUILD index b458c97a2..1697ace46 100644 --- a/extra/libreoffice/PKGBUILD +++ b/extra/libreoffice/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 210194 2014-04-11 09:13:27Z bpiotrowski $ +# $Id: PKGBUILD 210242 2014-04-12 18:31:21Z bpiotrowski $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> @@ -20,7 +20,7 @@ pkgname=('libreoffice-common' 'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with all extensions built) _LOver=4.2.3.3 pkgver=4.2.3 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('LGPL3') url="http://www.libreoffice.org/" @@ -38,8 +38,7 @@ makedepends=( # makedepends 'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' #'telepathy-glib' - 'gstreamer0.10-base' 'gst-plugins-base-libs' 'glu' - 'ttf-liberation' # to satisfy regression tests + 'gst-plugins-base-libs' 'glu' 'ttf-liberation' # to satisfy regression tests 'git') # there's only one single static library in libreoffice-sdk, # the next build that removes it may lead to trouble if people may use it @@ -130,9 +129,9 @@ noextract=(15cb8c0803064faef0c4ddf5bc5ca279-boost_1_54_0.tar.bz2 libabw-0.0.2.tar.bz2) md5sums=('0347f2c919e809b3f3794ed509caa902' 'SKIP' - '11a2381971a7444fe5154ab9ae9578d6' + 'fa82b4c4510c78fe22a3a56d53fb9752' 'SKIP' - '21f4ff9b4e49c2b1a6464b4dae6cfb42' + '81759541de9ce626a02d652399cd1ffe' 'SKIP' '15cb8c0803064faef0c4ddf5bc5ca279' '1f24ab1d39f4a51faf22244c94a6203f' @@ -239,6 +238,7 @@ build() { --enable-kde4\ --enable-gtk3 \ --enable-gstreamer \ + --disable-gstreamer-0-10 \ --enable-lockdown\ --enable-opencl \ --enable-opengl \ @@ -322,7 +322,7 @@ package_libreoffice-common() { 'graphite' "icu>=52.1" 'clucene' 'lcms2' "poppler>=0.24.0" #'telepathy-glib' # (calc telepathy-glib libtubeslo.so) 'libodfgen' 'libvisio' 'harfbuzz-icu' 'hicolor-icon-theme' 'glu' - 'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'gstreamer0.10-base') + 'desktop-file-utils' 'shared-mime-info' 'xdg-utils') optdepends=('libreoffice-langpack: additional language support' 'java-runtime: adds java support' 'pstoedit: translates PostScript and PDF graphics into other vector formats' diff --git a/extra/nmap/PKGBUILD b/extra/nmap/PKGBUILD index 2b785b28f..7d919e386 100644 --- a/extra/nmap/PKGBUILD +++ b/extra/nmap/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 191740 2013-07-30 01:18:34Z bisson $ +# $Id: PKGBUILD 210221 2014-04-12 15:47:33Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=nmap -pkgver=6.40 +pkgver=6.45 pkgrel=1 pkgdesc='Utility for network discovery and security auditing' url='http://nmap.org/' arch=('i686' 'x86_64') -license=('GPL') +license=('GPL2') makedepends=('pygtk') optdepends=('pygtk: zenmap' 'sudo: privilege escalation for zenmap' @@ -18,7 +18,7 @@ optdepends=('pygtk: zenmap' 'gksu: privilege escalation for zenmap') depends=('pcre' 'openssl' 'libpcap' 'lua') source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('ee1bec1bb62045c7c1fc69ff183b2ae9b97bd0eb') +sha1sums=('3a634d319c57f6d93e5ccb69b45c133690d437e1') build() { cd "${srcdir}/${pkgname}-${pkgver}" |