summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-11 04:43:21 +0000
committerroot <root@rshg047.dnsready.net>2011-04-11 04:43:21 +0000
commit06c7c4c5ef2c808f288b2a8cd63548a322d66754 (patch)
tree178258b847b80ef8c3f25abc6c5ae2495048b66b /community
parent8f6922302486fa1cc1112ff8b3daddb48c3260f2 (diff)
Mon Apr 11 04:43:21 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/subtle/PKGBUILD12
-rw-r--r--community/teeworlds/PKGBUILD48
-rw-r--r--community/xnee/PKGBUILD13
-rw-r--r--community/xnee/xnee.changelog5
4 files changed, 42 insertions, 36 deletions
diff --git a/community/subtle/PKGBUILD b/community/subtle/PKGBUILD
index c08e25119..247479027 100644
--- a/community/subtle/PKGBUILD
+++ b/community/subtle/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 38833 2011-02-01 21:18:39Z angvp $
+# $Id: PKGBUILD 44650 2011-04-10 13:39:02Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: unexist <unexist@dorfelite.net>
# Past Contributors: Abakus <java5@arcor.de>, TDY <tdy@gmx.com>, Xilon <xilonmu@gmail.com>
pkgname=subtle
-pkgver=0.9.2573
-pkgrel=2
+pkgver=0.9.2773
+pkgrel=1
pkgdesc="A grid-based manual tiling window manager with a strong focus on easy but customizable look and feel"
arch=("i686" "x86_64")
url="http://subtle.subforge.org"
@@ -14,10 +14,10 @@ makedepends=("ruby" "pkg-config" "libxinerama" "libxrandr" "libxft" "libxpm")
provides=("subtle")
conflicts=("subtle-hg")
backup=("etc/xdg/subtle/subtle.rb")
-source=(http://subforge.org/attachments/download/46/$pkgname-$pkgver-lambda.tbz2)
-md5sums=('afcb897307329fc2cdb0733db9cc3a79')
+source=(http://subforge.org/attachments/download/50/$pkgname-$pkgver-mu.tbz2)
+md5sums=('bbae53d6c16cfe25186003e9e28504f8')
build() {
- cd "$srcdir/$pkgname-$pkgver-lambda"
+ cd "$srcdir/$pkgname-$pkgver-mu"
rake destdir=$pkgdir install
}
diff --git a/community/teeworlds/PKGBUILD b/community/teeworlds/PKGBUILD
index 12e6720c4..68f2e64b8 100644
--- a/community/teeworlds/PKGBUILD
+++ b/community/teeworlds/PKGBUILD
@@ -1,65 +1,59 @@
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Armin 'IsSuE' Praher [issue.at.gmx.dot.at]
# Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=teeworlds
-pkgver=0.5.2
-_bamver=0.2.0
-pkgrel=2
+pkgver=0.6.0
+_bamver=0.4.0
+pkgrel=1
pkgdesc="A multiplayer 2D shooter"
arch=('i686' 'x86_64')
url="http://teeworlds.com"
license=('custom')
-depends=('alsa-lib' 'mesa' 'sdl')
+depends=('alsa-lib' 'mesa' 'sdl' 'freetype2')
makedepends=('python2')
replaces=('teewars')
source=(http://www.teeworlds.com/files/${pkgname}-${pkgver}-src.tar.gz
- http://www.teeworlds.com/files/bam-${_bamver}.tar.gz
+ https://github.com/downloads/matricks/bam/bam-${_bamver}.tar.bz2
teeworlds.desktop
- teeworlds.png
- fix_datadir_search.patch)
-md5sums=('f605f6df9f1714dcda4cba1d281cc757'
- 'd4efe74591a73c1cec8b34d76ffd1049'
+ teeworlds.png)
+md5sums=('4d6e5d0fb1b5f0bdf6c5c49714045ef1'
+ 'f8b62ad553c3615a725a034df4fb4257'
'3944aaf7a8c19a83510b2b39c4cddf5f'
- '44f39e398409232a0e0a431ed46d8cc8'
- '673791ecb74274346456f0fae53b4428')
+ '44f39e398409232a0e0a431ed46d8cc8')
build() {
- # Build bam (used to build teewars)
+ # Build bam (used to build teeworlds)
# Now it is released separately I should make a separate package...
cd ${srcdir}/bam-${_bamver}
./make_unix.sh
# Build teeworlds
- cd ${srcdir}/${pkgname}-${pkgver}-src
-
- # fix for FS 13118 which will be applied in next release
- patch -p1 -i ../fix_datadir_search.patch
+ cd ${srcdir}/${pkgname}-${pkgver}-source
# Use Python 2
- sed -i 's/python /python2 /' default.bam
+ sed -i 's/python /python2 /' bam.lua
- ../bam-${_bamver}/src/bam server_release client_release
+ ../bam-${_bamver}/bam server_release client_release
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}-src
+ cd ${srcdir}/${pkgname}-${pkgver}-source
# Install data files
mkdir -p ${pkgdir}/usr/share/${pkgname}/data
- cp -r ${srcdir}/${pkgname}-${pkgver}-src/data/* \
- ${pkgdir}/usr/share/${pkgname}/data
+ cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
- install -Dm755 ${srcdir}/${pkgname}-${pkgver}-src/${pkgname} \
- ${pkgdir}/usr/bin/${pkgname}
- install -Dm755 ${srcdir}/${pkgname}-${pkgver}-src/${pkgname}_srv \
- ${pkgdir}/usr/bin/${pkgname}_srv
+ install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+ install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
install -Dm644 ${srcdir}/${pkgname}.desktop \
${pkgdir}/usr/share/applications/${pkgname}.desktop
install -Dm644 ${srcdir}/${pkgname}.png \
${pkgdir}/usr/share/pixmaps/${pkgname}.png
- install -Dm644 ${srcdir}/${pkgname}-${pkgver}-src/license.txt \
+
+ install -Dm644 license.txt \
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
}
diff --git a/community/xnee/PKGBUILD b/community/xnee/PKGBUILD
index 25effed5e..ca671adaa 100644
--- a/community/xnee/PKGBUILD
+++ b/community/xnee/PKGBUILD
@@ -1,8 +1,9 @@
+# $Id: PKGBUILD 44669 2011-04-10 20:26:28Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
pkgname=xnee
-pkgver=3.05
+pkgver=3.09
pkgrel=1
pkgdesc="A program to record, distribute, and replay X (X11) protocol data"
arch=('i686' 'x86_64')
@@ -11,14 +12,20 @@ license=('GPL3')
depends=('gtk2' 'libgnomeui' 'libxtst')
makedepends=('texinfo')
options=('!libtool' '!emptydirs')
+changelog=$pkgname.changelog
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('0ba4ea4f6102bcc0b478f4a6fe787b0b')
+sha256sums=('1145add697e4932007396bc093336689efa934dd92e701f0aaefe388990e2720')
build() {
cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr --disable-gnome-applet
- make || return 1
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+
make DESTDIR=${pkgdir} install
}
diff --git a/community/xnee/xnee.changelog b/community/xnee/xnee.changelog
new file mode 100644
index 000000000..a096a22e8
--- /dev/null
+++ b/community/xnee/xnee.changelog
@@ -0,0 +1,5 @@
+2011-04-10 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * xnee 3.09-1
+
+2009-12-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * Update to major release 3.05