summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/mathomatic/PKGBUILD4
-rw-r--r--community/megaglest/PKGBUILD16
-rw-r--r--community/openttd/PKGBUILD10
-rw-r--r--community/parrot/PKGBUILD12
-rw-r--r--community/quvi/PKGBUILD10
-rw-r--r--community/systemd/PKGBUILD8
-rw-r--r--community/systemd/systemd.install10
7 files changed, 31 insertions, 39 deletions
diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD
index 4754e0cb7..159de13ba 100755
--- a/community/mathomatic/PKGBUILD
+++ b/community/mathomatic/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=mathomatic
-pkgver=15.5.2
+pkgver=15.5.3
pkgrel=1
pkgdesc="General purpose Computer Algebra System written in C"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial'
'bash: for running a test script'
'gnuplot: for plotting')
source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2)
-md5sums=('c86a4bfb71497b34f24a3fa2141b2911')
+md5sums=('661efbc2482acb343db521ea69a4a088')
build() {
cd "$srcdir"/$pkgname-$pkgver
diff --git a/community/megaglest/PKGBUILD b/community/megaglest/PKGBUILD
index abc4db3b9..1a8ecd1da 100644
--- a/community/megaglest/PKGBUILD
+++ b/community/megaglest/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 38887 2011-02-02 21:51:51Z svenstaro $
+# $Id: PKGBUILD 45343 2011-04-20 13:49:48Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
pkgname=megaglest
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world."
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/megaglest/"
license=('GPL2')
-depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'mesa' 'lua')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'mesa' 'lua' 'icu')
makedepends=('ftjam' 'p7zip' 'wxgtk' 'cmake')
source=("http://downloads.sourceforge.net/project/${pkgname}/current_release/${pkgname}-source-${pkgver}.tar.bz2"
"http://downloads.sourceforge.net/project/${pkgname}/current_release/megaglest-data-${pkgver}.7z"
"megaglest.png"
"megaglest.desktop"
"megaglest.sh")
-md5sums=('904846c60369f7898c7f83d506624d5a'
- 'e46270881f1949e0876f4c39ecbf0a05'
+md5sums=('5c84966ee6657274eeb5a28ce8b702c0'
+ '4405134d91d8303e9485de42ffc53e09'
'5622ce716033d9afb62a3291b47844ed'
'97dc7ea865efbea5daaf300207dad518'
'e3d6abbe79263d2fa5edb0bcbcf8755a')
@@ -43,9 +43,9 @@ package() {
# Damnit, upstream.
install -d -m 0755 "${pkgdir}"/usr/{bin,share/${pkgname}}
install -m 0755 "${srcdir}"/$pkgname.sh "${pkgdir}"/usr/bin/$pkgname
- install -m 0755 mk/linux/glest.bin "${pkgdir}"/usr/share/${pkgname}/$pkgname
- install -m 0755 mk/linux/glest_configurator "${pkgdir}"/usr/bin/glest_configurator
- install -m 0755 mk/linux/glest_editor "${pkgdir}"/usr/bin/glest_editor
+ install -m 0755 mk/linux/megaglest.bin "${pkgdir}"/usr/share/${pkgname}/$pkgname
+ install -m 0755 mk/linux/megaglest_configurator "${pkgdir}"/usr/bin/megaglest_configurator
+ install -m 0755 mk/linux/megaglest_editor "${pkgdir}"/usr/bin/megaglest_editor
install -m 0644 glest.ini glestkeys.ini servers.ini "${pkgdir}"/usr/share/$pkgname
install -D -m 0644 "${srcdir}"/${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop
diff --git a/community/openttd/PKGBUILD b/community/openttd/PKGBUILD
index 8b6dcff05..83efb989a 100644
--- a/community/openttd/PKGBUILD
+++ b/community/openttd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 34331 2010-12-06 11:18:09Z lcarlier $
+# $Id: PKGBUILD 45321 2011-04-20 07:05:05Z jelle $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
pkgname=openttd
-pkgver=1.0.5
-pkgrel=3
+pkgver=1.1.0
+pkgrel=1
pkgdesc='An engine for running Transport Tycoon Deluxe.'
arch=('i686' 'x86_64')
url='http://www.openttd.org'
@@ -12,8 +12,8 @@ depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 'desktop-
install=openttd.install
optdepends=('openttd-opengfx: free graphics'
'openttd-opensfx: free soundset')
-source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.bz2")
-md5sums=('fc79f788e2be140948b972c32b0f1eec')
+source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz")
+md5sums=('b5b1f2ecc7327505e360047236b09d06')
build() {
cd ${pkgname}-${pkgver}
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD
index 857f028d9..c4163c4c8 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 43054 2011-03-23 21:46:21Z spupykin $
+# $Id: PKGBUILD 45351 2011-04-20 15:07:06Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributer: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=parrot
-pkgver=3.2.0
-_rel=devel
-#_rel=stable
+pkgver=3.3.0
+#_rel=devel
+_rel=stable
pkgrel=1
pkgdesc="standalone virtual machine that can be used to execute bytecode compiled dynamic languages"
arch=(i686 x86_64)
url="http://www.parrotcode.org/"
license=('GPL')
-depends=('gmp' 'gdbm' 'readline' 'icu' 'openssl')
+depends=('gmp' 'gdbm' 'readline' 'icu' 'openssl' 'libffi')
makedepends=('perl-json')
optdepends=('freeglut')
options=(!emptydirs !makeflags)
source=(ftp://ftp.parrot.org/pub/parrot/releases/${_rel}/$pkgver/parrot-$pkgver.tar.gz)
-md5sums=('380c237404c513cd83f02d62dbacca03')
+md5sums=('335d50fbef245bfe6d0bb277e224c728')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/quvi/PKGBUILD b/community/quvi/PKGBUILD
index 0db615d35..7a4c6beee 100644
--- a/community/quvi/PKGBUILD
+++ b/community/quvi/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 43700 2011-03-29 09:36:38Z lfleischer $
+# $Id: PKGBUILD 45360 2011-04-20 15:12:08Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: joyfulgirl@archlinux.us
pkgname=quvi
-pkgver=0.2.14
+pkgver=0.2.15
pkgrel=1
pkgdesc='Command-line tool for parsing video download links.'
arch=('i686' 'x86_64')
-url='http://quvi.googlecode.com/'
+url='http://quvi.sourceforge.net/'
license=('LGPL')
depends=('curl' 'pcre' 'lua')
options=('!libtool')
-source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('9958319e82232dea781526198b98985e')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('7cda6c6593c1281e89d91de3b0bed284')
build() {
cd "${pkgname}-${pkgver}"
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD
index ff51c553d..af8b9b4a8 100644
--- a/community/systemd/PKGBUILD
+++ b/community/systemd/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 44387 2011-04-06 23:47:15Z dreisner $
+# $Id: PKGBUILD 45374 2011-04-21 02:36:08Z dreisner $
# Maintainer: Dave Reisner <d@falconindy.com>
pkgname=systemd
-pkgver=24
+pkgver=25
pkgrel=1
pkgdesc="Session and Startup manager"
arch=('i686' 'x86_64')
@@ -25,14 +25,14 @@ backup=(etc/systemd/system.conf
install=systemd.install
source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2"
"os-release")
-md5sums=('4a6b7d99f35bdae21d7f9b698792b8d3'
+md5sums=('11c64b4af8ba863d650b6a7339610fc2'
'f9922299150b4adda7b89e10bca33033')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
- --with-rootdir=/ \
+ --with-rootdir= \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
diff --git a/community/systemd/systemd.install b/community/systemd/systemd.install
index 259d09b9e..0c75c4b27 100644
--- a/community/systemd/systemd.install
+++ b/community/systemd/systemd.install
@@ -1,14 +1,7 @@
-#!/bin/sh
+#!/bin/bash
checkgroups() {
getent group lock >/dev/null || groupadd -g 54 lock
-
- utmpent=$(getent group utmp)
- if [ -z $utmpent ]; then
- getent group utmp >/dev/null || groupadd -g 32 utmp
- elif [ $(echo $utmpent | cut -d: -f3) = '22' ]; then
- groupmod -g 32 utmp
- fi
}
post_install() {
@@ -44,7 +37,6 @@ pre_remove() {
post_remove() {
getent group lock >/dev/null && groupdel lock
- getent group utmp >/dev/null && groupdel utmp
}
# vim:set ts=2 sw=2 et: