diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/chuck/PKGBUILD | 24 | ||||
-rw-r--r-- | community/freeorion/PKGBUILD | 6 | ||||
-rw-r--r-- | community/galculator/PKGBUILD | 21 | ||||
-rw-r--r-- | community/galculator/galculator.install | 1 | ||||
-rw-r--r-- | community/libmemcached/PKGBUILD | 8 | ||||
-rw-r--r-- | community/mosh/PKGBUILD | 18 | ||||
-rw-r--r-- | community/psqlodbc/PKGBUILD | 11 |
7 files changed, 43 insertions, 46 deletions
diff --git a/community/chuck/PKGBUILD b/community/chuck/PKGBUILD index fa6383f90..fe6b7247d 100644 --- a/community/chuck/PKGBUILD +++ b/community/chuck/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76163 2012-09-12 11:20:01Z arodseth $ +# $Id: PKGBUILD 78497 2012-10-20 00:31:27Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Laurent Carlier <lordheavym@gmail.com> # Contributor: Brad Fanella <bradfanella@archlinux.us> @@ -7,36 +7,34 @@ # Contributor: tardo <tardo@nagi-fanboi.net> pkgname=chuck -pkgver=1.3.1.0 +pkgver=1.3.1.3 pkgrel=1 -pkgdesc="Concurrent, on-the-fly audio programming language" +pkgdesc='Concurrent, on-the-fly audio programming language' arch=('x86_64' 'i686') -url="http://chuck.cs.princeton.edu/" +url='http://chuck.cs.princeton.edu/' license=('GPL') depends=('gcc-libs' 'libsndfile') -# base-devel -#makedepends=('bison' 'flex') source=("http://chuck.cs.princeton.edu/release/files/$pkgname-$pkgver.tgz") -sha256sums=('43af7e06f06932cd3afde9facb17c83530e0fa45826b1f3ea04496f10f009d0a') +sha256sums=('8ef8a65fe4d265b6f509b9339355a5658b47d9b43219fa09c182ca846cc0a740') build() { - cd "$srcdir/$pkgname-$pkgver/src" + cd $srcdir/$pkgname-$pkgver/src - msg2 "Configuring..." + msg2 'Configuring...' CFLAGS+=' -fno-strict-aliasing -lpthread' CXXFLAGS+=' -fno-strict-aliasing -fpermissive -lpthread' - msg2 "Compiling..." + msg2 'Compiling...' # Alternatives to linux-alsa are: linux-jack linux-oss osx win32 make linux-alsa } package() { - cd "$srcdir/$pkgname-$pkgver/src" + cd $srcdir/$pkgname-$pkgver/src install -Dm755 chuck $pkgdir/usr/bin/chuck - mkdir -p "$pkgdir/usr/share/doc/$pkgname" - cp -r ../examples "$pkgdir/usr/share/doc/$pkgname/" + mkdir -p $pkgdir/usr/share/doc/$pkgname + cp -r ../examples $pkgdir/usr/share/doc/$pkgname/ } # vim:set ts=2 sw=2 et: diff --git a/community/freeorion/PKGBUILD b/community/freeorion/PKGBUILD index 6382889f5..aba0ba331 100644 --- a/community/freeorion/PKGBUILD +++ b/community/freeorion/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 78462 2012-10-19 01:39:49Z arodseth $ +# $Id: PKGBUILD 78495 2012-10-19 23:54:49Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: guini <sidtrun@googlemail.com> # Contributor: Forrest Loomis <cybercyst _ at _ gmail dot com> @@ -7,7 +7,7 @@ pkgname=freeorion pkgver=0.4.1 -pkgrel=2 +pkgrel=3 pkgdesc='Turn-based galactic conquest game inspired by Master of Orion' arch=('x86_64' 'i686') url='http://www.freeorion.org/' @@ -18,7 +18,7 @@ then else depends=('nvidia-cg-toolkit') fi -depends=('bullet' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils') +depends=('bullet>=2.81' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils') makedepends=('boost>=1.49.0' 'ogre' 'sdl' 'gigi>=0.8.0-12' 'graphviz' 'clang' 'desktop-file-utils' 'setconf' 'cmake' 'gendesk' 'subversion' 'libogg') diff --git a/community/galculator/PKGBUILD b/community/galculator/PKGBUILD index e2c37b07c..74e5e5bb4 100644 --- a/community/galculator/PKGBUILD +++ b/community/galculator/PKGBUILD @@ -1,22 +1,23 @@ +# $Id: PKGBUILD 78485 2012-10-19 15:50:56Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: SpepS <dreamspepser at yahoo dot it> # Contributor: Alexander Fehr <pizzapunk gmail com> pkgname=galculator -pkgver=1.3.4 -pkgrel=2 -pkgdesc="GTK+ based scientific calculator" +pkgver=2.0 +pkgrel=1 +pkgdesc='GTK+ based scientific calculator' arch=('i686' 'x86_64') -url="http://galculator.sourceforge.net/" +url='http://galculator.sourceforge.net/' license=('GPL') -depends=('libglade') +depends=('gtk3' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'desktop-file-utils') makedepends=('intltool') -install="$pkgname.install" -source=("http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2") -md5sums=('d30e6fbf5947bb1c873bc9d5a21046f1') +install=$pkgname.install +source=(http://downloads.sourceforge.net/galculator/galculator-$pkgver.tar.bz2) +md5sums=('2bec5c1cdab9c5421855f878f8018929') build() { - cd "$srcdir/$pkgname-$pkgver" + cd $srcdir/$pkgname-$pkgver LDFLAGS+=' -lm' ./configure --prefix=/usr @@ -24,7 +25,7 @@ build() { } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $srcdir/$pkgname-$pkgver make DESTDIR="$pkgdir" install } diff --git a/community/galculator/galculator.install b/community/galculator/galculator.install index a852f0449..fe845ffb1 100644 --- a/community/galculator/galculator.install +++ b/community/galculator/galculator.install @@ -1,5 +1,6 @@ post_install() { update-desktop-database -q + [[ -e /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache } post_upgrade() { diff --git a/community/libmemcached/PKGBUILD b/community/libmemcached/PKGBUILD index 26efe1b92..303e563ba 100644 --- a/community/libmemcached/PKGBUILD +++ b/community/libmemcached/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 76498 2012-09-19 16:39:12Z foutrelis $ +# $Id: PKGBUILD 78493 2012-10-19 20:57:01Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> pkgname=libmemcached -pkgver=1.0.11 +pkgver=1.0.13 pkgrel=1 pkgdesc="C and C++ client library to the memcached server" arch=('i686' 'x86_64') url="http://libmemcached.org/" license=('GPL') depends=('glibc' 'libsasl' 'libevent') -makedepends=('perl') +makedepends=('perl' 'python-sphinx') options=('!libtool') source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz) -sha256sums=('d1bf75110fa9220c0c2287e6fc81ce70b83d91453ce09120553f8f531ffd2137') +sha256sums=('41efd1b5e1a8839ebe6c51714ae013f1a4b547bee0973cd8d87cdebdefdc4b28') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/mosh/PKGBUILD b/community/mosh/PKGBUILD index 651e3b33e..f7b1baaaf 100644 --- a/community/mosh/PKGBUILD +++ b/community/mosh/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com> pkgname=mosh -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=1 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing' arch=('x86_64' 'i686') @@ -13,11 +13,11 @@ license=('GPL3') depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty') #optdepends=('libutempter: record of session in {u,t}wmp (recompile mosh afterwards)') source=("https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz") -sha1sums=('f0227800298d80e9f1353db3b29a807de833d7d2') +sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f') options=('!emptydirs') build() { - cd "$srcdir/$pkgname-$pkgver" + cd $srcdir/$pkgname-$pkgver ./autogen.sh ./configure --prefix=/usr @@ -25,13 +25,13 @@ build() { } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $srcdir/$pkgname-$pkgver - make DESTDIR="$pkgdir/" install - install -Dm644 "conf/bash_completion.d/$pkgname" \ - "$pkgdir/usr/share/bash-completion/completions/$pkgname" - install -Dm644 "conf/ufw/applications.d/$pkgname" \ - "$pkgdir/etc/ufw/applications.d/ufw-$pkgname" + make DESTDIR=$pkgdir install + install -Dm644 conf/bash_completion.d/$pkgname \ + $pkgdir/usr/share/bash-completion/completions/$pkgname + install -Dm644 conf/ufw/applications.d/$pkgname \ + $pkgdir/etc/ufw/applications.d/ufw-$pkgname } # vim:set ts=2 sw=2 et: diff --git a/community/psqlodbc/PKGBUILD b/community/psqlodbc/PKGBUILD index 94baaf92e..f5d32aa98 100644 --- a/community/psqlodbc/PKGBUILD +++ b/community/psqlodbc/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75081 2012-08-13 13:51:08Z spupykin $ +# $Id: PKGBUILD 78481 2012-10-19 15:10:20Z spupykin $ # Maintainer: # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux-br.org> # Contributor: Rick Rein <jeebusroxors@gmail.com> pkgname=psqlodbc -pkgver=09.01.0100 +pkgver=09.01.0200 pkgrel=1 pkgdesc="PostgreSQL ODBC driver" arch=('i686' 'x86_64') @@ -13,14 +13,11 @@ url="http://www.postgresql.org" depends=('unixodbc' 'postgresql-libs') makedepends=('postgresql') options=('!libtool') -source=(ftp://ftp2.it.postgresql.org/mirrors/postgres//odbc/versions/src/$pkgname-$pkgver.tar.gz - fix-function-declarations.patch) -md5sums=('08121d9d57bb2dbab11c36c2cc8e8edb' - 'f1189f9c6ae0b5bfb5ee8423eaa4076f') +source=(ftp://ftp2.it.postgresql.org/mirrors/postgres//odbc/versions/src/$pkgname-$pkgver.tar.gz) +md5sums=('0f4ac0e6b0755af2452764db4cfe4e8f') build() { cd "$srcdir/$pkgname-$pkgver" -# patch -p1 -i "$srcdir/fix-function-declarations.patch" ./configure --prefix=/usr make } |