diff options
25 files changed, 169 insertions, 132 deletions
diff --git a/community/esdl/PKGBUILD b/community/esdl/PKGBUILD index 1324daaee..e7b9bc920 100644 --- a/community/esdl/PKGBUILD +++ b/community/esdl/PKGBUILD @@ -4,7 +4,7 @@ pkgname=esdl pkgver=1.0.1 -pkgrel=2 +pkgrel=3 epoch=2 arch=('x86_64' 'i686') pkgdesc="SDL and OpenGL bindings for the Erlang programming language" diff --git a/community/freehdl/PKGBUILD b/community/freehdl/PKGBUILD index 4e9abcbbf..c5ed65043 100644 --- a/community/freehdl/PKGBUILD +++ b/community/freehdl/PKGBUILD @@ -1,26 +1,29 @@ -# $Id: PKGBUILD 65198 2012-02-20 10:11:43Z spupykin $ +# $Id: PKGBUILD 70171 2012-05-01 11:23:50Z andrea $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Neil Darlow <neil@darlow.co.uk> # Contributor: Jens Maucher <defcon@archlinux.us> pkgname=freehdl pkgver=0.0.8 -_qucsver=0.0.16 -pkgrel=2 +pkgrel=3 pkgdesc='An open-source (C++ generating) VHDL simulator' arch=('i686' 'x86_64' 'mips64el') url='http://freehdl.seul.org' license=('GPL') -depends=('gcc-libs' 'libtool' 'perl') -makedepends=('bison' 'flex' 'gawk' 'pkgconfig') +depends=('perl') optdepends=('gtkwave: to view output when run standalone') -options=(!libtool) -source=(http://downloads.sourceforge.net/project/qucs/qucs/${_qucsver}/freehdl-$pkgver.tar.gz) +options=('!libtool') +install=${pkgname}.install +source=("http://downloads.sourceforge.net/qucs/$pkgname-$pkgver.tar.gz") md5sums=('aa1382b8b5c6a972e9652c648a9278b5') build() { - cd $srcdir/$pkgname-$pkgver + cd "${srcdir}"/$pkgname-$pkgver ./configure --prefix=/usr make - make DESTDIR=$pkgdir install +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + make DESTDIR="${pkgdir}" install } diff --git a/community/freehdl/freehdl.install b/community/freehdl/freehdl.install new file mode 100644 index 000000000..15e22d4b5 --- /dev/null +++ b/community/freehdl/freehdl.install @@ -0,0 +1,20 @@ +infodir=usr/share/info +filelist=(fire.info) + +post_install() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do + install-info $infodir/$file.gz $infodir/dir 2> /dev/null + done +} + +post_upgrade() { + post_install +} + +pre_remove() { + [ -x usr/bin/install-info ] || return 0 + for file in ${filelist[@]}; do + install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null + done +} diff --git a/community/freeradius/PKGBUILD b/community/freeradius/PKGBUILD index 17106f3d8..cbabd247a 100644 --- a/community/freeradius/PKGBUILD +++ b/community/freeradius/PKGBUILD @@ -1,24 +1,24 @@ -# $Id: PKGBUILD 65013 2012-02-20 01:41:32Z spupykin $ +# $Id: PKGBUILD 70173 2012-05-01 11:40:01Z andrea $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jason R Begley (jayray@digitalgoat.com> pkgname=freeradius pkgver=2.1.12 -pkgrel=4 +pkgrel=5 pkgdesc="The premier open source RADIUS server" arch=('i686' 'x86_64' 'mips64el') url="http://www.freeradius.org/" -license=("GPL") -depends=('openssl' 'krb5' 'pth' 'libldap>=2.4.18' 'net-snmp' 'pam' - 'postgresql-libs>=9.0.3' 'libtool' 'libmysqlclient' 'gdbm' 'shadow') +license=('GPL') +depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmysqlclient') makedepends=('libpcap' 'unixodbc' 'python2') optdepends=('libpcap' 'unixodbc' 'python2') -options=('!libtool' 'emptydirs' '!makeflags') +options=('!libtool' '!makeflags') install=$pkgname.install -source=(ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2 +source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig} radiusd krb5-build-fix.patch) md5sums=('862d3a2c11011e61890ba84fa636ed8c' + '8759569d36b9f353c281e24875b556be' 'f1a6530b1b69d2fa793aa45b2de379bb' 'c6a61de7576933f59154a53bfc12a2d2') diff --git a/community/ibus-hangul/PKGBUILD b/community/ibus-hangul/PKGBUILD index e71bcb8d1..0a57b517d 100644 --- a/community/ibus-hangul/PKGBUILD +++ b/community/ibus-hangul/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 61928 2012-01-11 03:15:10Z ebelanger $ +# $Id: PKGBUILD 70167 2012-05-01 04:52:15Z ebelanger $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Radim Hvizdák <hvizdakr at gmail dot com> pkgname=ibus-hangul -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc='Korean input engine for IBus' arch=('i686' 'x86_64' 'mips64el') @@ -11,11 +11,13 @@ url='http://ibus.googlecode.com' license=('GPL') depends=('ibus' 'libhangul') makedepends=('intltool') +install=ibus-hangul.install source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) -sha1sums=('421d7164a27eeedfea49d54b61e2a5edd4f7d3a7') +sha1sums=('659899cf942a983fbd2ffbb4bd4f5ecd883f5c0a') build() { cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's/python/python2/' setup/ibus-setup-hangul.in PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/ibus make } diff --git a/community/ibus-hangul/ibus-hangul.install b/community/ibus-hangul/ibus-hangul.install new file mode 100644 index 000000000..1a05f573e --- /dev/null +++ b/community/ibus-hangul/ibus-hangul.install @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD index 339bf28da..7ba026db1 100644 --- a/community/libextractor/PKGBUILD +++ b/community/libextractor/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 58358 2011-11-12 10:52:51Z ibiru $ +# $Id: PKGBUILD 70175 2012-05-01 11:45:11Z andrea $ # Maintainer: Sergej Pupykin <pupykin.s@gmail.com> # Contributor: damir <damir@archlinux.org> pkgname=libextractor -pkgver=0.6.2 -pkgrel=5 +pkgver=0.6.3 +pkgrel=1 pkgdesc="A library used to extract meta-data from files of arbitrary type" arch=("i686" "x86_64" 'mips64el') license=('GPL') url="http://gnunet.org/libextractor/" -depends=('libvorbis' 'libtool' 'gtk2' 'libgsf' 'libmpeg2' 'texinfo') +depends=('libvorbis' 'libltdl' 'gtk2' 'libgsf' 'libmpeg2') makedepends=('flac' 'poppler' 'exiv2' 'qt') optdepends=('flac' 'poppler' @@ -17,8 +17,9 @@ optdepends=('flac' 'qt') options=('!libtool' '!makeflags') install=libextractor.install -source=(http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('4b2af1167061430d58a101d5dfc6b4c7') +source=("http://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}) +md5sums=('7004ff6be06e400050f0ad7016140981' + '81f95c31831dde62428a98ae32464c51') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/community/libextractor/libextractor.install b/community/libextractor/libextractor.install index 24d668af5..1cf51e095 100644 --- a/community/libextractor/libextractor.install +++ b/community/libextractor/libextractor.install @@ -1,4 +1,4 @@ -infodir=/usr/share/info +infodir=usr/share/info filelist=(extractor.info.gz) post_install() { diff --git a/community/libgringotts/PKGBUILD b/community/libgringotts/PKGBUILD index d50b7dda0..5c4ffdf32 100644 --- a/community/libgringotts/PKGBUILD +++ b/community/libgringotts/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 68667 2012-03-31 08:24:10Z stativ $ +# $Id: PKGBUILD 70182 2012-05-01 12:27:33Z andrea $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=libgringotts pkgver=1.2.1 -pkgrel=9 -pkgdesc="Encryption backend for Gringotts." +pkgrel=10 +pkgdesc="Encryption backend for Gringotts" arch=('i686' 'x86_64' 'mips64el') url="http://developer.berlios.de/projects/gringotts" license=('GPL') -depends=('bzip2' 'libmcrypt' 'libtool' 'mhash' 'zlib') -makedepends=('autoconf') +depends=('bzip2' 'libmcrypt' 'mhash' 'zlib') changelog=$pkgname.changelog +options=('!libtool') source=(http://download.berlios.de/gringotts/$pkgname-$pkgver.tar.bz2) md5sums=('b2b1bad56ef33153f251ccd9500860be') diff --git a/community/libgringotts/libgringotts.changelog b/community/libgringotts/libgringotts.changelog index b23626f44..a2357a924 100644 --- a/community/libgringotts/libgringotts.changelog +++ b/community/libgringotts/libgringotts.changelog @@ -1,2 +1,6 @@ +2012-05-01 Andrea Scarpino <andrea@archlinux.org> + * Remove libtool dependence + * Remove .la file + 2009-03-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * osmo dependency, moved to [community] diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD index 83cbc9f9a..df42830cd 100644 --- a/community/libmatio/PKGBUILD +++ b/community/libmatio/PKGBUILD @@ -1,28 +1,27 @@ -# $Id: PKGBUILD 67968 2012-03-16 13:07:02Z giovanni $ -# Maintainer: Stefan Husmann <stefan-husmann@t-online.de> +# $Id: PKGBUILD 70169 2012-05-01 11:20:31Z andrea $ +# Maintainer: +# Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: William Rea <sillywilly@gmail.com> pkgname=libmatio -pkgver=1.3.3 -pkgrel=3 +pkgver=1.5.0 +pkgrel=1 pkgdesc="A C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files" arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="http://sourceforge.net/projects/matio" -depends=('gcc-libs') -makedepends=('gcc-fortran') +depends=('zlib') options=('!libtool') -source=(http://downloads.sourceforge.net/sourceforge/matio/matio-$pkgver.tar.gz) -md5sums=('5c12a98f391de000e88b5a1b20d74abf') +source=("http://downloads.sourceforge.net/matio/matio-$pkgver.tar.gz") +sha1sums=('70dbf09984ade6adfb38c1b62ae5585ff7f85e05') build() { - cd $srcdir/matio-$pkgver - ./bootstrap - ./configure --prefix=/usr --enable-fortran --enable-shared - make -j1 + cd "${srcdir}"/matio-$pkgver + ./configure --prefix=/usr --enable-shared + make } package() { - cd $srcdir/matio-$pkgver - make DESTDIR=$pkgdir install + cd "${srcdir}"/matio-$pkgver + make DESTDIR="${pkgdir}" install } diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD index 88259f4cf..28be7c809 100644 --- a/community/luaposix/PKGBUILD +++ b/community/luaposix/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 70108 2012-04-29 20:00:10Z seblu $ +# $Id: PKGBUILD 70187 2012-05-01 12:58:45Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: SpepS <dreamspepser at yahoo dot it> # Contributor: Laszlo Papp <djszapi at archlinux us> @@ -6,12 +6,13 @@ pkgname=luaposix pkgver=5.1.19 -pkgrel=1 +pkgrel=2 pkgdesc='A POSIX library for Lua programming language' arch=('i686' 'x86_64' 'mips64el') url='http://luaforge.net/projects/luaposix/' license=('GPL' 'LGPL') depends=('lua') +#checkdepends=('lunit') options=('!libtool') source=("https://github.com/downloads/rrthomas/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('3d74beb1b1d887adb689e6e9316abb42') @@ -24,6 +25,11 @@ build() { make } +#check() { +# cd $pkgname-$pkgver +# make check +#} + package() { cd $pkgname-$pkgver make PREFIX=/usr DESTDIR="$pkgdir/" install diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD index 8d6598485..954508481 100644 --- a/community/ruby-gtk2/PKGBUILD +++ b/community/ruby-gtk2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 64609 2012-02-17 02:50:17Z tdziedzic $ +# $Id: PKGBUILD 70197 2012-05-01 20:53:57Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Eric Bélanger # Contributor: Brad Fanella <bradfanella@archlinux.us> @@ -6,14 +6,14 @@ # Contributor: kritoke <kritoke@nospam.gmail.com> pkgbase=ruby-gtk2 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2' 'ruby-pango') -pkgver=1.1.2 -pkgrel=2 +pkgver=1.1.3 +pkgrel=1 arch=('x86_64' 'i686' 'mips64el') url="http://ruby-gnome2.sourceforge.jp/" license=('LGPL') makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2') source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz") -sha256sums=('a16da4335c3e65ccab22e38caa55843fe2df18d55987c7be3f9dfc70866e2aaf') +sha256sums=('ed7cbe7a51e73b815d83321e0359d62f98d1c1504845e112c57cb8ebc6f6e70b') build() { cd "$srcdir/ruby-gtk2-$pkgver" diff --git a/community/steghide/PKGBUILD b/community/steghide/PKGBUILD index 26e76cdbd..b3865ae0b 100644 --- a/community/steghide/PKGBUILD +++ b/community/steghide/PKGBUILD @@ -1,3 +1,4 @@ +# $Id: PKGBUILD 70184 2012-05-01 12:30:54Z andrea $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Jason Chu <jason@archlinux.org> @@ -5,13 +6,13 @@ pkgname=steghide pkgver=0.5.1 -pkgrel=5 -pkgdesc='Embeds a message in a file by replacing some of the least significant bits.' +pkgrel=6 +pkgdesc='Embeds a message in a file by replacing some of the least significant bits' arch=('i686' 'x86_64' 'mips64el') url='http://steghide.sourceforge.net' license=('GPL') -depends=('libmcrypt' 'mhash' 'gcc' 'libjpeg' 'zlib' 'libtool') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" +depends=('libmcrypt' 'gcc-libs' 'mhash' 'libjpeg' 'zlib') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'buildsystem.patch' 'gcc-4.2.patch' "${pkgname}-climits.patch") diff --git a/community/twin/PKGBUILD b/community/twin/PKGBUILD index a90a84c69..2c37d9c3c 100644 --- a/community/twin/PKGBUILD +++ b/community/twin/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 65419 2012-02-21 03:32:30Z spupykin $ +# $Id: PKGBUILD 70178 2012-05-01 12:01:36Z andrea $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de> pkgname=twin pkgver=0.6.2 -pkgrel=2 +pkgrel=3 pkgdesc="A text-mode window environment" arch=('i686' 'x86_64' 'mips64el') -url="http://linuz.sns.it/~max/twin/" -license=('GPL' 'LGPL') -depends=('ncurses' 'gpm' 'zlib' 'libtool' 'libxpm') +url='http://sourceforge.net/projects/twin/' +license=('GPL2' 'LGPL2.1') +depends=('gpm' 'zlib' 'libxpm') optdepends=('gtk') -#source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -source=(http://arch.p5n.pp.ru/~sergej/dl/2011/twin-$pkgver.tar.gz) +options=('!makeflags') +source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('6211c8b2e655003eb96b1fc5dc37e7d9') build() { @@ -21,6 +21,10 @@ build() { --enable-tt=yes \ --enable-tt-hw-twin=yes --enable-tt-hw-twin-tunnel=yes --enable-tt-hw-twin-detunnel=yes \ --enable-tt-hw-xml=yes - make -j1 + make +} + +package() { + cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } diff --git a/community/vhba-module/PKGBUILD b/community/vhba-module/PKGBUILD index cd876fa3d..4a9237bf6 100644 --- a/community/vhba-module/PKGBUILD +++ b/community/vhba-module/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 69027 2012-04-08 10:57:34Z ibiru $ +# $Id: PKGBUILD 70195 2012-05-01 18:07:34Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Charles Lindsay <charles@chaoslizard.org> @@ -6,7 +6,7 @@ pkgname=vhba-module pkgver=20110915 _extramodules=extramodules-3.3-ARCH -pkgrel=6 +pkgrel=7 pkgdesc="Kernel module that emulates SCSI devices" arch=('i686' 'x86_64' 'mips64el') url="http://cdemu.sourceforge.net/" @@ -36,7 +36,7 @@ package() { "$startdir/vhba-module.install" install -Dm644 "$srcdir/60-vhba.rules" \ - "$pkgdir/lib/udev/rules.d/60-vhba.rules" + "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules" } # vim:set ts=2 sw=2 et: diff --git a/core/bzip2/PKGBUILD b/core/bzip2/PKGBUILD index 0f5a0ed6b..ce519159f 100644 --- a/core/bzip2/PKGBUILD +++ b/core/bzip2/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 142378 2011-11-08 22:04:46Z ronald $ +# $Id: PKGBUILD 158054 2012-05-02 01:12:57Z allan $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Judd <jvinet@zeroflux.org> pkgname=bzip2 pkgver=1.0.6 -pkgrel=3.1 +pkgrel=4 pkgdesc="A high-quality data compression program" arch=('i686' 'x86_64' 'mips64el') license=('custom') @@ -40,26 +40,22 @@ check() { package() { cd "$srcdir/$pkgname-$pkgver" - install -dm755 $pkgdir/bin - install -m755 bzip2-shared $pkgdir/bin/bzip2 - install -m755 bzip2recover $pkgdir/bin - ln -sf bzip2 $pkgdir/bin/bunzip2 - ln -sf bzip2 $pkgdir/bin/bzcat + install -dm755 $pkgdir/usr/{bin,lib,include,share/man/man1} - install -dm755 $pkgdir/usr/bin - install -m755 bzdiff bzgrep bzmore $pkgdir/usr/bin + install -m755 bzip2-shared $pkgdir/usr/bin/bzip2 + install -m755 bzip2recover bzdiff bzgrep bzmore $pkgdir/usr/bin + ln -sf bzip2 $pkgdir/usr/bin/bunzip2 + ln -sf bzip2 $pkgdir/usr/bin/bzcat - install -Dm755 libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0.6 - ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so - ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1 - ln -s libbz2.so.1.0.6 $pkgdir/lib/libbz2.so.1.0 + install -m755 libbz2.so.1.0.6 $pkgdir/usr/lib + ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so + ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1 + ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1.0 + install -m644 libbz2.a ${pkgdir}/usr/lib/libbz2.a - install -Dm644 libbz2.a ${pkgdir}/usr/lib/libbz2.a - ln -sf ../../lib/libbz2.so ${pkgdir}/usr/lib/libbz2.so + install -m644 bzlib.h $pkgdir/usr/include/ - install -Dm644 bzlib.h $pkgdir/usr/include/bzlib.h - - install -Dm644 bzip2.1 $pkgdir/usr/share/man/man1/bzip2.1 + install -m644 bzip2.1 $pkgdir/usr/share/man/man1/ ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bunzip2.1 ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzcat.1 ln -sf bzip2.1 $pkgdir/usr/share/man/man1/bzip2recover.1 diff --git a/core/e2fsprogs/PKGBUILD b/core/e2fsprogs/PKGBUILD index b8ea24688..81ad6d65f 100644 --- a/core/e2fsprogs/PKGBUILD +++ b/core/e2fsprogs/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 156633 2012-04-21 23:34:11Z allan $ +# $Id: PKGBUILD 158056 2012-05-02 01:13:00Z allan $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=e2fsprogs pkgver=1.42.2 -pkgrel=1 +pkgrel=2 pkgdesc="Ext2/3/4 filesystem utilities" arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL' 'MIT') url="http://e2fsprogs.sourceforge.net" groups=('base') -depends=('sh' 'util-linux-ng') +depends=('sh' 'util-linux') makedepends=('bc') source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'MIT-LICENSE') @@ -25,8 +25,8 @@ build() { # Remove unnecessary init.d directory sed -i '/init\.d/s|^|#|' misc/Makefile.in - ./configure --prefix=/usr --with-root-prefix="" --enable-elf-shlibs \ - --disable-fsck --disable-uuidd \ + ./configure --prefix=/usr --with-root-prefix="" --libdir=/usr/lib \ + --enable-elf-shlibs --disable-fsck --disable-uuidd \ --disable-libuuid --disable-libblkid make diff --git a/extra/libmusicbrainz4/PKGBUILD b/extra/libmusicbrainz4/PKGBUILD index c1e4af3f5..39997a54d 100644 --- a/extra/libmusicbrainz4/PKGBUILD +++ b/extra/libmusicbrainz4/PKGBUILD @@ -1,25 +1,22 @@ -# $Id: PKGBUILD 156908 2012-04-23 09:08:49Z ibiru $ +# $Id: PKGBUILD 158018 2012-05-01 04:13:37Z eric $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Max Fehrm max.fehrm@gmail.com pkgname=libmusicbrainz4 -pkgver=4.0.0 +pkgver=4.0.1 pkgrel=1 -pkgdesc="Library That Provides Access to the MusicBrainz Server " -url="http://musicbrainz.org/" +pkgdesc="Library That Provides Access to the MusicBrainz Server" arch=('i686' 'x86_64') +url="http://musicbrainz.org/" license=('LGPL2.1') depends=('neon') makedepends=('cmake') -source=(ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-$pkgver.tar.gz - 0001-Make-sure-gcc-4.7-can-find-usleep-declaration.patch) -md5sums=('21c33f5dd20b8bb945b800e2a964f27e' - 'df1dfa423d32a7a1d08b3fc0114bf087') +source=(https://github.com/downloads/musicbrainz/libmusicbrainz/libmusicbrainz-$pkgver.tar.gz) +sha1sums=('fbc71eaa994b62bdf9c3de7367d3fc595f2e4ba3') build() { cd libmusicbrainz-$pkgver - patch -Np1 -i ../0001-Make-sure-gcc-4.7-can-find-usleep-declaration.patch cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr make } diff --git a/extra/link-grammar/PKGBUILD b/extra/link-grammar/PKGBUILD index e0e2ba520..aee11f9d4 100644 --- a/extra/link-grammar/PKGBUILD +++ b/extra/link-grammar/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 156475 2012-04-19 09:19:16Z giovanni $ +# $Id: PKGBUILD 158026 2012-05-01 10:12:56Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=link-grammar -pkgver=4.7.5 +pkgver=4.7.6 pkgrel=1 pkgdesc="A Grammar Checking library" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('BSD') depends=('glibc') options=('!libtool' '!makeflags') source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('598e531d8f213e0a2b211631e5c7e5bb') +md5sums=('1213bc22b2239b1abe0edee25ef38823') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/mpg123/PKGBUILD b/extra/mpg123/PKGBUILD index 5571989e1..f1327deb8 100644 --- a/extra/mpg123/PKGBUILD +++ b/extra/mpg123/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 156357 2012-04-17 16:57:42Z eric $ +# $Id: PKGBUILD 158020 2012-05-01 05:58:27Z eric $ # Maintainer: Eric Bélanger <eric@archlinux.org> pkgname=mpg123 -pkgver=1.13.8 +pkgver=1.14.0 pkgrel=1 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3" arch=('i686' 'x86_64' 'mips64el') @@ -17,8 +17,8 @@ conflicts=('mpg321') provides=('mpg321') options=('!libtool') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) -sha1sums=('ae6fe5f60502fb694527113dd7508ce042b7256b' - '6895e5e3120579418007d705836ae1d3b786e771') +sha1sums=('49a3d6791cc948336aa34914582f97ac6bb2a8ff' + '85386be9450abd66d8738f5cf1adc82aa8f5fb53') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/perl-net-ssleay/PKGBUILD b/extra/perl-net-ssleay/PKGBUILD index 871009664..a710b8d2b 100644 --- a/extra/perl-net-ssleay/PKGBUILD +++ b/extra/perl-net-ssleay/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 156017 2012-04-11 14:59:12Z giovanni $ +# $Id: PKGBUILD 158028 2012-05-01 10:32:13Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Manolis Tzanidakis pkgname=perl-net-ssleay _cpanname=Net-SSLeay -pkgver=1.47 +pkgver=1.48 pkgrel=1 pkgdesc="Perl extension for using OpenSSL" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ options=(!emptydirs) replaces=('net-ssleay') provides=('net-ssleay') source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz") -md5sums=('5488d82a8e9291d6a7de5202a95cbbed') +md5sums=('4e10d9da28f26732e37807820bf72af5') build() { cd ${srcdir}/${_cpanname}-${pkgver} diff --git a/extra/qtscriptgenerator/PKGBUILD b/extra/qtscriptgenerator/PKGBUILD index 72187c991..fd570d20d 100644 --- a/extra/qtscriptgenerator/PKGBUILD +++ b/extra/qtscriptgenerator/PKGBUILD @@ -1,32 +1,26 @@ -# $Id: PKGBUILD 145770 2011-12-30 11:51:06Z andrea $ +# $Id: PKGBUILD 158023 2012-05-01 07:24:53Z andrea $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=qtscriptgenerator -pkgver=0.1.0 -pkgrel=5 +pkgver=0.2.0 +pkgrel=1 pkgdesc="A tool that generates Qt bindings for Qt Script" arch=("i686" "x86_64" 'mips64el') url="https://code.google.com/p/qtscriptgenerator/" license=('GPL') -depends=('qt' 'phonon' 'qtwebkit') +depends=('qtwebkit') makedepends=('pkgconfig' 'mesa') source=("https://qtscriptgenerator.googlecode.com/files/${pkgname}-src-${pkgver}.tar.gz" - 'no-phonon.patch' - 'gcc44.patch' - 'qt48.patch' - 'phonon.patch') -sha1sums=('eeae733106369e289f257b754822bc372fd6ba75' - 'c50b26e6504f5c981a916860d9c3929e436e1067' - '87cd599403fa9bb441ddc27c77e0b6242e2cc150' - '5487e2ed1ce4d35b48b3433dc5cc2a1752a03ff1' - 'cca1cd546628a10a91475a82fe12ad2e4066a7d0') + 'phonon.patch' + 'no-phonon.patch') +sha1sums=('4c1078f26b196156e857c17c9d11a66cfea66f00' + 'cca1cd546628a10a91475a82fe12ad2e4066a7d0' + 'c50b26e6504f5c981a916860d9c3929e436e1067') build() { cd "${srcdir}"/$pkgname-src-$pkgver - patch -p0 -i "${srcdir}"/gcc44.patch patch -p1 -i "${srcdir}"/phonon.patch - patch -p1 -i "${srcdir}"/qt48.patch patch -p1 -i "${srcdir}"/no-phonon.patch # prepare plugins @@ -45,6 +39,6 @@ package() { cd "${srcdir}"/$pkgname-src-$pkgver/qtbindings # move plugins to correct directory install -d "${pkgdir}"/usr/lib/qt/plugins/script - mv "${srcdir}"/$pkgname-src-$pkgver/plugins/script/* \ + cp -a "${srcdir}"/$pkgname-src-$pkgver/plugins/script/* \ "${pkgdir}"/usr/lib/qt/plugins/script/ } diff --git a/extra/whois/PKGBUILD b/extra/whois/PKGBUILD index a6f82d6d1..dd9f8cce3 100644 --- a/extra/whois/PKGBUILD +++ b/extra/whois/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 154285 2012-03-25 10:31:57Z giovanni $ +# $Id: PKGBUILD 158030 2012-05-01 10:41:36Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=whois -pkgver=5.0.15 +pkgver=5.0.16 pkgrel=1 pkgdesc="The whois client by Marco d'Itri" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('GPL') depends=('libidn') makedepends=('perl') source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz") -md5sums=('3ff3d7a13f51152c2a6b5f59c00765f0') +md5sums=('6d689965473c23db6be890c7e5260c67') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/xfdesktop/PKGBUILD b/extra/xfdesktop/PKGBUILD index b6a15f5bd..9a79b4aee 100644 --- a/extra/xfdesktop/PKGBUILD +++ b/extra/xfdesktop/PKGBUILD @@ -1,18 +1,17 @@ -# $Id: PKGBUILD 157989 2012-04-30 17:36:28Z foutrelis $ +# $Id: PKGBUILD 158046 2012-05-01 19:51:23Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: tobias <tobias funnychar archlinux.org> pkgname=xfdesktop pkgver=4.10.0 -pkgrel=2 +pkgrel=3 pkgdesc="A desktop manager for Xfce" arch=('i686' 'x86_64' 'mips64el') url="http://www.xfce.org/" license=('GPL2') groups=('xfce4') depends=('libxfce4ui' 'thunar' 'garcon' 'hicolor-icon-theme' 'libwnck') -makedepends=('intltool' 'xfce4-panel') -optdepends=('xfce4-panel: panel menu plugin') +makedepends=('intltool') conflicts=('xfce4-menueditor') replaces=('xfce4-menueditor') options=('!libtool') |