diff options
Diffstat (limited to 'community')
55 files changed, 404 insertions, 194 deletions
diff --git a/community/apper/PKGBUILD b/community/apper/PKGBUILD index 1f5df85bb..5fa8a5cca 100644 --- a/community/apper/PKGBUILD +++ b/community/apper/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 71050 2012-05-22 16:21:01Z idevolder $ +# $Id: PKGBUILD 74244 2012-07-23 06:20:32Z idevolder $ # Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com > # Contributor: Valeriy Lyasotskiy <onestep@ukr.net> # Contributor: Zom <zom@eevul.org> @@ -6,7 +6,7 @@ pkgname=apper _pkgmainver=0.7 pkgver=0.7.2 -pkgrel=1 +pkgrel=3 pkgdesc="KDE tools for PackageKit" arch=('i686' 'x86_64') url="http://kde-apps.org/content/show.php/Apper?content=84745" diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD index b153822ac..bc4b19162 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 71517 2012-05-28 04:56:49Z bpiotrowski $ +# $Id: PKGBUILD 74226 2012-07-23 03:08:17Z allan $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -7,7 +7,7 @@ pkgname=aria2 pkgver=1.15.1 -pkgrel=1 +pkgrel=2 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64' 'mips64el') url='http://aria2.sourceforge.net/' diff --git a/community/assimp/PKGBUILD b/community/assimp/PKGBUILD index 8dc5bff69..215c165f5 100644 --- a/community/assimp/PKGBUILD +++ b/community/assimp/PKGBUILD @@ -2,21 +2,22 @@ # Contributor: jepaan <jepaan at hotmail dot com> pkgname=assimp -pkgver=2.0.863 +pkgver=3.0 pkgrel=1 pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner" arch=('i686' 'x86_64') license=('BSD') -makedepends=('cmake' 'boost') +depends=('libxmu') +makedepends=('cmake' 'boost' 'freeglut') url=('http://assimp.sourceforge.net/index.html') -source=("http://downloads.sourceforge.net/assimp/assimp--${pkgver}-sdk.zip") -md5sums=('9f41662501bd9d9533c4cf03b7c25d5b') +source=("http://downloads.sourceforge.net/assimp/assimp-${pkgver}-src.tar.gz") +md5sums=('2cb57a3f9c9930dc3320a93670ec6fdf') build() { cd ${srcdir} mkdir build cd build - cmake ../${pkgname}--${pkgver}-sdk \ + cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr make } @@ -25,5 +26,5 @@ package() { cd ${srcdir}/build make DESTDIR=$pkgdir install - install -Dm644 ${srcdir}/${pkgname}--${pkgver}-sdk/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE + install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE } diff --git a/community/cdfs/PKGBUILD b/community/cdfs/PKGBUILD index 71b7c99f3..b3d15d3ea 100644 --- a/community/cdfs/PKGBUILD +++ b/community/cdfs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73696 2012-07-14 13:06:31Z allan $ +# $Id: PKGBUILD 74190 2012-07-22 19:39:07Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: J. Santiago Hirschfeld <jsantiagoh@yahoo.com.ar> diff --git a/community/cellwriter/PKGBUILD b/community/cellwriter/PKGBUILD new file mode 100644 index 000000000..ebac22ee5 --- /dev/null +++ b/community/cellwriter/PKGBUILD @@ -0,0 +1,34 @@ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Cilyan Olowen <gaknar@gmail.com> +# Contributor: Alexander Markov <apsheronets@gmail.com> +# Contributor: Winston Weinert + +pkgname=cellwriter +pkgver=1.3.4 +pkgrel=6 +pkgdesc='A grid-entry natural handwriting input panel.' +arch=('i686' 'x86_64') +license=('GPL') +url='http://v1.risujin.org/cellwriter/' +depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme') +source=("http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz" + "http://launchpadlibrarian.net/18959127/${pkgname}-${pkgver}-cellwidget-dont-disable-xinput.diff") +md5sums=('72b4e552a32d6acd888da0b88aeebbdd' + '5e8c61309c5ec8f67f0af7bb5ceb1aea') +install="${pkgname}.install" + +build() { + cd "${srcdir}/${pkgname}-${pkgver}/src" + + patch -p0 < "${srcdir}/${pkgname}-${pkgver}-cellwidget-dont-disable-xinput.diff" + + cd "${srcdir}/${pkgname}-${pkgver}" + + env LDFLAGS='-lX11' ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} diff --git a/community/cellwriter/cellwriter.install b/community/cellwriter/cellwriter.install new file mode 100644 index 000000000..db21d5f09 --- /dev/null +++ b/community/cellwriter/cellwriter.install @@ -0,0 +1,14 @@ +post_install() { + echo "Updating GTK icon cache ..." + /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor +} + +post_upgrade() { + echo "Updating GTK icon cache ..." + /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor +} + +post_remove() { + echo "Updating GTK icon cache ..." + /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor +} diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD index be10ff296..b69c05901 100644 --- a/community/darktable/PKGBUILD +++ b/community/darktable/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 71958 2012-06-04 07:52:39Z spupykin $ +# $Id: PKGBUILD 74306 2012-07-24 11:06:47Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Christian Himpel <chressie at gmail dot com> # Contributor: Johannes Hanika <hanatos at gmail dot com> pkgname=darktable -pkgver=1.0.4 +pkgver=1.0.5 _pkgver=1.0 pkgrel=1 pkgdesc="Utility to organize and develop raw images" @@ -19,7 +19,7 @@ optdepends=('librsvg') install=darktable.install options=(!libtool) source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.gz) -md5sums=('244b7e3e2eb907f1602225b1b36a8b0c') +md5sums=('9ad88a1a6b9761fce28c8073d8f47941') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD index 43246142d..cd0c4a365 100644 --- a/community/deadbeef/PKGBUILD +++ b/community/deadbeef/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 73469 2012-07-08 09:29:55Z ibiru $ +# $Id: PKGBUILD 74372 2012-07-25 22:55:20Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Alexey Yakovenko <waker@users.sourceforge.net> pkgname=deadbeef pkgver=0.5.5 -pkgrel=1 +pkgrel=2 pkgdesc='An audio player for GNU/Linux based on GTK2.' arch=('i686' 'x86_64' 'mips64el') url='http://deadbeef.sourceforge.net' license=('GPL2') -depends=('gtk2' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils') +depends=('gtk3' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb' 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip' 'libsamplerate') [ "$CARCH" != "mips64el" ] && makedepends+=('yasm') @@ -37,7 +37,7 @@ md5sums=('7cc10cefda0f4044eea897893e4cc1a9') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --disable-ffmpeg + ./configure --prefix=/usr --disable-ffmpeg --enable-gtk3 make } diff --git a/community/easystroke/PKGBUILD b/community/easystroke/PKGBUILD new file mode 100644 index 000000000..e07fc5c7d --- /dev/null +++ b/community/easystroke/PKGBUILD @@ -0,0 +1,31 @@ +# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> +# Contributor: Kevin Sullivan <ksullivan@archlinux.us> + +pkgname=easystroke +pkgver=0.5.5.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') +install=easystroke.install +source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz") +md5sums=('ba989d1745415be94afd567e33d124bb') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make + make man +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make PREFIX=/usr DESTDIR="${pkgdir}" install + + install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1" + install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} diff --git a/community/easystroke/easystroke.install b/community/easystroke/easystroke.install new file mode 100644 index 000000000..a64ba07ee --- /dev/null +++ b/community/easystroke/easystroke.install @@ -0,0 +1,13 @@ +pkgname=easystroke + +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD index f5640d46d..5392e5b05 100644 --- a/community/fb-client/PKGBUILD +++ b/community/fb-client/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Florian "Bluewind" Pritz <flo@xssn.at> pkgname=fb-client -pkgver=1.0.3 +pkgver=1.0.4 pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64' 'mips64el') @@ -9,8 +9,8 @@ license=('GPL3') depends=('curl') optdepends=('xclip: for automatically copying the URL into the clipboard') source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig}) -md5sums=('d228e2475eaf0141ecff7c7a18ef97a1' - '69e60c7c20360262a5cf0b902c0219b2') +md5sums=('5b96884795a568dd07d7af3856427ea0' + 'e42a87b7c564c127d528fb34d596eacb') build() { cd "$srcdir/fb-$pkgver" diff --git a/community/freerdp/PKGBUILD b/community/freerdp/PKGBUILD index 916b521f9..ea583a75a 100644 --- a/community/freerdp/PKGBUILD +++ b/community/freerdp/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 73472 2012-07-08 09:30:06Z ibiru $ +# $Id: PKGBUILD 74308 2012-07-24 11:07:33Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Stijn Segers <francesco dot borromini at gmail dot com> pkgname=freerdp pkgver=1.0.1 -pkgrel=5 +pkgrel=6 pkgdesc="Free RDP client" arch=('i686' 'x86_64' 'mips64el') url="http://freerdp.sourceforge.net" license=('GPL') depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage' - 'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv') + 'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse') makedepends=('krb5' 'cmake' 'damageproto' 'xmlto' 'docbook-xsl') conflicts=('freerdp-git') changelog=${pkgname}.changelog @@ -20,7 +20,11 @@ md5sums=('c843185e0ff22ce8409954651718f338') build() { cd `find ${srcdir}/ -type d -name freerdp-\*` - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib . + cmake \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=lib \ + -DWITH_PULSEAUDIO=ON \ + . make } diff --git a/community/fwbuilder/PKGBUILD b/community/fwbuilder/PKGBUILD index f1cd6f800..ae7574fdf 100644 --- a/community/fwbuilder/PKGBUILD +++ b/community/fwbuilder/PKGBUILD @@ -1,10 +1,11 @@ # $Id -# Maintainer: Kevin Piche <kevin@archlinux.org> +# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> +# Contributor: Kevin Piche <kevin@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=fwbuilder pkgver=5.1.0.3599 -pkgrel=1 +pkgrel=2 pkgdesc="Object-oriented GUI and set of compilers for various firewall platforms" url="http://www.fwbuilder.org/" arch=('i686' 'x86_64' 'mips64el') diff --git a/community/gambas3/PKGBUILD b/community/gambas3/PKGBUILD index 205266d43..5420497c6 100644 --- a/community/gambas3/PKGBUILD +++ b/community/gambas3/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73734 2012-07-14 22:35:52Z lcarlier $ +# $Id: PKGBUILD 74141 2012-07-22 09:16:14Z lcarlier $ # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor : sebikul <sebikul@gmail.com> @@ -14,8 +14,8 @@ pkgname=('gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gamba 'gambas3-gb-qt4-opengl' 'gambas3-gb-qt4-webkit' 'gambas3-gb-report' 'gambas3-gb-sdl' 'gambas3-gb-sdl-sound' 'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-v4l' 'gambas3-gb-vb' 'gambas3-gb-xml' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-gb-web') -pkgver=3.2.0 -pkgrel=2 +pkgver=3.2.1 +pkgrel=1 pkgdesc="A free development environment based on a Basic interpreter." arch=('i686' 'x86_64' 'mips64el') url="http://gambas.sourceforge.net/" @@ -29,18 +29,14 @@ makedepends=('intltool' 'mysql' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils 'gsl' 'gstreamer0.10' 'gstreamer0.10-base' 'gtkglext' 'ncurses' 'llvm') options=('!emptydirs' '!makeflags') source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2" - 'gambas3-script.install' 'gambas3-runtime.install' 'fix-typedef-structure.patch') -md5sums=('3d1ee5bc2e1500a9b612be4c06d3d6a5' + 'gambas3-script.install' 'gambas3-runtime.install') +md5sums=('e7aed820300ff8599e9f74029984f793' 'b284be39d147ec799f1116a6abc068b4' - 'b5cc403990f31b8ea1c5cf37366d3d29' - 'e4853f8aaeefefbabe714dc2e763dab6') + '6d9e080b66443e7246387b1716d24e31') build() { cd ${srcdir}/${pkgbase}-${pkgver} - # fix redefinition of siginfo_t (merged upstream) - patch -Np3 -i ${srcdir}/fix-typedef-structure.patch - ./reconf-all ./configure --prefix=/usr -C @@ -1174,10 +1170,8 @@ package_gambas3-gb-xml-rpc() { ## - # BUG: rpc component need the xml gambas3 component to be built/installed before! cd ${srcdir}/${pkgbase}-${pkgver}/gb.xml make XDG_UTILS='' DESTDIR="${pkgdir}" install - make XDG_UTILS='' DESTDIR="${pkgdir}" install ## cleanup the workaround cd ${srcdir}/${pkgbase}-${pkgver}/gb.net @@ -1186,12 +1180,10 @@ package_gambas3-gb-xml-rpc() { make XDG_UTILS='' DESTDIR="${pkgdir}" uninstall cd ${srcdir}/${pkgbase}-${pkgver}/main make XDG_UTILS='' DESTDIR="${pkgdir}" uninstall - # BUG: rpc component need the xml gambas3 component to be built/installed before! rm ${pkgdir}/usr/lib/gambas3/gb.xml.[c-l]* rm ${pkgdir}/usr/lib/gambas3/gb.xml.[s-x]* rm ${pkgdir}/usr/share/gambas3/info/gb.xml.[h-l]* rm ${pkgdir}/usr/share/gambas3/info/gb.xml.xslt.* - # BUG ## } diff --git a/community/gambas3/gambas3-runtime.install b/community/gambas3/gambas3-runtime.install index 6c8201a6a..cfb5812fe 100644 --- a/community/gambas3/gambas3-runtime.install +++ b/community/gambas3/gambas3-runtime.install @@ -1,6 +1,6 @@ post_install() { xdg-icon-resource install --context mimetypes --size 64 \ - /usr/share/gambas3/mime/application-x-gambas.png application-x-gambas3 + /usr/share/gambas3/mime/application-x-gambas3.png application-x-gambas3 xdg-mime install /usr/share/gambas3/mime/application-x-gambas3.xml } diff --git a/community/kadu/PKGBUILD b/community/kadu/PKGBUILD index 6a40922d5..23783f2b9 100644 --- a/community/kadu/PKGBUILD +++ b/community/kadu/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 72896 2012-06-24 16:12:42Z bpiotrowski $ +# $Id: PKGBUILD 74225 2012-07-23 03:08:13Z allan $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Mateusz Herych # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> pkgname=kadu pkgver=0.12.0 -pkgrel=1 +pkgrel=2 pkgdesc="A Qt-based Jabber/XMPP and Gadu-Gadu client" arch=('i686' 'x86_64' 'mips64el') url="http://www.kadu.net/" diff --git a/community/kpartsplugin/PKGBUILD b/community/kpartsplugin/PKGBUILD index 6ba4139ed..20b315a19 100644 --- a/community/kpartsplugin/PKGBUILD +++ b/community/kpartsplugin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 72379 2012-06-13 10:58:19Z tredaelli $ +# $Id: PKGBUILD 74287 2012-07-23 14:13:38Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: birdflesh <antkoul at gmail dot com> # Contributor: Frikilinux <frikilinux at frikilinux.com.ar> pkgname=kpartsplugin -pkgver=20120605 +pkgver=20120723 pkgrel=1 pkgdesc="This plugin uses KDE's KParts to embed file viewers into non-KDE browsers" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('GPL3' 'BSD') depends=('kdelibs') makedepends=('automoc4' 'cmake') source=("${url}${pkgname}-${pkgver}.tar.bz2" "LICENSE") -md5sums=('c6deb7b58b0bac9e5ef89afee83ef17c' +md5sums=('cf94ee866a934da97a04cd1619e16099' 'c4cc811349e40e9f34e77e27b902ad96') build(){ diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD index 8bcffba76..923548cc8 100644 --- a/community/libcec/PKGBUILD +++ b/community/libcec/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73164 2012-07-02 16:36:19Z idevolder $ +# $Id: PKGBUILD 74248 2012-07-23 06:33:04Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> # Contributor: Philippe Cherel <philippe.cherel@mayenne.org> pkgname=libcec pkgver=1.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter" arch=('i686' 'x86_64') url="https://github.com/Pulse-Eight/libcec" diff --git a/community/libdaq/PKGBUILD b/community/libdaq/PKGBUILD index ff67ab6ab..83cc6f1b7 100644 --- a/community/libdaq/PKGBUILD +++ b/community/libdaq/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 66392 2012-02-24 12:43:11Z lfleischer $ +# $Id: PKGBUILD 74193 2012-07-22 19:47:13Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> pkgname=libdaq -pkgver=0.6.2 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1 pkgdesc='Data Acquisition library for packet I/O.' arch=('i686' 'x86_64' 'mips64el') url='http://www.snort.org/' @@ -11,8 +11,9 @@ license=('GPL') depends=('libpcap') makedepends=('ca-certificates') options=('!libtool') -source=("http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz") -md5sums=('6ea8aaa6f067f8b8ef6de45b95d55875') +source=("http://www.snort.org/dl/snort-current/daq-${pkgver}.tar.gz"{,.sig}) +md5sums=('bc204ea09165b4ecbb1bb49c7c1a2ad4' + '3ec4c252249b09adaf5c96e2626a1f74') build() { cd "${srcdir}/daq-${pkgver}" diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index 499eabe5a..43949e366 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 71678 2012-06-01 08:24:00Z spupykin $ +# $Id: PKGBUILD 74172 2012-07-22 18:30:33Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Norberto Lopes <shelika@mail.telepac.pt> # Contributor: Kao Dome <kaodome@gmail.com> @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock <linksoft@gmx.de> pkgname=libmicrohttpd -pkgver=0.9.20 +pkgver=0.9.21 pkgrel=1 pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application." arch=('i686' 'x86_64' 'mips64el') @@ -16,7 +16,7 @@ options=('!libtool') depends=('gnutls' 'libgcrypt') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('ede6ad4a07a8a0794c42e4ef356ee27c') +md5sums=('2bf97219d1137d26711ead48d11ebcdd') build() { cd ${pkgname}-${pkgver} diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD index 26cc76268..69383dcda 100644 --- a/community/libtorrent/PKGBUILD +++ b/community/libtorrent/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libtorrent pkgver=0.13.2 -pkgrel=1 +pkgrel=2 pkgdesc='BitTorrent library with a focus on high performance and good code' url='http://libtorrent.rakshasa.no/' license=('GPL') diff --git a/community/libwebp/PKGBUILD b/community/libwebp/PKGBUILD index 3343279fe..4606413a0 100644 --- a/community/libwebp/PKGBUILD +++ b/community/libwebp/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Jon Nordby <jononor@gmail.com> pkgname=libwebp -pkgver=0.1.3 -pkgrel=2 +pkgver=0.1.99 +pkgrel=1 pkgdesc="WebP library and conversion tools" arch=('x86_64' 'i686' 'mips64el') url="http://code.google.com/intl/en/speed/webp/" @@ -12,7 +12,7 @@ license=('BSD') depends=('libpng' 'libjpeg') options=('!libtool') source=("http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz") -sha256sums=('40b18456e39b2822311b0ea161d6f09507cf5e8e937b02b9be3ee994ded67aba') +sha256sums=('5c98c4ad2af3649fa856ae44207aeb0ee559271e38cedfd10b25976c55cbea24') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/linuxdoc-tools/PKGBUILD b/community/linuxdoc-tools/PKGBUILD new file mode 100644 index 000000000..22c533374 --- /dev/null +++ b/community/linuxdoc-tools/PKGBUILD @@ -0,0 +1,23 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Contributor: David Ell <david at bytesizebits dot net> + +pkgname=linuxdoc-tools +pkgver=0.9.68 +pkgrel=1 +pkgdesc="Convert LinuxDoc SGML source into other formats" +arch=('i686' 'x86_64') +url="http://packages.debian.org/sid/linuxdoc-tools" +license=('GPL') +depends=('jade') +optdepends=('groff' 'texlive-bin') +source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.tar.gz) +md5sums=('68434f800ab3b68f44da790cc61cf766') + +build() { + cd "$srcdir/$pkgname-$pkgver" + sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l + ./configure --prefix=/usr --mandir=/usr/share/man + make + make DESTDIR="$pkgdir/" install +} diff --git a/community/mariadb/PKGBUILD b/community/mariadb/PKGBUILD index 3376d8fc2..39a7feba4 100644 --- a/community/mariadb/PKGBUILD +++ b/community/mariadb/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 72987 2012-06-26 14:18:03Z bpiotrowski $ +# $Id: PKGBUILD 74223 2012-07-23 03:08:05Z allan $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgbase=mariadb pkgname=('libmariadbclient' 'mariadb-clients' 'mariadb') pkgver=5.5.25 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL') url="http://mariadb.org/" diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index 96a7f0caa..8b5017bc1 100755 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73102 2012-07-01 10:04:33Z ttopper $ +# $Id: PKGBUILD 74240 2012-07-23 05:41:33Z ttopper $ # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=mathomatic -pkgver=16.0.0 +pkgver=16.0.1 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" arch=('i686' 'x86_64' 'mips64el') @@ -17,7 +17,7 @@ optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial' 'm4: for complex operations using the matho script' 'gnuplot: for plotting') source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2) -md5sums=('a349471e997afcfa222964692780b567') +md5sums=('550c4c27da68db1d3d62ed2888828548') build() { cd "$srcdir"/$pkgname-$pkgver diff --git a/community/moreutils/PKGBUILD b/community/moreutils/PKGBUILD index a67df55bf..f2996f957 100644 --- a/community/moreutils/PKGBUILD +++ b/community/moreutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 72927 2012-06-25 09:00:21Z spupykin $ +# $Id: PKGBUILD 74174 2012-07-22 18:31:30Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> pkgname=moreutils -pkgver=0.46 +pkgver=0.47 pkgrel=1 pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ optdepends=('perl-timedate' 'perl-time-duration' 'perl-ipc-run') options=('!emptydirs' 'zipman') replaces=(moreutils-svn) source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz) -md5sums=('658f9cc6b6dcc0b50dcff714e13b22dc') +md5sums=('4cd3b41a90d07166632942e173ac5ce2') build() { cd $srcdir/moreutils diff --git a/community/nbd/PKGBUILD b/community/nbd/PKGBUILD index 8714f8c41..62e927ec3 100644 --- a/community/nbd/PKGBUILD +++ b/community/nbd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73924 2012-07-17 05:54:37Z svenstaro $ +# $Id: PKGBUILD 74302 2012-07-24 10:33:15Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Christian Hesse <mail@eworm.de> # Contributor: Ionut Biru <ibiru@archlinux.org> @@ -6,7 +6,7 @@ pkgname=nbd pkgver=3.2 -pkgrel=2 +pkgrel=3 pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP" arch=('i686' 'x86_64' 'mips64el') url="http://nbd.sourceforge.net" @@ -24,7 +24,7 @@ md5sums=('9cafce4ecfb55e670d7ded4c8f4e6bc9' build(){ cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog make } diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD index 0461a6b78..5891c13d4 100644 --- a/community/ncmpcpp/PKGBUILD +++ b/community/ncmpcpp/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 69024 2012-04-08 09:31:15Z bpiotrowski $ +# $Id: PKGBUILD 74221 2012-07-23 03:07:58Z allan $ # Maintainer: Bartłomiej Piotrowski # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Army <uli[dot]armbruster[at]gmail[dot]com> pkgname=ncmpcpp pkgver=0.5.10 -pkgrel=1 +pkgrel=2 pkgdesc="An almost exact clone of ncmpc with some new features." arch=('i686' 'x86_64' 'mips64el') url="http://unkart.ovh.org/ncmpcpp/" diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD index 4443c5d8d..ee86ab0fa 100644 --- a/community/netsurf/PKGBUILD +++ b/community/netsurf/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 71025 2012-05-21 22:37:32Z arodseth $ +# $Id: PKGBUILD 74163 2012-07-22 14:44:23Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Paulo Matias <matiasΘarchlinux-br·org> # Contributor: Georgij Kondratjev <smpuj@bk.ru> @@ -6,18 +6,18 @@ pkgname=netsurf pkgver=2.9 -pkgrel=2 +pkgrel=3 pkgdesc="Lightweight and fast web browser" arch=('i686' 'x86_64' 'mips64el') url="http://www.netsurf-browser.org/" license=('GPL') -depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp') +depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp>=0.1.99') makedepends=('re2c' 'lcms' 'gendesk>=0.4.2') provides=('netsurf') conflicts=('netsurf') install=netsurf.install source=("netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png" - "http://www.netsurf-browser.org/downloads/releases/$pkgname-$pkgver-src.tar.gz") + "http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz") sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00' 'f74767161fd7f3186e483b438a183f2ea3cae160020ad5dd63c75a4d78f5c797') _exec=('netsurf %U') diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index 92006eadf..a6c022eb0 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -1,11 +1,14 @@ -# $Id: PKGBUILD 73240 2012-07-04 07:09:22Z bpiotrowski $ +# $Id: PKGBUILD 74220 2012-07-23 03:07:53Z allan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Bartłomiej Piotrowski <barthalion@gmal.com> # Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl> +_cfgdir=/etc/nginx +_tmpdir=/var/tmp/nginx + pkgname=nginx pkgver=1.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" arch=('i686' 'x86_64' 'mips64el') depends=('pcre' 'zlib' 'openssl') @@ -14,27 +17,25 @@ optdepends=('passenger') url="http://nginx.org" license=('custom') install=nginx.install -backup=('etc/nginx/fastcgi.conf' - 'etc/nginx/fastcgi_params' - 'etc/nginx/koi-win' - 'etc/nginx/koi-utf' - 'etc/nginx/mime.types' - 'etc/nginx/nginx.conf' - 'etc/nginx/scgi_params' - 'etc/nginx/uwsgi_params' - 'etc/nginx/win-utf' - 'etc/logrotate.d/nginx') +backup=("${_cfgdir:1}/fastcgi.conf" + "${_cfgdir:1}/fastcgi_params" + "${_cfgdir:1}/koi-win" + "${_cfgdir:1}/koi-utf" + "${_cfgdir:1}/mime.types" + "${_cfgdir:1}/nginx.conf" + "${_cfgdir:1}/scgi_params" + "${_cfgdir:1}/uwsgi_params" + "${_cfgdir:1}/win-utf" + "etc/logrotate.d/nginx") source=(http://nginx.org/download/nginx-$pkgver.tar.gz - rc.d service - nginx.logrotate) + rc.d + service + nginx.logrotate) md5sums=('53105bbe3ac9319db54d9eb46119695b' 'f62c7c9b5a53471d4666a4c49ad363fb' - '16c6b4cbe24001a3f4f58b9d5f4e3d4c' + '62d494d23aef31d0b867161f9fffa6eb' 'b38744739022876554a0444d92e6603b') -_cfgdir=/etc/nginx -_tmpdir=/var/tmp/nginx - build() { cd "$srcdir"/$pkgname-$pkgver @@ -82,8 +83,8 @@ package() { make DESTDIR="$pkgdir" install install -d "$pkgdir"/etc/logrotate.d - install -m644 $srcdir/nginx.logrotate $pkgdir/etc/logrotate.d/nginx - + install -m644 $srcdir/nginx.logrotate $pkgdir/etc/logrotate.d/nginx + sed -e 's|\<user\s\+\w\+;|user html;|g' \ -e '44s|html|/usr/share/nginx/html|' \ -e '54s|html|/usr/share/nginx/html|' \ @@ -93,8 +94,8 @@ package() { install -dm1777 $pkgdir/var/tmp install -d $pkgdir/$_tmpdir - install -d $pkgdir/usr/share/nginx - mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx + install -d $pkgdir/usr/share/nginx + mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx install -D -m755 $srcdir/rc.d $pkgdir/etc/rc.d/nginx install -Dm644 $srcdir/service $pkgdir/usr/lib/systemd/system/nginx.service diff --git a/community/nginx/service b/community/nginx/service index 78d0a492c..8e28f0cde 100644 --- a/community/nginx/service +++ b/community/nginx/service @@ -1,5 +1,6 @@ [Unit] Description=A high performance web server and a reverse proxy server +After=syslog.target network.target [Service] Type=forking diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 73c2a678c..35a80fe69 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74092 2012-07-20 09:07:43Z bpiotrowski $ +# $Id: PKGBUILD 74366 2012-07-25 20:56:41Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos <james.r.campos@gmail.com> @@ -8,8 +8,8 @@ # Contributor: TIanyi Cui <tianyicui@gmail.com> pkgname=nodejs -pkgver=0.8.3 -pkgrel=2 +pkgver=0.8.4 +pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64' 'mips64el') url='http://nodejs.org/' @@ -19,7 +19,7 @@ checkdepends=('curl') # curl used for check() optdepends=('openssl: TLS support') options=('!emptydirs') source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz") -md5sums=('53604d2e3773d62e90fa5a340a362e08') +md5sums=('ea44c0fa7a5f268bedfbea0ae1884db5') build() { cd node-v${pkgver} diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD index 35af52e37..531a0e16c 100644 --- a/community/parrot/PKGBUILD +++ b/community/parrot/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 73261 2012-07-04 14:01:36Z spupykin $ +# $Id: PKGBUILD 74176 2012-07-22 18:32:23Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: mpie <michael.kyne-phillips1@ntlworld.com> pkgname=parrot -pkgver=4.5.0 -#_rel=stable -_rel=devel +pkgver=4.6.0 +_rel=stable +#_rel=devel pkgrel=1 pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages" arch=('x86_64' 'i686' 'mips64el') @@ -16,7 +16,7 @@ makedepends=('perl-json') optdepends=('freeglut') options=('!makeflags') source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2) -md5sums=('8deb517792652d8b44442ebb5d289e2c') +md5sums=('2acdf1855baf04f07bac6d6e307dcd0d') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/pkgfile/PKGBUILD b/community/pkgfile/PKGBUILD index 294a6143a..69d2c1bbc 100644 --- a/community/pkgfile/PKGBUILD +++ b/community/pkgfile/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 74102 2012-07-20 22:53:30Z dreisner $ +# $Id: PKGBUILD 74339 2012-07-24 17:40:11Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> pkgname=pkgfile -pkgver=2 +pkgver=3 pkgrel=1 pkgdesc="a pacman .files metadata explorer" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ conflicts=('pkgtools<24-2') makedepends=('perl') source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.xz") install=pkgfile.install -md5sums=('815ee5ad6ca3c1f6262389f423319fa9') +md5sums=('9e90510580b00a12d750809f8c2f34cd') build() { cd "$pkgname-$pkgver" diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD index af904a78a..64051b066 100644 --- a/community/polipo/PKGBUILD +++ b/community/polipo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 72964 2012-06-25 17:08:53Z ttopper $ +# $Id: PKGBUILD 74295 2012-07-23 16:25:48Z ttopper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Jelle van der Waa <jelle vdwaa nl> # Contributor: Thomas Holmquist <thomas@vorget.com> @@ -7,7 +7,7 @@ pkgname=polipo pkgver=1.0.4.1 -pkgrel=5 +pkgrel=6 pkgdesc="A small and fast caching web proxy." arch=('i686' 'x86_64' 'mips64el') url="http://www.pps.jussieu.fr/~jch/software/polipo/" @@ -19,7 +19,7 @@ source=("http://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz" "polipo.cron" "polipo.rc.d" "polipo.conf.d" "polipo.service") md5sums=('bfc5c85289519658280e093a270d6703' 'bac0e1a871964c931eb5f7a369b3243c' - '8f096b7d77a71e0772ce71a8c8b1b3e3' + '7406aad26807fb3a4e5f7b01ecb97a59' '685aa0c6070dee11c701932d23afcc6a' '109d0e8c15d669281ff14f8991ad0ed8') diff --git a/community/polipo/polipo.rc.d b/community/polipo/polipo.rc.d index 260fab050..0333ded57 100644 --- a/community/polipo/polipo.rc.d +++ b/community/polipo/polipo.rc.d @@ -19,7 +19,7 @@ case "$1" in [[ -f /run/$daemon_name.pid ]] && rm -f /run/$daemon_name.pid # RUN - sudo -u nobody /usr/bin/$daemon_name ${POLIPO_ARGS} + su -c "/usr/bin/$daemon_name ${POLIPO_ARGS}" -s /bin/sh - nobody # if [[ $? -gt 0 ]]; then stat_fail diff --git a/community/pptpd/PKGBUILD b/community/pptpd/PKGBUILD index 4626fb0ea..b6d9382da 100644 --- a/community/pptpd/PKGBUILD +++ b/community/pptpd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 72984 2012-06-26 13:10:02Z spupykin $ +# $Id: PKGBUILD 74350 2012-07-25 10:18:29Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=pptpd pkgver=1.3.4 -pkgrel=8 +pkgrel=10 pkgdesc="Poptop server" arch=(i686 x86_64 'mips64el') url="http://poptop.sourceforge.net/" @@ -18,10 +18,15 @@ md5sums=('b38df9c431041922c997c1148bedf591' 'cfa02c86d0413eb94fac15599986f54c') build() { + local _pppver=`pacman -Q ppp` + _pppver=${_pppver%-*} + _pppver=${_pppver#ppp } + cd $srcdir/$pkgname-$pkgver patch -p1 <$srcdir/unrecognized-opt.patch autoreconf -i ./configure --prefix=/usr --libdir=/usr/lib --exec-prefix=/usr --mandir=/usr/share/man + sed -i "s|#define VERSION.*|#define VERSION \"${_pppver}\"|" plugins/patchlevel.h make sed -i 's|install -o root|install|g' plugins/Makefile sed -i 's|?=|=|g' plugins/Makefile @@ -31,7 +36,7 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install mkdir -p $pkgdir/etc/ - echo -e "# Read man pptpd.conf, see samples in /usr/share/doc/pptpd\nand write your pptpd configuration here" >$pkgdir/etc/pptpd.conf + echo -e "# Read man pptpd.conf, see samples in /usr/share/doc/pptpd\n# and write your pptpd configuration here" >$pkgdir/etc/pptpd.conf install -Dm0755 ../pptpd $pkgdir/etc/rc.d/pptpd mkdir -p $pkgdir/usr/share/doc/pptpd cp -a samples $pkgdir/usr/share/doc/pptpd/ diff --git a/community/python-pyopencl/LICENSE.txt b/community/python-pyopencl/LICENSE.txt new file mode 100644 index 000000000..3ce400f9d --- /dev/null +++ b/community/python-pyopencl/LICENSE.txt @@ -0,0 +1,20 @@ +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/community/python-pyopencl/PKGBUILD b/community/python-pyopencl/PKGBUILD new file mode 100644 index 000000000..cb5cd4e25 --- /dev/null +++ b/community/python-pyopencl/PKGBUILD @@ -0,0 +1,48 @@ +# $Id: PKGBUILD 74334 2012-07-24 17:36:16Z stephane $ +# Maintainer: Stéphane Gaudreault <stephane@archlinux.org> + +pkgbase=python-pyopencl +pkgname=('python2-pyopencl' 'python-pyopencl') +pkgver=2012.1 +pkgrel=3 +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') +source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz" + 'LICENSE.txt') +sha1sums=('ef2460d5e9b883d8afe0ec47863a243b6f8ac7ff' + '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7') + +build() { + cd "$srcdir" + + cp -a pyopencl-$pkgver{,-python2} + + cd "${srcdir}/pyopencl-${pkgver}" + python ./configure.py --cl-enable-gl --no-use-shipped-boost + python setup.py build + + cd "$srcdir/pyopencl-$pkgver-python2" + python2 ./configure.py --cl-enable-gl --no-use-shipped-boost + python2 setup.py build + +} + +package_python-pyopencl() { + depends=('libcl' 'opencl-headers' 'mesa' 'boost' 'python' 'python-numpy' 'python-mako' 'python-pytools') + + cd "${srcdir}/pyopencl-${pkgver}" + python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build + + install -D -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} +package_python2-pyopencl() { + depends=('libcl' 'opencl-headers' 'mesa' 'boost' 'python2' 'python2-numpy' 'python2-mako' 'python2-pytools') + + cd "${srcdir}/pyopencl-${pkgver}-python2" + python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build + + install -D -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE +} diff --git a/community/qt4pas/PKGBUILD b/community/qt4pas/PKGBUILD index f8711f222..92a9bbfe4 100644 --- a/community/qt4pas/PKGBUILD +++ b/community/qt4pas/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 70222 2012-05-02 13:40:13Z idevolder $ +# $Id: PKGBUILD 74250 2012-07-23 06:35:45Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> # Contributor: Fabien Wang <fabien(dot)wang(at)gmail(dot)com> pkgname=qt4pas pkgver=2.5 -pkgrel=1 +pkgrel=2 pkgdesc="Free Pascal Qt4 Binding Library" arch=('i686' 'x86_64') url="http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html" diff --git a/community/qtcreator/PKGBUILD b/community/qtcreator/PKGBUILD index 7782b4c54..3bbf863e4 100644 --- a/community/qtcreator/PKGBUILD +++ b/community/qtcreator/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 70483 2012-05-09 14:56:54Z svenstaro $ +# $Id: PKGBUILD 74355 2012-07-25 15:34:15Z svenstaro $ # Maintainer: Imanol Celaya <ornitorrincos@archlinux-es.org> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com> @@ -7,8 +7,8 @@ # Contributor: delor <bartekpiech gmail com> pkgname="qtcreator" -pkgver=2.5.0 -_pkgver=2.5.0 +pkgver=2.5.1 +_pkgver=2.5.1 pkgrel=1 pkgdesc='Lightweight, cross-platform integrated development environment' arch=('i686' 'x86_64' 'mips64el') @@ -28,9 +28,9 @@ optdepends=('qt-doc: for the integrated Qt documentation' install=qtcreator.install source=("http://get.qt.nokia.com/qtcreator/qt-creator-${_pkgver}-src.tar.gz" 'qtcreator.desktop') -md5sums=('31e26cdd1e3eeb8c406382ebe886dcc5' +md5sums=('321e6ee4640cee8177cbb302fde2ce84' 'f1f4680b9838ff0b8f4cf11eb850d662') - + build() { cd ${srcdir} diff --git a/community/r8168-lts/PKGBUILD b/community/r8168-lts/PKGBUILD index df0540070..646527e32 100644 --- a/community/r8168-lts/PKGBUILD +++ b/community/r8168-lts/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73702 2012-07-14 13:07:16Z allan $ +# $Id: PKGBUILD 74289 2012-07-23 14:15:48Z mtorromeo $ # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com> pkgname=r8168-lts _pkgname=r8168 pkgver=8.031.00 -pkgrel=2 +pkgrel=3 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts" url="http://www.realtek.com.tw" license=("GPL") @@ -17,10 +17,10 @@ md5sums=('ec1654f02e2dad930bbeb0210ddab7e5') sha256sums=('5c617b3c08aca18d1eb24d33f77df40020eb64fb32c8e4008265e08b7ffe5779') _extramodules=extramodules-3.0-lts -_kernver="$(cat /usr/lib/modules/$_extramodules/version || true)" build() { cd "$_pkgname-$pkgver" + local _kernver="$(cat /usr/lib/modules/$_extramodules/version)" make -C /usr/lib/modules/$_kernver/build \ SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \ EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \ diff --git a/community/rtorrent/PKGBUILD b/community/rtorrent/PKGBUILD index 5da8eb3a5..7968cc713 100644 --- a/community/rtorrent/PKGBUILD +++ b/community/rtorrent/PKGBUILD @@ -5,7 +5,7 @@ pkgname=rtorrent pkgver=0.9.2 -pkgrel=1 +pkgrel=2 pkgdesc='Ncurses BitTorrent client based on libTorrent' url='http://libtorrent.rakshasa.no/' license=('GPL') diff --git a/community/snort/PKGBUILD b/community/snort/PKGBUILD index 9a5e4bcc7..63477fdac 100644 --- a/community/snort/PKGBUILD +++ b/community/snort/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 70868 2012-05-18 06:19:27Z lfleischer $ +# $Id: PKGBUILD 74195 2012-07-22 19:47:59Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Hugo Doria <hugo@archlinux.org> # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com> @@ -6,7 +6,7 @@ # Contributor: Gregor Ibic <gregor.ibic@intelicom.si> pkgname=snort -pkgver=2.9.2.3 +pkgver=2.9.3 pkgrel=1 pkgdesc='A lightweight network intrusion detection system.' arch=('i686' 'x86_64' 'mips64el') @@ -21,10 +21,11 @@ backup=('etc/conf.d/snort' 'etc/snort/classification.config') options=('!makeflags' '!libtool') install='snort.install' -source=("http://www.snort.org/dl/snort-current/${pkgname}-${pkgver}.tar.gz" +source=("http://www.snort.org/dl/snort-current/${pkgname}-${pkgver}.tar.gz"{,.sig} 'snort' 'snort.conf.d') -md5sums=('9ddb26005d864577fca66a9a1cdfdc8a' +md5sums=('e128f5d5d14dad335dc0c549c7fe2e98' + '8f8689efad6338ca76c344366c97d4ea' '361b8b9e40b9af0164f6b3e3da2e8277' 'b4fb8a68490589cd34df93de7609bfac') diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD index e89183510..912d15ee2 100644 --- a/community/spacefm/PKGBUILD +++ b/community/spacefm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73680 2012-07-13 19:18:42Z bpiotrowski $ +# $Id: PKGBUILD 74358 2012-07-25 19:18:50Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ # Contributor: ridikulus_rat <the.ridikulus.rat@gmail.com> pkgname=spacefm -pkgver=0.7.9 +pkgver=0.7.10 pkgrel=1 pkgdesc="A multi-panel tabbed file manager" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ install=$pkgname.install depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 'udev') makedepends=('intltool' 'gettext') optdepends=('lsof: device processes' - 'eject: eject media' + 'eject: eject media' 'wget: plugin download' 'gksu: perform as root functionality' 'pmount: mount as non-root user' @@ -22,16 +22,16 @@ optdepends=('lsof: device processes' 'udisks: mount as non-root user' 'udisks2: mount as non-root user') source=(https://raw.github.com/IgnorantGuru/spacefm/master/packages/${pkgver}/spacefm-${pkgver}.tar.xz) -md5sums=('428739bc310d7010eca3f64caf2e7c1e') +md5sums=('16de3087b7225b89fad93a0710f2bbcf') build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr - make + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr \ + --disable-pixmaps + make } package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir install } - diff --git a/community/spacefm/spacefm.install b/community/spacefm/spacefm.install index 1182e768f..f2954aa73 100644 --- a/community/spacefm/spacefm.install +++ b/community/spacefm/spacefm.install @@ -1,6 +1,8 @@ post_install() { update-mime-database usr/share/mime > /dev/null update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + [ -d /usr/share/icons/Faenza ] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza } post_upgrade() { diff --git a/community/surf/PKGBUILD b/community/surf/PKGBUILD index 97a2900b9..49087f052 100644 --- a/community/surf/PKGBUILD +++ b/community/surf/PKGBUILD @@ -1,36 +1,34 @@ -# $Id: PKGBUILD 66413 2012-02-24 15:52:35Z lfleischer $ +# $Id: PKGBUILD 74178 2012-07-22 18:33:06Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Pierre Chapuis <catwell at archlinux dot us> # Contributor: Ray Kohler <ataraxia937 at gmail dot com> # Contributor: Michael Witten <mfwitten> +# Contributor: Raphael Proust <raphlalou at gmail dot com> pkgname=surf -pkgver=0.4.1 -pkgrel=4 -pkgdesc="A simple web browser based on WebKit/GTK+." +pkgver=0.5 +pkgrel=1 +pkgdesc='A simple web browser based on WebKit/GTK+.' arch=('i686' 'x86_64' 'mips64el') url='http://surf.suckless.org/' license=('MIT') depends=('libwebkit' 'xorg-xprop') optdepends=('dmenu: URL-bar' + 'ca-certificates: SSL verification' + 'xterm: default download handler' 'wget: default download handler') makedepends=('pkgconfig') install='surf.install' source=("http://dl.suckless.org/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'config.h' - 'surf-0.4.1-link-xlib.patch') -md5sums=('28ac7a6d193d25844aa6b1db77fcbafa' - 'a1d40e130189343a74f83166410f35d7' - '475fe2b51802aba40ad9cd6b75d550ed') + 'config.h') +md5sums=('dc735a380d01203861b987b5f4c3c59c' + 'd11435f6a67af46a0d19d18a95a1620b') build() { cd "${srcdir}/${pkgname}-${pkgver}" cp "${srcdir}/config.h" config.h - # build fix from upstream (http://hg.suckless.org/surf/rev/2ea243e2ca82) - patch -p1 -i ../surf-0.4.1-link-xlib.patch - sed -i 's/CPPFLAGS =/CPPFLAGS +=/g' config.mk sed -i 's/CFLAGS =/CFLAGS +=/g' config.mk sed -i 's/LDFLAGS =/LDFLAGS +=/g' config.mk diff --git a/community/surf/config.h b/community/surf/config.h index c323a6239..8f8561a71 100644 --- a/community/surf/config.h +++ b/community/surf/config.h @@ -1,21 +1,26 @@ /* modifier 0 means no modifier */ static char *useragent = "Surf/"VERSION" (X11; U; Unix; en-US) AppleWebKit/531.2+ Compatible (Safari)"; -static char *progress = "#FF0000"; +static char *progress = "#0066FF"; +static char *progress_untrust = "#FF6600"; static char *progress_trust = "#00FF00"; static char *stylefile = ".surf/style.css"; static char *scriptfile = ".surf/script.js"; static char *cookiefile = ".surf/cookies.txt"; static time_t sessiontime = 3600; -#define NOBACKGROUND 0 +static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; +static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ +#define HIDE_BACKGROUND FALSE +#define SPATIAL_BROWSING TRUE #define SETPROP(p, q) { .v = (char *[]){ "/bin/sh", "-c", \ "prop=\"`xprop -id $2 $0 | cut -d '\"' -f 2 | dmenu`\" &&" \ "xprop -id $2 -f $1 8s -set $1 \"$prop\"", \ p, q, winid, NULL } } -#define DOWNLOAD(d) { \ +#define DOWNLOAD(d) { \ .v = (char *[]){ "/bin/sh", "-c", \ - "xterm -e \"wget --load-cookies ~/.surf/cookies.txt '$0';\"", \ - d, NULL } } + "xterm -e \"wget '$0' \ +--load-cookies ~/.surf/cookies.txt \ +--user-agent '$1' ; sleep 5\"", d, useragent, NULL } } #define MODKEY GDK_CONTROL_MASK static Key keys[] = { /* modifier keyval function arg Focus */ @@ -29,12 +34,16 @@ static Key keys[] = { { MODKEY|GDK_SHIFT_MASK,GDK_i, zoom, { .i = 0 } }, { MODKEY, GDK_l, navigate, { .i = +1 } }, { MODKEY, GDK_h, navigate, { .i = -1 } }, - { MODKEY, GDK_j, scroll, { .i = +1 } }, - { MODKEY, GDK_k, scroll, { .i = -1 } }, + { MODKEY, GDK_j, scroll_v, { .i = +1 } }, + { MODKEY, GDK_k, scroll_v, { .i = -1 } }, + { MODKEY, GDK_b, scroll_v, { .i = -10000 } }, + { MODKEY, GDK_space, scroll_v, { .i = +10000 } }, + { MODKEY, GDK_i, scroll_h, { .i = +1 } }, + { MODKEY, GDK_u, scroll_h, { .i = -1 } }, { 0, GDK_Escape, stop, { 0 } }, { MODKEY, GDK_o, source, { 0 } }, { MODKEY, GDK_g, spawn, SETPROP("_SURF_URI", "_SURF_GO") }, - { MODKEY, GDK_slash, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") }, + { MODKEY, GDK_f, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") }, { MODKEY, GDK_n, find, { .b = TRUE } }, { MODKEY|GDK_SHIFT_MASK,GDK_n, find, { .b = FALSE } }, }; diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD index e2f2fe1da..0b52499f3 100644 --- a/community/tea/PKGBUILD +++ b/community/tea/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 71527 2012-05-28 07:39:51Z spupykin $ +# $Id: PKGBUILD 74236 2012-07-23 05:26:38Z 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.1.0 +pkgver=33.2.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' 'mips64el') @@ -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=('15593d59f6079f0114e390ec731a8527' +md5sums=('2d612e48ef014477f86db4323c513b74' '377ace3363124f4c086de0babb820761') build() { diff --git a/community/udevil/PKGBUILD b/community/udevil/PKGBUILD index 1ac0804e2..afa986c0e 100644 --- a/community/udevil/PKGBUILD +++ b/community/udevil/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 73683 2012-07-13 19:36:15Z bpiotrowski $ +# $Id: PKGBUILD 74360 2012-07-25 19:22:08Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ pkgname=udevil -pkgver=0.3.0 +pkgver=0.3.1 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') pkgdesc='Mount and unmount without password' @@ -24,7 +24,7 @@ provides=('devmon') backup=('etc/udevil/udevil.conf') install=$pkgname.install source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz) -md5sums=('a2695eb0e9d1d2b5208f781710b1a286') +md5sums=('f2541fe24c83cbc2cb63c5912fc417d9') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD index fbd8f3991..38cd230d9 100644 --- a/community/ulogd/PKGBUILD +++ b/community/ulogd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73943 2012-07-17 09:54:26Z spupykin $ +# $Id: PKGBUILD 74257 2012-07-23 07:12:03Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Sebastien Luttringer <seblu+arch@seblu.net> # Contributor: Dale Blount <dale@archlinux.org> @@ -6,14 +6,15 @@ pkgname=ulogd pkgver=2.0.0 -pkgrel=3 +pkgrel=4 pkgdesc='Userspace Packet Logging for netfilter' arch=('i686' 'x86_64' 'mips64el') url='http://www.netfilter.org/projects/ulogd/index.html' license=('GPL2') depends=('libmnl') makedepends=('libmysqlclient' 'postgresql-libs' 'sqlite' 'libpcap' 'libdbi' - 'libnetfilter_acct' 'libnetfilter_log' 'libnetfilter_conntrack') + 'libnetfilter_acct' 'libnetfilter_log' 'libnetfilter_conntrack' + 'linuxdoc-tools' 'groff' 'texlive-core') optdepends=('postgresql-libs' 'sqlite' 'libpcap' @@ -34,13 +35,20 @@ build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --with-mysql --with-pgsql --with-dbi make + (cd doc && make) } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - install -Dm0644 ulogd.conf $pkgdir/usr/share/ulogd/ulogd.conf.sample + + install -dm0755 "$pkgdir/usr/share/doc/ulogd" + install -Dm0644 ulogd.conf $pkgdir/usr/share/doc/ulogd/ulogd.conf.sample + install -Dm0644 doc/ulogd.{dvi,html,ps,sgml,txt} "$pkgdir/usr/share/doc/ulogd" + + install -dm0755 "$pkgdir/usr/share/ulogd" install -m644 doc/*.{table,sql} "$pkgdir/usr/share/ulogd" + install -D -m644 "$srcdir/logrotate" "$pkgdir/etc/logrotate.d/ulogd" install -D -m755 "$srcdir/rc" "$pkgdir/etc/rc.d/ulogd" } diff --git a/community/unpaper/PKGBUILD b/community/unpaper/PKGBUILD index dded7d5d5..80c070dc7 100644 --- a/community/unpaper/PKGBUILD +++ b/community/unpaper/PKGBUILD @@ -1,23 +1,26 @@ -# $Id: PKGBUILD 65349 2012-02-21 02:16:20Z spupykin $ +# $Id: PKGBUILD 74323 2012-07-24 16:20:43Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andreas Hauser <andy-aur@splashground.de> pkgname=unpaper -pkgver=0.3 -pkgrel=3 +pkgver=0.4.2 +pkgrel=1 pkgdesc="post-processing tool for scanned sheets of paper" arch=('i686' 'x86_64' 'mips64el') -url="http://$pkgname.berlios.de/" +#url="http://$pkgname.berlios.de/" +url="https://github.com/Flameeyes/unpaper" license="GPL" -depends=() +depends=('libxslt') makedepends=('gcc') -source=("http://download.berlios.de/unpaper/$pkgname-${pkgver}.tar.gz") -md5sums=('be41eaf8556e7df39ab53939c99c4f7b') +source=("$pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver") +md5sums=('7dcee730cdbeffbbd840cbe6f2bb9693') build() { - cd $srcdir/$pkgname-$pkgver/src - gcc $CFLAGS -lm -funroll-all-loops -fomit-frame-pointer -ftree-vectorize -o unpaper unpaper.c - install -D -m0755 unpaper $pkgdir/usr/bin/unpaper - install -d -m0755 $pkgdir/usr/share/doc/unpaper - cp -a ../doc/* $pkgdir/usr/share/doc/unpaper + cd $srcdir/Flameeyes-unpaper-* + aclocal + automake --add-missing + autoconf + [ -f Makefile ] || ./configure --prefix=/usr + make + make install DESTDIR=$pkgdir } diff --git a/community/wxgtk2.9/PKGBUILD b/community/wxgtk2.9/PKGBUILD index 58690ab8a..ac345de52 100644 --- a/community/wxgtk2.9/PKGBUILD +++ b/community/wxgtk2.9/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 74061 2012-07-19 05:01:32Z ebelanger $ +# $Id: PKGBUILD 74217 2012-07-23 03:07:35Z allan $ # Maintainer: Eric Bélanger <eric@archlinux.org> pkgname=wxgtk2.9 pkgver=2.9.4 -pkgrel=1 +pkgrel=2 pkgdesc="GTK+ implementation of wxWidgets API for GUI" arch=('i686' 'x86_64') url="http://wxwidgets.org" diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD index 56c0aba25..20ea6bc91 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 70569 2012-05-11 20:14:44Z spupykin $ +# $Id: PKGBUILD 74348 2012-07-25 06:16:56Z spupykin $ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: William Rea <sillywilly@gmail.com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=xapian-core -pkgver=1.2.10 +pkgver=1.2.12 pkgrel=1 pkgdesc='Open source search engine library.' arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ depends=('sh' 'gcc-libs' 'zlib' 'util-linux') # xapian config requires libxapian.la options=('libtool') source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('c773df1aa9a84d3a056863532a7f6519') +md5sums=('faf33a3945edbe4c848627750856cbeb') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/xmlrpc-c/PKGBUILD b/community/xmlrpc-c/PKGBUILD index ce56be7ee..ba983b160 100644 --- a/community/xmlrpc-c/PKGBUILD +++ b/community/xmlrpc-c/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74066 2012-07-19 10:16:54Z arodseth $ +# $Id: PKGBUILD 74151 2012-07-22 12:17:46Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -7,7 +7,7 @@ pkgname=xmlrpc-c pkgver=1.31.02 epoch=1 -pkgrel=1 +pkgrel=2 pkgdesc='XML-RPC for C and C++' arch=('i686' 'x86_64' 'mips64el') url='http://xmlrpc-c.sourceforge.net/' @@ -16,7 +16,7 @@ depends=('curl' 'libxml2' 'gcc-libs' 'zlib') makedepends=('libtool' 'setconf') options=('!makeflags' '!libtool') source=("$pkgname-advanced-$pkgver.tar.gz::http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced.tar.gz") -sha256sums=('658013f009f29bc8cbd9fd9ebef087a2f6691a123d3b17c68b2cd4a958f91c39') +sha256sums=('8310eb35268150724daf8eecb8fb3a3421a01da8d30ed3e9cdd66cbc7ad93874') build() { cd "$srcdir/advanced" |