summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-16 23:15:21 +0000
committerroot <root@rshg054.dnsready.net>2012-02-16 23:15:21 +0000
commit76774d40da5ce246c9f2178fdf937706d99af4b2 (patch)
treed94469586899ec9ccf256ca7fab766f6e82f3cf1 /community
parent2e50a79768e42c26ff8850404f488425610abc0a (diff)
Thu Feb 16 23:15:21 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/blobby2/PKGBUILD12
-rw-r--r--community/glfw/PKGBUILD8
-rw-r--r--community/nsd/PKGBUILD6
-rw-r--r--community/nsd/install1
-rw-r--r--community/scorched3d/PKGBUILD8
-rw-r--r--community/vdrift/PKGBUILD5
-rw-r--r--community/vidalia/PKGBUILD6
7 files changed, 25 insertions, 21 deletions
diff --git a/community/blobby2/PKGBUILD b/community/blobby2/PKGBUILD
index 1bcd9e068..ee2c8bf48 100644
--- a/community/blobby2/PKGBUILD
+++ b/community/blobby2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id$
+# $Id: PKGBUILD 64502 2012-02-15 09:59:03Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Urs Wolfer <uwolfer @ fwo.ch>
pkgname=blobby2
-pkgver=0.9c
+pkgver=1.0rc1
arch=('x86_64' 'i686')
pkgrel=1
pkgdesc="A beach ball game with blobs of goo"
@@ -11,20 +11,20 @@ url="http://sourceforge.net/projects/blobby/"
license=('GPL')
depends=('sdl' 'physfs' 'libgl')
makedepends=('cmake' 'boost' 'mesa' 'zip')
-source=(http://downloads.sourceforge.net/project/blobby/Blobby%20Volley%202%20%28Linux%29/Beta%20$pkgver/$pkgname-linux-$pkgver.tar.gz
+source=(http://downloads.sourceforge.net/blobby/$pkgname-linux-$pkgver.tar.gz
$pkgname.desktop $pkgname.png)
-md5sums=('d3a6d185c4acd1c5eddf0ce46b3f55bb'
+md5sums=('f56472cee041ef3d3c7def604e71b248'
'ab05bed794ee78db693fd3036393275a'
'c1bc427b41a0a3facd771ac83c7fb412')
build() {
- cd $srcdir/blobby-beta-$pkgver
+ cd $srcdir/blobby-$pkgver
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
}
package() {
- cd $srcdir/blobby-beta-$pkgver
+ cd $srcdir/blobby-$pkgver
make DESTDIR=$pkgdir install
diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD
index 889f2cb87..8d988dcf2 100644
--- a/community/glfw/PKGBUILD
+++ b/community/glfw/PKGBUILD
@@ -1,3 +1,4 @@
+# $Id: PKGBUILD 64506 2012-02-15 10:24:29Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: philefou <tuxication AT gmail DOT com>
# Contributor: lindquist <tomas@famolsen.dk>
@@ -6,8 +7,8 @@
# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=glfw
-pkgver=2.7.2
-pkgrel=2
+pkgver=2.7.3
+pkgrel=1
pkgdesc="A free, open source, portable framework for OpenGL application development"
arch=('i686' 'x86_64')
url="http://www.glfw.org/"
@@ -15,11 +16,12 @@ license=('custom:ZLIB')
depends=('libgl' 'libxrandr')
makedepends=('mesa')
source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('bb4f33b43e40f8cd3015a653dca02ed1')
+md5sums=('f0e40049cc3ef30cb145047a7631ab3f')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ export LFLAGS+="-lrt"
make x11
}
diff --git a/community/nsd/PKGBUILD b/community/nsd/PKGBUILD
index abd455dbb..fca605f66 100644
--- a/community/nsd/PKGBUILD
+++ b/community/nsd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 60316 2011-12-10 11:25:09Z bisson $
+# $Id: PKGBUILD 64529 2012-02-15 22:26:23Z bisson $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Roberto Alsina <ralsina@kde.org>
pkgname=nsd
-pkgver=3.2.9
+pkgver=3.2.10
pkgrel=1
pkgdesc='Authoritative only, high performance and simple DNS server'
url='http://www.nlnetlabs.nl/nsd/'
@@ -13,7 +13,7 @@ depends=('openssl')
makedepends=('flex')
arch=('i686' 'x86_64')
source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('66e17e5801e94da1a21f0f2a4dd7a4ab4ffe0dd9')
+sha1sums=('04657cffe5087d97213b245f8281296cac86b868')
install=install
diff --git a/community/nsd/install b/community/nsd/install
index d90c83521..a2662903f 100644
--- a/community/nsd/install
+++ b/community/nsd/install
@@ -10,6 +10,7 @@ post_upgrade() {
[[ `vercmp $2 3.2.9` -lt 0 ]] && cat <<\EOF
==> The database format was updated; please run `nsdc rebuild`.
EOF
+ true
}
post_remove() {
diff --git a/community/scorched3d/PKGBUILD b/community/scorched3d/PKGBUILD
index 8a481c910..79d358184 100644
--- a/community/scorched3d/PKGBUILD
+++ b/community/scorched3d/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scorched3d
-pkgver=43.2a
-pkgrel=2
+pkgver=43.3
+pkgrel=1
pkgdesc="A 3d artillery combat game"
arch=('i686' 'x86_64')
url="http://www.scorched3d.co.uk/"
@@ -18,7 +18,7 @@ source=("http://downloads.sourceforge.net/${pkgname}/Scorched3D-${pkgver}-src.ta
'scorched3d-42.1-fixups.patch'
'scorched3d-libpng1.5.patch'
'libpng14.patch')
-md5sums=('876de173218fd83a2b0a30255ba694fa'
+md5sums=('3e4aa690ddb2d7dfa26d283faf59f897'
'b951f2150004e10fdff3e6226f1a3939'
'178a281333006c6a5a92919865c1d7af'
'053769f77a38c252eef1d967b18e93e6'
@@ -30,7 +30,7 @@ build() {
cd scorched
# patch -Np1 -i ${srcdir}/scorched3d-42.1-gcc43.patch
- patch -Np1 -i ${srcdir}/scorched3d-42.1-fixups.patch
+# patch -Np1 -i ${srcdir}/scorched3d-42.1-fixups.patch
patch -Np1 -i ${srcdir}/scorched3d-libpng1.5.patch
# patch -Np0 -i ${srcdir}/libpng14.patch
diff --git a/community/vdrift/PKGBUILD b/community/vdrift/PKGBUILD
index 07bf63bfd..b9a6a2343 100644
--- a/community/vdrift/PKGBUILD
+++ b/community/vdrift/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 62149 2012-01-16 19:53:31Z dreisner $
+# $Id: PKGBUILD 64535 2012-02-15 23:50:18Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Lone_Wolf lonewolf@xs4all.nl
pkgname=vdrift
pkgver=2011.10.22
-pkgrel=3
+pkgrel=4
pkgdesc="An open source driving simulation made with drift racing in mind"
arch=('i686' 'x86_64')
url="http://vdrift.net/"
@@ -47,6 +47,7 @@ package() {
# install .desktop file
install -Dm644 $pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
+ sed -i '1 s/^\xef\xbb\xbf//' "$pkgdir"/usr/share/applications/$pkgname.desktop # remove BOM (WHY IS THERE?)
# install icons
install -Dm644 data/textures/icons/vdrift-16x16.png \
diff --git a/community/vidalia/PKGBUILD b/community/vidalia/PKGBUILD
index 9bb33a812..cd943c4cd 100644
--- a/community/vidalia/PKGBUILD
+++ b/community/vidalia/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 62747 2012-01-25 18:13:51Z tredaelli $
+# $Id: PKGBUILD 64515 2012-02-15 15:45:44Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Rorschach <r0rschach@lavabit.com>
pkgname=vidalia
-pkgver=0.2.15
+pkgver=0.2.17
pkgrel=1
pkgdesc="Controller GUI for Tor"
url="https://www.torproject.org/vidalia"
@@ -13,7 +13,7 @@ depends=('qt' 'tor')
makedepends=('cmake')
install=vidalia.install
source=("https://www.torproject.org/vidalia/dist/$pkgname-$pkgver.tar.gz")
-md5sums=(845b627eb2534aa5da29efd6c8d30978)
+md5sums=(dcfd49e7f2ff73702e6007091cbe33d6)
build() {
[[ -f /etc/profile.d/qt4.sh ]] && source /etc/profile.d/qt4.sh