diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-23 03:40:09 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-23 03:40:09 +0000 |
commit | 1a04b89cbb8e27e4622005c896745498af51ef45 (patch) | |
tree | 5991cef855e2a5ae07d66cccd5b47ba681007483 /community | |
parent | c9e4976968b0f847cc693453df1e947531af2e76 (diff) |
Thu Jan 23 03:35:13 UTC 2014
Diffstat (limited to 'community')
-rw-r--r-- | community/caps/PKGBUILD | 12 | ||||
-rw-r--r-- | community/converseen/PKGBUILD | 4 | ||||
-rw-r--r-- | community/cython/PKGBUILD | 6 | ||||
-rw-r--r-- | community/dbmail/PKGBUILD | 4 | ||||
-rw-r--r-- | community/dispcalgui/PKGBUILD | 8 | ||||
-rw-r--r-- | community/gambas3/PKGBUILD | 8 | ||||
-rw-r--r-- | community/gsoap/PKGBUILD | 8 | ||||
-rw-r--r-- | community/iasl/PKGBUILD | 21 | ||||
-rw-r--r-- | community/iftop/PKGBUILD | 15 | ||||
-rw-r--r-- | community/libmicrohttpd/PKGBUILD | 8 | ||||
-rw-r--r-- | community/libpaper/PKGBUILD | 31 | ||||
-rwxr-xr-x | community/lightdm/PKGBUILD | 16 | ||||
-rw-r--r-- | community/megaglest/PKGBUILD | 28 | ||||
-rw-r--r-- | community/miniupnpc/PKGBUILD | 8 | ||||
-rw-r--r-- | community/miniupnpd/PKGBUILD | 6 | ||||
-rw-r--r-- | community/mxml/PKGBUILD | 8 | ||||
-rw-r--r-- | community/nbd/PKGBUILD | 8 | ||||
-rw-r--r-- | community/rss-glx/PKGBUILD | 18 | ||||
-rw-r--r-- | community/ruby-gtk2/PKGBUILD | 23 | ||||
-rw-r--r-- | community/synfig/PKGBUILD | 18 | ||||
-rw-r--r-- | community/zbar/PKGBUILD | 5 |
21 files changed, 117 insertions, 146 deletions
diff --git a/community/caps/PKGBUILD b/community/caps/PKGBUILD index b6000f4fa..ed8be7116 100644 --- a/community/caps/PKGBUILD +++ b/community/caps/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 96214 2013-08-21 19:31:33Z speps $ +# $Id: PKGBUILD 104536 2014-01-22 13:01:55Z speps $ # Maintainer : speps <speps at aur dot archlinux dot org> # Contributor: DonVla <donvla@users.sourceforge.net> pkgname=caps -pkgver=0.9.10 +pkgver=0.9.16 pkgrel=1 pkgdesc="The LADSPA C* Audio Plugin Suite" arch=('i686' 'x86_64') @@ -12,20 +12,20 @@ license=('GPL3') groups=('ladspa-plugins') depends=('ladspa') source=("http://quitte.de/dsp/caps_$pkgver.tar.bz2") -md5sums=('dac87bf3a967b6f6ddcea1d90b6f4808') +md5sums=('85e79596f22636b154b152efe54d05ce') prepare() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver # use a minimum of optimization required to build export _CFLAGS='-msse -mfpmath=sse' } build() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make PREFIX="$pkgdir/usr" install } diff --git a/community/converseen/PKGBUILD b/community/converseen/PKGBUILD index e48c4b683..0073cfef7 100644 --- a/community/converseen/PKGBUILD +++ b/community/converseen/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 102097 2013-12-05 08:05:48Z giovanni $ +# $Id: PKGBUILD 104501 2014-01-22 01:50:14Z eric $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: archtux <antonio.arias99999 at gmail.com> pkgname=converseen pkgver=0.6.6 -pkgrel=1 +pkgrel=2 pkgdesc="The batch image converter and resizer" arch=('i686' 'x86_64') url="http://converseen.sourceforge.net/" diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD index af1269484..caf0c6d34 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 98721 2013-10-17 12:42:56Z spupykin $ +# $Id: PKGBUILD 104512 2014-01-22 06:54:53Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Igor Scabini <furester @ gmail.com> pkgname=('cython' 'cython2') pkgbase=cython -pkgver=0.19.2 +pkgver=0.20 pkgrel=1 pkgdesc="C-Extensions for Python " arch=(i686 x86_64) @@ -12,7 +12,7 @@ url="http://www.cython.org" license=('APACHE') makedepends=('python-setuptools' 'python2-setuptools') source=("http://cython.org/release/Cython-$pkgver.tar.gz") -md5sums=('4af1218346510b464c0a6bf15500d0e2') +md5sums=('6563dad21e2b5e31f9f7262a60dd0550') build() { true diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD index 8b52427f4..7999a89dd 100644 --- a/community/dbmail/PKGBUILD +++ b/community/dbmail/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 104087 2014-01-15 13:08:32Z spupykin $ +# $Id: PKGBUILD 104522 2014-01-22 09:14:10Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sebastian Faltoni <sebastian.faltoni@gmail.com> pkgname=dbmail -pkgver=3.1.9 +pkgver=3.1.10 pkgrel=1 pkgdesc="Fast and scalable sql based mail services" arch=('i686' 'x86_64') diff --git a/community/dispcalgui/PKGBUILD b/community/dispcalgui/PKGBUILD index f218a3dbc..befa56d85 100644 --- a/community/dispcalgui/PKGBUILD +++ b/community/dispcalgui/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 104105 2014-01-15 18:42:36Z tredaelli $ +# $Id: PKGBUILD 104543 2014-01-22 15:26:47Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Cedric Girard <girard.cedric@gmail.com> # Contributor: foxbunny <bg.branko@gmail.com> pkgname=dispcalgui -pkgver=1.5.3.1 -pkgrel=2 +pkgver=1.7.1.6 +pkgrel=1 pkgdesc="A GUI frontend for several utilities from the open source color management system Argyll CMS" arch=('i686' 'x86_64') url="http://hoech.net/dispcalGUI/" @@ -16,7 +16,7 @@ optdepends=('gksu: For running as root') install=${pkgname}.install source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/dispcalGUI-${pkgver}.tar.gz" dispcalGUI-1.5.3.1-wxgtk3.patch) -md5sums=('1b7542ecee8f39a49b90197613a46a73' +md5sums=('c51f5a6354b16342fd4ec3e0bb1bb4eb' 'b8001e5cbbb849f9ba95e0ef9fb1d073') prepare() { diff --git a/community/gambas3/PKGBUILD b/community/gambas3/PKGBUILD index 5950a071b..6e9574272 100644 --- a/community/gambas3/PKGBUILD +++ b/community/gambas3/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 103861 2014-01-12 20:24:22Z foutrelis $ +# $Id: PKGBUILD 104508 2014-01-22 06:40:19Z lcarlier $ # Maintainer: Laurent Carlier <lordheavym@gmail.com> # Contributor : sebikul <sebikul@gmail.com> @@ -15,8 +15,8 @@ _components=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb 'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-sdl-sound' 'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-v4l' 'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 'gambas3-gb-xml' 'gambas3-gb-web') pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script' 'gambas3-examples') -pkgver=3.5.1 -pkgrel=3 +pkgver=3.5.2 +pkgrel=1 pkgdesc="A free development environment based on a Basic interpreter." arch=('i686' 'x86_64') url="http://gambas.sourceforge.net/" @@ -31,7 +31,7 @@ makedepends=('intltool' 'mariadb' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-uti 'gmime') options=('!emptydirs' 'libtool') source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2") -md5sums=('40f9057cd3686020fbe66a043a2ea400') +md5sums=('685b7214453c1ae9133a46411b12ed8d') create_dirs() { install -dm755 ${pkgdir}/usr/lib/gambas3 diff --git a/community/gsoap/PKGBUILD b/community/gsoap/PKGBUILD index c28400eda..2d9811977 100644 --- a/community/gsoap/PKGBUILD +++ b/community/gsoap/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 101476 2013-11-26 09:44:41Z spupykin $ +# $Id: PKGBUILD 104560 2014-01-22 19:43:31Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Tor Krill <tor@krill.nu> # Contributor: Lee.MaRS <leemars@gmail.com> pkgname=gsoap -pkgver=2.8.16 -pkgrel=3 +pkgver=2.8.17 +pkgrel=1 pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++" url="http://www.cs.fsu.edu/~engelen/soap.html" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('autoconf' 'automake') options=('staticlibs') source=(http://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip LICENSE) -md5sums=('274d16bea12b111681bcac2283c4c24a' +md5sums=('381affd6e3ba59effb35725166143014' '27aaa3f5166db94d44044c11a7b2c37b') build() { diff --git a/community/iasl/PKGBUILD b/community/iasl/PKGBUILD index d2c0bc5fd..474085f09 100644 --- a/community/iasl/PKGBUILD +++ b/community/iasl/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 96438 2013-08-28 21:10:55Z lcarlier $ +# $Id: PKGBUILD 104510 2014-01-22 06:49:46Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Alessio 'mOlOk' Bolognino <themolok@gmail.com> pkgname=iasl -pkgver=20130823 +pkgver=20140114 pkgrel=1 pkgdesc="Intel ACPI Source Language compiler" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ options=('!makeflags') #install=iasl.install source=(http://acpica.org/sites/acpica/files/acpica-unix-${pkgver}.tar.gz LICENSE) -md5sums=('7846a62551352d7dae6f93f8255e9d99' +md5sums=('77d5aaa723b98314dae80cac1b33514d' '8615526144f69ea4e870d9bc37df9b29') build() { @@ -24,11 +24,14 @@ build() { #sed -i -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' Makefile.config - if [[ $CARCH == i686 ]]; then - make BITS=32 - else - make BITS=64 - fi + make clean + make + +# if [[ $CARCH == i686 ]]; then +# make BITS=32 +# else +# make BITS=64 +# fi } package() { @@ -38,5 +41,3 @@ package() { install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -md5sums=('cc7528ecd185ff779c6b58bfede091b2' - '8615526144f69ea4e870d9bc37df9b29') diff --git a/community/iftop/PKGBUILD b/community/iftop/PKGBUILD index 007632adf..05a44e9cf 100644 --- a/community/iftop/PKGBUILD +++ b/community/iftop/PKGBUILD @@ -1,30 +1,31 @@ -# $Id: PKGBUILD 96466 2013-08-30 08:54:27Z fyan $ -# Maintainer: Daenyth <Daenyth+Arch at gmail dot com> +# $Id: PKGBUILD 104526 2014-01-22 10:17:20Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: Daenyth <Daenyth+Arch at gmail dot com> # Contributor: Jeff Mickey <jeff@archlinux.org> # Contributor: Alexander Mieland (dma147) <dma147@linux-stats.org> # Contributor: slubman <slubman@slubman.net> pkgname=iftop -pkgver=1.0pre2 +pkgver=1.0pre4 pkgrel=1 pkgdesc="Display bandwidth usage on an interface" arch=('i686' 'x86_64') url="http://www.ex-parrot.com/~pdw/iftop/" license=('GPL') depends=('libpcap' 'ncurses') -#options=('!makeflags') source=("http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz") build() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } -sha512sums=('708172baa00a94671b494f33e7290af9ed4e0f764fabb500187855ee39840e379590274802e9ef360c128e881cfe0cefe7a12a9bfdcf9cfa7ffb49746b02300a') + +sha512sums=('abd74e8025bb82fef9ebab4997b1d018201a523d47c0128128ca37797490046538d74758dc4471735c22b890e5bd238ad6b2a30776d465138ede367cdd263d22') diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index ff3dc8155..244202ec5 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 103919 2014-01-13 17:16:51Z andyrtr $ +# $Id: PKGBUILD 104514 2014-01-22 06:55:18Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Norberto Lopes <shelika@mail.telepac.pt> # Contributor: Kao Dome <kaodome@gmail.com> @@ -6,8 +6,8 @@ # Contributor: Mathias Rohnstock <linksoft@gmx.de> pkgname=libmicrohttpd -pkgver=0.9.32 -pkgrel=2 +pkgver=0.9.33 +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') url="http://www.gnu.org/software/libmicrohttpd/" @@ -15,7 +15,7 @@ license=('LGPL') depends=('gnutls' 'libgcrypt') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('29dcc1c201c36044be2c3f816c64a5bb') +md5sums=('013b10f9de1cda5448b29c81305354a3') build() { cd ${pkgname}-${pkgver} diff --git a/community/libpaper/PKGBUILD b/community/libpaper/PKGBUILD deleted file mode 100644 index 62ec2f893..000000000 --- a/community/libpaper/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 99872 2013-10-31 02:12:23Z allan $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: Mateusz Herych <heniekk@gmail.com> -# Contributor: royrocks <royrocks13@gmail.com> - -pkgname=libpaper -pkgver=1.1.24 -pkgrel=6 -pkgdesc='Library for handling paper characteristics' -arch=('x86_64' 'i686') -url='http://packages.debian.org/unstable/source/libpaper' -license=('GPL') -depends=('sh') -source=("http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz") -sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96') - -build() { - cd "$pkgname-$pkgver+nmu2" - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --sbindir=/usr/bin - make -} - -package() { - make -C "$pkgname-$pkgver+nmu2" DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD index 87dd71ca1..821191d65 100755 --- a/community/lightdm/PKGBUILD +++ b/community/lightdm/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 103920 2014-01-13 17:16:52Z andyrtr $ +# $Id: PKGBUILD 104558 2014-01-22 19:29:43Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: Morfeo <morfeo89@hotmail.it> pkgbase=lightdm pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5') -pkgver=1.8.5 -pkgrel=3 +pkgver=1.8.6 +pkgrel=1 epoch=1 -pkgdesc="A lightweight display manager" +pkgdesc='A lightweight display manager' arch=('i686' 'x86_64') -url="https://launchpad.net/lightdm" +url='https://launchpad.net/lightdm' license=('GPL3' 'LGPL3') makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'itstool' 'libxklavier' 'polkit' 'qt4' 'qt5-base') source=("https://launchpad.net/lightdm/${pkgver%.*}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.xz" @@ -20,7 +20,7 @@ source=("https://launchpad.net/lightdm/${pkgver%.*}/${pkgver}/+download/${pkgbas 'lightdm.rules' 'lightdm-default-config.patch' 'Xsession') -sha256sums=('c1a55800628c7a683a529e32646eae4be32295a09af049c9b15387acff0232a2' +sha256sums=('111760e65d9f29e4bfe41a8affc9d8aa4163d92832a0d2be03ccae4618603b9e' '0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a' 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f' 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0' @@ -88,7 +88,7 @@ install="${pkgbase}.install" } package_liblightdm-qt4() { -pkgdesc=('LightDM Qt client library') +pkgdesc='LightDM Qt client library' depends=('lightdm' 'qt4') options+=('!emptydirs') @@ -103,7 +103,7 @@ options+=('!emptydirs') } package_liblightdm-qt5() { -pkgdesc=('LightDM Qt client library') +pkgdesc='LightDM Qt client library' depends=('lightdm' 'qt5-base') options+=('!emptydirs') diff --git a/community/megaglest/PKGBUILD b/community/megaglest/PKGBUILD index 3a6d02234..12c8736cc 100644 --- a/community/megaglest/PKGBUILD +++ b/community/megaglest/PKGBUILD @@ -1,38 +1,38 @@ -# $Id: PKGBUILD 103798 2014-01-11 20:08:31Z eric $ +# $Id: PKGBUILD 104556 2014-01-22 18:55:27Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> pkgname=megaglest -pkgver=3.9.0 -_pkgver=3.9.0 -pkgrel=2 -pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world." +pkgver=3.9.2 +pkgrel=1 +pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/megaglest/" license=('GPL3') depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 'lua51' 'icu' 'ftgl' 'glew' -'libircclient' 'miniupnpc' 'wxgtk' 'glu') -makedepends=('ftjam' 'cmake' 'mesa') -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${_pkgver}.tar.xz") -md5sums=('0b1a921fcba10fa3fdf9035c64d8adef') +'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu') +makedepends=('ftjam' 'cmake' 'mesa' 'git') +source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}") +md5sums=('SKIP') build() { - cd "${srcdir}"/"${pkgname}"-"${_pkgver}"/ + cd megaglest-source [[ -d build ]] && rm -r build mkdir build && cd build cmake .. \ - -DWANT_SVN_STAMP=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_BUILD_TYPE=Release \ + -DWANT_GIT_STAMP=0 \ + -DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" \ + -DwxWidgets_wxrc_EXECUTABLE="/usr/bin/wxrc-2.8" make } package() { - cd "${srcdir}"/"${pkgname}"-"${_pkgver}"/ + cd megaglest-source/build - cd build make DESTDIR="$pkgdir" install } diff --git a/community/miniupnpc/PKGBUILD b/community/miniupnpc/PKGBUILD index 7f4858d6a..5ace90fa7 100644 --- a/community/miniupnpc/PKGBUILD +++ b/community/miniupnpc/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 99404 2013-10-28 11:22:46Z tredaelli $ +# $Id: PKGBUILD 104542 2014-01-22 15:26:03Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Florian Loitsch <archlinux@florian.loitsch.com> pkgname=miniupnpc -pkgver=1.8 -pkgrel=2 +pkgver=1.8.20131209 +pkgrel=1 pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices" arch=('i686' 'x86_64') url="http://miniupnp.free.fr" license=('BSD') depends=('sh') source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz") -md5sums=('065bf20a20ebe605c675b7a5aaef340a') +sha256sums=('4fb429d74c9955d8c4a8c9b34ddd0fb8efce16266ee66200e7af135fedb998e7') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/miniupnpd/PKGBUILD b/community/miniupnpd/PKGBUILD index d1c7bd977..2cdd0c529 100644 --- a/community/miniupnpd/PKGBUILD +++ b/community/miniupnpd/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 99009 2013-10-22 08:59:17Z tredaelli $ +# $Id: PKGBUILD 104540 2014-01-22 15:25:26Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: fauno <fauno@parabola.nu> pkgname=miniupnpd -pkgver=1.8.20130730 +pkgver=1.8.20131216 pkgrel=1 pkgdesc="Lightweight UPnP IGD daemon" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux') makedepends=('lsb-release') source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz" miniupnpd.systemd) -sha256sums=('919ab6ec719959fff9bdae3f1d83f6a39c43fa4a6d3f2c48077f43729d3d7d43' +sha256sums=('f016e21d84ecce7887cef4ec74354afe465412022c013473f3ac3e33ca51a8a7' '2707d028f28fbb28c3a9d13605c9c738e9628f828e22288a8a1492ac93f9ad7c') build() { diff --git a/community/mxml/PKGBUILD b/community/mxml/PKGBUILD index 6b208aa22..cc53987db 100644 --- a/community/mxml/PKGBUILD +++ b/community/mxml/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 100340 2013-11-02 11:47:21Z spupykin $ +# $Id: PKGBUILD 104562 2014-01-22 19:43:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Johannes Sjolund <j.sjolund@gmail.com> pkgname=mxml -pkgver=2.7 -pkgrel=2 +pkgver=2.8 +pkgrel=1 pkgdesc="A small XML parsing library" arch=('i686' 'x86_64') url="http://www.minixml.org/" license=('LGPL') source=("http://www.msweet.org/files/project3/$pkgname-$pkgver.tar.gz") -md5sums=('76f2ae49bf0f5745d5cb5d9507774dc9') +md5sums=('d85ee6d30de053581242c4a86e79a5d2') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/nbd/PKGBUILD b/community/nbd/PKGBUILD index bd47e3c39..be216947b 100644 --- a/community/nbd/PKGBUILD +++ b/community/nbd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 103355 2014-01-04 02:43:25Z svenstaro $ +# $Id: PKGBUILD 104524 2014-01-22 10:03:16Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Christian Hesse <mail@eworm.de> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Gerhard Brauer <gerbra@archlinux.de> pkgname=nbd -pkgver=3.6 +pkgver=3.7 pkgrel=1 pkgdesc="tools for network block devices, allowing you to use remote block devices over TCP/IP" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz backup=('etc/nbd-server/config') depends=('glib2') install=nbd.install -md5sums=('717213c2c99b693321fe444e319336ba' +md5sums=('09a17fd19596b6908bff8b7db74141fc' '2d05d426b8c2708d5f8a0d028fcbae05' '5d1acc143018117174f79eff15afa038') @@ -36,5 +36,5 @@ package() { install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config install -D -m644 "${srcdir}"/nbd.service "${pkgdir}"/usr/lib/systemd/system/nbd.service - install -D -m644 README "${pkgdir}"/usr/share/doc/nbd/README + install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README } diff --git a/community/rss-glx/PKGBUILD b/community/rss-glx/PKGBUILD index 8fa86e4c3..c77f278dc 100644 --- a/community/rss-glx/PKGBUILD +++ b/community/rss-glx/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 99981 2013-10-31 02:49:18Z allan $ +# $Id: PKGBUILD 104502 2014-01-22 01:50:15Z eric $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Corrado 'bardo' Primier <corrado.primier@mail.polimi.it> # Contributor: Tate "Tatey" Johnson <tatey86@tpg.com.au> pkgname=rss-glx pkgver=0.9.1 -pkgrel=16 +pkgrel=17 pkgdesc="The Really Slick Screensavers port to GLX" arch=('i686' 'x86_64') url="http://rss-glx.sourceforge.net/" @@ -20,7 +20,7 @@ md5sums=('a772bd143cd8d141edf4d9eff9860ab3' '4211215c9a4918b0dff30a7000647dd9') build() { - cd ${srcdir}/${pkgname}_${pkgver} + cd ${pkgname}_${pkgver} [ "$CARCH" = "x86_64" ] && (sed -i -e 's|@LIBS@|@LIBS@ -fopenmp|g' src/Makefile.in) @@ -34,16 +34,16 @@ build() { } package() { - cd ${srcdir}/${pkgname}_${pkgver} - make DESTDIR=${pkgdir} install + cd ${pkgname}_${pkgver} + make DESTDIR="${pkgdir}" install # FS#18300 - install -d ${pkgdir}/usr/lib/xscreensaver/ - list=$(ls ${pkgdir}/usr/bin --ignore rss-glx_install.pl) + install -d "${pkgdir}/usr/lib/xscreensaver/" + list=$(ls "${pkgdir}/usr/bin" --ignore rss-glx_install.pl) for i in $list; do ln -s "/usr/bin/$i" "$pkgdir/usr/lib/xscreensaver/" done - install -d ${pkgdir}/usr/share/applications/screensavers - install -m644 ${srcdir}/${pkgname}-desktops/*.desktop ${pkgdir}/usr/share/applications/screensavers + install -d "${pkgdir}/usr/share/applications/screensavers" + install -m644 "${srcdir}"/${pkgname}-desktops/*.desktop "${pkgdir}/usr/share/applications/screensavers" } diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD index 259ba3cdd..1fd92eacf 100644 --- a/community/ruby-gtk2/PKGBUILD +++ b/community/ruby-gtk2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92390 2013-06-04 13:59:53Z arodseth $ +# $Id: PKGBUILD 104548 2014-01-22 17:19:25Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Eric Bélanger <eric@archlinux.org> # Contributor: Brad Fanella <bradfanella@archlinux.us> @@ -8,17 +8,17 @@ pkgbase=ruby-gtk2 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2' 'ruby-pango') -pkgver=2.0.2 +pkgver=2.1.0 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") -sha256sums=('3a009bde5f4c684214d7860cce5763db4d862cfdeafaa84578117dc723b7e1e5') +sha256sums=('939251c1f82b41c3cf657552396cf4e1198365316904957cfb7167d1298db204') prepare() { - cd "$srcdir/ruby-gtk2-$pkgver" + cd "ruby-gtk2-$pkgver" LANG="en_US.UTF-8" \ ruby extconf.rb atk gdk_pixbuf2 gio2 glib2 gtk2 pango --vendor @@ -33,8 +33,7 @@ prepare() { } build() { - cd "$srcdir/ruby-gtk2-$pkgver" - make + make -C "ruby-gtk2-$pkgver" } package_ruby-atk() { @@ -42,7 +41,7 @@ package_ruby-atk() { depends=("ruby-glib2=$pkgver" 'atk') cd "$srcdir/ruby-gtk2-$pkgver/atk" - make includedir="/usr/include" DESTDIR="$pkgdir" install + make includedir="/usr/include" DESTDIR="$pkgdir" install -j1 } package_ruby-gdkpixbuf2() { @@ -50,7 +49,7 @@ package_ruby-gdkpixbuf2() { depends=("ruby-glib2=$pkgver" 'gdk-pixbuf2') cd "$srcdir/ruby-gtk2-$pkgver/gdk_pixbuf2" - make includedir="/usr/include" DESTDIR="$pkgdir" install + make includedir="/usr/include" DESTDIR="$pkgdir" install -j1 } package_ruby-gio2() { @@ -58,7 +57,7 @@ package_ruby-gio2() { depends=("ruby-glib2=$pkgver") cd "$srcdir/ruby-gtk2-$pkgver/gio2" - make includedir="/usr/include" DESTDIR="$pkgdir/" install + make includedir="/usr/include" DESTDIR="$pkgdir/" install -j1 } package_ruby-glib2() { @@ -66,7 +65,7 @@ package_ruby-glib2() { depends=('glib2' 'ruby') cd "$srcdir/ruby-gtk2-$pkgver/glib2" - make includedir="/usr/include" DESTDIR="$pkgdir/" install + make includedir="/usr/include" DESTDIR="$pkgdir/" install -j1 } package_ruby-gtk2() { @@ -75,7 +74,7 @@ package_ruby-gtk2() { "ruby-gdkpixbuf2=$pkgver") cd "$srcdir/ruby-gtk2-$pkgver/gtk2" - make includedir="/usr/include" DESTDIR="$pkgdir/" install + make includedir="/usr/include" DESTDIR="$pkgdir/" install -j1 } package_ruby-pango() { @@ -83,7 +82,7 @@ package_ruby-pango() { depends=("ruby-glib2=$pkgver" 'ruby-cairo' 'pango') cd "$srcdir/ruby-gtk2-$pkgver/pango" - make includedir="/usr/include" DESTDIR="$pkgdir/" install + make includedir="/usr/include" DESTDIR="$pkgdir/" install -j1 } # vim:set ts=2 sw=2 et: diff --git a/community/synfig/PKGBUILD b/community/synfig/PKGBUILD index 2bc7e7d52..f2b749142 100644 --- a/community/synfig/PKGBUILD +++ b/community/synfig/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 102282 2013-12-07 10:37:16Z bpiotrowski $ +# $Id: PKGBUILD 104503 2014-01-22 01:50:16Z eric $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Franco Iacomella <yaco@gnu.org> pkgname=synfig pkgver=0.64.1 -pkgrel=2 +pkgrel=3 pkgdesc="Professional vector animation program (CLI renderer only)" arch=(i686 x86_64) url="http://synfig.org" @@ -25,15 +25,15 @@ md5sums=('548a5d51a48b2be0c3fcaebe917a5d88' 'c6684c876c093f5e53d2c46592994e9b') prepare() { - cd $srcdir/$pkgname-$pkgver - patch -p1 -i $srcdir/build-fix.patch - patch -Np1 -i $srcdir/ffmpeg-0.8.patch -# patch -Np1 -i $srcdir/ffmpeg-loop.patch + cd $pkgname-$pkgver + patch -p1 -i "$srcdir/build-fix.patch" + patch -Np1 -i "$srcdir/ffmpeg-0.8.patch" +# patch -Np1 -i "$srcdir/ffmpeg-loop.patch" sed -i '1,1i#include <string.h>' src/modules/mod_png/trgt_png.cpp } build() { - cd $srcdir/$pkgname-$pkgver + cd $pkgname-$pkgver export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat" CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS" @@ -44,6 +44,6 @@ build() { } package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install } diff --git a/community/zbar/PKGBUILD b/community/zbar/PKGBUILD index a18821a4b..a90744275 100644 --- a/community/zbar/PKGBUILD +++ b/community/zbar/PKGBUILD @@ -1,4 +1,4 @@ -# $Id$ +# $Id: PKGBUILD 104504 2014-01-22 01:50:17Z eric $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Marti Raudsepp <marti@juffo.org> # Contributor: Radu Andries <admiral0@tuxfamily.org> @@ -6,7 +6,7 @@ pkgname=zbar pkgver=0.10 -pkgrel=4 +pkgrel=5 pkgdesc="Application and library for reading bar codes from various sources" arch=('i686' 'x86_64') url="http://zbar.sourceforge.net/" @@ -29,6 +29,7 @@ build() { msg 'Running make...' make } + package() { cd zbar-$pkgver make DESTDIR="$pkgdir" install |