summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/box2d/PKGBUILD8
-rw-r--r--community/fb-client/PKGBUILD4
-rw-r--r--community/fdm/PKGBUILD44
-rw-r--r--community/libconfig/PKGBUILD6
-rw-r--r--community/librep/PKGBUILD6
-rw-r--r--community/rep-gtk/PKGBUILD6
-rw-r--r--community/sawfish/PKGBUILD8
-rw-r--r--community/xlockmore/PKGBUILD8
8 files changed, 42 insertions, 48 deletions
diff --git a/community/box2d/PKGBUILD b/community/box2d/PKGBUILD
index 661d4b240..1ec4e1925 100644
--- a/community/box2d/PKGBUILD
+++ b/community/box2d/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 31825 2010-11-06 13:26:28Z svenstaro $
+# $Id: PKGBUILD 55402 2011-09-12 02:48:21Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=box2d
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
pkgdesc="2D rigid body simulation library for games"
url="http://www.box2d.org/"
license=('zlib')
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
makedepends=('cmake')
optdepends=()
source=(http://box2d.googlecode.com/files/Box2D_v${pkgver}.zip)
-md5sums=('59d142cd8d4d73e8832c7b67591f590c')
+md5sums=('220f1d604444d00844cc91933c07ecd8')
build() {
cd ${srcdir}/Box2D_v${pkgver}/Box2D/
diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD
index 1f4965a70..3b52e6968 100644
--- a/community/fb-client/PKGBUILD
+++ b/community/fb-client/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Florian "Bluewind" Pritz <flo@xssn.at>
pkgname=fb-client
-pkgver=0.8.1
+pkgver=0.9
pkgrel=1
pkgdesc="Client for paste.xinu.at"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('curl')
optdepends=('xclip: for automatically copying the URL into the clipboard')
source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz)
-md5sums=('be2ecf1ffd02048d48a54083320e0445')
+md5sums=('51d65d794e9bad66e06e252f90ce92fb')
build() {
cd "$srcdir/fb-$pkgver"
diff --git a/community/fdm/PKGBUILD b/community/fdm/PKGBUILD
index 5f1b8960a..5546042ad 100644
--- a/community/fdm/PKGBUILD
+++ b/community/fdm/PKGBUILD
@@ -1,39 +1,33 @@
-# $Id: PKGBUILD 14180 2010-04-01 23:59:34Z andrea $
-# Maintainer:
+# $Id: PKGBUILD 55396 2011-09-11 20:59:09Z bisson $
+# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: Grigorios Bouzakis <grbzks@gmail.com>
pkgname=fdm
pkgver=1.6
-pkgrel=2
-pkgdesc="A program to fetch and deliver mail"
-arch=('i686' 'x86_64')
-url="http://fdm.sourceforge.net"
+pkgrel=3
+pkgdesc='Program to fetch and deliver mail'
+url='http://fdm.sourceforge.net/'
license=('BSD')
-depends=('openssl' 'tdb')
+arch=('i686' 'x86_64')
options=('!makeflags')
-source=("http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz"
- 'GNUmakefile.patch'
- 'LICENSE')
-md5sums=('b2b9bfe95217b290142bde1621eb9a37'
- '52955d31121a6365914a0d063be5b32b'
- 'b0043d5c7160e5f797048d0d584ef4fa')
+depends=('openssl' 'tdb' 'zlib')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
+ 'GNUmakefile.patch')
+sha1sums=('fb8042f2355062848ff142c9604069b6657e6a82'
+ '0bddf0b0403ccee62190355f43fae84932c37436')
build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- patch -Np1 -i $srcdir/GNUmakefile.patch || return 1
-
- make || return 1
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -p1 -i ../GNUmakefile.patch
+ make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-
- install -D -m 644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
-# Examples
- mkdir -p "$pkgdir/usr/share/doc/$pkgname/examples"
- mv "$srcdir/$pkgname-$pkgver/examples" "$pkgdir/usr/share/doc/$pkgname/"
+ install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
+ sed '3,17p;d' fdm.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ mv examples "${pkgdir}/usr/share/doc/${pkgname}"
}
diff --git a/community/libconfig/PKGBUILD b/community/libconfig/PKGBUILD
index 64fd9a145..901b7e443 100644
--- a/community/libconfig/PKGBUILD
+++ b/community/libconfig/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 43902 2011-03-31 09:30:15Z spupykin $
+# $Id: PKGBUILD 55398 2011-09-11 21:17:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Roman Kyrylych <roman@archlinux.org>
# Contributor: scippio <scippio@seznam.cz>
pkgname=libconfig
-pkgver=1.4.7
+pkgver=1.4.8
pkgrel=1
pkgdesc="C/C++ Configuration File Library"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('gcc-libs' 'texinfo')
install=libconfig.install
options=('!libtool' '!emptydirs' 'zipman')
source=(http://www.hyperrealm.com/libconfig/$pkgname-$pkgver.tar.gz)
-md5sums=('d57da7a91aadbfd53afedb5c1bade5f4')
+md5sums=('36788da452e9fcfc8efb7661ef5d31ef')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/librep/PKGBUILD b/community/librep/PKGBUILD
index 0350d8be4..c784160b8 100644
--- a/community/librep/PKGBUILD
+++ b/community/librep/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 46413 2011-05-07 10:04:19Z shusmann $
+# $Id: PKGBUILD 55390 2011-09-11 18:27:38Z shusmann $
# Maintainer: stefan-husmann@t-online.de
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
pkgname=librep
-pkgver=0.92.0
+pkgver=0.92.1b
pkgrel=1
pkgdesc="A Lisp system for UNIX"
license=('GPL2')
@@ -13,7 +13,7 @@ depends=('gmp' 'gdbm' 'libffi')
install=${pkgname}.install
options=('!emptydirs' '!libtool')
source=(http://download.tuxfamily.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('70f7b641cf3628443fea77a1191d9eb93a86d700')
+sha1sums=('f75e1197646bbf1594fc4765802aab0bffe1bb02')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/rep-gtk/PKGBUILD b/community/rep-gtk/PKGBUILD
index 9b34f1e12..09b8dafd2 100644
--- a/community/rep-gtk/PKGBUILD
+++ b/community/rep-gtk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 46416 2011-05-07 10:06:27Z shusmann $
+# $Id: PKGBUILD 55391 2011-09-11 18:32:16Z shusmann $
# Maintainer: stefan-husmann@t-online.de
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
pkgname=rep-gtk
-pkgver=0.90.6
+pkgver=0.90.7
pkgrel=1
pkgdesc="Binding of the GTK and GDK libraries for the librep Lisp environment"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://sawfish.wikia.com/wiki/Rep-GTK"
license=('GPL')
depends=('librep' 'gtk2')
source=(http://download.tuxfamily.org/librep/rep-gtk/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('15222f11a91f5190cf3fad22af20932ea6851788')
+sha1sums=('30736e88533e176f88677723f12095be983e1926')
options=('!libtool')
build() {
diff --git a/community/sawfish/PKGBUILD b/community/sawfish/PKGBUILD
index a170930fd..495031682 100644
--- a/community/sawfish/PKGBUILD
+++ b/community/sawfish/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 54530 2011-08-19 20:28:11Z shusmann $
+# $Id: PKGBUILD 55392 2011-09-11 18:41:44Z shusmann $
# Maintainer: stefan-husmann@t-online.de
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
pkgname=sawfish
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.8.2
+pkgrel=1
pkgdesc="An extensible window manager using a Lisp-based scripting language"
arch=('i686' 'x86_64')
url="http://sawfish.wikia.com/wiki/Main_Page"
@@ -12,7 +12,7 @@ license=('GPL')
depends=('libsm' 'rep-gtk' 'hicolor-icon-theme')
install=${pkgname}.install
source=(http://download.tuxfamily.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('f93549382a438c1e7044624403876b345edae4b6')
+sha1sums=('d4716516fb0020bb728291c6defa1f421a33e5dc')
options=('!libtool')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/xlockmore/PKGBUILD b/community/xlockmore/PKGBUILD
index 23bfef4e6..b3c03b06d 100644
--- a/community/xlockmore/PKGBUILD
+++ b/community/xlockmore/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 53311 2011-08-02 18:29:53Z spupykin $
+# $Id: PKGBUILD 55400 2011-09-11 21:18:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=xlockmore
-pkgver=5.33
-pkgrel=2
+pkgver=5.34
+pkgrel=1
pkgdesc="screen saver / locker for the X Window System"
arch=(i686 x86_64)
license=('BSD')
@@ -13,7 +13,7 @@ url="http://www.tux.org/~bagleyd/xlockmore.html"
options=('!makeflags')
source=(http://www.tux.org/~bagleyd/xlock/xlockmore-$pkgver/xlockmore-$pkgver.tar.bz2 \
LICENSE)
-md5sums=('8ae31d03f836e768cd888198c5f1a5f8'
+md5sums=('ed464197e8684a243e56aab7919a52d8'
'a64afab4283f53972a6702c2e59850d7')
build() {