diff options
Diffstat (limited to 'extra')
-rw-r--r-- | extra/akonadi/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/avogadro/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/boost/PKGBUILD | 16 | ||||
-rw-r--r-- | extra/ekiga/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/enblend-enfuse/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/hugin/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/imagemagick/PKGBUILD | 7 | ||||
-rw-r--r-- | extra/json-c/PKGBUILD | 16 | ||||
-rw-r--r-- | extra/kdeedu-kig/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/kdeedu-rocs/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/kdeplasma-applets-networkmanagement/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/libkolabxml/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/libpst/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/libtorrent-rasterbar/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/licq/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/lyx/PKGBUILD | 10 | ||||
-rw-r--r-- | extra/mkvtoolnix/PKGBUILD | 4 | ||||
-rw-r--r-- | extra/samba/PKGBUILD | 12 | ||||
-rw-r--r-- | extra/samba/nmbd.service | 2 | ||||
-rw-r--r-- | extra/samba/smbd.service | 2 | ||||
-rw-r--r-- | extra/samba/smbd@.service | 2 | ||||
-rw-r--r-- | extra/samba/winbindd.service | 2 | ||||
-rw-r--r-- | extra/source-highlight/PKGBUILD | 6 | ||||
-rw-r--r-- | extra/uim/PKGBUILD | 5 | ||||
-rw-r--r-- | extra/xsd/PKGBUILD | 4 |
25 files changed, 76 insertions, 64 deletions
diff --git a/extra/akonadi/PKGBUILD b/extra/akonadi/PKGBUILD index a5225c3a6..8e2f978ae 100644 --- a/extra/akonadi/PKGBUILD +++ b/extra/akonadi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 168740 2012-10-15 06:35:45Z andrea $ +# $Id: PKGBUILD 176281 2013-01-28 16:48:14Z stephane $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=akonadi pkgver=1.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" arch=('i686' 'x86_64') url='http://community.kde.org/KDE_PIM/Akonadi' diff --git a/extra/avogadro/PKGBUILD b/extra/avogadro/PKGBUILD index de3ea9211..9a0b47174 100644 --- a/extra/avogadro/PKGBUILD +++ b/extra/avogadro/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 174169 2013-01-03 07:02:09Z andrea $ +# $Id: PKGBUILD 176282 2013-01-28 16:48:15Z stephane $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Nick B <Shirakawasuna at gmail _dot_com> pkgname=avogadro pkgver=1.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="An advanced molecular editor based on Qt" arch=('i686' 'x86_64') url="http://avogadro.openmolecules.net/wiki/Main_Page" diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD index a28446d18..15d67acac 100644 --- a/extra/boost/PKGBUILD +++ b/extra/boost/PKGBUILD @@ -1,20 +1,22 @@ -# $Id: PKGBUILD 175865 2013-01-23 00:12:56Z eric $ -# Maintainer: kevin <kevin@archlinux.org> +# $Id: PKGBUILD 176283 2013-01-28 16:48:15Z stephane $ +# Maintainer: Stéphane Gaudreault <stephane@archlinux.org> +# Maintainer: Ionut Biru <ibiru@archlinux.org> +# Contributor: kevin <kevin@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Kritoke <kritoke@gamebox.net> # Contributor: Luca Roccia <little_rock@users.sourceforge.net> pkgbase=boost pkgname=('boost-libs' 'boost') -pkgver=1.50.0 +pkgver=1.52.0 _boostver=${pkgver//./_} -pkgrel=4 +pkgrel=1 arch=('i686' 'x86_64') url="http://www.boost.org/" -makedepends=('icu>=50.1.2' 'python' 'python2' 'bzip2' 'zlib' 'openmpi') +makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi') source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz) license=('custom') -md5sums=('dbc07ab0254df3dda6300fd737b3f264') +sha1sums=('1120430030315b0a94b6d63fc04662960db2444c') _stagedir="${srcdir}/stagedir" @@ -76,7 +78,7 @@ build() { package_boost() { pkgdesc="Free peer-reviewed portable C++ source libraries - Development" depends=("boost-libs=${pkgver}") - optdepends=('python3: for python bindings' + optdepends=('python: for python3 bindings' 'python2: for python2 bindings' 'boost-build: to use boost jam for building your project.') diff --git a/extra/ekiga/PKGBUILD b/extra/ekiga/PKGBUILD index 3fccad4d5..5fcc28ff4 100644 --- a/extra/ekiga/PKGBUILD +++ b/extra/ekiga/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 172100 2012-11-28 10:32:07Z jgc $ +# $Id: PKGBUILD 176284 2013-01-28 16:48:16Z stephane $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Tom K <tomk@runbox.com> pkgname=ekiga pkgver=4.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support (GnomeMeeting expanded and renamed)" url="http://www.ekiga.org" license=(GPL) diff --git a/extra/enblend-enfuse/PKGBUILD b/extra/enblend-enfuse/PKGBUILD index 8cbd04764..3de8f7cd9 100644 --- a/extra/enblend-enfuse/PKGBUILD +++ b/extra/enblend-enfuse/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 169744 2012-10-27 23:41:41Z eric $ +# $Id: PKGBUILD 176285 2013-01-28 16:48:18Z stephane $ # Maintainer: tobias <tobias@archlinux.org> # Contributor: Dominik Ryba <domryba@post.pl> pkgname=enblend-enfuse pkgver=4.0 -pkgrel=8 +pkgrel=9 pkgdesc="Intelligent blend tool for overlapping picture" arch=("i686" "x86_64") license=('GPL') diff --git a/extra/hugin/PKGBUILD b/extra/hugin/PKGBUILD index 9262d49d7..a4dbefbd4 100644 --- a/extra/hugin/PKGBUILD +++ b/extra/hugin/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 173184 2012-12-12 00:37:13Z bisson $ +# $Id: PKGBUILD 176286 2013-01-28 16:48:18Z stephane $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Tobias Kieslich <tobias@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> @@ -6,7 +6,7 @@ pkgname=hugin pkgver=2012.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='Panorama photo stitcher' url='http://hugin.sourceforge.net/' license=('GPL') @@ -31,7 +31,7 @@ build() { make } -package(){ +package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD index b14551014..964dd4ca2 100644 --- a/extra/imagemagick/PKGBUILD +++ b/extra/imagemagick/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 175860 2013-01-23 00:12:51Z eric $ +# $Id: PKGBUILD 176298 2013-01-28 17:54:15Z eric $ # Maintainer: Eric Bélanger <eric@archlinux.org> pkgbase=imagemagick pkgname=('imagemagick' 'imagemagick-doc') -pkgver=6.8.1.9 +pkgver=6.8.2.0 pkgrel=1 arch=('i686' 'x86_64') url="http://www.imagemagick.org/" license=('custom') makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \ 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr') +#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \ source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \ perlmagick.rpath.patch) -sha1sums=('3d5178ae2b2d819d5f7923031f0f3602a12adf96' +sha1sums=('c5fd6dd5be520d1946cab9d49f39177d2279b9f1' '23405f80904b1de94ebd7bd6fe2a332471b8c283') build() { diff --git a/extra/json-c/PKGBUILD b/extra/json-c/PKGBUILD index 2b8174664..0c82ec3fc 100644 --- a/extra/json-c/PKGBUILD +++ b/extra/json-c/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 176084 2013-01-27 11:24:26Z ioni $ -# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> +# $Id: PKGBUILD 176239 2013-01-28 00:11:44Z heftig $ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> # Contributor: congyiwu <congyiwu AT gmail DOT com> pkgname=json-c pkgver=0.10 -pkgrel=1 +pkgrel=2 pkgdesc="A JSON implementation in C" url="https://github.com/json-c/json-c/wiki" license=("MIT") @@ -15,7 +15,15 @@ md5sums=('a4edc79410eb894f08d7d52ca9f88732') options=(!libtool) build() { cd $pkgname-$pkgver - ./configure --prefix=/usr + + ## from http://pkgs.fedoraproject.org/cgit/json-c.git/tree/json-c.spec + # Hack to get json_object_iterator.c compiled + sed -e 's/json_object.c/json_object.c json_object_iterator.c/' \ + -e 's/json_object.h/json_object.h json_object_iterator.h/' \ + -e 's/json_object.lo/json_object.lo json_object_iterator.lo/' \ + -i Makefile.in + + ./configure --prefix=/usr --disable-static make } diff --git a/extra/kdeedu-kig/PKGBUILD b/extra/kdeedu-kig/PKGBUILD index b87015a60..732a9bdc8 100644 --- a/extra/kdeedu-kig/PKGBUILD +++ b/extra/kdeedu-kig/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 174680 2013-01-05 13:16:57Z andrea $ +# $Id: PKGBUILD 176287 2013-01-28 16:48:19Z stephane $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kig pkgver=4.9.5 -pkgrel=1 +pkgrel=2 pkgdesc="Interactive Geometry" url="http://kde.org/applications/education/kig/" arch=('i686' 'x86_64') diff --git a/extra/kdeedu-rocs/PKGBUILD b/extra/kdeedu-rocs/PKGBUILD index ca1399c60..00ec0b87f 100644 --- a/extra/kdeedu-rocs/PKGBUILD +++ b/extra/kdeedu-rocs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 174690 2013-01-05 13:20:41Z andrea $ +# $Id: PKGBUILD 176288 2013-01-28 16:48:20Z stephane $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-rocs pkgver=4.9.5 -pkgrel=1 +pkgrel=2 pkgdesc="Rocs Graph Theory" url="http://kde.org/applications/education/rocs/" arch=('i686' 'x86_64') diff --git a/extra/kdeplasma-applets-networkmanagement/PKGBUILD b/extra/kdeplasma-applets-networkmanagement/PKGBUILD index a1479f087..cce48d624 100644 --- a/extra/kdeplasma-applets-networkmanagement/PKGBUILD +++ b/extra/kdeplasma-applets-networkmanagement/PKGBUILD @@ -4,7 +4,7 @@ pkgname=kdeplasma-applets-networkmanagement epoch=1 -pkgver=0.9.0.6 +pkgver=0.9.0.7 pkgrel=1 pkgdesc="KDE control panel and widget network connections" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ optdepends=('mobile-broadband-provider-info: Database of mobile broadband servic 'openconnect: Cisco AnyConnect compatible VPN client') install=${pkgname}.install source=("http://download.kde.org/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2") -sha256sums=('13fd521abd065117b6bd8091b038d0a7f1270defc24ac501fce54f9c491a4a23') +sha256sums=('926e9bbbc848219ea6314cc84325216397732c8ad1b94ba41b5c9e53b54773b2') build() { cd "${srcdir}" diff --git a/extra/libkolabxml/PKGBUILD b/extra/libkolabxml/PKGBUILD index 70ff5ff3c..80faee223 100644 --- a/extra/libkolabxml/PKGBUILD +++ b/extra/libkolabxml/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 173016 2012-12-08 17:30:40Z andrea $ +# $Id: PKGBUILD 176289 2013-01-28 16:48:21Z stephane $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkolabxml pkgver=0.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Kolab XML Format Schema Definitions Library" url='http://git.kolab.org/libkolabxml/' arch=('i686' 'x86_64') diff --git a/extra/libpst/PKGBUILD b/extra/libpst/PKGBUILD index 70fac43ef..e46845188 100644 --- a/extra/libpst/PKGBUILD +++ b/extra/libpst/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 163708 2012-07-18 01:05:35Z ibiru $ +# $Id: PKGBUILD 176290 2013-01-28 16:48:23Z stephane $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgbase=libpst pkgname=('libpst' 'libpst-docs') pkgver=0.6.54 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') url="http://www.five-ten-sg.com/libpst/" license=('GPL') diff --git a/extra/libtorrent-rasterbar/PKGBUILD b/extra/libtorrent-rasterbar/PKGBUILD index 4ffeaa4b9..3299ac897 100644 --- a/extra/libtorrent-rasterbar/PKGBUILD +++ b/extra/libtorrent-rasterbar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 175959 2013-01-25 11:52:36Z ioni $ +# $Id: PKGBUILD 176291 2013-01-28 16:48:24Z stephane $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Hugo Doria <hugo@archlinux.org> pkgname=libtorrent-rasterbar pkgver=0.16.7 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" url="http://www.rasterbar.com/products/libtorrent/" diff --git a/extra/licq/PKGBUILD b/extra/licq/PKGBUILD index 7975502c3..e5e8a4b9d 100644 --- a/extra/licq/PKGBUILD +++ b/extra/licq/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 165473 2012-08-20 13:43:35Z juergen $ +# $Id: PKGBUILD 176292 2013-01-28 16:48:25Z stephane $ # Maintainer: Juergen Hoetzel <juergen@archlinux.org> pkgname=licq -pkgver=1.6.1 +pkgver=1.7.1 pkgrel=1 pkgdesc="Advanced graphical ICQ clone and more for Unix" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('boost-libs' 'gpgme' 'libxss' 'qt') makedepends=('cmake' 'boost') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2) -md5sums=('9caa6d2e215a41a8b99c64ecbc2e6299') +md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/lyx/PKGBUILD b/extra/lyx/PKGBUILD index 6cf5a0a14..069a8e373 100644 --- a/extra/lyx/PKGBUILD +++ b/extra/lyx/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 171457 2012-11-17 16:07:22Z ronald $ +# $Id: PKGBUILD 176293 2013-01-28 16:48:26Z stephane $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Jason Chu <jason@archlinux.org> pkgname=lyx -pkgver=2.0.5 +pkgver=2.0.5.1 pkgrel=1 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end" arch=('i686' 'x86_64') @@ -13,12 +13,12 @@ makedepends=('boost') optdepends=('rcs: built-in version control system' 'texlive-latexextra: float wrap support') license=('GPL') -source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz - lyx.desktop lyxrc.dist) backup=('etc/lyx/lyxrc.dist') install=lyx.install options=('emptydirs') -sha1sums=('afffd3fd2f2429c93402a4923d7a2838e0758d28' +source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz + lyx.desktop lyxrc.dist) +sha1sums=('a822e99484c1652c4df5df717819dd7048fcff75' 'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad' '56416642cc3da2a13b87b84e6b87c1a239f3d09a') diff --git a/extra/mkvtoolnix/PKGBUILD b/extra/mkvtoolnix/PKGBUILD index ebe19eddb..8a03d7c28 100644 --- a/extra/mkvtoolnix/PKGBUILD +++ b/extra/mkvtoolnix/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 175798 2013-01-21 20:58:09Z giovanni $ +# $Id: PKGBUILD 176294 2013-01-28 16:48:27Z stephane $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: xduugu <xduugu@gmx.com> pkgbase=mkvtoolnix pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk') pkgver=6.0.0 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL') url="http://www.bunkus.org/videotools/mkvtoolnix/index.html" diff --git a/extra/samba/PKGBUILD b/extra/samba/PKGBUILD index c59e414cf..869229f6b 100644 --- a/extra/samba/PKGBUILD +++ b/extra/samba/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 176101 2013-01-27 12:37:46Z tpowa $ +# $Id: PKGBUILD 176254 2013-01-28 08:10:20Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgbase=samba @@ -8,7 +8,7 @@ pkgver=3.6.11 # to append 'a','b',etc to their subsequent releases, which pamcan # misconstrues as alpha, beta, etc. Bad samba! _realver=3.6.11 -pkgrel=2 +pkgrel=3 arch=(i686 x86_64) url="http://www.samba.org" license=('GPL3') @@ -167,11 +167,11 @@ md5sums=('9039e0ab3e4fc632ff0a1a8f2433edb4' '5697da77590ec092cc8a883bae06093c' 'a4bbfa39fee95bba2e7ad6b535fae7e6' '96f82c38f3f540b53f3e5144900acf17' - '5b7496b1b6706cf5a6e91ef879d9be7b' + '4d86a4e3b2ac4b35e12ac667d1d261a7' 'a78b9aa93eb14b0ac445897395693225' - '321afbca6665d8f647c2468906452176' - '9a49f3ee5afd278d21fcdd34776c5da1' + '4f2a5266f88d016a78014bb02e118c7f' + '6c8e6f346592702d09a279ce5abad42e' '6db11f3dd2112a4b7a73007b189bef3f' 'b0de262f9c62acd162e873658f33d063' - 'de93ae37dd76a2cd2cdab6d342e5baf3' + '5637e10184db5a7a942855598fc3e075' '49abd7b719e3713a3f75a8a50958e381') diff --git a/extra/samba/nmbd.service b/extra/samba/nmbd.service index e91fafbb2..06c245b4d 100644 --- a/extra/samba/nmbd.service +++ b/extra/samba/nmbd.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=forking PIDFile=/var/run/samba/nmbd.pid -ExecStart=/usr/sbin/nmbd -F +ExecStart=/usr/sbin/nmbd ExecReload=/bin/kill -HUP $MAINPID [Install] diff --git a/extra/samba/smbd.service b/extra/samba/smbd.service index 64abf5665..5c006a44e 100644 --- a/extra/samba/smbd.service +++ b/extra/samba/smbd.service @@ -5,7 +5,7 @@ After=network.target nmbd.service winbindd.service [Service] Type=forking PIDFile=/var/run/samba/smbd.pid -ExecStart=/usr/sbin/smbd -D +ExecStart=/usr/sbin/smbd -D ExecReload=/bin/kill -HUP $MAINPID [Install] diff --git a/extra/samba/smbd@.service b/extra/samba/smbd@.service index 01d599aae..58ccd6a9f 100644 --- a/extra/samba/smbd@.service +++ b/extra/samba/smbd@.service @@ -4,6 +4,6 @@ Description=Samba SMB/CIFS server instance [Service] Type=forking PIDFile=/var/run/samba/smbd.pid -ExecStart=/usr/sbin/smbd -D +ExecStart=/usr/sbin/smbd -D ExecReload=/bin/kill -HUP $MAINPID StandardInput=socket diff --git a/extra/samba/winbindd.service b/extra/samba/winbindd.service index 1de8a9272..4766e584f 100644 --- a/extra/samba/winbindd.service +++ b/extra/samba/winbindd.service @@ -5,7 +5,7 @@ After=network.target nmbd.service [Service] Type=forking PIDFile=/var/run/samba/winbindd.pid -ExecStart=/usr/sbin/winbindd -F +ExecStart=/usr/sbin/winbindd ExecReload=/bin/kill -HUP $MAINPID [Install] diff --git a/extra/source-highlight/PKGBUILD b/extra/source-highlight/PKGBUILD index 77420d51b..7fbec024c 100644 --- a/extra/source-highlight/PKGBUILD +++ b/extra/source-highlight/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 163713 2012-07-18 01:06:02Z ibiru $ +# $Id: PKGBUILD 176295 2013-01-28 16:48:28Z stephane $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=source-highlight pkgver=3.1.7 -pkgrel=2 +pkgrel=3 pkgdesc="Convert source code to syntax highlighted document" arch=('i686' 'x86_64') url="http://www.gnu.org/software/src-highlite/" @@ -21,7 +21,7 @@ build() { ./configure --prefix=/usr \ --sysconfdir=/etc \ - --with-bash-completion=${pkgdir}/usr/share/bash-completion/completions + --with-bash-completion="${pkgdir}/usr/share/bash-completion/completions" make } diff --git a/extra/uim/PKGBUILD b/extra/uim/PKGBUILD index 6fb42cc48..9679333b3 100644 --- a/extra/uim/PKGBUILD +++ b/extra/uim/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 174018 2013-01-01 13:24:02Z bisson $ +# $Id: PKGBUILD 176237 2013-01-27 23:33:03Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: damir <damir@archlinux.org> pkgname=uim pkgver=1.8.4 -pkgrel=1 +pkgrel=2 pkgdesc='Multilingual input method library' url='http://code.google.com/p/uim/' license=('custom:BSD') @@ -28,6 +28,7 @@ build() { --prefix=/usr \ --libexecdir=/usr/lib/uim \ --with-anthy-utf8 \ + --with-qt4-immodule \ --with-qt4 \ make diff --git a/extra/xsd/PKGBUILD b/extra/xsd/PKGBUILD index 397aa4664..9d9c53775 100644 --- a/extra/xsd/PKGBUILD +++ b/extra/xsd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 173014 2012-12-08 17:16:19Z andrea $ +# $Id: PKGBUILD 176296 2013-01-28 16:48:29Z stephane $ # Maintainer: # Contributor: kevku <kevku@gmx.com> pkgname=xsd pkgver=3.3.0 _pkgver=3.3.0-2+dep -pkgrel=6 +pkgrel=7 pkgdesc="An open-source, cross-platform W3C XML Schema to C++ data binding compiler" arch=('i686' 'x86_64') url="http://www.codesynthesis.com/products/xsd" |