diff options
author | root <root@rshg054.dnsready.net> | 2013-01-29 00:06:25 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-29 00:06:25 -0800 |
commit | 2cb7f65fb24926493d457f6931e421e27aa629da (patch) | |
tree | dfd419375945457b6b6dd74c280812f8e5533743 | |
parent | 1b9f6dc846379470b620b5dbb9d4d7acd1de148c (diff) |
Tue Jan 29 00:06:25 PST 2013
104 files changed, 508 insertions, 352 deletions
diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD index a280cc4ad..8b99ab009 100644 --- a/community/0ad/PKGBUILD +++ b/community/0ad/PKGBUILD @@ -1,10 +1,11 @@ +# $Id: PKGBUILD 83239 2013-01-28 16:49:23Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: t3ddy <t3ddy1988 "at" gmail {dot} com> # Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com> pkgname=0ad pkgver=a12 _pkgver=0.0.12-alpha -pkgrel=1 +pkgrel=2 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('i686' 'x86_64') url="http://play0ad.com/" @@ -32,9 +33,9 @@ build() { } package() { - install -d ${pkgdir}/usr/{bin,lib} - install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis ${pkgdir}/usr/bin - install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} ${pkgdir}/usr/lib + install -d "${pkgdir}"/usr/{bin,lib} + install -Dm755 "${srcdir}"/${pkgname}-${_pkgver}/binaries/system/pyrogenesis "${pkgdir}/usr/bin" + install -Dm755 "${srcdir}"/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} "${pkgdir}/usr/lib" install -Dm755 "${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}" install -Dm644 "${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop" diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD index f889683b3..6d0b07128 100644 --- a/community/bitcoin/PKGBUILD +++ b/community/bitcoin/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 81351 2012-12-18 11:49:48Z tredaelli $ +# $Id: PKGBUILD 83240 2013-01-28 16:49:24Z stephane $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: shahid <helllamer@gmail.com> pkgbase=bitcoin pkgname=('bitcoin-daemon' 'bitcoin-qt') pkgver=0.7.2 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.bitcoin.org/" makedepends=('boost' 'automoc4' 'miniupnpc') diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD index 92b381aff..e74af9746 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 82994 2013-01-26 10:56:03Z bpiotrowski $ +# $Id: PKGBUILD 83242 2013-01-28 16:49:28Z stephane $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: joyfulgirl@archlinux.us # Contributor: nathan owe ndowens04 at gmail dot com pkgname=cclive pkgver=0.7.11 -pkgrel=1 +pkgrel=2 pkgdesc='Commandline downloader for popular video websites.' arch=('i686' 'x86_64') url='http://cclive.sourceforge.net/' diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD index 69d0f79b9..584eec445 100644 --- a/community/cegui/PKGBUILD +++ b/community/cegui/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81101 2012-12-12 00:47:27Z eric $ +# $Id: PKGBUILD 83243 2013-01-28 16:49:29Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com>, @@ -7,7 +7,7 @@ pkgbase=cegui pkgname=('cegui' 'cegui-docs') pkgver=0.7.7 -pkgrel=4 +pkgrel=5 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines" arch=('i686' 'x86_64') url="http://crayzedsgui.sourceforge.net" @@ -16,14 +16,15 @@ license=("MIT") depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua51' 'silly') makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz') optdepends=("python2: python bindings" - "ogre: ogre module") + "ogre: ogre module" + "gtk2: gtk2 module") #"irrlicht: irrlicht module") maybe again at some point options=(!libtool) source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz) md5sums=('8b83577f86eaa1581765dd155c7c8f24') build() { - cd $srcdir/CEGUI-${pkgver} + cd "$srcdir/CEGUI-${pkgver}" ./bootstrap @@ -36,19 +37,20 @@ build() { } package_cegui() { - cd $srcdir/CEGUI-${pkgver} + cd "$srcdir/CEGUI-${pkgver}" - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install - install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE + install -Dm644 doc/COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" } package_cegui-docs() { pkgdesc="Documentation for cegui" depends=() - cd $srcdir/CEGUI-${pkgver} + cd "$srcdir/CEGUI-${pkgver}" cd doc/doxygen && doxygen - cd .. && make DESTDIR=${pkgdir} install-html + cd .. && make DESTDIR="${pkgdir}" install-html + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" } diff --git a/community/easystroke/PKGBUILD b/community/easystroke/PKGBUILD index 75a71810d..bf1cb5a39 100644 --- a/community/easystroke/PKGBUILD +++ b/community/easystroke/PKGBUILD @@ -3,13 +3,13 @@ pkgname=easystroke pkgver=0.5.6 -pkgrel=1 +pkgrel=2 pkgdesc='Use mouse gestures to initiate commands and hotkeys.' arch=('i686' 'x86_64') url='http://easystroke.sourceforge.net/' license=('custom:ISC') -depends=('gtkmm' 'boost' 'libxtst' 'dbus-glib' 'xorg-server') -makedepends=('inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man') +depends=('gtkmm' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server') +makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man') install=easystroke.install source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz") md5sums=('a9f06576a47deaf6f612bb993685af0f') diff --git a/community/electricsheep/PKGBUILD b/community/electricsheep/PKGBUILD index 28b4c2b78..95ccd687a 100644 --- a/community/electricsheep/PKGBUILD +++ b/community/electricsheep/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 81103 2012-12-12 00:47:29Z eric $ +# $Id: PKGBUILD 83245 2013-01-28 16:49:31Z stephane $ # Maintainer: Eric Bélanger <eric@archlinux.org> pkgname=electricsheep pkgver=2.7b33 -pkgrel=4 +pkgrel=5 pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet" arch=('i686' 'x86_64') url="http://community.electricsheep.org/" @@ -37,8 +37,10 @@ mksource() { build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's/wx-config/wx-config-2.9/g' configure.ac + sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac sed -i '12 i\ #include <cstdio>' Common/Singleton.h + mkdir m4 ./autogen.sh CPPFLAGS+="-I/usr/include/lua5.1" ./configure --prefix=/usr sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile diff --git a/community/encfs/PKGBUILD b/community/encfs/PKGBUILD index 4e152c402..9b735a2a8 100644 --- a/community/encfs/PKGBUILD +++ b/community/encfs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73987 2012-07-18 01:06:22Z ibiru $ +# $Id: PKGBUILD 83246 2013-01-28 16:49:32Z stephane $ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> # Contributor: Sven Kauber, <celeon@gmail.com> @@ -6,7 +6,7 @@ pkgname=encfs pkgver=1.7.4 -pkgrel=8 +pkgrel=9 pkgdesc='Encrypted filesystem in user-space' arch=('i686' 'x86_64') url='http://www.arg0.net/encfs' diff --git a/community/fatrat/PKGBUILD b/community/fatrat/PKGBUILD index d2de5c07e..ac5c0dc97 100644 --- a/community/fatrat/PKGBUILD +++ b/community/fatrat/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 82226 2013-01-12 16:49:34Z eric $ +# $Id: PKGBUILD 83247 2013-01-28 16:49:32Z stephane $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=fatrat pkgver=1.2.0_beta2 -pkgrel=3 +pkgrel=4 pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, BitTorrent, rapidshare and more" arch=('i686' 'x86_64') url="http://fatrat.dolezel.info/" diff --git a/community/fcron/PKGBUILD b/community/fcron/PKGBUILD index 8fa9c82a0..199c36931 100644 --- a/community/fcron/PKGBUILD +++ b/community/fcron/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 75445 2012-08-24 05:27:15Z ttopper $ +# $Id: PKGBUILD 83238 2013-01-28 15:29:15Z ttoepper $ # Contributor: Giorgio Lando <lando at imap dot cc> # Contributor: Sergej Pupykin # Contributor: Thomas Bächler # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=fcron -pkgver=3.0.6 -pkgrel=8 -pkgdesc="feature-rich cron implementation" +pkgver=3.1.1 +pkgrel=1 +pkgdesc='Feature-rich cron implementation' arch=(i686 x86_64) url="http://fcron.free.fr" license=('GPL') @@ -21,12 +21,12 @@ backup=(etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny \ options=('emptydirs' '!makeflags') source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz fcron.rc \ systab systab.orig run-cron fcron.service) -md5sums=('69ebcb41921e2a282f41ebecb3a27053' +md5sums=('230b91f308e6012957a3a71a94f03838' 'e0c3f0bdc3c98fbbe46eff19001c18f2' '938722c6654ef7b07f4aa10001905ba1' 'bfb7daa22ebe22b9917e455c1ca4a382' '5ff0cdcb9ec99778938ac6ef26800327' - 'ab589cc6813ec32b5e96bf05c2b51c4c') + '973e440ba6d9ea5aa00b45377140fae4') build() { cd "$srcdir/$pkgname-$pkgver" @@ -40,9 +40,14 @@ build() { --datadir=/usr/share \ --with-docdir=/usr/share/doc \ --localstatedir=/var \ + --with-systemdsystemunitdir=/usr/lib/systemd/system \ + --with-piddir=/run \ --with-editor=/usr/bin/vi \ --with-sendmail=/usr/sbin/sendmail make + + # Temporary bugfix make install expects the file in the files directory. + cp script/fcron.init.systemd files } package() { @@ -70,8 +75,8 @@ package() { install -D -m755 "$srcdir/run-cron" "$pkgdir/usr/sbin/run-cron" # Install systemd service - install -D -m644 "$srcdir/fcron.service" \ - "$pkgdir/usr/lib/systemd/system/fcron.service" + #install -D -m644 "$srcdir/fcron.service" \ + # "$pkgdir/usr/lib/systemd/system/fcron.service" # avoid conflict with filesystem>=2012.06 rmdir "$pkgdir/var/run" diff --git a/community/fcron/fcron.service b/community/fcron/fcron.service index a47b4f19b..c54e8d9e9 100644 --- a/community/fcron/fcron.service +++ b/community/fcron/fcron.service @@ -2,9 +2,8 @@ Description=Cron Daemon [Service] -Type=forking -PIDFile=/run/fcron.pid -ExecStart=/usr/sbin/fcron +ExecStart=/usr/sbin/fcron --foreground --nosyslog +KillMode=process [Install] WantedBy=multi-user.target diff --git a/community/freeorion/PKGBUILD b/community/freeorion/PKGBUILD index f81715361..4a23823a8 100644 --- a/community/freeorion/PKGBUILD +++ b/community/freeorion/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 79478 2012-11-06 02:15:41Z arodseth $ +# $Id: PKGBUILD 83248 2013-01-28 16:49:34Z stephane $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: guini <sidtrun@googlemail.com> # Contributor: Forrest Loomis <cybercyst _ at _ gmail dot com> @@ -7,7 +7,7 @@ pkgname=freeorion pkgver=0.4.1 -pkgrel=4 +pkgrel=5 pkgdesc='Turn-based galactic conquest game inspired by Master of Orion' arch=('x86_64' 'i686') url='http://www.freeorion.org/' @@ -32,16 +32,21 @@ sha256sums=('111532e460aec847ff455ee67dd64f46e2fa5ceba39a0349d25a84b69c646eaf' '3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a') _svnrepo='https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/' _pyversion=2.7 -_revision=5379 +_revision=5671 #5379 build() { cd "$srcdir" gendesk -n - msg2 'Looking up revision from version number...' - _releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep "$pkgver" | cut -d':' -f2 | cut -d' ' -f10 | tail -1` - msg2 "The revision for the latest official release is $_releaserevision" - # _revision=$_releaserevision + # Sometimes the latest revision works, sometimes it's the "release" revision that works. + # Sometimes the release tarball works, sometimes not. Sometimes there is a release tarball, sometimes not. + # Search for "Arch" in the sf.net/projects/freeorion issue tracker to see a list of past issues. + + #msg2 'Looking up revision from version number...' + #_releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep "$pkgver" | cut -d':' -f2 | cut -d' ' -f10 | tail -1` + #msg2 "The revision for the latest official release is $_releaserevision" + ## _revision=$_releaserevision + msg2 "Compiling with revision $_revision" msg2 "Checking out svn revision $_revision..." diff --git a/community/gigi/PKGBUILD b/community/gigi/PKGBUILD index 82f7ed14e..67f22bb7e 100644 --- a/community/gigi/PKGBUILD +++ b/community/gigi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 78189 2012-10-17 10:23:49Z allan $ +# $Id: PKGBUILD 83250 2013-01-28 16:49:36Z stephane $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: fana-m <geminin@gmx.net> @@ -7,8 +7,8 @@ pkgname=gigi pkgver=0.8.0 -pkgrel=14 -_fixedrevision=5208 +pkgrel=15 +_fixedrevision=5407 # 5208 pkgdesc="Small, efficient and feature rich GUI for C++ and OpenGL (freeorion fork)" url="http://gigi.sourceforge.net/" arch=('x86_64' 'i686') diff --git a/community/glob2/PKGBUILD b/community/glob2/PKGBUILD index 64d83922f..6512def53 100644 --- a/community/glob2/PKGBUILD +++ b/community/glob2/PKGBUILD @@ -1,34 +1,40 @@ -# $Id: PKGBUILD 77642 2012-10-13 11:43:21Z allan $ +# $Id: PKGBUILD 83251 2013-01-28 16:49:37Z stephane $ # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> pkgname=glob2 pkgver=0.9.4.4 -pkgrel=13 -pkgdesc="RTS game which minimizes micro-management by automatically assigning tasks to units" -arch=('i686' 'x86_64') -url="http://www.globulation2.org/" +pkgrel=14 +pkgdesc='RTS game which minimizes micro-management by automatically assigning tasks to units' +arch=('x86_64' 'i686') +url='http://www.globulation2.org/' license=('GPL3') depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu' 'fribidi' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils') makedepends=('scons' 'boost' 'mesa') install=glob2.install -source=(http://dl.sv.nongnu.org/releases/${pkgname}/0.9.4/${pkgname}-${pkgver}.tar.gz - glob2-0.9.4.1-gcc44.patch) -sha1sums=('14aa8d840ef5f95a9af591789082fe2322fa8cad' - '3e5ae81d85a727387a7049c3a0dfb3db930391b3') +source=("http://dl.sv.nongnu.org/releases/$pkgname/0.9.4/$pkgname-$pkgver.tar.gz" + 'glob2-0.9.4.1-gcc44.patch') +sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8' + '3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" patch -Np0 -i "$srcdir/glob2-0.9.4.1-gcc44.patch" - scons BINDIR="${pkgdir}/usr/bin" INSTALLDIR="${pkgdir}/usr/share" LINKFLAGS="-lboost_system" + scons \ + BINDIR="$pkgdir/usr/bin" \ + INSTALLDIR="$pkgdir/usr/share" \ + LINKFLAGS="-lboost_system" } package () { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$srcdir/$pkgname-$pkgver" scons install - find "${pkgdir}/usr/share" -type f -exec chmod 644 '{}' \; - install -Dm644 data/icons/glob2-icon-48x48.png "${pkgdir}/usr/share/pixmaps/glob2-icon-48x48.png" + find "$pkgdir/usr/share" -type f -exec chmod 644 '{}' \; + install -Dm644 data/icons/glob2-icon-48x48.png \ + "$pkgdir/usr/share/pixmaps/glob2-icon-48x48.png" } + +# vim:set ts=2 sw=2 et: diff --git a/community/glom/PKGBUILD b/community/glom/PKGBUILD index 59385e1e9..f778b0e78 100644 --- a/community/glom/PKGBUILD +++ b/community/glom/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73993 2012-07-18 01:06:54Z ibiru $ +# $Id: PKGBUILD 83252 2013-01-28 16:49:38Z stephane $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> @@ -6,7 +6,7 @@ pkgname=glom pkgver=1.22.0 -pkgrel=2 +pkgrel=3 pkgdesc="An easy-to-use database designer and user interface" arch=('i686' 'x86_64') url="http://www.glom.org/" @@ -15,7 +15,7 @@ depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 'libepc' makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost') options=('!libtool') install=$pkgname.install -source=(http://ftp.gnome.org/pub/GNOME/sources/glom/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz) sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a') build() { diff --git a/community/gnash/PKGBUILD b/community/gnash/PKGBUILD index 4bae2c98c..ef6b9b56c 100644 --- a/community/gnash/PKGBUILD +++ b/community/gnash/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 77643 2012-10-13 11:43:30Z allan $ +# $Id: PKGBUILD 83253 2013-01-28 16:49:39Z stephane $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgbase=gnash pkgname=(gnash-common gnash-gtk) pkgver=0.8.10 -pkgrel=5 +pkgrel=6 arch=(i686 x86_64) url="http://www.gnu.org/software/gnash/" license=(GPL3) diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD index 7df9b6b1d..727f45d4f 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 78932 2012-10-27 23:44:44Z ebelanger $ +# $Id: PKGBUILD 83254 2013-01-28 16:49:41Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com> # Contributor: Olivier Ramonat <olivier at ramonat dot fr> pkgname=gource pkgver=0.38 -pkgrel=5 +pkgrel=6 pkgdesc="software version control visualization" license=(GPL3) arch=(i686 x86_64) url=http://code.google.com/p/gource/ depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs') -makedepends=('boost' 'glm') +makedepends=('boost' 'glm' 'mesa') source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz) md5sums=('6584241879dbb6dfaecc6ae6b58ad38c') @@ -25,6 +25,6 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR=$pkgdir install + make DESTDIR="$pkgdir" install } # vim: ts=2:sw=2 et: diff --git a/community/gpsdrive/PKGBUILD b/community/gpsdrive/PKGBUILD index 213ebbbda..e6fd25a96 100644 --- a/community/gpsdrive/PKGBUILD +++ b/community/gpsdrive/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76745 2012-09-28 20:24:11Z spupykin $ +# $Id: PKGBUILD 83255 2013-01-28 16:49:42Z stephane $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Maintainer: damir <damir@archlinux.org> @@ -6,7 +6,7 @@ pkgname=gpsdrive pkgver=2.11 _pkgver=20120928 -pkgrel=14 +pkgrel=15 pkgdesc="A car (bike, ship, plane) navigation system" arch=("i686" "x86_64") url="http://www.gpsdrive.de/" diff --git a/community/gtkdialog/PKGBUILD b/community/gtkdialog/PKGBUILD index eb8b9cb32..98398f1cf 100644 --- a/community/gtkdialog/PKGBUILD +++ b/community/gtkdialog/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 76857 2012-10-01 14:34:14Z spupykin $ +# $Id: PKGBUILD 83201 2013-01-28 10:07:07Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: dojo <joerg.doll[at]gmx.de> pkgname=gtkdialog -pkgver=0.8.2 +pkgver=0.8.3 pkgrel=1 pkgdesc="Gtkdialog is a small utility for fast and easy GUI building." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ depends=('gtk2' 'libglade') install=gtkdialog.install options=('zipman') source=(http://gtkdialog.googlecode.com/files/gtkdialog-$pkgver.tar.gz) -md5sums=('4038a04f4ff78ca7b7e52e998754c8c2') +md5sums=('f8d2a2b912bcd5aa7da60984c19bc493') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/hevea/PKGBUILD b/community/hevea/PKGBUILD index 7a807f97e..6a2b3397c 100644 --- a/community/hevea/PKGBUILD +++ b/community/hevea/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82724 2013-01-23 15:18:44Z spupykin $ +# $Id: PKGBUILD 83233 2013-01-28 14:16:05Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Brian Nguyen <bhnguyen@gmail.com> # Original Packager: Tom K <tomk@runbox.com> pkgname=hevea -pkgver=2.01 +pkgver=2.02 pkgrel=1 pkgdesc="A quite complete and fast LATEX to HTML translator" arch=(i686 x86_64) @@ -13,7 +13,7 @@ license=('GPL') url="http://pauillac.inria.fr/~maranget/hevea/" install=hevea.install source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz) -md5sums=('81f6fba8918ccc319e508983eff374fb') +md5sums=('b0331fdf123c21ce02f15c890d268306') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/i3lock/PKGBUILD b/community/i3lock/PKGBUILD index 6729f3f5d..acf305455 100644 --- a/community/i3lock/PKGBUILD +++ b/community/i3lock/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 71875 2012-06-02 17:53:59Z ttopper $ +# $Id: PKGBUILD 83283 2013-01-28 17:56:05Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=i3lock pkgver=2.4.1 -pkgrel=1 +pkgrel=2 pkgdesc="An improved screenlocker based upon XCB and PAM" arch=('i686' 'x86_64') url="http://i3wm.org/i3lock/" @@ -17,6 +17,10 @@ md5sums=('fbc954133a6335be89e394d9ec85fcfd') build() { cd "${srcdir}/${pkgname}-${pkgver}" + + # Fix ticket FS#31544, sed line taken from gentoo + sed -i -e 's:login:system-auth:' i3lock.pam + make gzip i3lock.1 } diff --git a/community/instead/PKGBUILD b/community/instead/PKGBUILD index ee50ef609..738cebc2a 100644 --- a/community/instead/PKGBUILD +++ b/community/instead/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 81383 2012-12-19 12:10:49Z spupykin $ +# $Id: PKGBUILD 83203 2013-01-28 10:07:31Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Peter Kosyh <p.kosyhgmail.com> pkgname=instead -pkgver=1.8.2 +pkgver=1.8.3 pkgrel=1 pkgdesc="a quest interpreter" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('sdl_image' 'sdl_mixer' 'sdl_ttf' 'lua') optdepends=('instead-launcher: install and update INSTEAD games from net') source=(http://instead.googlecode.com/files/instead_${pkgver}.tar.gz) -md5sums=('1f20344594e9a360d335203e4305f7a8') +md5sums=('4ec9f3e9f3300ce5a01b0d2b98974868') build() { cd "${srcdir}/instead-${pkgver}" diff --git a/community/kradio/PKGBUILD b/community/kradio/PKGBUILD index bc04b1645..66a5f20dc 100644 --- a/community/kradio/PKGBUILD +++ b/community/kradio/PKGBUILD @@ -1,26 +1,27 @@ -# $Id: PKGBUILD 83156 2013-01-27 16:18:52Z pierre $ -# Maintainer: +# $Id: PKGBUILD 83293 2013-01-28 23:02:36Z arodseth $ +# Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=kradio -pkgver=4.0.6 +pkgver=4.0.7 pkgrel=1 -arch=('i686' 'x86_64') +arch=('x86_64' 'i686') license=('GPL2') -pkgdesc="A comfortable KDE internet and AM/FM radio application" -url="http://kradio.sourceforge.net/" +pkgdesc='Comfortable KDE internet and AM/FM radio application' +url='http://kradio.sourceforge.net/' depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg') makedepends=('automoc4' 'cmake' 'boost') install=$pkgname.install source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc}) -md5sums=('ee9214156465e0416bb369f78b4a5eae' - 'f43706e63d24788f2278bada7b10cc6f') +sha256sums=('53d1a706f08cfd5a405142cf34cf9c0b03397b03961936651dfae7206003959c' + 'cc6e801e10dbb7971cd09f2083d9fad0dc20ffc59ce3301486a985b8718d0c97') build() { cd "$srcdir" + mkdir build cd build - cmake ../${pkgname}4-$pkgver \ + cmake "../${pkgname}4-$pkgver" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release make @@ -28,5 +29,8 @@ build() { package() { cd "$srcdir/build" + make DESTDIR="$pkgdir" install } + +# vim:set ts=2 sw=2 et: diff --git a/community/kradio/kradio.install b/community/kradio/kradio.install index 460e85d7f..364567b9d 100644 --- a/community/kradio/kradio.install +++ b/community/kradio/kradio.install @@ -1,11 +1,13 @@ post_install() { - xdg-icon-resource forceupdate --theme hicolor 2> /dev/null + xdg-icon-resource forceupdate --theme hicolor 2> /dev/null } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } + +# vim:set ts=2 sw=2 et: diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD index a4caf9c0c..800c927d0 100644 --- a/community/librime/PKGBUILD +++ b/community/librime/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 82860 2013-01-25 04:19:04Z svenstaro $ +# $Id: PKGBUILD 83256 2013-01-28 16:49:43Z stephane $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: GONG Chen <chen dot sst at gmail dot com> # Contributor: 網軍總司令 pkgname=librime pkgver=0.9.7 -pkgrel=3 +pkgrel=4 pkgdesc="Rime input method engine" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/" license=('GPL3') -depends=('boost>=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3') +depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3') optdepends=('brise: Rime schema repository') makedepends=('cmake') source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz") diff --git a/community/luxrays/PKGBUILD b/community/luxrays/PKGBUILD index 5ad24ef05..684fe2a9c 100644 --- a/community/luxrays/PKGBUILD +++ b/community/luxrays/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 78934 2012-10-27 23:44:55Z ebelanger $ +# $Id: PKGBUILD 83257 2013-01-28 16:49:44Z stephane $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=luxrays pkgver=1.1 _pkgver=589aa5dac899 -pkgrel=3 +pkgrel=4 pkgdesc="Accelerate the ray intersection process by using GPUs" arch=('i686' 'x86_64') url="http://www.luxrender.net/" diff --git a/community/luxrender/PKGBUILD b/community/luxrender/PKGBUILD index 34aabbc87..e3c6f12e6 100644 --- a/community/luxrender/PKGBUILD +++ b/community/luxrender/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 78935 2012-10-27 23:44:58Z ebelanger $ +# $Id: PKGBUILD 83258 2013-01-28 16:49:44Z stephane $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> # Initial contributor: flixie <69one@gmx.net> # Contributor: Imanol Celaya <ornitorrincos@archlinux-es.org> pkgname=luxrender pkgver=1.1 _pkgver=4b4289cda943 -pkgrel=3 +pkgrel=4 pkgdesc="Rendering system for physically correct, unbiased image synthesis" arch=('i686' 'x86_64') url="http://www.luxrender.net/" diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD index 9d3b7ebee..6350ae0ef 100644 --- a/community/mapnik/PKGBUILD +++ b/community/mapnik/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 82687 2013-01-23 00:15:56Z eric $ +# $Id: PKGBUILD 83259 2013-01-28 16:49:45Z stephane $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: David Dent <thewinch@gmail.com> # Contributor: orbisvicis <orbisvicis@gmail.com> pkgname=mapnik pkgver=2.1.0 -pkgrel=4 +pkgrel=5 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps" arch=('i686' 'x86_64') url="http://mapnik.org/" diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index 4e4848e5d..650c6f9ba 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80638 2012-11-28 05:32:45Z fyan $ +# $Id: PKGBUILD 83260 2013-01-28 16:49:47Z stephane $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -7,7 +7,7 @@ pkgname=mongodb pkgver=2.2.2 -pkgrel=1 +pkgrel=2 pkgdesc='A high-performance, open source, schema-free document-oriented database' arch=('i686' 'x86_64') url='http://www.mongodb.org' @@ -17,7 +17,7 @@ makedepends=('scons' 'boost' 'libpcap') checkdepends=('python2-pymongo') optdepends=('libpcap: needed for mongosniff') backup=('etc/mongodb.conf') -install="mongodb.install" +install=mongodb.install source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz" 'mongodb.rc' 'mongodb.conf' 'mongodb.service' 'SConscript.client.patch' 'boost1.50.patch') diff --git a/community/mygui/PKGBUILD b/community/mygui/PKGBUILD index c86d93948..e58bcfc8c 100644 --- a/community/mygui/PKGBUILD +++ b/community/mygui/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 76650 2012-09-25 16:18:14Z svenstaro $ +# $Id: PKGBUILD 83261 2013-01-28 16:49:48Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Andrew Belitsky <belitsky.a@gmail.com> pkgbase=mygui pkgname=('mygui' 'mygui-docs') pkgver=3.2.0 -pkgrel=3 +pkgrel=4 pkgdesc="A multilayer and overlappable GUI System for OGRE" arch=('i686' 'x86_64') url="http://mygui.info/" diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index 070f0c8cf..79422ba20 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 78937 2012-10-27 23:45:06Z ebelanger $ +# $Id: PKGBUILD 83263 2013-01-28 16:49:50Z stephane $ # Contributor: SpepS <dreamspepser at yahoo dot it> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=openimageio -pkgver=1.0.9 -pkgrel=4 +pkgver=1.1.2 +pkgrel=2 pkgdesc="A library for reading and writing images, including classes, utilities, and applications." arch=(i686 x86_64) url="http://www.openimageio.org/" @@ -13,14 +13,21 @@ depends=('openexr' 'boost-libs' 'jasper' 'glew') makedepends=('cmake' 'qt' 'python2' 'boost' 'mesa') optdepends=('qt: iv image viewer' 'python2: bindings support') -source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver) -md5sums=('4b98a057515cc95fc954743c987f19ba') +source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver + fix32bit-fail.patch) +md5sums=('8a5fd88f87fbf1826a4782041cf9e7d0' + '64403604d0b74bd6c50fe8638207116a') build() { - cd "$srcdir"/$_pkgname*/src + cd "$srcdir"/$_pkgname* + + patch -Np1 < $srcdir/fix32bit-fail.patch + + cd src [[ -d build ]] && rm -r build mkdir build && cd build + cmake -DCMAKE_INSTALL_PREFIX=/usr -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages .. make } diff --git a/community/openimageio/fix32bit-fail.patch b/community/openimageio/fix32bit-fail.patch new file mode 100644 index 000000000..5d9bbbe36 --- /dev/null +++ b/community/openimageio/fix32bit-fail.patch @@ -0,0 +1,13 @@ +--- orig/src/libutil/SHA1.cpp 2012-11-17 01:02:42.000000000 +0200 ++++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200 +@@ -8,9 +8,9 @@ + + // If compiling with MFC, you might want to add #include "StdAfx.h" + ++#include "SHA1.h" + #include "hash.h" + #include "dassert.h" +-#include "SHA1.h" + + #ifdef SHA1_UTILITY_FUNCTIONS + #define SHA1_MAX_FILE_BUFFER 8000 diff --git a/community/openshadinglanguage/PKGBUILD b/community/openshadinglanguage/PKGBUILD new file mode 100644 index 000000000..92df51c92 --- /dev/null +++ b/community/openshadinglanguage/PKGBUILD @@ -0,0 +1,43 @@ +# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> +pkgname=openshadinglanguage +pkgver=1.2.1 +pkgrel=1 +pkgdesc="Advanced shading language for production GI renderers" +arch=(i686 x86_64) +url="http://code.google.com/p/openshadinglanguage/" +license=('custom') +depends=('boost-libs' 'openimageio' 'openexr' 'llvm' 'intel-tbb' 'freetype2' 'libpng' 'libtiff') +makedepends=('boost' 'cmake' 'clang') +source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz + llvm32.patch) +md5sums=('5635d0c3005d839b9590b49c20e8b821' + '3147f26453b28a971688ab6e54933449') + +build() { + cd OpenShadingLanguage-Release-$pkgver/src + + patch -Np2 < $srcdir/llvm32.patch + + [[ -d build ]] && rm -r build + mkdir build && cd build + + cmake -DCMAKE_INSTALL_PREFIX=/usr .. + make +} + +package() { + cd OpenShadingLanguage-Release-$pkgver/src/build + + make DESTDIR="$pkgdir/" install + + mkdir -p $pkgdir/usr/share/OSL/ + mkdir -p $pkgdir/usr/share/licenses/$pkgname + ls $pkgdir/usr/LICENSE + ls $pkgdir/usr/share/licenses/$pkgname + mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname + mv $pkgdir/usr/{CHANGES,README,INSTALL} $pkgdir/usr/share/OSL/ + mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc + mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders +} + +# vim:set ts=2 sw=2 et: diff --git a/community/openshadinglanguage/llvm32.patch b/community/openshadinglanguage/llvm32.patch new file mode 100644 index 000000000..5eb63bcf3 --- /dev/null +++ b/community/openshadinglanguage/llvm32.patch @@ -0,0 +1,71 @@ +commit c391ceb1936459b70147d6f8ac389ded26a7e028 +Author: Sven-Hendrik Haase <sh@lutzhaase.com> +Date: Fri Dec 28 09:00:33 2012 +0100 + + Fix for LLVM 3.2 + +diff --git a/src/liboslexec/llvm_headers.h b/src/liboslexec/llvm_headers.h +index 41a7a11..5ff4384 100644 +--- a/src/liboslexec/llvm_headers.h ++++ b/src/liboslexec/llvm_headers.h +@@ -45,10 +45,18 @@ namespace llvm = LLVM_NAMESPACE; + #include <llvm/LLVMContext.h> + #include <llvm/Module.h> + #include <llvm/PassManager.h> ++#if OSL_LLVM_VERSION >= 32 ++#include <llvm/IRBuilder.h> ++#else + #include <llvm/Support/IRBuilder.h> ++#endif + #include <llvm/Support/ManagedStatic.h> + #include <llvm/Support/MemoryBuffer.h> + #include <llvm/Support/raw_ostream.h> ++#if OSL_LLVM_VERSION >= 32 ++#include <llvm/DataLayout.h> ++#else + #include <llvm/Target/TargetData.h> ++#endif + + #endif /* OSL_LLVM_HEADERS_H */ +diff --git a/src/liboslexec/llvm_instance.cpp b/src/liboslexec/llvm_instance.cpp +index 8709c8b..3e42557 100644 +--- a/src/liboslexec/llvm_instance.cpp ++++ b/src/liboslexec/llvm_instance.cpp +@@ -1273,13 +1273,21 @@ RuntimeOptimizer::llvm_setup_optimization_passes () + // + m_llvm_func_passes = new llvm::FunctionPassManager(llvm_module()); + llvm::FunctionPassManager &fpm (*m_llvm_func_passes); ++#if OSL_LLVM_VERSION >= 32 ++ fpm.add (new llvm::DataLayout(llvm_module())); ++#else + fpm.add (new llvm::TargetData(llvm_module())); ++#endif + + // Specify module-wide (interprocedural optimization) passes + // + m_llvm_passes = new llvm::PassManager; + llvm::PassManager &passes (*m_llvm_passes); ++#if OSL_LLVM_VERSION >= 32 ++ passes.add (new llvm::DataLayout(llvm_module())); ++#else + passes.add (new llvm::TargetData(llvm_module())); ++#endif + + if (shadingsys().llvm_optimize() >= 1 && shadingsys().llvm_optimize() <= 3) { + // For LLVM 3.0 and higher, llvm_optimize 1-3 means to use the +diff --git a/src/liboslexec/llvm_util.cpp b/src/liboslexec/llvm_util.cpp +index 135da2e..4e0eefe 100644 +--- a/src/liboslexec/llvm_util.cpp ++++ b/src/liboslexec/llvm_util.cpp +@@ -42,7 +42,11 @@ namespace pvt { + llvm::Type * + RuntimeOptimizer::llvm_type_union(const std::vector<llvm::Type *> &types) + { ++#if OSL_LLVM_VERSION >= 32 ++ llvm::DataLayout target(llvm_module()); ++#else + llvm::TargetData target(llvm_module()); ++#endif + size_t max_size = 0; + size_t max_align = 1; + for (size_t i = 0; i < types.size(); ++i) { diff --git a/community/openssh-askpass/PKGBUILD b/community/openssh-askpass/PKGBUILD index 30982567b..85bf47ff6 100644 --- a/community/openssh-askpass/PKGBUILD +++ b/community/openssh-askpass/PKGBUILD @@ -3,13 +3,14 @@ # Contributor: Massimiliano Torromeo <Massimiliano.Torromeo AT gmail DOT com> pkgname=openssh-askpass -pkgver=1.3.4 +pkgver=1.3.6 pkgrel=1 pkgdesc='A plasma-like passphrase dialog for ssh' arch=('i686' 'x86_64') url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1' license=('GPL') depends=('openssh' 'qt') +makedepends=('cmake') provides=('x11-ssh-askpass') conflicts=('x11-ssh-askpass') source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz" @@ -17,17 +18,18 @@ source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$p build() { cd "$srcdir/$pkgname-$pkgver" - ./autogen.sh --prefix=/usr --with-qt-dir=/usr --bindir=/usr/lib/openssh - # fixes linking error: CompositeEngine.o: undefined reference to symbol 'XRenderFindVisualFormat' - sed -i 's|-lQtCore -lQtGui|-lQtCore -lQtGui -lXrender -lX11|' Makefile + mkdir -p build + cd build + + cmake -DCMAKE_INSTALL_PREFIX="/usr" .. make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/$pkgname-$pkgver/build" make DESTDIR="$pkgdir" install - install -Dm755 ../$pkgname.sh "$pkgdir/etc/profile.d/$pkgname.sh" + install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" } -md5sums=('2fb1303879c663ec0df7979b3ee8da2c' +md5sums=('795519396f070038857cd35710e2ff85' '961738244318f3723ba99cdcaac91a21') diff --git a/community/os-prober/PKGBUILD b/community/os-prober/PKGBUILD index 0d8768b1e..267009a6a 100644 --- a/community/os-prober/PKGBUILD +++ b/community/os-prober/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82903 2013-01-25 12:14:34Z tredaelli $ +# $Id: PKGBUILD 83235 2013-01-28 14:43:38Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: darkcoder <mario_vazq@hotmail.com> pkgname=os-prober pkgver=1.57 -pkgrel=2 +pkgrel=3 pkgdesc="Utility to detect other OSes on a set of drives" url="http://joey.kitenet.net/code/os-prober/" arch=('i686' 'x86_64') @@ -38,5 +38,7 @@ package() { [[ -d "$dir"/x86 ]] && install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/x86/* done - install -Dm755 os-probes/mounted/powerpc/20macosx $pkgdir/usr/lib/os-probes/mounted/20macosx + install -Dm755 os-probes/mounted/powerpc/20macosx "$pkgdir"/usr/lib/os-probes/mounted/20macosx + + install -dm755 "$pkgdir"/var/lib/os-prober } diff --git a/community/parcellite/PKGBUILD b/community/parcellite/PKGBUILD index 8534520de..7a3c72c2d 100644 --- a/community/parcellite/PKGBUILD +++ b/community/parcellite/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 82459 2013-01-18 09:53:35Z spupykin $ +# $Id: PKGBUILD 83205 2013-01-28 10:08:03Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Alexander Fehr <pizzapunk gmail com> pkgname=parcellite -pkgver=1.1.3 +pkgver=1.1.4 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=('b1527b6590744fa28c322c2de14b4811') +md5sums=('81633e87f096030e1f23904927f4c32f') build() { cd "$srcdir/parcellite-$pkgver" diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD index 3ba501820..a2552eb6e 100644 --- a/community/pdns/PKGBUILD +++ b/community/pdns/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 83116 2013-01-27 15:26:55Z arodseth $ +# $Id: PKGBUILD 83264 2013-01-28 16:49:51Z stephane $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Kevin Mihelich <kevin@archlinuxarm.org> pkgname=pdns -pkgver=3.2 -pkgrel=1 +pkgver=3.1 +pkgrel=6 pkgdesc='Modern, advanced and high performance authoritative-only nameserver' arch=('x86_64' 'i686') url='http://www.powerdns.com/' license=('GPL') -depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 'libldap' 'lua51' 'boost-libs') +depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmysqlclient' 'sqlite' 'libldap' 'lua' 'boost-libs') makedepends=('boost') provides=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql') replaces=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql') @@ -22,7 +22,7 @@ source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz" 'pdns.service' 'pdns.rc' 'pdns.conf') -sha256sums=('d1895aba065446dc68e5d7cc792d5303626c71759f61a455531ed65d59c06572' +sha256sums=('1400f7bd659207c0b1f4b8296092e559a7b7bf6a2434951970217d9af06922a1' '2a60c4407bcfe19026ae77d3e3b7b477d5a0c6323c0bc78892e9d907003b442a' '0457ffa2baa40518a03393e4f76964d9452c16aebbcb925582814f88367d62c2' '91c8889f41fe9d6bc9478c3ad53a10f6725e36e10f05e8e9257f9d35c9e2bab6') diff --git a/community/performous/PKGBUILD b/community/performous/PKGBUILD index 945a20355..64e5b04ff 100644 --- a/community/performous/PKGBUILD +++ b/community/performous/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82694 2013-01-23 00:16:04Z eric $ +# $Id: PKGBUILD 83265 2013-01-28 16:49:52Z stephane $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> pkgname=performous pkgver=0.7.0 -pkgrel=2 +pkgrel=3 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"' arch=('i686' 'x86_64') url="http://performous.org/" diff --git a/community/pingus/PKGBUILD b/community/pingus/PKGBUILD index 0eacda1b1..b798f4679 100644 --- a/community/pingus/PKGBUILD +++ b/community/pingus/PKGBUILD @@ -1,21 +1,18 @@ -# $Id: PKGBUILD 74636 2012-08-01 00:58:24Z ebelanger $ +# $Id: PKGBUILD 83266 2013-01-28 16:49:53Z stephane $ # Maintainer: Eric Belanger <eric@archlinux.org> pkgname=pingus pkgver=0.7.6 -pkgrel=5 +pkgrel=6 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game." arch=('i686' 'x86_64') url="http://pingus.seul.org" license=('GPL') depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49') -makedepends=('scons' 'boost>=1.49' 'mesa') +makedepends=('scons' 'boost>=1.49' 'mesa' 'glu') source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2" 'pingus.desktop' 'pingus-0.7.6-gcc470-udl.patch') -md5sums=('561798686f34d3fa4e69135d655f47ac' - '9eec34047bdcff49e08f41e81764e20c' - '3730bdad38c21c67203456a985945473') sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487' '579a1144f161ce89e6e024cea37210149b89c0c0' '143dd9969e8d100d29ed4f5b2039dde627afeb06') diff --git a/community/pinot/PKGBUILD b/community/pinot/PKGBUILD index d2234a0ff..d7bf3d1eb 100644 --- a/community/pinot/PKGBUILD +++ b/community/pinot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76755 2012-09-28 23:44:46Z arodseth $ +# $Id: PKGBUILD 83267 2013-01-28 16:49:57Z stephane $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: William Rea <sillywilly@gmail.com> @@ -6,8 +6,8 @@ # Contributor: Alexander Rødseth <rodseth@gmail.com> pkgname=pinot -pkgver=1.01 -pkgrel=2 +pkgver=1.03 +pkgrel=1 pkgdesc='Personal search and metasearch tool' arch=('i686' 'x86_64') url='http://code.google.com/p/pinot-search/' @@ -27,7 +27,7 @@ options=('!emptydirs') install=$pkgname.install changelog=$pkgname.changelog source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha256sums=('a2a82009db05ca7abb4ffbd8baafa8fb820a7e961fd3cdcb21af46bb05eb57d4') +sha256sums=('1fb0087fb67a58e45f9fd6e1e4c3aa048e51811d7853ee3e89fca6259cd9c202') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/pion/PKGBUILD b/community/pion/PKGBUILD index 6b9657b8e..139b6f735 100644 --- a/community/pion/PKGBUILD +++ b/community/pion/PKGBUILD @@ -1,10 +1,10 @@ -# $Id:$ +# $Id: PKGBUILD 83268 2013-01-28 16:49:58Z stephane $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=pion pkgver=4.0.13.1 # use the git snapshot until a new version is out _pkgver=dddce5e02d8a60f958e466e690d38eee924475b0 -pkgrel=1 +pkgrel=2 pkgdesc="A C++ development library for implementing lightweight HTTP interfaces" url="http://www.cloudmeter.com/pion/support/" arch=('i686' 'x86_64') diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD index 0580eb00c..8486b81fb 100644 --- a/community/pokerth/PKGBUILD +++ b/community/pokerth/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81929 2013-01-03 15:09:22Z svenstaro $ +# $Id: PKGBUILD 83269 2013-01-28 16:49:59Z stephane $ # Maintainer: Mateusz Herych <heniekk@gmail.com> # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: Vasco Costa <vasco.costa@meiodigital.com> @@ -6,7 +6,7 @@ pkgname=pokerth _realname=PokerTH pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Poker game written in C++/QT4" arch=('i686' 'x86_64') url="http://www.pokerth.net/" diff --git a/community/python-pycuda/PKGBUILD b/community/python-pycuda/PKGBUILD index ada4857bb..e1f2c2c5a 100644 --- a/community/python-pycuda/PKGBUILD +++ b/community/python-pycuda/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 82154 2013-01-09 16:03:12Z stephane $ +# $Id: PKGBUILD 83271 2013-01-28 16:50:02Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgbase=python-pycuda pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers') pkgver=2012.1 -pkgrel=1 +pkgrel=2 pkgdesc="Python wrapper for Nvidia CUDA" arch=('i686' 'x86_64') url="http://mathema.tician.de/software/pycuda" license=('MIT') source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz) -makedepends=('ctags' 'python2-distribute' 'python-distribute' 'python2-numpy' 'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils') +makedepends=('ctags' 'python2-distribute' 'python-distribute' 'python2-numpy' 'python-numpy' 'mesa' 'cuda' 'boost>=1.52.0' 'nvidia-utils') sha1sums=('dd52ee697ae9f6256efac3bca682be9c6e7c9649') build() { diff --git a/community/python-pyopencl/PKGBUILD b/community/python-pyopencl/PKGBUILD index 560cc01c2..156e96187 100644 --- a/community/python-pyopencl/PKGBUILD +++ b/community/python-pyopencl/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 82124 2013-01-09 01:12:19Z stephane $ +# $Id: PKGBUILD 83272 2013-01-28 16:50:04Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgbase=python-pyopencl pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers') pkgver=2012.1 -pkgrel=6 +pkgrel=7 pkgdesc="A complete, object-oriented language binding of OpenCL to Python" arch=('i686' 'x86_64') url="http://mathema.tician.de/software/pyopencl" license=('custom') -makedepends=('ctags' 'python2-distribute' 'python-distribute' 'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 'python-numpy' 'python2-numpy') +makedepends=('ctags' 'python2-distribute' 'python-distribute' 'libcl' 'opencl-headers' 'mesa' 'boost>=1.52.0' 'python2-mako' 'python-mako' 'python-numpy' 'python2-numpy') source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz" 'LICENSE.txt') sha1sums=('ef2460d5e9b883d8afe0ec47863a243b6f8ac7ff' diff --git a/community/python2-tagpy/PKGBUILD b/community/python2-tagpy/PKGBUILD index 160e3e143..d113ff99f 100644 --- a/community/python2-tagpy/PKGBUILD +++ b/community/python2-tagpy/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 82869 2013-01-25 08:19:37Z andrea $ +# $Id: PKGBUILD 83273 2013-01-28 16:50:06Z stephane $ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Callan Barrett <wizzomafizzo@gmail.com> # Contributor: Scott Horowitz <stonecrest@gmail.com> pkgname=python2-tagpy pkgver=0.94.8 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for TagLib" arch=('i686' 'x86_64') url="http://pypi.python.org/pypi/tagpy" diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD index f9b2fdeb3..94d8666a1 100644 --- a/community/schroot/PKGBUILD +++ b/community/schroot/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 81583 2012-12-24 15:02:13Z spupykin $ +# $Id: PKGBUILD 83274 2013-01-28 16:50:07Z stephane $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de> pkgname=schroot -pkgver=1.6.3 -pkgrel=4 +pkgver=1.6.5 +pkgrel=1 pkgdesc="Allows users to execute shell commands under different root filesystems. (Successor to dchroot)." url="http://packages.qa.debian.org/s/schroot.html" license=('GPL3') @@ -29,14 +29,14 @@ source=("http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}. 'pam.d.schroot.patch' 'colon-completion.patch' 'fix-bash-completion.patch') -md5sums=('f6b1badef213ce8e9ef37bb3fc213390' +md5sums=('99f679d68f180a56289b3ec40d214ae4' '54239847f89b9a4772910415bde6276a' '5a3f7b839c7e0b8933748da7c5b6385b' 'ddb2f09c02b24dab777110f9808472e1' 'f0d5d5b5e34a860f6f90b5628c680f46' 'af1da6edd8c8c0dafeeb2c2c4e0c840b' 'a8d77cac806a0a9adef3f93cdbeb280a' - '8502fcc9112c2971bcae35373d2ff42f' + 'f0d03bf6c60ed119781b27b98234299c' '5ba775d4f401e2c167414caa548b71e5') build() { diff --git a/community/schroot/colon-completion.patch b/community/schroot/colon-completion.patch index 5cd8f8996..2df1bd16e 100644 --- a/community/schroot/colon-completion.patch +++ b/community/schroot/colon-completion.patch @@ -1,22 +1,7 @@ -From 1563e1ba9bc2b317390ef305ae9af56a4b976940 Mon Sep 17 00:00:00 2001 -From: Peter Wu <lekensteyn@gmail.com> -Date: Sat, 22 Dec 2012 16:37:00 +0100 -Subject: [PATCH] etc: make bash completion work for colon values - ---chroot (and -c) accept values like chroot:foo and session:foo-abc. Standard -bash completion treats colons as whitespace, hence we need a way to force that -off. - -Fix based on http://stackoverflow.com/q/10528695/427545 (thanks Radu Gasler!) ---- - etc/bash_completion/schroot | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/etc/bash_completion/schroot b/etc/bash_completion/schroot -index 035f0b3..7cda29b 100644 ---- a/etc/bash_completion/schroot -+++ b/etc/bash_completion/schroot -@@ -21,14 +21,14 @@ _schroot() +diff -wbBur schroot-1.6.5.org/etc/bash_completion/schroot schroot-1.6.5/etc/bash_completion/schroot +--- schroot-1.6.5.org/etc/bash_completion/schroot 2013-01-28 15:28:04.000000000 +0400 ++++ schroot-1.6.5/etc/bash_completion/schroot 2013-01-28 15:30:22.297213632 +0400 +@@ -21,14 +21,14 @@ local cur prev options COMPREPLY=() @@ -28,11 +13,8 @@ index 035f0b3..7cda29b 100644 options=$(schroot --help | sed 's/\(^\|[[:space:]]\)[^[:space:]-][^[:space:]]*//g') if [ "$prev" = "-c" ] || [ "$prev" = "--chroot" ]; then - COMPREPLY=( $(compgen -W "$(schroot -a -l)" -- $cur) ) -+ __ltrim_colon_completions "$cur" + COMPREPLY=( $(compgen -W "$(schroot -a -l)" -- $cur) ) ++ __ltrim_colon_completions "$cur" else - COMPREPLY=( $(compgen -W "$options" -- $cur) ) + COMPREPLY=( $(compgen -W "$options" -- $cur) ) fi --- -1.8.0.2 - diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD index fecf7f6ab..2e210be9c 100644 --- a/community/sigil/PKGBUILD +++ b/community/sigil/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 80936 2012-12-07 11:49:42Z giovanni $ +# $Id: PKGBUILD 83275 2013-01-28 16:50:10Z stephane $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> pkgname=sigil pkgver=0.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="WYSIWYG ebook editor" arch=('i686' 'x86_64') url="http://code.google.com/p/sigil/" diff --git a/community/smc/PKGBUILD b/community/smc/PKGBUILD index 705250989..d4914592e 100644 --- a/community/smc/PKGBUILD +++ b/community/smc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 77661 2012-10-13 11:45:22Z allan $ +# $Id: PKGBUILD 83276 2013-01-28 16:50:11Z stephane $ # Maintainer: # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Kritoke <typeolinux@yahoo.com> pkgname=smc pkgver=1.9 -pkgrel=17.1 +pkgrel=18 pkgdesc="Secret Maryo Chronicles" arch=('i686' 'x86_64') url="http://www.secretmaryo.org/" diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD index a361ff4a5..54f8b966f 100644 --- a/community/spring/PKGBUILD +++ b/community/spring/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 78942 2012-10-27 23:45:40Z ebelanger $ +# $Id: PKGBUILD 83277 2013-01-28 16:50:13Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Arkham <arkham at archlinux dot us> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> @@ -6,7 +6,7 @@ pkgname=spring pkgver=0.91.0 _pkgver=91.0 -pkgrel=3 +pkgrel=4 pkgdesc='A free 3D real-time-strategy (RTS) game engine' arch=('i686' 'x86_64') url="http://springrts.com/" diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD index f55fb0cff..196dce300 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82075 2013-01-07 10:25:13Z svenstaro $ +# $Id: PKGBUILD 83278 2013-01-28 16:50:15Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: DuGi <dugi@irc.pl> pkgname=springlobby pkgver=0.159 -pkgrel=1 +pkgrel=2 pkgdesc="A free cross-platform lobby client for the Spring RTS project." arch=('i686' 'x86_64') url="http://springlobby.info/" diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD index 592665ab0..b6e40f4ed 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81589 2012-12-24 15:03:30Z spupykin $ +# $Id: PKGBUILD 83208 2013-01-28 10:10:19Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> @@ -6,7 +6,7 @@ # Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu> pkgname=tea -pkgver=33.5.0 +pkgver=34.0.0 pkgrel=1 pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions." arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('qt' 'aspell' 'hunspell') install=tea.install source=(http://downloads.sourceforge.net/project/tea-editor/tea-editor/$pkgver/tea-$pkgver.tar.bz2 tea.desktop) -md5sums=('7a55b22b1ce0fda61d6be6244ec4c3db' +md5sums=('cde7d88fe01cf488455fd5940bb45a93' '377ace3363124f4c086de0babb820761') build() { diff --git a/community/wesnoth/PKGBUILD b/community/wesnoth/PKGBUILD index 6e6436642..3607e4e36 100644 --- a/community/wesnoth/PKGBUILD +++ b/community/wesnoth/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81132 2012-12-12 00:49:44Z eric $ +# $Id: PKGBUILD 83279 2013-01-28 16:50:16Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> @@ -7,7 +7,7 @@ pkgname=wesnoth pkgver=1.10.5 -pkgrel=1 +pkgrel=2 pkgdesc="A turn-based strategy game on a fantasy world" arch=('i686' 'x86_64') license=('GPL') diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD index 5f07d468d..53b05ea39 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80535 2012-11-24 02:25:08Z svenstaro $ +# $Id: PKGBUILD 83280 2013-01-28 16:50:17Z stephane $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Denis Martinez <deuns.martinez@gmail.com> @@ -6,7 +6,7 @@ pkgname=wt pkgver=3.2.3 _pkgver=3.2.3 -pkgrel=2 +pkgrel=3 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64') url="http://www.webtoolkit.eu/" diff --git a/core/bash/PKGBUILD b/core/bash/PKGBUILD index 730c49061..5c1fc7d4e 100644 --- a/core/bash/PKGBUILD +++ b/core/bash/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 176041 2013-01-26 23:37:21Z allan $ +# $Id: PKGBUILD 176240 2013-01-28 00:29:18Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> @@ -6,7 +6,7 @@ pkgname=bash _basever=4.2 _patchlevel=042 #prepare for some patches pkgver=$_basever.$_patchlevel -pkgrel=2 +pkgrel=3 pkgdesc="The GNU Bourne Again shell" arch=('i686' 'x86_64') license=('GPL') diff --git a/core/bash/bash.install b/core/bash/bash.install index bc75e9b6a..a10e6e909 100644 --- a/core/bash/bash.install +++ b/core/bash/bash.install @@ -1,17 +1,13 @@ info_dir=usr/share/info info_files=(bash.info) -post_install() { +post_upgrade() { [ -x usr/bin/install-info ] || return 0 for f in ${info_files[@]}; do usr/bin/install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null done } -post_upgrade() { - post_install $1 -} - pre_remove() { [ -x usr/bin/install-info ] || return 0 for f in ${info_files[@]}; do diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD index f18203824..7a758b199 100644 --- a/core/file/PKGBUILD +++ b/core/file/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 150976 2012-02-24 12:10:49Z allan $ +# $Id: PKGBUILD 176241 2013-01-28 00:29:18Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=file pkgver=5.11 -pkgrel=1 +pkgrel=2 pkgdesc="File type identification utility" arch=('i686' 'x86_64') license=('custom') -groups=('base') +groups=('base' 'base-devel') url="http://www.darwinsys.com/file/" depends=('glibc' 'zlib') options=('!libtool') @@ -17,18 +17,13 @@ md5sums=('16a407bd66d6c7a832f3a5c0d609c27b') build() { cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's#\$(datadir)/misc#\$(datadir)#' configure - ./configure --prefix=/usr --datadir=/usr/share/file make } package() { cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR=${pkgdir} install - install -dm755 ${pkgdir}/usr/share/misc - ln -s ../file/magic.mgc ${pkgdir}/usr/share/misc install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING } diff --git a/core/findutils/PKGBUILD b/core/findutils/PKGBUILD index e8d3d8c31..bdbd83548 100644 --- a/core/findutils/PKGBUILD +++ b/core/findutils/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 142108 2011-11-05 10:13:34Z tpowa $ +# $Id: PKGBUILD 176243 2013-01-28 00:29:21Z allan $ # Maintainer: pkgname=findutils pkgver=4.4.2 -pkgrel=4 +pkgrel=5 pkgdesc="GNU utilities to locate files" arch=('i686' 'x86_64') license=('GPL3') -groups=('base') +groups=('base' 'base-devel') depends=('glibc' 'sh') url="http://www.gnu.org/software/findutils" -source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz) +source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz{,.sig}) install=findutils.install -sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024') +sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024' + '77d9585d9feea0814752a31bf109fe287f528243') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/core/glibc/PKGBUILD b/core/glibc/PKGBUILD index 5ac8f5dc2..fec4d6609 100644 --- a/core/glibc/PKGBUILD +++ b/core/glibc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 176038 2013-01-26 23:37:18Z allan $ +# $Id: PKGBUILD 176244 2013-01-28 00:29:22Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc @@ -6,13 +6,13 @@ pkgname=glibc pkgver=2.17 -pkgrel=2 +pkgrel=3 pkgdesc="GNU C Library" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libc" license=('GPL' 'LGPL') groups=('base') -depends=('linux-api-headers>=3.7' 'tzdata') +depends=('linux-api-headers>=3.7' 'tzdata' 'filesystem>=2013.01') makedepends=('gcc>=4.7') backup=(etc/gai.conf etc/locale.gen diff --git a/core/grep/PKGBUILD b/core/grep/PKGBUILD index 169879980..db4527214 100644 --- a/core/grep/PKGBUILD +++ b/core/grep/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 165540 2012-08-23 11:37:14Z allan $ +# $Id: PKGBUILD 176245 2013-01-28 00:29:23Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=grep pkgver=2.14 -pkgrel=1 +pkgrel=2 pkgdesc="A string search utility" arch=('i686' 'x86_64') license=('GPL3') url="http://www.gnu.org/software/grep/grep.html" -groups=('base') +groups=('base' 'base-devel') depends=('glibc' 'pcre' 'sh') makedepends=('texinfo') install=${pkgname}.install diff --git a/core/gzip/PKGBUILD b/core/gzip/PKGBUILD index df04137a8..f3a6aa28c 100644 --- a/core/gzip/PKGBUILD +++ b/core/gzip/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 162088 2012-06-19 15:43:54Z allan $ +# $Id: PKGBUILD 176246 2013-01-28 00:29:24Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=gzip pkgver=1.5 -pkgrel=1 +pkgrel=2 pkgdesc="GNU compression utility" arch=('i686' 'x86_64') url="http://www.gnu.org/software/gzip/" license=('GPL3') -groups=('base') +groups=('base' 'base-devel') depends=('glibc' 'bash') install=gzip.install source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig}) diff --git a/core/pkg-config/PKGBUILD b/core/pkg-config/PKGBUILD index 6e82ac673..a244d10f3 100644 --- a/core/pkg-config/PKGBUILD +++ b/core/pkg-config/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 165722 2012-08-29 10:30:07Z allan $ +# $Id: PKGBUILD 176247 2013-01-28 00:29:25Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Committer: Judd Vinet <jvinet@zeroflux.org> pkgname=pkg-config -pkgver=0.27.1 +pkgver=0.28 pkgrel=1 pkgdesc="A system for managing library compile/link flags" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ provides=("pkgconfig=${pkgver}") conflicts=('pkgconfig') replaces=('pkgconfig') source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz) -md5sums=('5392b4e3372879c5bf856173b418d6a2') +md5sums=('aa3c86e67551adc3ac865160e34a2a0d') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/core/sed/PKGBUILD b/core/sed/PKGBUILD index b0a44256d..05d520bf4 100644 --- a/core/sed/PKGBUILD +++ b/core/sed/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 173887 2012-12-27 05:05:41Z allan $ +# $Id: PKGBUILD 176248 2013-01-28 00:29:26Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=sed pkgver=4.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="GNU stream editor" arch=('i686' 'x86_64') url="http://www.gnu.org/software/sed" license=('GPL3') -groups=('base') +groups=('base' 'base-devel') depends=('acl' 'sh') makedepends=('gettext') install=sed.install diff --git a/core/shadow/PKGBUILD b/core/shadow/PKGBUILD index 9944945f4..79fb31f1b 100644 --- a/core/shadow/PKGBUILD +++ b/core/shadow/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 175159 2013-01-15 17:39:52Z dreisner $ +# $Id: PKGBUILD 176249 2013-01-28 00:29:28Z allan $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Maintainer: Aaron Griffin <aaron@archlinux.org> pkgname=shadow pkgver=4.1.5.1 -pkgrel=3 +pkgrel=4 pkgdesc="Password and account management tool suite with support for shadow files and PAM" arch=('i686' 'x86_64') url='http://pkg-shadow.alioth.debian.org/' @@ -29,7 +29,8 @@ source=("http://pkg-shadow.alioth.debian.org/releases/$pkgname-$pkgver.tar.bz2"{ shadow.cron.daily useradd.defaults xstrdup.patch - shadow-strncpy-usage.patch) + shadow-strncpy-usage.patch + lastlog.tmpfiles) sha1sums=('81f38720b953ef9c2c100c43d02dfe19cafd6c30' '126570e2939bf3b57f28df5197ab9309747a6b5c' '33a6cf1e44a1410e5c9726c89e5de68b78f5f922' @@ -42,7 +43,8 @@ sha1sums=('81f38720b953ef9c2c100c43d02dfe19cafd6c30' '5d83ba7e11c765c951867cbe00b0ae7ff57148fa' '9ae93de5987dd0ae428f0cc1a5a5a5cd53583f19' '6010fffeed1fc6673ad9875492e1193b1a847b53' - '21e12966a6befb25ec123b403cd9b5c492fe5b16') + '21e12966a6befb25ec123b403cd9b5c492fe5b16' + '87fa02bd73b774dfb6df3fd79e49efe5f48978dd') build() { cd "$pkgname-$pkgver" @@ -101,6 +103,9 @@ package() { install -Dm644 "$srcdir/defaults.pam" "$pkgdir/etc/pam.d/$file" done + # lastlog log file creation + install -Dm644 "$srcdir/lastlog.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/lastlog.conf" + # Remove evil/broken tools rm "$pkgdir"/usr/sbin/logoutd diff --git a/core/shadow/lastlog.tmpfiles b/core/shadow/lastlog.tmpfiles new file mode 100644 index 000000000..d1602a729 --- /dev/null +++ b/core/shadow/lastlog.tmpfiles @@ -0,0 +1 @@ +f /var/log/lastlog diff --git a/core/texinfo/PKGBUILD b/core/texinfo/PKGBUILD index 22ef3c6e5..0dc4ef81d 100644 --- a/core/texinfo/PKGBUILD +++ b/core/texinfo/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 145004 2011-12-13 23:40:32Z allan $ +# $Id: PKGBUILD 176250 2013-01-28 00:29:28Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=texinfo pkgver=4.13a -pkgrel=7 +pkgrel=8 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file" arch=('i686' 'x86_64') url="http://www.gnu.org/software/texinfo/" license=('GPL3') -groups=('base') -depends=('ncurses' 'findutils' 'gzip') +groups=('base' 'base-devel') +depends=('ncurses' 'findutils' 'gzip' 'sh') install=texinfo.install source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig} texinfo-4.13a-data_types.patch) diff --git a/core/which/PKGBUILD b/core/which/PKGBUILD index 65495fe69..481f51316 100644 --- a/core/which/PKGBUILD +++ b/core/which/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 142082 2011-11-04 23:36:20Z allan $ +# $Id: PKGBUILD 176251 2013-01-28 00:29:29Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=which pkgver=2.20 -pkgrel=5 +pkgrel=6 pkgdesc="A utility to show the full path of commands" arch=('i686' 'x86_64') url="http://www.xs4all.nl/~carlo17/which" license=('GPL3') -groups=('base') +groups=('base' 'base-devel') depends=('glibc' 'sh') install=which.install source=(http://www.xs4all.nl/~carlo17/$pkgname/$pkgname-$pkgver.tar.gz) 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" diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index 51e1c0810..eb684f5f7 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 175758 2013-01-21 11:40:12Z allan $ +# $Id: PKGBUILD 176062 2013-01-27 07:33:21Z allan $ # Maintainer: Tom Gundersen <teg@jklm.no> # Maintainer (Parabola): Nicolás Reynolds <fauno@kiwwwi.com.ar> # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> pkgname=filesystem pkgver=2013.01 -pkgrel=1 +pkgrel=3 pkgdesc='Base filesystem for Parabola' arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -13,7 +13,7 @@ url='https://parabolagnulinux.org' groups=('base') install='filesystem.install' makedepends=('asciidoc') -depends=('iana-etc' 'bash' 'coreutils' 'nss-myhostname') +depends=('iana-etc') backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc/passwd' 'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 'etc/nsswitch.conf' 'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue') @@ -85,6 +85,11 @@ package() { ln -s usr/lib ${pkgdir}/lib64 ln -s lib ${pkgdir}/usr/lib64 ) + [[ ${CARCH} = "mips64el" ]] && ( + # For the N32 ABI. + ln -s usr/lib ${pkgdir}/lib32 + ln -s lib ${pkgdir}/usr/lib32 + ) # # install parabola(7) manpage diff --git a/libre/filesystem/filesystem.install b/libre/filesystem/filesystem.install index 12e59b01b..0684afd69 100644 --- a/libre/filesystem/filesystem.install +++ b/libre/filesystem/filesystem.install @@ -1,13 +1,3 @@ -post_install() { - [ -f var/log/lastlog ] || : >var/log/lastlog - [ -f var/log/wtmp ] || : >var/log/wtmp - [ -f var/log/btmp ] || { : >var/log/btmp && chmod 600 var/log/btmp; } - # workaround for bug #7194 - # readded due to bug #9465 - # please do not remove! - chmod 1777 var/spool/mail tmp var/tmp -} - # args: <group> [options] _addgroup() { if ! getent group "$1" >/dev/null; then @@ -23,8 +13,6 @@ _adduser() { } post_upgrade() { - post_install - _addgroup optical -g 93 _addgroup audio -g 92 _addgroup video -g 91 diff --git a/libre/linux-libre-kmod-alx/PKGBUILD b/libre/linux-libre-kmod-alx/PKGBUILD index 1aef0dc2e..9621d5097 100644 --- a/libre/linux-libre-kmod-alx/PKGBUILD +++ b/libre/linux-libre-kmod-alx/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: André Silva <emulatorman@lavabit.com> -_kernver=3.7.4 +_kernver=3.7.5 _kernrel=1 pkgname=('linux-libre-kmod-alx') -_pkgver=2013-01-23-1-u -pkgver=20130123 +_pkgver=2013-01-25-u +pkgver=20130125 pkgrel=1 pkgdesc='Atheros alx ethernet device driver for linux-libre kernel' arch=('i686' 'x86_64') @@ -16,9 +16,9 @@ install=linux-libre-kmod-alx.install replaces=('alx' 'alx-driver' 'dkms-alx') provides=('alx' 'alx-driver' 'dkms-alx') conflicts=('alx' 'alx-driver' 'dkms-alx') -source=(http://www.kernel.org/pub/linux/kernel/projects/backports/2013/01/23/compat-drivers-$_pkgver.tar.xz) +source=(http://www.kernel.org/pub/linux/kernel/projects/backports/2013/01/25/compat-drivers-$_pkgver.tar.xz) -md5sums=('4ba03ce3edf5a3fd2b79496284172d73') +md5sums=('ecad3f4a4917b3c7fa2363383e6b7aa4') build() { diff --git a/libre/linux-libre-lts/PKGBUILD b/libre/linux-libre-lts/PKGBUILD index 654edbf4c..3b01d1521 100644 --- a/libre/linux-libre-lts/PKGBUILD +++ b/libre/linux-libre-lts/PKGBUILD @@ -7,10 +7,10 @@ pkgbase=linux-libre-lts # Build stock -LIBRE-LTS kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.0 -_sublevel=60 +_sublevel=61 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.59 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.60 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') diff --git a/libre/linux-libre-lts/config.i686 b/libre/linux-libre-lts/config.i686 index bb9308500..8bf312df5 100644 --- a/libre/linux-libre-lts/config.i686 +++ b/libre/linux-libre-lts/config.i686 @@ -469,7 +469,7 @@ CONFIG_PM_DEBUG=y CONFIG_PM_ADVANCED_DEBUG=y # CONFIG_PM_TEST_SUSPEND is not set CONFIG_CAN_PM_TRACE=y -# CONFIG_PM_TRACE_RTC is not set +CONFIG_PM_TRACE_RTC=y CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_PROCFS=y diff --git a/libre/linux-libre-lts/config.x86_64 b/libre/linux-libre-lts/config.x86_64 index 5c1e98f9c..fac17105b 100644 --- a/libre/linux-libre-lts/config.x86_64 +++ b/libre/linux-libre-lts/config.x86_64 @@ -457,7 +457,7 @@ CONFIG_PM_DEBUG=y CONFIG_PM_ADVANCED_DEBUG=y # CONFIG_PM_TEST_SUSPEND is not set CONFIG_CAN_PM_TRACE=y -# CONFIG_PM_TRACE_RTC is not set +CONFIG_PM_TRACE_RTC=y CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_PROCFS=y diff --git a/libre/linux-libre-lts/linux-libre-lts.install b/libre/linux-libre-lts/linux-libre-lts.install index 56b5f411d..798e62ec4 100644 --- a/libre/linux-libre-lts/linux-libre-lts.install +++ b/libre/linux-libre-lts/linux-libre-lts.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME=-lts -KERNEL_VERSION=3.0.60-1-LIBRE-LTS +KERNEL_VERSION=3.0.61-1-LIBRE-LTS # set a sane PATH to ensure that critical utils like depmod will be found export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 5219ea17c..aa8cdb544 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -10,10 +10,10 @@ pkgbase=linux-libre # Build stock -LIBRE kernel #pkgbase=linux-libre-custom # Build kernel with a different name _basekernel=3.7 -_sublevel=4 +_sublevel=5 pkgver=${_basekernel}.${_sublevel} pkgrel=1 -_lxopkgver=${_basekernel}.3 # nearly always the same as pkgver +_lxopkgver=${_basekernel}.4 # nearly always the same as pkgver arch=('i686' 'x86_64' 'mips64el') url="http://linux-libre.fsfla.org/" license=('GPL2') @@ -32,16 +32,16 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_basekernel}-gn 'fat-3.6.x.patch' "http://www.linux-libre.fsfla.org/pub/linux-libre/lemote/gnewsense/pool/debuginfo/linux-patches-${_lxopkgver}-gnu_0loongsonlibre_mipsel.tar.bz2") md5sums=('06bf9601d859531e7378eb43d4ca7dd3' - '0ce6896b7069cb5aaf444318d8db3885' - '741f96278cbf12996166128a4657ce58' - '0665c18c1ba3abbea5cd4cde91300854' + '9de11fba7c68f3588ce01f03f48ff395' + 'f4f17ac556ed20dda63804fa359c730c' + 'dc6058f50e3a64e5fe8e7f4b2d07ba80' 'e49ac236dfeef709f91a3d993ea7b62c' '2967cecc3af9f954ccc822fd63dca6ff' '8267264d9a8966e57fdacd1fa1fc65c4' '04b21c79df0a952c22d681dd4f4562df' '9d3c56a4b999c8bfbd4018089a62f662' '88d501404f172dac6fcb248978251560' - 'c5dd4404c6f6ae3771f1440107dea240') + 'b65ff9dd54d2b2743a3b51c716d8745d') if [ "$CARCH" != "mips64el" ]; then # Don't use the Loongson-specific patches on non-mips64el arches. unset source[${#source[@]}-1] diff --git a/libre/linux-libre/config.i686 b/libre/linux-libre/config.i686 index 5c6f3f62a..ce3d7e082 100644 --- a/libre/linux-libre/config.i686 +++ b/libre/linux-libre/config.i686 @@ -503,7 +503,8 @@ CONFIG_PM_DEBUG=y CONFIG_PM_ADVANCED_DEBUG=y # CONFIG_PM_TEST_SUSPEND is not set CONFIG_PM_SLEEP_DEBUG=y -# CONFIG_PM_TRACE_RTC is not set +CONFIG_PM_TRACE=y +CONFIG_PM_TRACE_RTC=y CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y # CONFIG_ACPI_PROCFS is not set @@ -5142,7 +5143,8 @@ CONFIG_VT6656=m CONFIG_DX_SEP=m CONFIG_ZRAM=m # CONFIG_ZRAM_DEBUG is not set -CONFIG_ZCACHE=y +# CONFIG_ZCACHE is not set +CONFIG_ZCACHE2=y CONFIG_ZSMALLOC=y CONFIG_WLAGS49_H2=m CONFIG_WLAGS49_H25=m @@ -5439,7 +5441,8 @@ CONFIG_TMPFS_POSIX_ACL=y CONFIG_TMPFS_XATTR=y CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE=y -CONFIG_CONFIGFS_FS=m +CONFIG_CONFIGFS_FS=y +CONFIG_RAMSTER=y CONFIG_MISC_FILESYSTEMS=y # CONFIG_ADFS_FS is not set CONFIG_AFFS_FS=m diff --git a/libre/linux-libre/config.x86_64 b/libre/linux-libre/config.x86_64 index c213f8707..80f5fe993 100644 --- a/libre/linux-libre/config.x86_64 +++ b/libre/linux-libre/config.x86_64 @@ -497,7 +497,8 @@ CONFIG_PM_DEBUG=y CONFIG_PM_ADVANCED_DEBUG=y # CONFIG_PM_TEST_SUSPEND is not set CONFIG_PM_SLEEP_DEBUG=y -# CONFIG_PM_TRACE_RTC is not set +CONFIG_PM_TRACE=y +CONFIG_PM_TRACE_RTC=y CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y # CONFIG_ACPI_PROCFS is not set @@ -4909,7 +4910,8 @@ CONFIG_VT6656=m CONFIG_DX_SEP=m CONFIG_ZRAM=m # CONFIG_ZRAM_DEBUG is not set -CONFIG_ZCACHE=y +# CONFIG_ZCACHE is not setup +CONFIG_ZCACHE2=y CONFIG_ZSMALLOC=y CONFIG_WLAGS49_H2=m CONFIG_WLAGS49_H25=m @@ -5207,7 +5209,8 @@ CONFIG_TMPFS_POSIX_ACL=y CONFIG_TMPFS_XATTR=y CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE=y -CONFIG_CONFIGFS_FS=m +CONFIG_CONFIGFS_FS=y +CONFIG_RAMSTER=y CONFIG_MISC_FILESYSTEMS=y # CONFIG_ADFS_FS is not set CONFIG_AFFS_FS=m diff --git a/libre/linux-libre/linux-libre.install b/libre/linux-libre/linux-libre.install index 155eefe9f..32f947f56 100644 --- a/libre/linux-libre/linux-libre.install +++ b/libre/linux-libre/linux-libre.install @@ -2,7 +2,7 @@ # arg 2: the old package version KERNEL_NAME= -KERNEL_VERSION=3.7.4-1-LIBRE +KERNEL_VERSION=3.7.5-1-LIBRE # set a sane PATH to ensure that critical utils like depmod will be found export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD index 85ae5cc5f..0cfb73c55 100644 --- a/libre/pacman/PKGBUILD +++ b/libre/pacman/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pacman pkgver=4.0.3 -pkgrel=5 +pkgrel=5.1 # no difference from 5 unless on mips64el pkgdesc="A library-based package manager with dependency support" arch=('i686' 'x86_64' 'mips64el') url="http://www.archlinux.org/pacman/" @@ -77,7 +77,7 @@ package() { install -m644 $srcdir/pacman.conf.mips64el $pkgdir/etc/pacman.conf mycarch="mips64el" mychost="mips64el-unknown-linux-gnu" - myflags="-O2 -march=loongson2f -mabi=n32 -pipe -mplt -Wa,-mfix-loongson2f-nop -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" + myflags="-O2 -march=mips3 -mtune=loongson2f -mabi=n32 -pipe -mplt -Wa,-mfix-loongson2f-nop -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2" myldflags="-Wl,-O1,--sort-common,--as-needed,-z,relro" ;; esac |