diff options
author | root <root@rshg054.dnsready.net> | 2013-03-28 00:05:06 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-28 00:05:06 -0700 |
commit | 0fbe25a10dce8ec16455854ed6929b688f98cb36 (patch) | |
tree | 24eae9f7b5c6ac412f662427713708f11c197628 | |
parent | 87fbcb30b652672a7e110b66a4c15342e27df826 (diff) |
Thu Mar 28 00:05:05 PDT 2013
29 files changed, 126 insertions, 235 deletions
diff --git a/community/erlang/PKGBUILD b/community/erlang/PKGBUILD index ab8979d97..1790e90e0 100644 --- a/community/erlang/PKGBUILD +++ b/community/erlang/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86449 2013-03-17 11:12:15Z arodseth $ +# $Id: PKGBUILD 87122 2013-03-27 15:53:26Z arodseth $ # Maintainer: Lukas Fleischer <archlinux@cryptocrack.de> # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Vesa Kaihlavirta <vesa@archlinux.org> @@ -9,11 +9,11 @@ pkgbase=erlang pkgname=('erlang' 'erlang-unixodbc') pkgver=R16B -pkgrel=2 +pkgrel=3 arch=('x86_64' 'i686') url='http://www.erlang.org/' license=('custom') -makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk') +makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9') source=("http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz" "http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz") sha256sums=('f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd' @@ -28,7 +28,7 @@ build() { package_erlang() { pkgdesc='General-purpose concurrent functional programming language developed by Ericsson' - depends=('ncurses' 'glu' 'wxgtk' 'openssl') + depends=('ncurses' 'glu' 'wxgtk' 'wxgtk2.9' 'openssl') optdepends=('erlang-unixodbc: database support' 'java-environment: for Java support' 'lksctp-tools: for SCTP support') diff --git a/community/haskell-syb/PKGBUILD b/community/haskell-syb/PKGBUILD index 57fb85526..d1c237978 100644 --- a/community/haskell-syb/PKGBUILD +++ b/community/haskell-syb/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <arch-haskell@haskell.org> _hkgname=syb pkgname=haskell-syb -pkgver=0.3.7 -pkgrel=2 +pkgver=0.4.0 +pkgrel=1 pkgdesc="A library for client-side HTTP" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') @@ -12,7 +12,7 @@ depends=('ghc=7.6.2-1' sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -md5sums=('fa653976a4ee43918cc7546089f94b60') +md5sums=('ec2719d444a6561b2424dcef10b4fe34') build() { cd ${srcdir}/${_hkgname}-${pkgver} diff --git a/community/haskell-x11-xft/PKGBUILD b/community/haskell-x11-xft/PKGBUILD index d7d5aabf4..3bb202d51 100644 --- a/community/haskell-x11-xft/PKGBUILD +++ b/community/haskell-x11-xft/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 86595 2013-03-20 11:05:22Z jelle $ +# $Id: PKGBUILD 87100 2013-03-27 07:08:13Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> _hkgname=X11-xft pkgname=haskell-x11-xft pkgver=0.3.1 -pkgrel=7 +pkgrel=8 pkgdesc="Bindings to the Xft, X Free Type interface library, and some Xrender parts" url="http://hackage.haskell.org/package/${_hkgname}" license=('LGPL') arch=('i686' 'x86_64') -depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 'libxft') +depends=('ghc=7.6.2-1' 'haskell-x11=1.6.1.1-2' 'haskell-utf8-string=0.3.7-4' 'libxft') options=('strip') install=haskell-x11-xft.install source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz) diff --git a/community/haskell-x11/PKGBUILD b/community/haskell-x11/PKGBUILD index 56333d024..46d68bf10 100644 --- a/community/haskell-x11/PKGBUILD +++ b/community/haskell-x11/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86594 2013-03-20 11:05:21Z jelle $ +# $Id: PKGBUILD 87099 2013-03-27 07:08:12Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: shild <sxp@bk.ru> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> @@ -6,13 +6,13 @@ _hkgname=X11 pkgname=haskell-x11 pkgver=1.6.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A Haskell binding to the X11 graphics library." arch=(i686 x86_64) url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11" license=('custom:BSD3') options=('strip') -depends=("ghc=7.6.2-1" "haskell-syb=0.3.7-2" 'libx11' 'libxinerama' 'libxrandr' 'haskell-data-default') +depends=("ghc=7.6.2-1" "libx11" "libxinerama" "libxrandr" "haskell-data-default") conflicts=(haskell-x11-extras) install=hsmod.install source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz) diff --git a/community/libdbi-drivers/PKGBUILD b/community/libdbi-drivers/PKGBUILD index 9f9413c56..d69d86823 100644 --- a/community/libdbi-drivers/PKGBUILD +++ b/community/libdbi-drivers/PKGBUILD @@ -1,12 +1,11 @@ -# $Id: PKGBUILD 87088 2013-03-26 19:05:37Z bpiotrowski $ +# $Id: PKGBUILD 87120 2013-03-27 15:21:01Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Olivier Médoc <o_medoc@yahoo.fr> # Contributor: Ashok `ScriptDevil` Gautham <ScriptDevil.Arch@gmail.com> pkgname=libdbi-drivers -pkgver=0.8.3_1 -_pkgver=0.8.3-1 -pkgrel=4 +pkgver=0.9.0 +pkgrel=1 pkgdesc="Database drivers for libdbi (MySQL, PostgreSQL, and SQLite)" url="http://libdbi-drivers.sourceforge.net/" license=('GPL') @@ -19,11 +18,11 @@ optdepends=("postgresql-libs: To work with postgresql using libdbdpgsql " "sqlite2: To work with sqlite2 using libdbdsqlite") options=(!libtool) install=libdbi-drivers.install -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${_pkgver}/${pkgname}-${_pkgver}.tar.gz") -md5sums=('4de79b323162a5a7652b65b608eca6cd') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha1sums=('8472875d30c216540d48d591b442e40ba4f7df5d') build() { - cd "${srcdir}/${pkgname}-${_pkgver}" + cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ --disable-docs \ --with-libdbi \ @@ -35,7 +34,7 @@ build() { } package() { - cd "${srcdir}/${pkgname}-${_pkgver}" + cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR=${pkgdir} install } diff --git a/community/libdbi/PKGBUILD b/community/libdbi/PKGBUILD index 317215e4e..e0c031534 100644 --- a/community/libdbi/PKGBUILD +++ b/community/libdbi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 59571 2011-11-28 08:58:19Z ttopper $ +# $Id: PKGBUILD 87114 2013-03-27 13:46:18Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Carl Flippin <carlf@photocarl.org> pkgname=libdbi -pkgver=0.8.4 -pkgrel=2 +pkgver=0.9.0 +pkgrel=1 pkgdesc="A database independant abstraction layer for C" url="http://libdbi.sourceforge.net" license=('LGPL') @@ -13,7 +13,7 @@ depends=('glibc') options=(!libtool) install=libdbi.install source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('c5f15407ef7b07ba854cd8c9b15b88ff') +sha1sums=('6c1ecfb78f43a921d5f914299304bd6c82cb0e23') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/python-matplotlib/PKGBUILD b/community/python-matplotlib/PKGBUILD index f34697d7a..e13097334 100644 --- a/community/python-matplotlib/PKGBUILD +++ b/community/python-matplotlib/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81606 2012-12-25 00:34:11Z foutrelis $ +# $Id: PKGBUILD 87092 2013-03-27 01:38:02Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> @@ -6,8 +6,8 @@ pkgbase=python-matplotlib pkgname=('python2-matplotlib' 'python-matplotlib') -pkgver=1.2.0 -pkgrel=8 +pkgver=1.2.1 +pkgrel=1 pkgdesc="A python plotting library, making publication quality plots" arch=('i686' 'x86_64') url='http://matplotlib.org' @@ -20,16 +20,12 @@ optdepends=('pygtk: for use with the GTK or GTKAgg backend' 'tk: used by the TkAgg backend' 'ghostscript: usetex dependencies' 'texlive-bin: usetex dependencies') -source=("https://github.com/downloads/matplotlib/matplotlib/matplotlib-${pkgver}.tar.gz" - python-matplotlib-tk.patch) -sha1sums=('1d0c319b2bc545f1a7002f56768e5730fe573518' - '6f27ff74a7752700758d081d3235a61a89b8ea95') +source=("http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-${pkgver}/matplotlib-${pkgver}.tar.gz") +sha1sums=('82fc44d0047a713c1b0b1b4ea2503e6a41c57f98') build() { cd "${srcdir}"/matplotlib-${pkgver} - patch -Np1 -i ../python-matplotlib-tk.patch - # use system python-six rm lib/six.py @@ -37,10 +33,6 @@ build() { rm -r lib/matplotlib/pyparsing_py{2,3}.py sed -i -e 's/matplotlib.pyparsing_py[23]/pyparsing/g' lib/matplotlib/{mathtext,fontconfig_pattern}.py - # For numpy 1.7 - sed -i '/include/s/numpy\/arrayobject.h/numpy\/oldnumeric.h/g' \ - src/*.{c,cpp,h} lib/matplotlib/delaunay/*.{cpp,h} lib/matplotlib/tri/*.h - cd .. cp -a matplotlib-${pkgver} matplotlib-${pkgver}-py3 diff --git a/community/python-matplotlib/python-matplotlib-tk.patch b/community/python-matplotlib/python-matplotlib-tk.patch deleted file mode 100644 index 10480195a..000000000 --- a/community/python-matplotlib/python-matplotlib-tk.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff -up matplotlib-1.2.0/setupext.py.orig matplotlib-1.2.0/setupext.py ---- matplotlib-1.2.0/setupext.py.orig 2012-11-23 14:50:48.954715965 -0200 -+++ matplotlib-1.2.0/setupext.py 2012-11-23 14:55:53.731727636 -0200 -@@ -898,12 +898,12 @@ def parse_tcl_config(tcl_lib_dir, tk_lib - - tcl_poss = [tcl_lib_dir, - os.path.normpath(os.path.join(tcl_lib_dir, '..')), -- "/usr/lib/tcl"+str(Tkinter.TclVersion), -- "/usr/lib"] -+ "@@libdir@@/tcl"+str(Tkinter.TclVersion), -+ "@@lib@@"] - tk_poss = [tk_lib_dir, - os.path.normpath(os.path.join(tk_lib_dir, '..')), -- "/usr/lib/tk"+str(Tkinter.TkVersion), -- "/usr/lib"] -+ "@@libdir@@/tk"+str(Tkinter.TkVersion), -+ "@@libdir@@"] - for ptcl, ptk in zip(tcl_poss, tk_poss): - tcl_config = os.path.join(ptcl, "tclConfig.sh") - tk_config = os.path.join(ptk, "tkConfig.sh") -@@ -974,10 +974,10 @@ def guess_tcl_config(tcl_lib_dir, tk_lib - return tcl_lib, tcl_inc, 'tcl' + tk_ver, tk_lib, tk_inc, 'tk' + tk_ver - - def hardcoded_tcl_config(): -- tcl_inc = "/usr/local/include" -- tk_inc = "/usr/local/include" -- tcl_lib = "/usr/local/lib" -- tk_lib = "/usr/local/lib" -+ tcl_inc = "/usr/include" -+ tk_inc = "/usr/include" -+ tcl_lib = "@@libdir@@" -+ tk_lib = "@@libdir@@" - return tcl_lib, tcl_inc, 'tcl', tk_lib, tk_inc, 'tk' - - def add_tk_flags(module): diff --git a/community/python-sqlalchemy/PKGBUILD b/community/python-sqlalchemy/PKGBUILD index 764bfd0b4..d8cfc3057 100644 --- a/community/python-sqlalchemy/PKGBUILD +++ b/community/python-sqlalchemy/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 78255 2012-10-17 10:27:16Z allan $ +# $Id: PKGBUILD 87107 2013-03-27 11:07:21Z jelle $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Sébastien Luttringer <seblu@aur.archlinux.org> pkgbase=python-sqlalchemy pkgname=('python-sqlalchemy' 'python2-sqlalchemy') -pkgver=0.7.9 +pkgver=0.8.0 pkgrel=1 arch=('i686' 'x86_64') # python2 package contain .so url="http://www.sqlalchemy.org/" license=('custom: MIT') makedepends=('python' 'python2' 'python-distribute' 'python2-distribute' 'python-nose' 'python2-nose') source=("http://downloads.sourceforge.net/sourceforge/sqlalchemy/SQLAlchemy-$pkgver.tar.gz") -md5sums=('c4852d586d95a59fbc9358f4467875d5') +md5sums=('3fb0b62e5d6ef4a022414f4233519ee2') build() { cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver @@ -21,6 +21,13 @@ build() { python2 setup.py build } +check() { + cd SQLAlchemy-${pkgver} + python setup.py check + python2 setup.py check + +} + package_python-sqlalchemy() { pkgdesc='Python SQL toolkit and Object Relational Mapper' depends=('python') diff --git a/community/qtractor/PKGBUILD b/community/qtractor/PKGBUILD index 3e7de010f..8df244ddb 100644 --- a/community/qtractor/PKGBUILD +++ b/community/qtractor/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 85406 2013-03-01 10:39:31Z andrea $ +# $Id: PKGBUILD 87090 2013-03-26 23:07:30Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Philipp Überbacher <hollunder at gmx dot at> pkgname=qtractor -pkgver=0.5.7 -pkgrel=2 +pkgver=0.5.8 +pkgrel=1 pkgdesc="Audio/MIDI multitrack sequencer" arch=('i686' 'x86_64') url="http://qtractor.sourceforge.net/" license=('GPL') -depends=('qt4' 'jack' 'suil' 'lilv' 'libmad' - 'libsamplerate' 'rubberband' 'liblo' 'shared-mime-info') +depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo' + 'rubberband' 'shared-mime-info') makedepends=('ladspa' 'dssi') [ "$CARCH" = "i686" ] && optdepends=('dssi-vst: win32 VST support') install=qtractor.install source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('a3f42dc1125d6ec0bd88286fe7738f04') +md5sums=('22abf4de4d5736f794e174ef06fe3a3c') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD index 645e744fc..516da13b9 100644 --- a/community/qupzilla/PKGBUILD +++ b/community/qupzilla/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 86204 2013-03-13 01:33:35Z speps $ +# $Id: PKGBUILD 87097 2013-03-27 02:25:04Z speps $ # Maintainer: speps <speps at aur dot archlinux dot org> _name=QupZilla -_commit=93d22ec # fixes https://github.com/QupZilla/qupzilla/issues/793 +_commit=953ca72 # pkgname=qupzilla -pkgver=1.4.0_git20130312 +pkgver=1.4.1_git20130326 pkgrel=1 pkgdesc="Cross-platform QtWebKit browser" arch=(i686 x86_64) @@ -14,7 +14,7 @@ depends=('qtwebkit' 'hunspell') optdepends=('bash-completion: bash completion support') install="$pkgname.install" source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit") -md5sums=('8fa69f60a26b55d68bfac2d7ec812bf8') +md5sums=('1b1b94a53a422436975b19f9ca05f006') build() { cd "$srcdir/$_name-$pkgname-"* @@ -22,9 +22,6 @@ build() { # enable webgl support export USE_WEBGL=true - # manually install bash completion - sed -i '/bashcompletion/d' src/install.pri - qmake-qt4 QUPZILLA_PREFIX=/usr/ make } @@ -33,10 +30,6 @@ package() { cd "$srcdir/$_name-$pkgname-"* make INSTALL_ROOT="$pkgdir/" install - # bash completion - install -Dm644 linux/completion/bash_completion.sh \ - "$pkgdir/usr/share/bash-completion/completions/$pkgname" - # zsh completion install -Dm644 linux/completion/zsh_completion.sh \ "$pkgdir/usr/share/zsh/site-functions/_$pkgname" diff --git a/community/ruby-cairo/PKGBUILD b/community/ruby-cairo/PKGBUILD index 6de3283cc..4351ecd02 100644 --- a/community/ruby-cairo/PKGBUILD +++ b/community/ruby-cairo/PKGBUILD @@ -1,13 +1,13 @@ -# $Id: PKGBUILD 86931 2013-03-24 23:46:23Z arodseth $ +# $Id: PKGBUILD 87111 2013-03-27 11:45:17Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Brad Fanella <bradfanella@archlinux.us> +# Contributor: Jeremy <reebydobalina@yahoo.ca> pkgname=ruby-cairo pkgver=1.12.2 -pkgrel=5 +pkgrel=6 pkgdesc='Ruby bindings for cairo' arch=('x86_64' 'i686') -# http://cairographics.org/releases/ url='http://cairographics.org/rcairo/' license=('GPL') depends=('ruby' 'cairo') @@ -26,6 +26,8 @@ package() { cd "$srcdir/rcairo-$pkgver" make DESTDIR="$pkgdir" install + install -Dm644 ext/cairo/cairo.so \ + "$pkgdir/usr/lib/ruby/vendor_ruby/2.0.0/$arch-linux/cairo.so" } # vim:set ts=2 sw=2 et: diff --git a/community/ruby-gtk2/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch b/community/ruby-gtk2/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch deleted file mode 100644 index 6e0088ea4..000000000 --- a/community/ruby-gtk2/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch +++ /dev/null @@ -1,55 +0,0 @@ -From 5b083ff67f69a8ab6fc6732131954482b468a880 Mon Sep 17 00:00:00 2001 -From: Thomas Dziedzic <gostrc@gmail.com> -Date: Sun, 10 Mar 2013 08:51:02 -0700 -Subject: [PATCH] backport - https://github.com/ruby-gnome2/ruby-gnome2/commit/03be2d663730119036c9d70d4fc7b52523ae40df - to fix syntax errors with NIL_P - ---- - gtk2/ext/gtk2/rbgdkevent.c | 2 +- - gtk2/ext/gtk2/rbgdkscreen.c | 2 +- - gtk2/ext/gtk2/rbgtkcalendar.c | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/gtk2/ext/gtk2/rbgdkevent.c b/gtk2/ext/gtk2/rbgdkevent.c -index 783ec72..63b1502 100644 ---- a/gtk2/ext/gtk2/rbgdkevent.c -+++ b/gtk2/ext/gtk2/rbgdkevent.c -@@ -387,7 +387,7 @@ gdkevent_s_setting_get(int argc, VALUE *argv, G_GNUC_UNUSED VALUE self) - VALUE value; - - rb_scan_args(argc, argv, "11", &name, &type); -- if NIL_P(type) -+ if (NIL_P(type)) - gtype = G_TYPE_STRING; - else - gtype = CLASS2GTYPE(type); -diff --git a/gtk2/ext/gtk2/rbgdkscreen.c b/gtk2/ext/gtk2/rbgdkscreen.c -index 243ed92..3095e38 100644 ---- a/gtk2/ext/gtk2/rbgdkscreen.c -+++ b/gtk2/ext/gtk2/rbgdkscreen.c -@@ -210,7 +210,7 @@ rg_get_setting(int argc, VALUE *argv, VALUE self) - VALUE value; - - rb_scan_args(argc, argv, "11", &name, &type); -- if NIL_P(type) -+ if (NIL_P(type)) - gtype = G_TYPE_STRING; - else - gtype = CLASS2GTYPE(type); -diff --git a/gtk2/ext/gtk2/rbgtkcalendar.c b/gtk2/ext/gtk2/rbgtkcalendar.c -index e895f81..f9b0666 100644 ---- a/gtk2/ext/gtk2/rbgtkcalendar.c -+++ b/gtk2/ext/gtk2/rbgtkcalendar.c -@@ -105,7 +105,7 @@ rg_display_options(int argc, VALUE *argv, VALUE self) - VALUE flags; - rb_scan_args(argc, argv, "01", &flags); - -- if NIL_P(flags){ -+ if (NIL_P(flags)){ - #if GTK_CHECK_VERSION(2,4,0) - return GFLAGS2RVAL(gtk_calendar_get_display_options(_SELF(self)), - GTK_TYPE_CALENDAR_DISPLAY_OPTIONS); --- -1.8.1.5 - diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD index 9f4751445..23608ec6c 100644 --- a/community/ruby-gtk2/PKGBUILD +++ b/community/ruby-gtk2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86880 2013-03-23 23:10:43Z td123 $ +# $Id: PKGBUILD 87134 2013-03-27 19:44:03Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Eric Bélanger <eric@archlinux.org> # Contributor: Brad Fanella <bradfanella@archlinux.us> @@ -8,29 +8,24 @@ pkgbase=ruby-gtk2 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2' 'ruby-pango') -pkgver=1.2.2 -pkgrel=2 +pkgver=1.2.5 +pkgrel=1 arch=('x86_64' 'i686') url='http://ruby-gnome2.sourceforge.jp/' license=('LGPL') makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2' 'glib2') -source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz" - '0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch') -sha256sums=('f99ff4888fc69317e1dae61c9ca684bf2f38a20534f1f1b4b3b182c66247910c' - '9180b6b8d146b815de63bd2c4f0e215ab7591e3ebaca913120ae962695f3c388') +source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz") +sha256sums=('9b956468446361b930bb5b10a518e1c59b4ce2dd2ea04ccc600d0259f1490429') build() { cd "$srcdir/ruby-gtk2-$pkgver" - #patch -Np1 -i ${srcdir}/0001-backport-https-github.com-ruby-gnome2-ruby-gnome2-co.patch LANG="en_US.UTF-8" \ ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor mkdir -p "$pkgdir/ruby-glib2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux" mkdir -p "$pkgdir/ruby-atk/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux" mkdir -p "$pkgdir/ruby-gio2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux" mkdir -p "$pkgdir/ruby-gdkpixbuf2/usr/lib/ruby/vendor_ruby/2.0.0/i686-linux" - #export CFLAGS="$CFLAGS `pkg-config --libs glib-2.0`" - #export CXXFLAGS="$CXXFLAGS `pkg-config --libs glib-2.0`" make } @@ -39,8 +34,6 @@ package_ruby-atk() { depends=("ruby-glib2=$pkgver" 'atk') cd "$srcdir/ruby-gtk2-$pkgver/atk" - #export CFLAGS="$CFLAGS `pkg-config --libs glib-2.0`" - #export CXXFLAGS="$CXXFLAGS `pkg-config --libs glib-2.0`" make includedir="/usr/include" DESTDIR="$pkgdir" install } @@ -49,8 +42,6 @@ package_ruby-gdkpixbuf2() { depends=("ruby-glib2=$pkgver" 'gdk-pixbuf2') cd "$srcdir/ruby-gtk2-$pkgver/gdk_pixbuf2" - #export CFLAGS="$CFLAGS `pkg-config --libs glib-2.0`" - #export CXXFLAGS="$CXXFLAGS `pkg-config --libs glib-2.0`" make includedir="/usr/include" DESTDIR="$pkgdir" install } @@ -59,8 +50,6 @@ package_ruby-gio2() { depends=("ruby-glib2=$pkgver") cd "$srcdir/ruby-gtk2-$pkgver/gio2" - #export CXXFLAGS="$CXXFLAGS -lglib-2.0" - #export CFLAGS="$CFLAGS -lglib-2.0" make includedir="/usr/include" DESTDIR="$pkgdir/" install } @@ -69,8 +58,6 @@ package_ruby-glib2() { depends=('glib2' 'ruby') cd "$srcdir/ruby-gtk2-$pkgver/glib2" - #export CXXFLAGS="$CXXFLAGS -lglib-2.0" - #export CFLAGS="$CFLAGS -lglib-2.0" make includedir="/usr/include" DESTDIR="$pkgdir/" install } @@ -80,8 +67,6 @@ package_ruby-gtk2() { "ruby-gdkpixbuf2=$pkgver") cd "$srcdir/ruby-gtk2-$pkgver/gtk2" - #export CFLAGS="$CFLAGS `pkg-config --libs glib-2.0`" - #export CXXFLAGS="$CXXFLAGS `pkg-config --libs glib-2.0`" make includedir="/usr/include" DESTDIR="$pkgdir/" install } @@ -90,8 +75,6 @@ package_ruby-pango() { depends=("ruby-glib2=$pkgver" 'ruby-cairo' 'pango') cd "$srcdir/ruby-gtk2-$pkgver/pango" - #export CFLAGS="$CFLAGS `pkg-config --libs glib-2.0`" - #export CXXFLAGS="$CXXFLAGS `pkg-config --libs glib-2.0`" make includedir="/usr/include" DESTDIR="$pkgdir/" install } diff --git a/community/sage-mathematics/PKGBUILD b/community/sage-mathematics/PKGBUILD index 6f3e05b99..27c573cb0 100644 --- a/community/sage-mathematics/PKGBUILD +++ b/community/sage-mathematics/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 84793 2013-02-24 16:59:02Z dwallace $ +# $Id: PKGBUILD 87136 2013-03-27 19:52:53Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Antonio Rojas < nqn1976 @ gmail.com > # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -7,7 +7,7 @@ # Special thanks to Nareto for moving the compile from the .install to the PKGBUILD pkgname=sage-mathematics -pkgver=5.7 +pkgver=5.8 pkgrel=1 pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to Magma, Maple, Mathematica, and Matlab.' url='http://www.sagemath.org' @@ -98,3 +98,5 @@ package() { } # vim :set ts=2 sw=2 et: +md5sums=('b91d6c20798f396a9c875527c78b3587' + 'b82f94383829eee26648feb977e2d89b') diff --git a/community/tmux/PKGBUILD b/community/tmux/PKGBUILD index eb7d55a06..7a7744ce8 100644 --- a/community/tmux/PKGBUILD +++ b/community/tmux/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 77704 2012-10-13 15:48:59Z bpiotrowski $ +# $Id: PKGBUILD 87109 2013-03-27 11:16:29Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: TDY <tdy@gmx.com> # Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com> pkgname=tmux -pkgver=1.7 +pkgver=1.8 pkgrel=1 pkgdesc='A terminal multiplexer' url='http://tmux.sourceforge.net/' @@ -13,7 +13,7 @@ license=('BSD') depends=('ncurses' 'libevent') source=(http://downloads.sourceforge.net/tmux/tmux-$pkgver.tar.gz LICENSE) -md5sums=('2c48fb9beb22eedba7a5de3b78dd0c03' +md5sums=('b9477de2fe660244cbc6e6d7e668ea0e' '71601bc37fa44e4395580b321963018e') build() { diff --git a/community/wings3d/PKGBUILD b/community/wings3d/PKGBUILD index 4a3e9d65d..dd72f80de 100644 --- a/community/wings3d/PKGBUILD +++ b/community/wings3d/PKGBUILD @@ -1,52 +1,50 @@ -# $Id: PKGBUILD 86005 2013-03-10 23:35:35Z arodseth $ +# $Id: PKGBUILD 87126 2013-03-27 16:37:11Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: kappa <kappacurve@gmail.com> pkgname=wings3d _pkgname=wings pkgver=1.4.1 -pkgrel=16 +pkgrel=17 pkgdesc='3D modeling program' arch=('x86_64' 'i686') url='http://www.wings3d.com/' license=('GPL') -depends=('erlang' 'erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils') -makedepends=('setconf' 'gendesk') +depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang') +makedepends=('gendesk') optdepends=('povray: rendering support via POV-Ray') install=$pkgname.install -options=('!emptydirs') -_genericname=('3D Modeler') -# Using the i686-only binary release -# Would prefer using a source release, if there is one that compiles -source=("http://sourceforge.net/projects/$_pkgname/files/$_pkgname/$pkgver/$_pkgname-$pkgver-linux.bzip2.run.gz" +source=("$pkgname-$pkgver.tar.gz::https://github.com/dgud/wings/archive/master.tar.gz" + "$pkgname.sh" "$pkgname.png::http://img299.imageshack.us/img299/2538/wingsiconblackshiningew5.png") -sha256sums=('760e19fa4973ed0fc75057897135a8efa241e834b078fc05c28786672137b322' +sha256sums=('5fe17aa7bd26c031ca242f17b24eaa8f6fa9fe4c38b37a9669953c03e9e89b83' + '46513cd05f8b6e778120af4a87b239c5250799c17b591592893d98cbf082359e' '6658977cc3bc8db2c9358edf3a2d6cb6bb8084c9a1d96ca573a83dd4e8781f1a') -if [ "$CARCH" == "x86_64" ] -then - depends=('lib32-libgl' 'lib32-glu' 'lib32-sdl' 'lib32-ncurses') -fi +_genericname=('3D Modeler') +_categories=('Graphics;3DGraphics') build() { cd "$srcdir" gendesk - setconf "$pkgname.desktop" Categories "Graphics;3DGraphics;" - chmod +x "$_pkgname-$pkgver-linux.bzip2.run" - "./$_pkgname-$pkgver-linux.bzip2.run" --nox11 --nochown --tar xf > /dev/null - setconf install_wings INSTALL_DIR "$pkgdir/opt/$pkgname-$pkgver" + cd "$_pkgname-master" + export ESDL_PATH=$(echo /usr/lib/erlang/lib/esdl-*) + make + make lang } package() { - cd "$srcdir" - ./install_wings + cd "$srcdir/$_pkgname-master" - cd "$pkgdir" - setconf "opt/$pkgname-$pkgver/$_pkgname" ROOTDIR "/opt/$pkgname-$pkgver" - install -Dm755 "opt/$pkgname-$pkgver/$_pkgname" "$pkgdir/usr/bin/$pkgname" + mkdir -p "$pkgdir/usr/lib/$pkgname" + for subdir in ebin fonts patches plugins shaders textures; do + cp -r "$srcdir/$_pkgname-master/$subdir/" "$pkgdir/usr/lib/$pkgname" + done - cd "$srcdir" install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + + cd "$srcdir" + install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname" install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png" install -Dm644 "$pkgname.desktop" \ "$pkgdir/usr/share/applications/$pkgname.desktop" diff --git a/community/wings3d/wings3d.sh b/community/wings3d/wings3d.sh new file mode 100644 index 000000000..c0fd3b2fb --- /dev/null +++ b/community/wings3d/wings3d.sh @@ -0,0 +1,2 @@ +#!/bin/sh +erl -noinput -smp disable -pa /usr/lib/erlang/lib/esdl-*/ebin /usr/lib/wings3d/ebin -run wings_start start_halt ${1+"$@"} diff --git a/community/xmonad-contrib/PKGBUILD b/community/xmonad-contrib/PKGBUILD index 60978f58e..62e077b8f 100644 --- a/community/xmonad-contrib/PKGBUILD +++ b/community/xmonad-contrib/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 86597 2013-03-20 11:05:24Z jelle $ +# $Id: PKGBUILD 87102 2013-03-27 07:08:16Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: orbisvicis <gmail.com> pkgname=xmonad-contrib pkgver=0.11 -pkgrel=5 +pkgrel=6 pkgdesc="Add-ons for xmonad" arch=('i686' 'x86_64') url="http://xmonad.org/" license=('BSD') -depends=('ghc=7.6.2-1' 'xmonad=0.11-4' 'sh' 'haskell-x11=1.6.1.1-1' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7-4' 'haskell-random=1.0.1.1-4') +depends=('ghc=7.6.2-1' 'xmonad=0.11-5' 'sh' 'haskell-x11=1.6.1.1-2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7-4' 'haskell-random=1.0.1.1-4') install='xmonad-contrib.install' source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz xmonad-contrib-remove-getatomname.patch) diff --git a/community/xmonad/PKGBUILD b/community/xmonad/PKGBUILD index f77222015..357b8a5e9 100644 --- a/community/xmonad/PKGBUILD +++ b/community/xmonad/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 86596 2013-03-20 11:05:23Z jelle $ +# $Id: PKGBUILD 87101 2013-03-27 07:08:15Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: shild <shildv@gmail.com> pkgname=xmonad pkgver=0.11 -pkgrel=4 +pkgrel=5 pkgdesc="Lightweight X11 tiled window manager written in Haskell" arch=('i686' 'x86_64') url="http://xmonad.org/" license=('BSD') -depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.1.1-1' 'sh' 'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 'haskell-extensible-exceptions=0.1.1.4-4') +depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.1.1-2' 'sh' 'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 'haskell-extensible-exceptions=0.1.1.4-4') makedepends=('gendesk') optdepends=('xorg-xmessage: for displaying visual error messages') install='xmonad.install' diff --git a/core/diffutils/PKGBUILD b/core/diffutils/PKGBUILD index 44b02060d..0ed2f9049 100644 --- a/core/diffutils/PKGBUILD +++ b/core/diffutils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 137084 2011-09-06 04:35:05Z allan $ +# $Id: PKGBUILD 180850 2013-03-27 01:10:49Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=diffutils -pkgver=3.2 +pkgver=3.3 pkgrel=1 pkgdesc="Utility programs used for creating patch files" arch=('i686' 'x86_64') @@ -12,8 +12,9 @@ license=('GPL3') groups=('base') depends=('glibc' 'sh') install=diffutils.install -source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz) -md5sums=('26ff64c332429c830c154be46b393382') +source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) +md5sums=('99180208ec2a82ce71f55b0d7389f1b3' + '203a2f2101dfcc09cdac655be353fd78') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD index 7fc5bcdba..0850834ba 100644 --- a/core/file/PKGBUILD +++ b/core/file/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 179540 2013-03-06 10:50:29Z allan $ +# $Id: PKGBUILD 180851 2013-03-27 01:10:50Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Andreas Radke <andyrtr@archlinux.org> pkgname=file -pkgver=5.13 +pkgver=5.14 pkgrel=1 pkgdesc="File type identification utility" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ url="http://www.darwinsys.com/file/" depends=('glibc' 'zlib') options=('!libtool') source=(ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('d60c1364ba956eff7d21f8250808fc6d') +md5sums=('c26625f1d6773ad4bc5a87c0e315632c') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/core/libffi/PKGBUILD b/core/libffi/PKGBUILD index 11fc7e27d..14633e682 100644 --- a/core/libffi/PKGBUILD +++ b/core/libffi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 180006 2013-03-14 11:52:23Z stephane $ +# $Id: PKGBUILD 180905 2013-03-27 21:58:17Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=libffi -pkgver=3.0.12 +pkgver=3.0.13 pkgrel=1 pkgdesc="A portable, high level programming interface to various calling conventions" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ checkdepends=('dejagnu') options=('!libtool') install=libffi.install source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz) -sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd') +sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD index cd61d1341..4ca50f46f 100644 --- a/extra/boost/PKGBUILD +++ b/extra/boost/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 180800 2013-03-26 11:49:27Z foutrelis $ +# $Id: PKGBUILD 180862 2013-03-27 13:30:16Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: kevin <kevin@archlinux.org> @@ -10,13 +10,13 @@ pkgbase=boost pkgname=('boost-libs' 'boost') pkgver=1.52.0 _boostver=${pkgver//./_} -pkgrel=2 +pkgrel=3 url="http://www.boost.org/" arch=('i686' 'x86_64') license=('custom') makedepends=('icu>=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi') source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz - boost-1.52.0-python3.patch) + boost-1.52.0-python3.patch) sha1sums=('1120430030315b0a94b6d63fc04662960db2444c' '34026072a7cb2534164f20e77bb71a5c75093307') @@ -24,7 +24,7 @@ _stagedir="${srcdir}/stagedir" build() { local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})" - + cd "${srcdir}/${pkgbase}_${_boostver}" # Fix build errors with python 3 @@ -53,7 +53,7 @@ build() { "${_stagedir}"/bin/bjam --toolset=gcc cflags="-std=gnu++11" library_status popd cp -a dist/bin/* "${_stagedir}"/bin - + #boostbook is needed by quickbook install -d -m 755 "${_stagedir}"/share/boostbook cp -a tools/boostbook/{xsl,dtd} "${_stagedir}"/share/boostbook/ @@ -65,12 +65,13 @@ build() { # --layout=system no longer adds the -mt suffix for multi-threaded libs. # install to ${_stagedir} in preparation for split packaging "${_stagedir}"/bin/bjam \ - release \ + variant=release \ debug-symbols=off \ threading=multi \ runtime-link=shared \ link=shared \ toolset=gcc \ + python=2.7 \ --layout=system \ --prefix="${_stagedir}" \ ${JOBS} \ diff --git a/community/libbsd/LICENSE b/extra/libbsd/LICENSE index 7dcbfc2ba..7dcbfc2ba 100644 --- a/community/libbsd/LICENSE +++ b/extra/libbsd/LICENSE diff --git a/community/libbsd/PKGBUILD b/extra/libbsd/PKGBUILD index 86850d37f..7bc5012be 100644 --- a/community/libbsd/PKGBUILD +++ b/extra/libbsd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75426 2012-08-23 01:07:04Z svenstaro $ +# $Id: PKGBUILD 180872 2013-03-27 14:45:32Z tpowa $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> diff --git a/extra/libmtp/PKGBUILD b/extra/libmtp/PKGBUILD index 97169c70c..7e1d664aa 100644 --- a/extra/libmtp/PKGBUILD +++ b/extra/libmtp/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 166960 2012-09-23 11:44:00Z tomegun $ +# $Id: PKGBUILD 180848 2013-03-26 23:07:40Z tomegun $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: damir <damir@archlinux.org> # Contributor: Kevin Edmonds <edmondskevin@hotmail.com> pkgname=libmtp -pkgver=1.1.5 +pkgver=1.1.6 pkgrel=1 pkgdesc="Library implementation of the Media Transfer Protocol" arch=("i686" "x86_64") @@ -24,4 +24,4 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } -md5sums=('f80e45c0e6e5798c434bb1c26a7b602d') +md5sums=('87835626dbcf39e62bfcdd4ae6da2063') diff --git a/extra/vim/PKGBUILD b/extra/vim/PKGBUILD index cdec798df..b4dc7a492 100644 --- a/extra/vim/PKGBUILD +++ b/extra/vim/PKGBUILD @@ -6,8 +6,8 @@ pkgbase=vim pkgname=('vim' 'gvim' 'vim-runtime') _topver=7.3 -_patchlevel=834 -__hgrev=ad7bbe9ea65b +_patchlevel=875 +__hgrev=acf7368a2acc _versiondir="vim${_topver//./}" pkgver=${_topver}.${_patchlevel} pkgrel=1 @@ -21,8 +21,8 @@ source=("ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz" 'vimrc' 'archlinux.vim' 'gvim.desktop') -md5sums=('f50a7f4e07ae991db324f0c4b3dcad3d' - '57e197f51fbbd22944bfc51041ab89d1' +md5sums=('4d71e8b9ef6a214b3651d69be19fadec' + 'ac2bfed9586c987f0b8435c91be3f18a' '6e7adfbd5d26c1d161030ec203a7f243' '20fceda56badf201695c57999b0bc609' '10353a61aadc3f276692d0e17db1478e' diff --git a/extra/vlc/PKGBUILD b/extra/vlc/PKGBUILD index 670a8db19..8d59dc785 100644 --- a/extra/vlc/PKGBUILD +++ b/extra/vlc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 179005 2013-03-01 10:26:55Z andrea $ +# $Id: PKGBUILD 180898 2013-03-27 20:10:16Z guillaume $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> # Contributor: Martin Sandsmark <martin.sandsmark@kde.org> pkgname=vlc pkgver=2.0.5 -pkgrel=4 +pkgrel=5 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" arch=('i686' 'x86_64') url="http://www.videolan.org/vlc/" @@ -84,7 +84,8 @@ build() { --enable-upnp \ --enable-opus \ --enable-sftp \ - LUAC=luac5.1 + LUAC=luac5.1 \ + RCC=/usr/bin/rcc-qt4 make } |