summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-13 00:01:30 +0000
committerroot <root@rshg054.dnsready.net>2012-03-13 00:01:30 +0000
commit217a7715291ceb935900b71bde082023bc441290 (patch)
tree6cbfcf7d11f0bd1e412f542080ec995fc26daffd /community
parent7e61bbcf6b3c8ffe6c076268044d83b446fceeab (diff)
Tue Mar 13 00:01:30 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/aspell-ca/PKGBUILD4
-rw-r--r--community/barrage/PKGBUILD4
-rw-r--r--community/bbpager/PKGBUILD10
-rw-r--r--community/bbpager/fix-linking-ugly.diff12
-rw-r--r--community/bchunk/PKGBUILD19
-rw-r--r--community/beaver/PKGBUILD4
-rw-r--r--community/bonnie++/PKGBUILD19
-rw-r--r--community/castget/PKGBUILD10
-rw-r--r--community/cddb-py/PKGBUILD4
-rw-r--r--community/chicken/PKGBUILD5
-rw-r--r--community/clusterssh/PKGBUILD11
-rw-r--r--community/corkscrew/PKGBUILD10
-rw-r--r--community/libpaper/PKGBUILD4
-rw-r--r--community/libx86emu/PKGBUILD16
-rw-r--r--community/python-openbabel/PKGBUILD4
-rw-r--r--community/python2-openbabel/PKGBUILD4
-rw-r--r--community/sfml/PKGBUILD4
-rw-r--r--community/vhba-module/PKGBUILD8
-rw-r--r--community/wbar/PKGBUILD8
19 files changed, 102 insertions, 58 deletions
diff --git a/community/aspell-ca/PKGBUILD b/community/aspell-ca/PKGBUILD
index 9a5686ef2..472388eb7 100644
--- a/community/aspell-ca/PKGBUILD
+++ b/community/aspell-ca/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 43272 2011-03-24 13:19:14Z andrea $
+# $Id: PKGBUILD 67433 2012-03-11 19:08:53Z lcarlier $
#Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
pkgname=aspell-ca
pkgver=2.1.5
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
pkgdesc="Catalan dictionary for aspell"
depends=('aspell')
diff --git a/community/barrage/PKGBUILD b/community/barrage/PKGBUILD
index 365ca015a..69ab19226 100644
--- a/community/barrage/PKGBUILD
+++ b/community/barrage/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 54560 2011-08-20 17:29:58Z jlichtblau $
+# $Id: PKGBUILD 67443 2012-03-11 20:00:53Z lcarlier $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Allan McRae <mcrae_allan@hotmail.com>
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
pkgname=barrage
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A violent point-and-click shooting game with nice effects"
arch=('i686' 'x86_64')
url="http://lgames.sourceforge.net/index.php?project=Barrage"
diff --git a/community/bbpager/PKGBUILD b/community/bbpager/PKGBUILD
index fa059de30..43380e701 100644
--- a/community/bbpager/PKGBUILD
+++ b/community/bbpager/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 21749 2010-07-17 08:54:37Z lcarlier $
+# $Id: PKGBUILD 67447 2012-03-11 20:35:17Z lcarlier $
# Maintainer: Thayer Williams <jason@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=bbpager
pkgver=0.4.7
-pkgrel=3
+pkgrel=4
pkgdesc="A dockable pager for Blackbox and other window managers"
arch=(i686 x86_64)
url="http://bbtools.sourceforge.net/download.php?file=6"
@@ -13,16 +13,16 @@ depends=('gcc-libs' 'libxft' 'libxext')
makedepends=('gcc' 'blackbox')
source=(http://downloads.sourceforge.net/bbtools/$pkgname-$pkgver.tar.gz \
02_gcc43.dpatch \
- fix-shm-linking-ugly.diff)
+ fix-linking-ugly.diff)
md5sums=('4eaa91a4d66130af2f7a09c25f917386'
'e985ef893f2080b3b2d47f900f861352'
- '6e0b3915ff2f61ac3bab7434c93f37b3')
+ 'd2258a0cfb580e20869574f373fe7ed4')
build() {
cd ${srcdir}/$pkgname-$pkgver
patch -Np1 -i ../02_gcc43.dpatch
- patch -Np1 -i ../fix-shm-linking-ugly.diff
+ patch -Np1 -i ../fix-linking-ugly.diff
autoreconf
./configure --prefix=/usr
diff --git a/community/bbpager/fix-linking-ugly.diff b/community/bbpager/fix-linking-ugly.diff
new file mode 100644
index 000000000..ff0a5dcf7
--- /dev/null
+++ b/community/bbpager/fix-linking-ugly.diff
@@ -0,0 +1,12 @@
+diff -U 3 -d -r -N -- bbpager-0.4.7/configure.ac bbpager-0.4.7b/configure.ac
+--- bbpager-0.4.7/configure.ac 2008-01-14 18:03:50.000000000 +0100
++++ bbpager-0.4.7b/configure.ac 2010-07-17 10:36:04.042040059 +0200
+@@ -68,7 +68,7 @@
+ dnl pkgconfig checks for blackbox library
+ PKG_CHECK_MODULES(LIBBT, libbt)
+ CXXFLAGS="$CXXFLAGS $LIBBT_CFLAGS"
+-LIBS="$LIBS $LIBBT_LIBS"
++LIBS="$LIBS $LIBBT_LIBS -lXext -lX11"
+
+ dnl generate the config header
+ AM_CONFIG_HEADER(config.h)
diff --git a/community/bchunk/PKGBUILD b/community/bchunk/PKGBUILD
index c6d286b29..2a8ac0198 100644
--- a/community/bchunk/PKGBUILD
+++ b/community/bchunk/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=bchunk
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
url="http://hes.iki.fi/bchunk/"
arch=('i686' 'x86_64')
@@ -14,10 +14,17 @@ source=(http://hes.iki.fi/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('6a613da3f34f9a303f202d2e9731d231')
build() {
- cd $srcdir/$pkgname-$pkgver
- /bin/mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
- /usr/bin/make || return 1
- /usr/bin/make PREFIX=$pkgdir/usr MAN_DIR=$pkgdir/usr/share/man install
- /bin/chown root.root $pkgdir/usr/share/man/man1/bchunk.1
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
+
+ make PREFIX=${pkgdir}/usr MAN_DIR=${pkgdir}/usr/share/man install
+ chown root.root ${pkgdir}/usr/share/man/man1/bchunk.1
}
# vim: ts=2 sw=2 et ft=sh
diff --git a/community/beaver/PKGBUILD b/community/beaver/PKGBUILD
index 61c35656b..810057f4b 100644
--- a/community/beaver/PKGBUILD
+++ b/community/beaver/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=beaver
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Beaver is an Early AdVanced EditoR.'
arch=('i686' 'x86_64')
url='http://beaver-editor.sourceforge.net/'
license=('GPL2')
-depends=('gtk2>=2.0.0' 'hicolor-icon-theme')
+depends=('gtk2' 'hicolor-icon-theme')
makedepends=('intltool')
install=${pkgname}.install
options=('!libtool')
diff --git a/community/bonnie++/PKGBUILD b/community/bonnie++/PKGBUILD
index 39cdd64a6..27e176e37 100644
--- a/community/bonnie++/PKGBUILD
+++ b/community/bonnie++/PKGBUILD
@@ -14,16 +14,19 @@ source=(http://www.coker.com.au/bonnie++/$pkgname-$pkgver.tgz)
sha256sums=('cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb')
build() {
- cd $srcdir/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- sed -i "s:CFLAGS=-O2 -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" Makefile
- make
+ cd $srcdir/${pkgname}-${pkgver}
+
+ ./configure --prefix=/usr
+ sed -i "s:CFLAGS=-O2 -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" Makefile
+ make
}
package() {
- cd $srcdir/${pkgname}-${pkgver}
- make prefix="${pkgdir}/usr" install
- install -d $pkgdir/usr/share/doc/bonnie++
- install -Dm644 $srcdir/$pkgname-$pkgver/readme.html $pkgdir/usr/share/doc/bonnie++/readme.html
+ cd $srcdir/${pkgname}-${pkgver}
+
+ make prefix="${pkgdir}/usr" install
+
+ install -d $pkgdir/usr/share/doc/bonnie++
+ install -Dm644 $srcdir/$pkgname-$pkgver/readme.html $pkgdir/usr/share/doc/bonnie++/readme.html
}
diff --git a/community/castget/PKGBUILD b/community/castget/PKGBUILD
index c46124cef..cd2befc64 100644
--- a/community/castget/PKGBUILD
+++ b/community/castget/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 19913 2010-06-30 19:11:26Z jlichtblau $
+# $Id: PKGBUILD 67455 2012-03-11 21:00:52Z lcarlier $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Jeff Mickey <jeff@archlinux.org>
pkgname=castget
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple, command-line based RSS enclosure downloader"
arch=('i686' 'x86_64')
url="http://www.nongnu.org/castget/"
@@ -19,6 +19,10 @@ build() {
cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr
- make || return 1
+ make
+}
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
make DESTDIR=${pkgdir} install
}
diff --git a/community/cddb-py/PKGBUILD b/community/cddb-py/PKGBUILD
index 6c745cbf7..6d2359f9f 100644
--- a/community/cddb-py/PKGBUILD
+++ b/community/cddb-py/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 26144 2010-09-13 19:36:37Z schuay $
+# $Id: PKGBUILD 67459 2012-03-11 21:09:20Z lcarlier $
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Hugo Ideler <hugoideler@dse.nl>
# Contributor: David Keogh <davekeogh@shaw.ca>
@@ -6,7 +6,7 @@
pkgname=cddb-py
pkgver=1.4
-pkgrel=5
+pkgrel=6
pkgdesc="CDDB-Server access from Python"
arch=('i686' 'x86_64')
url="http://cddb-py.sourceforge.net"
diff --git a/community/chicken/PKGBUILD b/community/chicken/PKGBUILD
index 713974d5f..1abe33063 100644
--- a/community/chicken/PKGBUILD
+++ b/community/chicken/PKGBUILD
@@ -1,15 +1,17 @@
+# $Id: PKGBUILD 67462 2012-03-11 21:18:54Z lcarlier $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: <david@pako.st>
pkgname=chicken
pkgver=4.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='A compiler for R5RS scheme, featuring handy extensions'
arch=('i686' 'x86_64')
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')
build() {
cd ${pkgname}-${pkgver}
@@ -32,4 +34,3 @@ package() {
install -D -m644 LICENSE \
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
-md5sums=('9389388fdf04c3c64de29633aae12539')
diff --git a/community/clusterssh/PKGBUILD b/community/clusterssh/PKGBUILD
index 6c2445121..29a9eadc7 100644
--- a/community/clusterssh/PKGBUILD
+++ b/community/clusterssh/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 6917 2009-12-26 21:02:21Z jlichtblau $
+# $Id: PKGBUILD 67467 2012-03-11 21:44:43Z lcarlier $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Macfly <mmacfly@gmail.com>
# Contributor: Duncan Ferguson <duncan_ferguson@users.sourceforge.net>
pkgname=clusterssh
pkgver=3.28
-pkgrel=2
+pkgrel=3
pkgdesc="Cluster SSH opens terminal windows with connections to specified hosts and an administration console."
arch=('i686' 'x86_64')
url="http://clusterssh.sourceforge.net/"
@@ -18,6 +18,11 @@ build() {
cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr
- make || return 1
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
make DESTDIR=${pkgdir} install
}
diff --git a/community/corkscrew/PKGBUILD b/community/corkscrew/PKGBUILD
index 547e7980f..0ca69f387 100644
--- a/community/corkscrew/PKGBUILD
+++ b/community/corkscrew/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 15297 2010-04-09 16:08:30Z jlichtblau $
+# $Id: PKGBUILD 67471 2012-03-11 21:49:49Z lcarlier $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: gothmog.todi <t.haider@vcnc.org>
pkgname=corkscrew
pkgver=2.0
-pkgrel=4
+pkgrel=5
pkgdesc="A tool for tunneling SSH through HTTP proxies"
arch=('i686' 'x86_64')
url="http://www.agroman.net/corkscrew/"
@@ -16,6 +16,10 @@ build() {
cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr
- make || return 1
+ make
+}
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
make DESTDIR=${pkgdir} install
}
diff --git a/community/libpaper/PKGBUILD b/community/libpaper/PKGBUILD
index bec068dd0..395f66806 100644
--- a/community/libpaper/PKGBUILD
+++ b/community/libpaper/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 24485 2010-08-25 15:58:51Z mherych $
+# $Id: PKGBUILD 67411 2012-03-11 13:41:08Z cbrannon $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: royrocks <royrocks13@gmail.com>
pkgname=libpaper
pkgver=1.1.24
-pkgrel=1
+pkgrel=2
pkgdesc="Library for handling paper characteristics"
arch=('i686' 'x86_64')
url="http://packages.debian.org/unstable/source/libpaper"
diff --git a/community/libx86emu/PKGBUILD b/community/libx86emu/PKGBUILD
index 83f8429b6..a25689370 100644
--- a/community/libx86emu/PKGBUILD
+++ b/community/libx86emu/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 36338 2010-12-30 20:33:39Z kchen $
+# $Id: PKGBUILD 67396 2012-03-11 10:52:58Z lcarlier $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
pkgname=libx86emu
pkgver=1.1
-_pkgver=$pkgver-9.9
-pkgrel=28
+_pkgver=$pkgver-15.3
+pkgrel=29
pkgdesc='x86 emulation library'
arch=('i686' 'x86_64')
url='http://www.opensuse.org/'
@@ -13,16 +13,24 @@ license=('BSD')
depends=('glibc')
makedepends=('rpmextract')
source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-$_pkgver.src.rpm")
-md5sums=('5e1b64be543002a83d910edce1659cee')
+md5sums=('ba6a0fc46307dd79078579140aab2f02')
build() {
cd "${srcdir}"
+
rpmextract.sh "${pkgname}-${_pkgver}.src.rpm"
tar -xjf $pkgname-$pkgver.tar.bz2
+
cd "${srcdir}/${pkgname}-${pkgver}"
make LIBDIR=/usr/lib
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
make LIBDIR=/usr/lib DESTDIR=$pkgdir install
+
install -Dm644 LICENSE \
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
}
diff --git a/community/python-openbabel/PKGBUILD b/community/python-openbabel/PKGBUILD
index 9b17297d7..303cb3d7d 100644
--- a/community/python-openbabel/PKGBUILD
+++ b/community/python-openbabel/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 57093 2011-10-21 05:48:48Z kchen $
+# $Id: PKGBUILD 67417 2012-03-11 14:35:31Z cbrannon $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Michal Bozon <bozonm@vscht.cz>
pkgname=python-openbabel
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings of openbabel library"
arch=('i686' 'x86_64')
url="http://openbabel.org/wiki/Python"
diff --git a/community/python2-openbabel/PKGBUILD b/community/python2-openbabel/PKGBUILD
index d7376972f..e92bf168d 100644
--- a/community/python2-openbabel/PKGBUILD
+++ b/community/python2-openbabel/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 57091 2011-10-21 05:24:19Z kchen $
+# $Id: PKGBUILD 67419 2012-03-11 14:36:28Z cbrannon $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Michal Bozon <bozonm@vscht.cz>
pkgname=python2-openbabel
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python 2 bindings of openbabel library"
arch=('i686' 'x86_64')
url="http://openbabel.org/wiki/Python"
diff --git a/community/sfml/PKGBUILD b/community/sfml/PKGBUILD
index d1dca50bc..85308c364 100644
--- a/community/sfml/PKGBUILD
+++ b/community/sfml/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 64959 2012-02-18 23:40:37Z svenstaro $
+# $Id: PKGBUILD 67475 2012-03-11 23:32:18Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Ondrej Martinak <omartinak@gmail.com>
@@ -7,7 +7,7 @@ pkgname=sfml
_git=true
if [[ "${_git}" = "true" ]]; then
- pkgver=1.99.git20120219
+ pkgver=1.99.git20120312
fi
pkgrel=1
diff --git a/community/vhba-module/PKGBUILD b/community/vhba-module/PKGBUILD
index 6a6681d09..2a5a2f511 100644
--- a/community/vhba-module/PKGBUILD
+++ b/community/vhba-module/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 62359 2012-01-19 16:30:10Z ibiru $
+# $Id: PKGBUILD 67390 2012-03-11 05:55:10Z schiv $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Charles Lindsay <charles@chaoslizard.org>
@@ -6,7 +6,7 @@ pkgname=vhba-module
pkgver=20110915
_extramodules=extramodules-3.2-ARCH
_kernver="$(cat /lib/modules/${_extramodules}/version)"
-pkgrel=3
+pkgrel=4
pkgdesc="Kernel module that emulates SCSI devices"
arch=('i686' 'x86_64')
url="http://cdemu.sourceforge.net/"
@@ -14,8 +14,8 @@ license=('GPL2')
depends=('linux>=3.2' 'linux<3.3')
makedepends=('linux-headers>=3.2')
install=vhba-module.install
-source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.gz)
-md5sums=('fb90cd8fc4cd74d08c92e8235f99f1f4')
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
+md5sums=('8bb99b427ca67bad448f4dd211bdd1a2')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/wbar/PKGBUILD b/community/wbar/PKGBUILD
index ffed2afe7..6dbc694a1 100644
--- a/community/wbar/PKGBUILD
+++ b/community/wbar/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 47294 2011-05-21 08:20:51Z jlichtblau $
+# $Id: PKGBUILD 67431 2012-03-11 19:04:07Z lcarlier $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=wbar
-pkgver=2.2.2
+pkgver=2.3.0
pkgrel=1
pkgdesc="A quick launch bar developed with speed in mind"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ url="http://code.google.com/p/wbar"
license=('GPL')
depends=('libglade' 'imlib2' 'gcc-libs')
makedepends=('intltool')
-source=(http://wbar.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('0d7ae78d02d52cdb046a47286341ad6ff42dd9aff667f7d389b4f352046d4db0')
+source=(http://wbar.googlecode.com/files/${pkgname}_${pkgver}.orig.tar.gz)
+sha256sums=('1a192f150eae92d1c92b86050e4f8046de960a2452c48190187dd6b7a89df63b')
build() {
cd $srcdir/$pkgname-$pkgver