summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-10 02:17:21 -0800
committerroot <root@rshg054.dnsready.net>2012-12-10 02:17:21 -0800
commit4aef0a374e20e36cf2bf6e779d93789d9a5791ae (patch)
tree128c3bb7fc58f4c17529f71e2e6cbb4c06026a5f /community
parent9e5276831865e251c8d74a830da4908eab65cbb3 (diff)
Mon Dec 10 02:14:35 PST 2012
Diffstat (limited to 'community')
-rw-r--r--community/chicken/PKGBUILD26
-rw-r--r--community/ibus-m17n/PKGBUILD9
-rw-r--r--community/mplayer2/PKGBUILD17
-rw-r--r--community/smem/PKGBUILD8
-rw-r--r--community/sqliteman/PKGBUILD9
5 files changed, 32 insertions, 37 deletions
diff --git a/community/chicken/PKGBUILD b/community/chicken/PKGBUILD
index 1abe33063..a035498ff 100644
--- a/community/chicken/PKGBUILD
+++ b/community/chicken/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 67462 2012-03-11 21:18:54Z lcarlier $
+# $Id: PKGBUILD 81004 2012-12-09 14:30:25Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: <david@pako.st>
+# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=chicken
-pkgver=4.7.0
-pkgrel=2
-pkgdesc='A compiler for R5RS scheme, featuring handy extensions'
-arch=('i686' 'x86_64')
+pkgver=4.8.0
+pkgrel=1
+pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
+arch=('x86_64' 'i686')
url='http://www.call-with-current-continuation.org/'
license=('BSD')
depends=('gcc')
-source=("http://code.call-cc.org/releases/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('9389388fdf04c3c64de29633aae12539')
+source=("http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5b2e8c6b4b13b502d8c684b394d80ed490d2884c03789353d895ab85d19979ab')
build() {
- cd ${pkgname}-${pkgver}
+ cd $pkgname-$pkgver
# parallel builds are not supported..
export MAKEFLAGS="${MAKEFLAGS/-j?/}"
@@ -24,13 +25,14 @@ build() {
}
package() {
- cd ${pkgname}-${pkgver}
-
+ cd $pkgname-$pkgver
# parallel builds are not supported..
export MAKEFLAGS="${MAKEFLAGS/-j?/}"
- make PLATFORM=linux PREFIX=/usr DESTDIR=${pkgdir} install
+ make PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
install -D -m644 LICENSE \
- ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/ibus-m17n/PKGBUILD b/community/ibus-m17n/PKGBUILD
index 534e2f4e1..37a284df9 100644
--- a/community/ibus-m17n/PKGBUILD
+++ b/community/ibus-m17n/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 79165 2012-10-31 05:47:23Z ebelanger $
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# $Id: PKGBUILD 81008 2012-12-09 15:58:18Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Lonfucius <Lonfucius@gmail.com>
# Contributor: Jesse Jaara <jesse.jaara@gmail.com>
pkgname=ibus-m17n
pkgver=1.3.4
-pkgrel=2
+pkgrel=3
pkgdesc='M17N engine for IBus'
arch=('i686' 'x86_64')
url='http://code.google.com/p/ibus/'
license=('LGPL')
-depends=('python-pyenchant' 'ibus' 'm17n-db' 'm17n-lib')
+depends=('python2-pyenchant' 'ibus' 'm17n-db' 'm17n-lib')
source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
sha1sums=('068de56caa87c002adeae0de9e908f47e3f9fde9')
diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD
index 0570b3162..dba41dccd 100644
--- a/community/mplayer2/PKGBUILD
+++ b/community/mplayer2/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 80198 2012-11-17 14:50:42Z bpiotrowski $
+# $Id: PKGBUILD 81010 2012-12-09 18:03:32Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Martin Panter <vadmium+aur@gmail.com>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=mplayer2
-pkgver=20120729
-pkgrel=2
+pkgver=20121128
+pkgrel=1
pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer project'
arch=('i686' 'x86_64')
license=('GPL')
@@ -20,19 +20,12 @@ backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
provides=('mplayer')
conflicts=('mplayer')
options=(!emptydirs)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
- mplayer2-20120729-fix-vf_lavc-compilation.patch
- mplayer2-20120729-libquvi-support.patch)
-md5sums=('53a266106f4c0dd687af3f807727812c'
- 'b1e9188001d31b066488aa35401b62bc'
- 'd5a23b19d1f84399526bd0dd9bae0e90')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('696adb2503b2202fe39de6c98b573cd6')
build() {
cd $srcdir/$pkgname-$pkgver
- patch -Np1 -i $srcdir/mplayer2-20120729-libquvi-support.patch
- patch -Np1 -i $srcdir/mplayer2-20120729-fix-vf_lavc-compilation.patch
-
sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
find -type f -exec sed -e 's/python3/python/' -i {} \;
diff --git a/community/smem/PKGBUILD b/community/smem/PKGBUILD
index 678713b5d..f3f62c704 100644
--- a/community/smem/PKGBUILD
+++ b/community/smem/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 79614 2012-11-08 22:44:40Z stephane $
+# $Id: PKGBUILD 81012 2012-12-10 02:49:14Z dreisner $
# Maintainer: Dave Reisner <d@falconindy.com>
# Contributor: Isaac Dupree <id@isaac.cedarswampstudios.org>
# Contributor: Sebastien Duquette <ekse.0x@gmail.com>
pkgname=smem
-pkgver=1.0
-pkgrel=3
+pkgver=1.2
+pkgrel=1
pkgdesc="Generate reports on memory usage."
url="http://www.selenic.com/smem/"
license=("GPL")
@@ -13,7 +13,7 @@ depends=('python2')
optdepends=('python2-matplotlib: for chart generation')
arch=('i686' 'x86_64')
source=("http://www.selenic.com/smem/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('5620f20cae4d4f0e8eb33bdc2736b0f3')
+md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/sqliteman/PKGBUILD b/community/sqliteman/PKGBUILD
index db984ea91..10a21ffba 100644
--- a/community/sqliteman/PKGBUILD
+++ b/community/sqliteman/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 58342 2011-11-12 08:23:16Z andrea $
+# $Id: PKGBUILD 81006 2012-12-09 15:39:03Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
# Contributor: Roman Porizka <artee@beer.cz>
@@ -6,10 +6,10 @@
pkgname=sqliteman
pkgver=1.2.2
-pkgrel=5
+pkgrel=6
pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world"
arch=('i686' 'x86_64')
-url="http://sqliteman.sf.net"
+url="http://sqliteman.com/"
license=('GPL')
depends=('qscintilla')
makedepends=('cmake')
@@ -18,7 +18,6 @@ source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
md5sums=('5ecdf710e23606e1b924f740ea69306d')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -28,6 +27,6 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}