From a81bc5be2e3672119ca0313a1fde10397a31211e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 1 Jul 2011 23:11:14 +0000 Subject: Fri Jul 1 23:11:14 UTC 2011 --- community/aria2/PKGBUILD | 4 ++-- community/cabextract/PKGBUILD | 10 +++++----- community/go/PKGBUILD | 4 ++-- community/gprolog/PKGBUILD | 30 +++++++++++++++++------------- community/luxrender/PKGBUILD | 22 +++++++++++----------- community/mathomatic/PKGBUILD | 4 ++-- community/mingw32-gcc/PKGBUILD | 34 +++++++++++----------------------- community/mingw32-pthreads/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ community/parcellite/PKGBUILD | 6 +++--- community/sxiv/PKGBUILD | 6 +++--- 10 files changed, 90 insertions(+), 64 deletions(-) create mode 100644 community/mingw32-pthreads/PKGBUILD (limited to 'community') diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD index b3851c4b6..5041a2d79 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Daniel J Griffiths pkgname=aria2 -pkgver=1.11.2 +pkgver=1.12.0 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url='http://aria2.sourceforge.net/' license=('GPL') depends=('gnutls' 'libxml2' 'sqlite3' 'c-ares' 'ca-certificates') source=("http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2") -sha1sums=('db4761fa311e6d1f9526d1ee25461c2db84750ff') +sha1sums=('5bc6f07f84f6ad1d0e222d2b5c78cd3118e1a569') build() { cd aria2-${pkgver} diff --git a/community/cabextract/PKGBUILD b/community/cabextract/PKGBUILD index 1c2eaa51c..70ec10920 100644 --- a/community/cabextract/PKGBUILD +++ b/community/cabextract/PKGBUILD @@ -1,9 +1,8 @@ -# $Id: PKGBUILD 34168 2010-12-04 02:18:42Z andrea $ -# Maintainer: -# Contributor: Giovanni Scafora +# $Id: PKGBUILD 50767 2011-06-30 19:23:26Z giovanni $ +# Maintainer: Giovanni Scafora pkgname=cabextract -pkgver=1.3 +pkgver=1.4 pkgrel=1 pkgdesc="A program to extract Microsoft cabinet (.CAB) files" arch=('i686' 'x86_64') @@ -11,7 +10,7 @@ license=('GPL') url="http://www.cabextract.org.uk/" depends=('glibc') source=("http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz") -md5sums=('cb9a4a38470d2a71a0275968e7eb64d3') +md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -24,5 +23,6 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD index 274a492fa..844e2fd2c 100644 --- a/community/go/PKGBUILD +++ b/community/go/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: Christian Himpel pkgname=go -pkgver=r57.1 -pkgrel=3 +pkgver=r58 +pkgrel=1 epoch=1 pkgdesc='Google Go compiler and tools (release version)' arch=('i686' 'x86_64') diff --git a/community/gprolog/PKGBUILD b/community/gprolog/PKGBUILD index 9a4b32558..62b4f92ae 100644 --- a/community/gprolog/PKGBUILD +++ b/community/gprolog/PKGBUILD @@ -1,23 +1,27 @@ -# $Id: PKGBUILD 18237 2010-06-01 19:57:36Z spupykin $ +# $Id: PKGBUILD 50772 2011-06-30 21:54:27Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Geoffroy Carrier # Contributer: Jason Chu pkgname=gprolog -pkgver=1.3.1 -pkgrel=2 +pkgver=1.4.0 +pkgrel=1 pkgdesc="GNU Prolog" arch=('i686' 'x86_64') url="http://www.gprolog.org/" -depends=(glibc) +depends=('glibc') license=('GPL') source=(ftp://ftp.gnu.org/gnu/gprolog/gprolog-$pkgver.tar.gz) -md5sums=('cbae19c31e17bcfca4b57fe35ec4aba2') +md5sums=('9d4fc311b7f6e37e524a5e7ccd0b6c28') build() { cd "$srcdir/gprolog-$pkgver/src" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - make || return 1 + make +} + +package() { + cd "$srcdir/gprolog-$pkgver/src" make install \ INSTALL_DIR="$pkgdir"/usr/share/gprolog \ LINKS_DIR="$pkgdir"/usr/bin \ @@ -25,14 +29,14 @@ build() { HTML_DIR="$pkgdir"/usr/share/gprolog/doc/Html \ EXAMPLES_DIR="$pkgdir"/usr/share/gprolog \ sysconfdir="$pkgdir"/etc \ - localstatedir="$pkgdir"/var || return 1 + localstatedir="$pkgdir"/var cd "$pkgdir"/usr/bin rm * - ln -s /usr/share/gprolog/bin/fd2c && \ - ln -s /usr/share/gprolog/bin/gplc && \ - ln -s /usr/share/gprolog/bin/gprolog && \ - ln -s /usr/share/gprolog/bin/hexgplc && \ - ln -s /usr/share/gprolog/bin/ma2asm && \ - ln -s /usr/share/gprolog/bin/pl2wam && \ + ln -s /usr/share/gprolog/bin/fd2c + ln -s /usr/share/gprolog/bin/gplc + ln -s /usr/share/gprolog/bin/gprolog + ln -s /usr/share/gprolog/bin/hexgplc + ln -s /usr/share/gprolog/bin/ma2asm + ln -s /usr/share/gprolog/bin/pl2wam ln -s /usr/share/gprolog/bin/wam2ma } diff --git a/community/luxrender/PKGBUILD b/community/luxrender/PKGBUILD index 8823ba609..006da2999 100644 --- a/community/luxrender/PKGBUILD +++ b/community/luxrender/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 50301 2011-06-28 07:26:18Z stativ $ +# $Id: PKGBUILD 50748 2011-06-30 10:59:10Z icelaya $ # Maintainer: Lukas Jirkovsky # Initial contributor: flixie <69one@gmx.net> # Contributor: Imanol Celaya @@ -6,8 +6,8 @@ pkgname=luxrender pkgver=0.8 _pkgver=45d3e13eb94c _luxblend=9cb3fcee0be8 -_blender=2.57 -pkgrel=4 +_blender=2.58 +pkgrel=6 pkgdesc="Rendering system for physically correct, unbiased image synthesis" arch=('i686' 'x86_64') url="http://www.luxrender.net/" @@ -15,13 +15,13 @@ license=('GPL') depends=('boost-libs' 'freeimage' 'openexr') optdepends=('blender: Blender exporter' 'qt: Qt GUI') makedepends=('cmake' 'boost' 'qt' 'luxrays' 'python') -source=(http://src.luxrender.net/lux/archive/$_pkgver.tar.bz2 \ - http://src.luxrender.net/luxblend25/archive/$_luxblend.tar.bz2) -md5sums=('ad8d2ede00aa244cad884d9696ff5fbb' - '29c34f97791db3af1b827d9e9a1b3d79') +source=(http://ftp.archlinux.org/other/community/luxrender/lux-"$pkgver".tar.bz2 \ + http://ftp.archlinux.org/other/community/luxrender/luxblend-"$pkgver".tar.bz2) +md5sums=('0f2d856385db72131f51e44a7ee527fa' + '0c3c8d9efba76133f8c687b5dd2bca8a') build() { - cd "$srcdir"/lux-$_pkgver + cd "$srcdir"/luxrender-lux-$_pkgver sed -i 's/FIND_PACKAGE(Boost 1.43 COMPONENTS python REQUIRED)/FIND_PACKAGE(Boost 1.43 COMPONENTS python3 REQUIRED)/' CMakeLists.txt @@ -36,7 +36,7 @@ build() { } package() { - cd "$srcdir"/lux-$_pkgver + cd "$srcdir"/luxrender-lux-$_pkgver make DESTDIR="$pkgdir" install # fix library path on x86_64 @@ -44,9 +44,9 @@ package() { # install blender exporter install -d -m755 "$pkgdir"/usr/share/blender/$_blender/scripts/addons - cp -a "$srcdir"/luxblend25-$_luxblend/src/luxrender \ + cp -a "$srcdir"/luxrender-luxblend25-$_luxblend/src/luxrender \ "$pkgdir"/usr/share/blender/$_blender/scripts/addons - cp -a "$srcdir"/lux-$_pkgver/pylux.so "$pkgdir"/usr/share/blender/$_blender/scripts/addons/luxrender/ + cp -a "$srcdir"/luxrender-lux-$_pkgver/pylux.so "$pkgdir"/usr/share/blender/$_blender/scripts/addons/luxrender/ } # vim:set ts=2 sw=2 et: diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index 527e8f95c..f708e5d61 100755 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Thorsten Töpper pkgname=mathomatic -pkgver=15.6.1 +pkgver=15.6.2 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial' 'bash: for running a test script' 'gnuplot: for plotting') source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2) -md5sums=('78d5eec8b64cbb3b00162f616f6a477c') +md5sums=('96b64d056c6ab3c72338ff7566b6b11e') build() { cd "$srcdir"/$pkgname-$pkgver diff --git a/community/mingw32-gcc/PKGBUILD b/community/mingw32-gcc/PKGBUILD index e641c24a1..da32ebb86 100644 --- a/community/mingw32-gcc/PKGBUILD +++ b/community/mingw32-gcc/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 45471 2011-04-22 05:36:00Z spupykin $ +# $Id: PKGBUILD 50734 2011-06-30 10:31:04Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Ondrej Jirman pkgname=mingw32-gcc pkgver=4.5.2 -pkgrel=3 +pkgrel=4 arch=(i686 x86_64) pkgdesc="A C and C++ cross-compilers for building Windows executables on Linux" -depends=(mingw32-runtime mingw32-binutils mingw32-w32api libmpc elfutils gmp) -replaces=(mingw32-gcc-base) -provides=(mingw32-gcc-base) +depends=('mingw32-pthreads' 'mingw32-runtime' 'mingw32-binutils' 'mingw32-w32api' + 'libmpc' 'elfutils' 'gmp') +replaces=('mingw32-gcc-base') +provides=('mingw32-gcc-base') options=(!strip) url="http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GCC/Version4/" license=(GPL LGPL) @@ -35,12 +36,15 @@ build() --host=$CHOST \ --build=$CHOST \ --prefix=/usr \ + --libexecdir=/usr/lib \ + --with-bugurl=https://bugs.archlinux.org/ \ --enable-languages=c,c++ \ --enable-shared \ --enable-sjlj-exceptions \ --enable-hash-synchronization \ --disable-nls \ - --disable-libssp + --disable-libssp \ + --enable-libgomp make make install DESTDIR=$pkgdir @@ -51,22 +55,6 @@ build() msg "libstdc++" make -j1 -C i486-mingw32/libstdc++-v3 DESTDIR=${pkgdir} install -# msg "libgomp" -# mkdir -p i486-mingw32/libgomp -# cd i486-mingw32/libgomp -# [ -f Makefile ] || $srcdir/gcc-$pkgver/configure \ -# --target=i486-mingw32 \ -# --host=$CHOST \ -# --build=$CHOST \ -# --prefix=/usr \ -# --enable-languages=c,c++ \ -# --enable-shared \ -# --enable-sjlj-exceptions \ -# --enable-hash-synchronization \ -# --disable-nls \ -# --disable-libssp -# make -j1 DESTDIR=$pkgdir all install - msg "fixes" mkdir -p $pkgdir/usr/i486-mingw32/bin/ mv $pkgdir/usr/bin/*.dll $pkgdir/usr/i486-mingw32/bin/ @@ -79,6 +67,6 @@ build() usr/share/gcc-$pkgver/python strip usr/bin/* - strip usr/libexec/gcc/i486-mingw32/$pkgver/{cc1*,collect2} + strip usr/lib/gcc/i486-mingw32/$pkgver/{cc1*,collect2} i486-mingw32-strip -g usr/lib/gcc/i486-mingw32/$pkgver/*.a } diff --git a/community/mingw32-pthreads/PKGBUILD b/community/mingw32-pthreads/PKGBUILD new file mode 100644 index 000000000..842a8352a --- /dev/null +++ b/community/mingw32-pthreads/PKGBUILD @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 50731 2011-06-30 10:05:09Z spupykin $ +# Maintainer: Sergej Pupykin +# Maintainer: Marcel Schneider marcelATcoopmastersDOTde + +pkgname=mingw32-pthreads +pkgver=2.8.0 +_pkgver=2-8-0 +pkgrel=2 +arch=(i686 x86_64) +pkgdesc="The POSIX 1003.1-2001 standard for writing multithreaded applications." +license=(LGPL) +makedepends=('mingw32-gcc-base' 'mingw32-runtime' 'mingw32-w32api') +url="http://sourceware.org/pthreads-win32/" +options=(!strip) +source=(ftp://sourceware.org/pub/pthreads-win32/pthreads-w32-$_pkgver-release.tar.gz) +md5sums=('6d30c693233b1464ef8983fedd8ccb22') + +build() { + cd $srcdir/pthreads-w32-$_pkgver-release + make CROSS=i486-mingw32- clean GC +} + +package() { + cd $srcdir/pthreads-w32-$_pkgver-release + mkdir $pkgdir/usr + mkdir $pkgdir/usr/i486-mingw32 + mkdir $pkgdir/usr/i486-mingw32/include + mkdir $pkgdir/usr/i486-mingw32/lib + install $srcdir/pthreads-w32-$_pkgver-release/pthread.h $pkgdir/usr/i486-mingw32/include/pthread.h + install $srcdir/pthreads-w32-$_pkgver-release/sched.h $pkgdir/usr/i486-mingw32/include/sched.h + install $srcdir/pthreads-w32-$_pkgver-release/semaphore.h $pkgdir/usr/i486-mingw32/include/semaphore.h + install $srcdir/pthreads-w32-$_pkgver-release/libpthreadGC2.a $pkgdir/usr/i486-mingw32/lib/libpthread.a + install $srcdir/pthreads-w32-$_pkgver-release/pthreadGC2.dll $pkgdir/usr/i486-mingw32/lib/ +} diff --git a/community/parcellite/PKGBUILD b/community/parcellite/PKGBUILD index 27c62ea86..c23ea5ef3 100644 --- a/community/parcellite/PKGBUILD +++ b/community/parcellite/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 42044 2011-03-12 11:31:17Z spupykin $ +# $Id: PKGBUILD 50742 2011-06-30 10:48:15Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Alexander Fehr pkgname=parcellite -pkgver=1.0.1 +pkgver=1.0.2rc2 pkgrel=1 pkgdesc="Lightweight GTK+ clipboard manager" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL3') depends=('gtk2') makedepends=('intltool') source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz) -md5sums=('b2f1de2a424996c0eb2ff3a728a12cfc') +md5sums=('c1ade542f9b5e836af18773171e70e95') build() { cd "$srcdir/parcellite-$pkgver" diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD index c24491033..88a0a5139 100644 --- a/community/sxiv/PKGBUILD +++ b/community/sxiv/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Bert Muennich pkgname=sxiv -pkgver=0.8.1 -pkgrel=3 +pkgver=0.8.2 +pkgrel=1 pkgdesc='simple x image viewer' arch=('i686' 'x86_64') license=('GPL2') @@ -13,7 +13,7 @@ depends=('libx11' 'xproto' 'imlib2') source=("https://github.com/downloads/muennich/sxiv/sxiv-${pkgver}.tar.gz" 'sxiv.desktop' 'config.h') -md5sums=('23006a1900690d46c0ff126c76cdbd02' +md5sums=('6948b4c02f9458c4160c6e458228b85f' '1dda85ff6bed4de337f8fb303075ed11' '8018e9f2f63b155098428be9dbaf8b5c') -- cgit v1.2.3-54-g00ecf From 1732308adb7885b00fc388f978e65b3ad15aa067 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 2 Jul 2011 23:10:09 +0000 Subject: Sat Jul 2 23:10:09 UTC 2011 --- community/courier-mta/PKGBUILD | 9 ++-- community/courier-mta/courier-mta.install | 2 +- community/courier-mta/courier.rc.d | 45 +++++++++++++++++ community/cppcheck/PKGBUILD | 6 +-- community/intellij-idea-libs/PKGBUILD | 8 +-- community/liblockfile/PKGBUILD | 33 ++++++++++++ community/lockfile-progs/PKGBUILD | 28 +++++++++++ community/mlt/PKGBUILD | 9 ++-- community/mtasc/PKGBUILD | 29 ++++++----- community/pcsc-perl/PKGBUILD | 4 +- community/perl-device-serialport/PKGBUILD | 4 +- community/perl-perlio-eol/PKGBUILD | 23 +++++++++ community/python2-basemap/PKGBUILD | 8 +-- community/root/PKGBUILD | 27 ++++++---- extra/epiphany/PKGBUILD | 10 ++-- extra/gedit/PKGBUILD | 6 +-- extra/graphicsmagick/PKGBUILD | 4 +- extra/gtksourceview3/PKGBUILD | 6 +-- extra/gweled/PKGBUILD | 10 ++-- extra/libwebkit/PKGBUILD | 8 +-- extra/miro/PKGBUILD | 8 +-- extra/modemmanager/PKGBUILD | 6 +-- extra/udisks/PKGBUILD | 17 +++---- extra/xfconf/PKGBUILD | 4 +- libre/icecat/PKGBUILD | 61 +++++++++++++++-------- libre/icecat/mozconfig | 16 +++--- multilib/nspluginwrapper/PKGBUILD | 6 +-- staging/subversion/PKGBUILD | 34 +++++++------ staging/subversion/subversion-perl-bindings.patch | 12 +++++ testing/sqlite3/PKGBUILD | 8 +-- 30 files changed, 313 insertions(+), 138 deletions(-) create mode 100644 community/courier-mta/courier.rc.d create mode 100644 community/liblockfile/PKGBUILD create mode 100644 community/lockfile-progs/PKGBUILD create mode 100644 community/perl-perlio-eol/PKGBUILD create mode 100644 staging/subversion/subversion-perl-bindings.patch (limited to 'community') diff --git a/community/courier-mta/PKGBUILD b/community/courier-mta/PKGBUILD index 50418889d..ced394074 100644 --- a/community/courier-mta/PKGBUILD +++ b/community/courier-mta/PKGBUILD @@ -8,8 +8,8 @@ pkgname=courier-mta -pkgver=0.66.1 -pkgrel=4 +pkgver=0.66.3 +pkgrel=1 pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig" arch=(i686 x86_64) license=('GPL2') @@ -30,6 +30,7 @@ conflicts=('courier-imap' 'smtp-forwarder' 'smtp-server' 'imap-server' 'courier- options=('!libtool') install=courier-mta.install source=(http://downloads.sourceforge.net/project/courier/courier/${pkgver}/courier-${pkgver}.tar.bz2 + courier.rc.d courier-mta.rc.d courier-mta.conf.d esmtpd.rc.d @@ -39,7 +40,8 @@ source=(http://downloads.sourceforge.net/project/courier/courier/${pkgver}/couri pop3d.rc.d pop3d-ssl.rc.d webmaild.rc.d) -md5sums=('79250d71d88ba2bcb630b7356f0250cd' +md5sums=('3b28f14afe3db09b74b4845323c3e982' + 'bc2bdbc2f5c95cee8304f98a3b3a4895' 'e140f320968e57cfe459cd7a3b4017e0' 'f3ff70b40c7a1f7a017e8c4cc4d92f4f' '799ddd56ff6c9cff132e8c771dde23d9' @@ -115,6 +117,7 @@ package() { # arch specific scripts install -Dm 644 ${srcdir}/${pkgname}.conf.d ${pkgdir}/etc/conf.d/courier-mta install -Dm 755 ${srcdir}/${pkgname}.rc.d ${pkgdir}/etc/rc.d/courier-mta + install -D -m 755 ${srcdir}/courier.rc.d ${pkgdir}/etc/rc.d/courier install -D -m 755 ${srcdir}/imapd.rc.d ${pkgdir}/etc/rc.d/imapd install -D -m 755 ${srcdir}/imapd-ssl.rc.d ${pkgdir}/etc/rc.d/imapd-ssl install -D -m 755 ${srcdir}/pop3d.rc.d ${pkgdir}/etc/rc.d/pop3d diff --git a/community/courier-mta/courier-mta.install b/community/courier-mta/courier-mta.install index 64de4da6b..e835e3efd 100644 --- a/community/courier-mta/courier-mta.install +++ b/community/courier-mta/courier-mta.install @@ -27,7 +27,7 @@ post_upgrade() { echo "Example prior to this change:" echo " DAEMONS=( ... courier-mta ...)" echo "Example after this change:" - echo " DAEMONS=( ... authdaemond esmtpd esmtpd-ssl imapd imapd-ssl" + echo " DAEMONS=( ... authdaemond courier esmtpd esmtpd-ssl imapd imapd-ssl" echo " pop3d pop3d-ssl webmaild ... )" echo "This allows better control over the daemons and will generate" echo "correct entries in /run/daemons" diff --git a/community/courier-mta/courier.rc.d b/community/courier-mta/courier.rc.d new file mode 100644 index 000000000..7c321d452 --- /dev/null +++ b/community/courier-mta/courier.rc.d @@ -0,0 +1,45 @@ +#!/bin/bash + +. /etc/rc.conf +. /etc/rc.d/functions + +case "$1" in + start) + + [ -d /var/run/courier ] || mkdir -p /var/run/courier + chown courier:courier /var/run/courier + + if [ ! -f /var/run/daemons/authdaemond ]; then + echo "ERROR: authdaemond is not running" + stat_fail + exit 1 + fi + + stat_busy "Starting Courier daemon" + /usr/sbin/courier start + if [ $? -gt 0 ]; then + stat_fail + else + add_daemon courier + stat_done + fi + ;; + stop) + stat_busy "Stopping Courier daemon" + /usr/sbin/courier stop > /dev/null + if [ $? -gt 0 ]; then + stat_fail + else + rm_daemon courier + stat_done + fi + ;; + restart) + $0 stop + sleep 1 + $0 start + ;; + *) + echo "usage: $0 {start|stop|restart}" +esac +exit 0 diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD index f28482045..e1598e189 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 45163 2011-04-18 02:26:25Z stephane $ +# $Id: PKGBUILD 50806 2011-07-01 15:04:30Z stephane $ # Maintainer: Stéphane Gaudreault pkgname=cppcheck -pkgver=1.48 +pkgver=1.49 pkgrel=1 pkgdesc="A tool for static C/C++ code analysis" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ url="http://cppcheck.wiki.sourceforge.net/" license=('GPL') depends=('pcre') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('10cf38034148b7cb258840febe620ba397114fd1') +sha1sums=('d04c1b207aca59f845aac57de3b08f44168d5aa9') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD index 7bb76768d..eef8c410d 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 47243 2011-05-19 13:26:51Z stativ $ +# $Id: PKGBUILD 50795 2011-07-01 12:20:10Z stativ $ # Maintainer: Lukas Jirkovsky pkgname=intellij-idea-libs -pkgver=10.5 -_pkgver=107.105 +pkgver=10.5.1 +_pkgver=107.322 pkgrel=1 pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://www.jetbrains.org/" license=('apache') depends=('glibc') source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz) -md5sums=('365d1a5ee9255175065c764d634b3698') +md5sums=('f90ce6b7a2b8d2191156dd111fe6a63d') build() { cd "$srcdir" diff --git a/community/liblockfile/PKGBUILD b/community/liblockfile/PKGBUILD new file mode 100644 index 000000000..730fce864 --- /dev/null +++ b/community/liblockfile/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 50818 2011-07-01 16:29:42Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Andreas Wagner + +pkgname=liblockfile +pkgver=1.08_4 +_basever=1.08 +pkgrel=1 +pkgdesc="a library with NFS-safe locking functions" +arch=('i686' 'x86_64') +license=('GPL') +url="http://packages.debian.org/unstable/libs/liblockfile1" +depends=('glibc') +makedepends=() +source=(http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${_basever}.orig.tar.gz + http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.bz2) +md5sums=('c24e2dfb4a2aab0263fe5ac1564d305e' + '50c0c049d2838704f5720f5fd9eaddac') + +build() { + cd $srcdir/$pkgname-${_basever} + for p in `cat ../debian/patches/series` ; do + patch -p1 < ../debian/patches/$p + done + ./configure --prefix=/usr --mandir=/usr/share/man + make +} + +package() { + cd $srcdir/$pkgname-${_basever} + mkdir -p $pkgdir/usr/{lib,bin,include,share/man/man1,share/man/man3} + make install prefix=$pkgdir/usr mandir=$startdir/pkg/usr/share/man +} diff --git a/community/lockfile-progs/PKGBUILD b/community/lockfile-progs/PKGBUILD new file mode 100644 index 000000000..b49a8f50e --- /dev/null +++ b/community/lockfile-progs/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 50822 2011-07-01 16:45:18Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Andreas Wagner + +pkgname=lockfile-progs +pkgver=0.1.15 +pkgrel=1 +pkgdesc="programs for locking and unlocking files and mailboxes" +arch=('i686' 'x86_64') +license=('GPL') +url="http://packages.debian.org/unstable/misc/lockfile-progs" +depends=('glibc') +makedepends=('gcc' 'make' 'liblockfile') +source=(http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_${pkgver}.tar.gz) +md5sums=('abfcda83a1868073673f4d78066b8f8a') + +build() { + cd $srcdir/sid + make CFLAGS="-g -Wall -O2" +} + +package() { + cd $srcdir/sid + mkdir -p $pkgdir/usr/bin + install -s bin/* $pkgdir/usr/bin + mkdir -p $pkgdir/usr/share/man/man1 + install man/*.1 $pkgdir/usr/share/man/man1 +} diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD index a98de1ccb..f1d8f0d3f 100644 --- a/community/mlt/PKGBUILD +++ b/community/mlt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 46148 2011-05-04 08:34:19Z spupykin $ +# $Id: PKGBUILD 50803 2011-07-01 12:47:31Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Fabian Schoelzel # Contributor: funkyou @@ -8,7 +8,7 @@ pkgbase=mlt pkgname=('mlt' 'mlt-python-bindings') pkgver=0.7.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="An open source multimedia framework" arch=('i686' 'x86_64') url="http://www.mltframework.org" @@ -21,7 +21,10 @@ md5sums=('3adeace6642a5ee0db0715b6bd7b7a52') build() { # mlt cd $srcdir/mlt-$pkgver - [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2= + +# [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2= + SSE2=--disable-sse2 + msg "SSE2=$SSE2" ./configure --prefix=/usr --enable-gpl \ --qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/Qt \ diff --git a/community/mtasc/PKGBUILD b/community/mtasc/PKGBUILD index 2619fbd41..22972f35f 100644 --- a/community/mtasc/PKGBUILD +++ b/community/mtasc/PKGBUILD @@ -1,31 +1,30 @@ +# $Id: PKGBUILD 50789 2011-07-01 09:55:48Z spupykin $ +# Maintainer: Sergej Pupykin # Contributor: Niel Drummond pkgname=mtasc pkgver=20091229 -pkgrel=1 +pkgrel=2 pkgdesc="An open source flash (swf) compiler" arch=(i686 x86_64) url="http://mtasc.org/" license=('GPL2') depends=('zlib') makedepends=('ocaml' 'cvs') -source=(http://www.mtasc.org/doc/mtasc/install.ml) -md5sums=('d072094a9c3ec4384ce232d4b65dab40') +source=("http://arch.p5n.pp.ru/~sergej/dl/mtasc-$pkgver.tar.gz") +md5sums=('eb686e4fcaa066dfa77d29b2d4551aab') build() { - cd $startdir/src - sed -i 's/anonymous@/anonymous:@/' $startdir/src/install.ml - - msg "Running ocaml script..." - cd $startdir/src - ocaml $startdir/src/install.ml || return 1 - - msg "Done compiling..." - - install -D -m755 $startdir/src/bin/${pkgname} $startdir/pkg/usr/bin/${pkgname} || return 1 + cd $srcdir/mtasc-$pkgver + sed -i 's|let base_path = normalize_path (try Extc.executable_path() with _ -> ".") in|let base_path = "/usr/share/mtasc/" in|' ocaml/mtasc/main.ml + (cd ocaml/extc && make) + ocaml install.ml +} +package() { + cd $srcdir/mtasc-$pkgver + install -D -m755 $srcdir/mtasc-$pkgver/bin/${pkgname} $pkgdir/usr/bin/${pkgname} for f in $( cd ocaml/mtasc/ && find ./{std,std8} -type f -iname '*.as' | grep -iv cvs ); do - install -D -m644 ocaml/mtasc/$f ../pkg/usr/share/mtasc/$f || return 1 + install -D -m644 ocaml/mtasc/$f $pkgdir/usr/share/mtasc/$f done } - diff --git a/community/pcsc-perl/PKGBUILD b/community/pcsc-perl/PKGBUILD index 0c471f585..91fdcc270 100644 --- a/community/pcsc-perl/PKGBUILD +++ b/community/pcsc-perl/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 42913 2011-03-22 16:19:32Z giovanni $ +# $Id: PKGBUILD 50836 2011-07-01 18:53:03Z bluewind $ # Maintainer: Giovanni Scafora # Contributor: neuromante # Contributor: marc0s pkgname=pcsc-perl pkgver=1.4.12 -pkgrel=1 +pkgrel=2 pkgdesc="A Perl Module for PC/SC SmartCard access" arch=('i686' 'x86_64') url="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/" diff --git a/community/perl-device-serialport/PKGBUILD b/community/perl-device-serialport/PKGBUILD index a14834aa1..668b79445 100644 --- a/community/perl-device-serialport/PKGBUILD +++ b/community/perl-device-serialport/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 42422 2011-03-16 15:50:28Z spupykin $ +# $Id: PKGBUILD 50831 2011-07-01 18:51:53Z bluewind $ # Maintainer: Sergej Pupykin # Contributor: Ross melin pkgname=perl-device-serialport pkgver=1.04 -pkgrel=2 +pkgrel=3 pkgdesc="POSIX clone of Win32::SerialPort" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/Device-SerialPort" diff --git a/community/perl-perlio-eol/PKGBUILD b/community/perl-perlio-eol/PKGBUILD new file mode 100644 index 000000000..81a8c7697 --- /dev/null +++ b/community/perl-perlio-eol/PKGBUILD @@ -0,0 +1,23 @@ +# $Id: PKGBUILD 50826 2011-07-01 18:50:47Z bluewind $ +# Maintainer: Sergej Pupykin +# Maintainer: Charles Mauch + +pkgname=perl-perlio-eol +pkgver=0.14 +pkgrel=1 +pkgdesc="Perl/CPAN Module PerlIO::eol" +arch=("i686" "x86_64") +url="http://search.cpan.org/dist/PerlIO-eol" +license=("GPL" "PerlArtistic") +replaces=(perlio-eol) +source=("http://www.cpan.org/authors/id/A/AU/AUDREYT/PerlIO-eol-$pkgver.tar.gz") +md5sums=('55c5d3fafab00a511ff1c2722060235c') + +build() { + cd $srcdir/PerlIO-eol-$pkgver + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 + make || return 1 + make install DESTDIR=$pkgdir || return 1 + find $pkgdir -name '.packlist' -delete + find $pkgdir -name '*.pod' -delete +} diff --git a/community/python2-basemap/PKGBUILD b/community/python2-basemap/PKGBUILD index 98e999baf..b3c9c06fd 100644 --- a/community/python2-basemap/PKGBUILD +++ b/community/python2-basemap/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 40923 2011-03-01 17:22:50Z stephane $ +# $Id: PKGBUILD 50811 2011-07-01 15:17:50Z stephane $ # Maintainer: Stéphane Gaudreault # Contributor: Julien Morin pkgname=python2-basemap -pkgver=1.0 -pkgrel=2 +pkgver=1.0.1 +pkgrel=1 pkgdesc="Toolkit for plotting data on map projections" arch=('i686' 'x86_64') url="http://matplotlib.sourceforge.net/basemap/doc/html/" @@ -16,7 +16,7 @@ provides=('python-matplotlib-basemap') replaces=('python-matplotlib-basemap') conflicts=('python-matplotlib-basemap') source=("http://downloads.sourceforge.net/project/matplotlib/matplotlib-toolkits/basemap-${pkgver}/basemap-${pkgver}.tar.gz") -sha1sums=('c1e2a9e76fdc6582dd951b86b4479cc439e8b372') +sha1sums=('bd278580c004ec597020e313cc2c568593a018eb') build() { cd "${srcdir}/basemap-${pkgver}" diff --git a/community/root/PKGBUILD b/community/root/PKGBUILD index abdd3f8fc..cf4f92432 100644 --- a/community/root/PKGBUILD +++ b/community/root/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Sebastian Voecking pkgname=root -pkgver=5.28.00e +pkgver=5.30.00 pkgrel=1 pkgdesc='C++ data analysis framework and interpreter from CERN.' arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ source=("ftp://root.cern.ch/root/root_v${pkgver}.source.tar.gz" 'rootd' 'root.desktop' 'root.xml') -md5sums=('e023538c046ebdde7f93284b5f6511e2' +md5sums=('b4e00f419f63d5ec6b7f1aace33c0c6f' '0e883ad44f99da9bc7c23bc102800b62' 'efd06bfa230cc2194b38e0c8939e72af' 'ac61b17395d75a2705fefa2ef841a6bf' @@ -39,11 +39,12 @@ build() { ./configure \ ${TARGET} \ --prefix=/usr \ - --disable-builtin-glew \ - --disable-builtin-freetype \ --disable-builtin-ftgl \ + --disable-builtin-freetype \ + --disable-builtin-glew \ --disable-builtin-pcre \ --disable-builtin-zlib \ + --enable-builtin-lzma \ --enable-gdml \ --enable-gsl-shared \ --enable-minuit2 \ @@ -52,12 +53,14 @@ build() { --enable-python \ --with-python-incdir=/usr/include/python2.7 \ --with-python-libdir=/usr/lib - #--disable-krb5 - # disable krb5 because of compile error # move from aur #--disable-builtin-afterimage \ + # causes an error because it includes lzma/lzma.h directly.. need to file a BR for this + # http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=13013&p=55971 + #--disable-builtin-lzma \ + make } @@ -66,10 +69,14 @@ package() { make DESTDIR=${pkgdir} install - install -D ${srcdir}/root.sh ${pkgdir}/etc/profile.d/root.sh - install -D ${srcdir}/rootd ${pkgdir}/etc/rc.d/rootd - install -D -m644 ${srcdir}/root.desktop ${pkgdir}/usr/share/applications/root.desktop - install -D -m644 ${srcdir}/root.xml ${pkgdir}/usr/share/mime/packages/root.xml + install -D ${srcdir}/root.sh \ + ${pkgdir}/etc/profile.d/root.sh + install -D ${srcdir}/rootd \ + ${pkgdir}/etc/rc.d/rootd + install -D -m644 ${srcdir}/root.desktop \ + ${pkgdir}/usr/share/applications/root.desktop + install -D -m644 ${srcdir}/root.xml \ + ${pkgdir}/usr/share/mime/packages/root.xml rm -rf ${pkgdir}/etc/root/daemons } diff --git a/extra/epiphany/PKGBUILD b/extra/epiphany/PKGBUILD index 7663c273b..f30e8e931 100644 --- a/extra/epiphany/PKGBUILD +++ b/extra/epiphany/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 125696 2011-05-28 10:41:59Z ibiru $ +# $Id: PKGBUILD 130020 2011-07-01 09:16:54Z ibiru $ # Maintainer: Jan de Groot pkgname=epiphany -pkgver=3.0.2 -pkgrel=2 +pkgver=3.0.4 +pkgrel=1 install=epiphany.install pkgdesc="A GNOME3 web browser based on the WebKit rendering engine." arch=('i686' 'x86_64') @@ -15,8 +15,8 @@ makedepends=('intltool' 'networkmanager' 'gnome-doc-utils' 'startup-notification options=('!libtool' '!emptydirs') groups=('gnome') url="http://www.gnome.org/projects/epiphany/" -source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('befcc9b6061b2e5e9c78399423b09e27dc301dec55d96bf63590d543ce9bb805') +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('3cfc25c4c939e3df960c28e6c27e7e78645e1121d8634ecbd307672df1f37333') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/gedit/PKGBUILD b/extra/gedit/PKGBUILD index 6ee659a24..ca7df716d 100644 --- a/extra/gedit/PKGBUILD +++ b/extra/gedit/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 127590 2011-06-16 17:26:15Z ibiru $ +# $Id: PKGBUILD 130037 2011-07-01 13:04:18Z ibiru $ # Maintainer: Jan de Groot pkgname=gedit -pkgver=3.0.5 +pkgver=3.0.6 pkgrel=1 pkgdesc="A text editor for GNOME" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ options=('!libtool' '!emptydirs') url="http://www.gnome.org" install=gedit.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('b4e4a76f8f74e39ad6757a27296a2e24b0b37a0bf156d424354d964352a1f11c') +sha256sums=('ac5957fe52991f58570d25828130f60a8e4e3f0cb00abe358f25e7d2b9fed252') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/graphicsmagick/PKGBUILD b/extra/graphicsmagick/PKGBUILD index 82f855ed9..70b39d568 100644 --- a/extra/graphicsmagick/PKGBUILD +++ b/extra/graphicsmagick/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 103133 2010-12-15 19:32:43Z ronald $ +# $Id: PKGBUILD 130047 2011-07-01 15:56:21Z ronald $ # Maintainer: Ronald van Haren # Contributor: Jaroslav Lichtblau # Contributor: Anton Leontiev pkgname=graphicsmagick pkgver=1.3.12 -pkgrel=1 +pkgrel=2 pkgdesc="Image processing system" arch=('i686' 'x86_64') url="http://www.graphicsmagick.org/" diff --git a/extra/gtksourceview3/PKGBUILD b/extra/gtksourceview3/PKGBUILD index c9ba39286..e366b0490 100644 --- a/extra/gtksourceview3/PKGBUILD +++ b/extra/gtksourceview3/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 128016 2011-06-20 19:02:22Z ibiru $ +# $Id: PKGBUILD 130030 2011-07-01 11:17:28Z ibiru $ # Maintainer: Ionut Biru pkgname=gtksourceview3 _pkgbasename=gtksourceview -pkgver=3.0.4 +pkgver=3.0.5 pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('intltool' 'pkgconfig' 'gobject-introspection') options=('!libtool') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-${pkgver}.tar.xz) -sha256sums=('12b39125b650e70bc3ab958f071e35537d4b2136ec5497829d38b5565e7280a0') +sha256sums=('3502fb5da443f687fdba228e3c015429874b4286e19670a87055866800f985c5') build() { cd "${srcdir}/$_pkgbasename-${pkgver}" diff --git a/extra/gweled/PKGBUILD b/extra/gweled/PKGBUILD index 16ea76bef..df62dc0a4 100644 --- a/extra/gweled/PKGBUILD +++ b/extra/gweled/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 108818 2011-02-03 20:50:44Z eric $ +# $Id: PKGBUILD 130072 2011-07-01 21:54:59Z eric $ # Maintainer: Eric Bélanger pkgname=gweled -pkgver=0.9 +pkgver=0.9.1 pkgrel=1 pkgdesc="A puzzle game similar to Bejeweled (aka Diamond Mine)" arch=('i686' 'x86_64') license=('GPL') url="https://launchpad.net/gweled/" -depends=('librsvg' 'libmikmod') +depends=('gtk2' 'librsvg' 'libmikmod' 'hicolor-icon-theme') makedepends=('intltool') install=gweled.install source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz) -md5sums=('a3aeec75190710758bbd3c487b637112') -sha1sums=('70358e0557eaee370a9183e1ea34e95a09d57619') +md5sums=('746ac14523c968e78140c2f0501fd7cf') +sha1sums=('ff4a59935c9e1eb4a202e723baabaab39f526714') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/libwebkit/PKGBUILD b/extra/libwebkit/PKGBUILD index ec0c795c6..7dccf4179 100644 --- a/extra/libwebkit/PKGBUILD +++ b/extra/libwebkit/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 126732 2011-06-06 21:34:03Z andyrtr $ +# $Id: PKGBUILD 130015 2011-07-01 08:50:25Z ibiru $ # Maintainer: Andreas Radke pkgbase=libwebkit pkgname=(libwebkit libwebkit3) -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="An opensource web content engine" arch=('i686' 'x86_64') @@ -15,12 +15,12 @@ options=('!libtool') install=libwebkit.install source=(http://webkitgtk.org/webkit-${pkgver}.tar.gz replace-switch-with-given-when.patch) -md5sums=('c1a4f732a77d6f8197437b50678d3dbc' +md5sums=('361f8420e93d12101d650758fec09fa0' '3ba708a26b7af0e1e853867966fe14f7') build() { cd "${srcdir}/webkit-${pkgver}" - patch -Np1 -i "${srcdir}/replace-switch-with-given-when.patch" +# patch -Np1 -i "${srcdir}/replace-switch-with-given-when.patch" mkdir build-gtk{2,3} ( cd build-gtk2 && _build --with-gtk=2.0 ) diff --git a/extra/miro/PKGBUILD b/extra/miro/PKGBUILD index d7636998a..64ea31e79 100644 --- a/extra/miro/PKGBUILD +++ b/extra/miro/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 127855 2011-06-18 21:42:16Z eric $ +# $Id: PKGBUILD 130052 2011-07-01 16:18:58Z ronald $ # Maintainer: Ronald van Haren pkgname=miro -pkgver=4.0.1.1 -pkgrel=2 +pkgver=4.0.2 +pkgrel=1 pkgdesc="The free and open source internet TV platform" arch=('i686' 'x86_64') url="http://www.getmiro.com" @@ -17,7 +17,7 @@ depends=('dbus-python' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf' makedepends=('pkg-config') install=miro.install source=(http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz) -sha1sums=('f6dbfb661bd642ccf60b38405c63182c7a9142df') +sha1sums=('22342897ca748fa19738c9c1c510510f314fa7eb') build() { cd "${srcdir}/${pkgname}-${pkgver}/linux" diff --git a/extra/modemmanager/PKGBUILD b/extra/modemmanager/PKGBUILD index cbc032cfc..890026787 100644 --- a/extra/modemmanager/PKGBUILD +++ b/extra/modemmanager/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 126693 2011-06-06 16:09:07Z ibiru $ +# $Id: PKGBUILD 130025 2011-07-01 09:21:47Z ibiru $ # Maintainer: Ionut Biru pkgname=modemmanager _realname=ModemManager -pkgver=0.4.997 +pkgver=0.4.998 pkgrel=1 pkgdesc="Mobile broadband modem management service" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('intltool') options=('!libtool') source=(http://download.gnome.org/sources/${_realname}/0.4/${_realname}-${pkgver}.tar.xz) optdepends=('usb_modeswitch: install if your modem shows up as a storage drive') -sha256sums=('88fa2f098b9fbbfb4e91e78e200404ce6dd6258102a197a635a3bd789302c6e4') +sha256sums=('a0d96d0f9e06f1542b4c32d114833114b330682f93eea16fda8cdba289ceadf5') build() { cd "$srcdir/${_realname}-${pkgver}" diff --git a/extra/udisks/PKGBUILD b/extra/udisks/PKGBUILD index c2e3b5ebc..549859209 100644 --- a/extra/udisks/PKGBUILD +++ b/extra/udisks/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 124509 2011-05-22 17:12:02Z giovanni $ +# $Id: PKGBUILD 130042 2011-07-01 14:45:36Z ibiru $ # Maintainer: Jan de Groot pkgname=udisks pkgver=1.0.3 -pkgrel=3 +pkgrel=4 pkgdesc="Disk Management Service" arch=('i686' 'x86_64') url="http://www.freedesktop.org/wiki/Software/udisks" @@ -11,19 +11,14 @@ license=('GPL') depends=('udev' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 'parted' 'device-mapper' 'libatasmart' 'lsof' 'lvm2' 'eject') makedepends=('intltool' 'docbook-xsl' 'gtk-doc') options=(!libtool) -#source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz) -source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz - 01-mkfs-tempdir.patch - fix_well_known_filesystems.patch) -sha256sums=('a4d18b2de59c1567df5342f26960c6c3e70a0320f7bafe42893f2708c9b57dd5' - '786c0adb1a37e16b351c906527e3cbd17193bb51d8c1dd0889f216556c419c6c' - '00d92030de44c5856c7408339c4849bf9b88b66d6cfa6617364b4e8d9ed2bc5e') +source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz + 01-mkfs-tempdir.patch) +sha256sums=('d95bceb52a70c727291b934c4c05774899a0074927c8138a219b81a784de8a4b' + '786c0adb1a37e16b351c906527e3cbd17193bb51d8c1dd0889f216556c419c6c') build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -Np1 -i "${srcdir}/01-mkfs-tempdir.patch" - patch -Np1 -i "${srcdir}/fix_well_known_filesystems.patch" - ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib/udisks --disable-static #fix location for bash_completion helper diff --git a/extra/xfconf/PKGBUILD b/extra/xfconf/PKGBUILD index 7616febf3..0c5496af8 100644 --- a/extra/xfconf/PKGBUILD +++ b/extra/xfconf/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106342 2011-01-16 16:22:15Z andyrtr $ +# $Id: PKGBUILD 130064 2011-07-01 20:39:13Z andyrtr $ # Maintainer: AndyRTR # Contributor: tobias pkgname=xfconf pkgver=4.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="a simple client-server configuration storage and query system" arch=('i686' 'x86_64') license=('GPL2') diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 89f6755fb..ca29d2a2d 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -19,27 +19,25 @@ # * Disabled ContentHandlers and other Google/Yahoo! related services pkgname=icecat -pkgver=4.0.1 +pkgver=5.0 pkgrel=2 -_xulver=2.0.1 pkgdesc="GNU version of the Firefox browser. SafeBrowsing and other Google services disabled!" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/gnuzilla/" -license=('GPL2' 'MPL' 'LGPL') -depends=("xulrunner=${_xulver}" 'desktop-file-utils') -makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' 'yasm' 'mesa') -provides=("firefox=${pkgver}") -conflicts=('firefox') -replaces=('firefox') +license=('GPL' 'MPL' 'LGPL') +depends=('gtk2' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss>=3.12.10' 'libxt' + 'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' + 'alsa-lib' 'libevent' 'sqlite3>=3.7.4' 'libnotify' 'desktop-file-utils' + 'libvpx' 'lcms' 'nspr>=4.8.8' 'libevent' 'libpng' 'cairo') +makedepends=('zip' 'pkg-config' 'diffutils' 'python2' 'wireless_tools' + 'yasm' 'mesa' 'autoconf2.13' 'gconf' 'xorg-server-xvfb') install=icecat.install -source=(http://ftp.gnu.org/gnu/gnuzilla/${pkgver}/${pkgname}-${pkgver}.tar.xz +source=(ftp://ftp.gnu.org/gnu/gnuzilla/${pkgver}/${pkgname}-${pkgver}.tar.xz mozconfig icecat.desktop icecat-safe.desktop mozilla-firefox-1.0-lang.patch - xulrunner-copy-stub.patch # Search engines - arch-linux-wiki.xml internet-archive.xml jamendo-en.xml logless-search.xml @@ -58,22 +56,38 @@ build() { msg2 "Patching some files..." cd "${srcdir}/${pkgname}-${pkgver}/" patch -Np1 -i "${srcdir}/mozilla-firefox-1.0-lang.patch" - patch -Np0 -i "${srcdir}/xulrunner-copy-stub.patch" cp --remove-destination ${srcdir}/region.properties ./browser/locales/en-US/chrome/browser-region/ cp --remove-destination ${srcdir}/firefox.js ./browser/app/profile/ msg2 "Starting build..." cp "${srcdir}/mozconfig" .mozconfig - unset CFLAGS - unset CXXFLAGS - export LDFLAGS="-Wl,-rpath,${ICECATDIR}" + # Kill @PRE_RELEASE_SUFFIX@ from browser.xul because it + # gets set to \177 for an unknown reason + sed -i 's/@PRE_RELEASE_SUFFIX@//g' \ + browser/base/content/browser.xul + ## Don't generate startup cache. Unbreaks make install + sed -i 's/^GENERATE_CACHE .*/GENERATE_CACHE = true/' \ + toolkit/mozapps/installer/packager.mk + + export LDFLAGS="-Wl,-rpath,${ICECATDIR} -Wl,-O1,--sort-common,--hash-style=gnu,--as-needed" + export PYTHON="/usr/bin/python2" + + # PGO + sed -i '/^NO_PROFILE_GUIDED_OPTIMIZE = 1$/d' \ + memory/jemalloc/Makefile.in + echo 'LDFLAGS += -lX11 -lXrender' \ + >> layout/build/Makefile.in + + # Start build ./configure make MOZ_MAKE_FLAGS="${MAKEFLAGS}" - msg2 "Build complete" +# LD_PRELOAD="" /usr/bin/Xvfb -nolisten tcp -extension GLX :99 & +# LD_PRELOAD="" DISPLAY=:99 make -j1 -f client.mk profiledbuild MOZ_MAKE_FLAGS="$MAKEFLAGS" +# kill $! || true } package() { @@ -92,19 +106,26 @@ package() { cd ${pkgdir}/usr/lib ln -s ${ICECATDIR} icecat + # Remove included dictionaries, add symlink to system myspell path + # Note: this will cause file conflicts when users have installed dictionaries in the old location + #rm -rf "${pkgdir}/usr/lib/firefox-$pkgver/dictionaries" + #ln -sf /usr/share/myspell/dicts \ + # "${pkgdir}/usr/lib/firefox-$pkgver/dictionaries" + + # We don't want the development stuff + rm -r "$pkgdir"/usr/{include,lib/icecat-devel-$pkgver,share/idl} + msg2 "Removing proprietary and anti-privacy search engines" rm -f ${pkgdir}${ICECATDIR}/searchplugins/{google,answers,amazondotcom,eBay,yahoo,bing}.xml msg2 "And provide better ones..." install -m755 -d ${pkgdir}${ICECATDIR}/searchplugins/ install -m644 ${srcdir}/*.xml ${pkgdir}${ICECATDIR}/searchplugins/ } -md5sums=('1b4d44ee5badc28fd332cba564ecde0a' - '436db1f6167ffe82fcd71a53ffd80d0e' +md5sums=('3fd4f4c2bfdacdd52bbd6e197ceda95f' + '105f2e5d98d719c37cba5601a59b8593' 'e81ad01dbc16ba28bf92ba4b7c309ca7' 'd93fe402b87cd000a869e1fd6badc6c9' 'bd5db57c23c72a02a489592644f18995' - '5a1938673a367b20ecfa009a5eb767aa' - '3403175087e584a8c5e840cc62310cd9' '462c68585461f8cdc23c93c46f6ee4cf' '2d492295c4308f9bba9ece28d8b3af2d' '937ac0e5392b060d93bd33e761fbfa51' diff --git a/libre/icecat/mozconfig b/libre/icecat/mozconfig index 0162c51ac..442dfe76d 100644 --- a/libre/icecat/mozconfig +++ b/libre/icecat/mozconfig @@ -10,9 +10,11 @@ ac_add_options --with-system-zlib ac_add_options --with-system-bz2 ac_add_options --with-system-png ac_add_options --with-system-libevent +ac_add_options --with-system-libvpx ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite ac_add_options --enable-system-cairo +ac_add_options --enable-system-lcms ac_add_options --with-pthreads ac_add_options --enable-default-toolkit=cairo-gtk2 @@ -21,13 +23,11 @@ ac_add_options --disable-safe-browsing ac_add_options --enable-extensions=default ac_add_options --enable-startup-notification ac_add_options --enable-pango -ac_add_options --enable-strip ac_add_options --enable-svg ac_add_options --enable-canvas ac_add_options --enable-smil ac_add_options --enable-canvas3d ac_add_options --enable-places -ac_add_options --enable-shared-js ac_add_options --enable-url-classifier ac_add_options --enable-optimize @@ -37,21 +37,19 @@ ac_add_options --enable-jemalloc ac_add_options --enable-xterm-updates ac_add_options --enable-printing ac_add_options --enable-xinerama -ac_add_options --enable-libxul -ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-2.0 -ac_add_options --with-branding=browser/branding/unofficial ac_add_options --with-distribution-id=org.gnu.gnuzilla ac_add_options --with-user-appdir=.gnuzilla +ac_add_options --with-branding=browser/branding/unofficial ac_add_options --disable-javaxpcom ac_add_options --disable-crashreporter ac_add_options --disable-updater ac_add_options --disable-tests -ac_add_options --disable-xprint ac_add_options --disable-mochitest ac_add_options --disable-debug ac_add_options --disable-installer ac_add_options --disable-pedantic +ac_add_options --disable-static ac_add_options --enable-gio ac_add_options --disable-gnomevfs @@ -62,3 +60,9 @@ export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 mk_add_options BUILD_OFFICIAL=1 mk_add_options MOZILLA_OFFICIAL=1 + +# PGO +ac_add_options --enable-profile-guided-optimization +mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-pgo +mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py' +mk_add_options PYTHONPATH='$(OBJDIR)/_profile/pgo' diff --git a/multilib/nspluginwrapper/PKGBUILD b/multilib/nspluginwrapper/PKGBUILD index d99c3aa58..e9328f90f 100644 --- a/multilib/nspluginwrapper/PKGBUILD +++ b/multilib/nspluginwrapper/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 48701 2011-06-05 07:21:16Z bluewind $ +# $Id: PKGBUILD 50786 2011-07-01 07:38:37Z bluewind $ # Maintainer: Thomas Bächler pkgname=nspluginwrapper -pkgver=1.4.2 +pkgver=1.4.4 pkgrel=1 pkgdesc="Cross-platform NPAPI compatible plugin viewer" arch=('x86_64') @@ -11,7 +11,7 @@ depends=('curl' 'lib32-libxt' 'lib32-gcc-libs' 'gtk2' 'lib32-gtk2') makedepends=('gcc-multilib') install="install" source=(http://nspluginwrapper.davidben.net/download/$pkgname-$pkgver.tar.gz) -md5sums=('2f87c5af9aafe99e474aac548bc40705') +md5sums=('36f3e290fc4ce56f65ee695078961188') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/staging/subversion/PKGBUILD b/staging/subversion/PKGBUILD index 44c626813..8f8e8adbe 100644 --- a/staging/subversion/PKGBUILD +++ b/staging/subversion/PKGBUILD @@ -1,26 +1,34 @@ -# $Id: PKGBUILD 129526 2011-06-28 16:08:03Z stephane $ +# $Id: PKGBUILD 130071 2011-07-01 21:53:41Z stephane $ # Maintainer: Paul Mattal # Contributor: Jason Chu pkgname=subversion pkgver=1.6.17 -pkgrel=5 -pkgdesc="Replacement for CVS, another versioning system (SVN)" +pkgrel=6 +pkgdesc="A Modern Concurrent Version Control System" arch=('i686' 'x86_64') license=('apache' 'bsd') depends=('neon' 'apr-util' 'sqlite3') +optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn bash completion') makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'ruby' 'java-runtime' 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs') -source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2 - svnserve svn svnserve.conf svnmerge.py - subversion.rpath.fix.patch - subversion.suppress.deprecation.warnings.patch) - backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve') url="http://subversion.apache.org/" provides=('svn') options=('!makeflags' '!libtool') -optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn bash completion') +source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2 + svnserve svn svnserve.conf svnmerge.py + subversion.rpath.fix.patch + subversion.suppress.deprecation.warnings.patch + subversion-perl-bindings.patch) +md5sums=('81e5dc5beee4b3fc025ac70c0b6caa14' + 'a2b029e8385007ffb99b437b30521c90' + 'a0db6dd43af33952739b6ec089852630' + 'c459e299192552f61578f3438abf0664' + 'a6371baeda7e224504629ecdda2749b4' + '6b4340ba9d8845cd8497e013ae01be3f' + '1166f3b7413d7e7450299b3525680bbe' + '0591aa39837931161b4d61ff35c7b147') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -30,6 +38,7 @@ build() { # apply patches patch -Np0 -i ../subversion.rpath.fix.patch patch -Np1 -i ../subversion.suppress.deprecation.warnings.patch + patch -Np1 -i ../subversion-perl-bindings.patch # configure autoreconf @@ -89,10 +98,3 @@ package() { install -Dm 644 ${srcdir}/${pkgname}-${pkgver}/tools/client-side/bash_completion \ ${pkgdir}/etc/bash_completion.d/subversion } -md5sums=('81e5dc5beee4b3fc025ac70c0b6caa14' - 'a2b029e8385007ffb99b437b30521c90' - 'a0db6dd43af33952739b6ec089852630' - 'c459e299192552f61578f3438abf0664' - 'a6371baeda7e224504629ecdda2749b4' - '6b4340ba9d8845cd8497e013ae01be3f' - '1166f3b7413d7e7450299b3525680bbe') diff --git a/staging/subversion/subversion-perl-bindings.patch b/staging/subversion/subversion-perl-bindings.patch new file mode 100644 index 000000000..3c34daa47 --- /dev/null +++ b/staging/subversion/subversion-perl-bindings.patch @@ -0,0 +1,12 @@ +diff -Naur subversion-1.6.17.ori/subversion/bindings/swig/perl/native/Makefile.PL.in subversion-1.6.17/subversion/bindings/swig/perl/native/Makefile.PL.in +--- subversion-1.6.17.ori/subversion/bindings/swig/perl/native/Makefile.PL.in 2010-11-24 20:42:16.000000000 +0000 ++++ subversion-1.6.17/subversion/bindings/swig/perl/native/Makefile.PL.in 2011-07-01 20:16:16.520892074 +0000 +@@ -43,7 +43,7 @@ + my %config = ( + ABSTRACT => 'Perl bindings for Subversion', + DEFINE => $cppflags, +- CCFLAGS => $cflags, ++ CCFLAGS => $Config{ccflags}, + INC => join(' ',$apr_cflags, $apu_cflags, + " -I$swig_srcdir/perl/libsvn_swig_perl", + " -I$svnlib_srcdir/include", diff --git a/testing/sqlite3/PKGBUILD b/testing/sqlite3/PKGBUILD index 78e063ee7..fd4fe1d87 100644 --- a/testing/sqlite3/PKGBUILD +++ b/testing/sqlite3/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 129519 2011-06-28 15:50:46Z andyrtr $ +# $Id: PKGBUILD 130058 2011-07-01 19:36:29Z andyrtr $ # Maintainer: Andreas Radke # Contributor: Tom Newsom pkgbase="sqlite3" pkgname=('sqlite3' 'sqlite3-tcl' 'sqlite3-doc') -_amalgamationver=3070700 +_amalgamationver=3070701 _amalgamationver2=${_amalgamationver/00/} _docver=${_amalgamationver} #3070700 pkgver=${_amalgamationver2//0/.} @@ -20,8 +20,8 @@ source=( # tarball containing the amalgamation for SQLite 3.7.5 together with a http://www.sqlite.org/sqlite-doc-${_docver}.zip license.txt) options=('!libtool' '!emptydirs') -md5sums=('a98df57053adf4c132b6b7ab59e9f333' - '91a9a3327b46d6d0a1341e9c95cba1e9' +md5sums=('554026fe7fac47b1cf61c18d5fe43419' + '2bca5613abf9352bc525b6a8fd80156e' 'c1cdbc5544034d9012e421e75a5e4890') build() { -- cgit v1.2.3-54-g00ecf