summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-18 16:54:29 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-18 16:54:29 +0200
commit6d3d853af3b9042559c2d86a7e3907f97921fb28 (patch)
treec792505884d2ffee7dee3e9060637acfe25a7021 /community
parent5880798304726de24b4c520a62a15b3090950c08 (diff)
parent2f104ecf78d6a93ba8d67273b76364cb1365a6cf (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/soprano/PKGBUILD extra/xfce4-sensors-plugin/PKGBUILD
Diffstat (limited to 'community')
-rw-r--r--community/0ad/PKGBUILD6
-rw-r--r--community/bcg729/PKGBUILD25
-rw-r--r--community/gnome-settings-daemon-updates/PKGBUILD21
-rw-r--r--community/go/PKGBUILD51
-rw-r--r--community/go/go.install6
-rw-r--r--[-rwxr-xr-x]community/go/go.sh2
-rw-r--r--community/libvirt/PKGBUILD21
-rw-r--r--community/midori/PKGBUILD15
-rw-r--r--community/mp3splt-gtk/PKGBUILD6
-rw-r--r--community/mp3splt-gtk/mp3splt-gtk.changelog3
-rw-r--r--community/netcf/PKGBUILD24
-rw-r--r--community/nodejs/PKGBUILD9
-rw-r--r--community/percona-server/PKGBUILD6
-rw-r--r--community/pidgin-otr/PKGBUILD11
-rw-r--r--community/remmina/PKGBUILD12
-rw-r--r--community/wmname/PKGBUILD4
16 files changed, 124 insertions, 98 deletions
diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD
index b36205e09..77a3bcae9 100644
--- a/community/0ad/PKGBUILD
+++ b/community/0ad/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: t3ddy <t3ddy1988 "at" gmail {dot} com>
# Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
pkgname=0ad
-pkgver=a9
-_pkgver=r11339-alpha
+pkgver=a10
+_pkgver=r11863-alpha
pkgrel=1
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2' 'CCPL')
depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'gamin' 'libogg' 'libpng' 'libvorbis' 'libxml2' 'openal' 'openexr' 'python2' 'sdl' 'wxgtk' 'zip' 'zlib' 'libgl' '0ad-data')
makedepends=('boost' 'cmake' 'mesa')
source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz")
-md5sums=('6db1e62215654269516f5eb1eec371f1')
+md5sums=('f42a2e18515cbcd48b99f0ea3796b3a4')
build() {
cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
diff --git a/community/bcg729/PKGBUILD b/community/bcg729/PKGBUILD
new file mode 100644
index 000000000..23cb66cf3
--- /dev/null
+++ b/community/bcg729/PKGBUILD
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=2
+pkgdesc="g729 codec"
+arch=('i686' 'x86_64')
+url="http://www.linphone.org/eng/documentation/dev/bcg729.html"
+license=('GPL')
+depends=('mediastreamer')
+options=('!libtool')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/bcg729-$pkgver.tar.gz)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
diff --git a/community/gnome-settings-daemon-updates/PKGBUILD b/community/gnome-settings-daemon-updates/PKGBUILD
index 938929724..f76929bc1 100644
--- a/community/gnome-settings-daemon-updates/PKGBUILD
+++ b/community/gnome-settings-daemon-updates/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 69964 2012-04-27 11:53:11Z jconder $
+# $Id: PKGBUILD 70738 2012-05-16 07:55:23Z jconder $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
_pkgname=gnome-settings-daemon
pkgname=$_pkgname-updates
-pkgver=3.4.1
+pkgver=3.4.2
pkgrel=1
pkgdesc="Updates plugin for the GNOME Settings daemon"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,19 +15,9 @@ install=$_pkgname.install
url="http://www.gnome.org"
source=("http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz"
'systemd-fallback.patch'
- 'evironment.patch::http://git.gnome.org/browse/gnome-settings-daemon/patch/?id=9d7ea1d0b8b90b55f916751858a210a2e02a06b6'
- 'arguments.patch::http://git.gnome.org/browse/gnome-settings-daemon/patch/?id=00681573ad6ebeb127ec72ac61d30d69be6459f8'
- 'mem-leak.patch::http://git.gnome.org/browse/gnome-settings-daemon/patch/?id=053f48b3b1b9a3b2ab0714d470da4354735d0c4b'
- 'glist-leak.patch::http://git.gnome.org/browse/gnome-settings-daemon/patch/?id=214a832820f6448f07d438f6686267eaf8301dd1'
- 'mouse-mem-leak.patch::http://git.gnome.org/browse/gnome-settings-daemon/patch/?id=09c215b42312ca5bb63b215c2f95231613b3103d'
'arch.patch')
-sha256sums=('d5d4a270ec5692cdc56a58cfb57bc7f8fa93374566912a65e78c1c3db7faf4ed'
+sha256sums=('00499118c80474981f3389ef518e2d001f1b1a3b1fb78e54859d59f3bee38ff4'
'82b721d0e274af15ed2770052d550d3162d2d37e5e9ee5e6fcebac1ed6cb8199'
- '1ba33f6eadac4c54f3f08f4bce075d2bef8124f857f5af22eaee010c8d38bc3b'
- '884a959b334f864f75dcb4eec8c137785f587c7c2ae57906f8b4e60e04c29246'
- '3a3f8b2964406b9b3c85c05f25e677e8c9eaa221779b95826ffbc0474740decc'
- 'af3bda801befdbd3d318723ae6de3aaf7df1e16bccd84e13f15b57f2dceaefcd'
- '43b7397e622a2c19091b3665822e9461067fb6a497b9507418a3bbb100a69e1b'
'727ab3e8181464af32ba604b2931b77cd6d4fbf34e10bbba99bb213eb992466e')
build() {
@@ -35,11 +25,6 @@ build() {
patch -Np1 -i "$srcdir/arch.patch"
patch -Np1 -i "$srcdir/systemd-fallback.patch"
- patch -Np1 -i ../evironment.patch
- patch -Np1 -i ../arguments.patch
- patch -Np1 -i ../mem-leak.patch
- patch -Np1 -i ../glist-leak.patch
- patch -Np1 -i ../mouse-mem-leak.patch
gnome-autogen.sh --prefix=/usr \
--sysconfdir=/etc \
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 16f3154b8..ab6e73e97 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 70575 2012-05-11 22:56:57Z remy $
+# $Id: PKGBUILD 70799 2012-05-16 17:49:57Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Rémy Oudompheng <remy@archlinux.org>
# Contributor: Andres Perera <andres87p gmail>
# Contributor: Matthew Bauer <mjbauer95@gmail.com>
-# Contributor: Christian Himpel <chressie at gmail dot com>
+# Contributor: Christian Himpel <chressie@gmail.com>
# Contributor: Mike Rosset <mike.rosset@gmail.com>
# Contributor: Daniel YC Lin <dlin.tw@gmail.com>
pkgname=go
pkgver=1.0.1
-pkgrel=3
+pkgrel=5
epoch=2
pkgdesc='Google Go compiler and tools (release version)'
arch=('x86_64' 'i686')
@@ -19,22 +20,27 @@ depends=('perl' 'gawk')
makedepends=('inetutils')
options=('!strip' '!emptydirs')
install=go.install
-source=("http://go.googlecode.com/files/${pkgname}$pkgver.src.tar.gz")
-sha1sums=('fc8a6d6725f7f2bf7c94685c5fd0880c9b7f67f6')
+source=("http://go.googlecode.com/files/${pkgname}$pkgver.src.tar.gz"
+ "$pkgname.sh")
+sha1sums=('fc8a6d6725f7f2bf7c94685c5fd0880c9b7f67f6'
+ '0e8c7edc9d788be3518367bf04bdb5ff8b6bbdcf')
build() {
cd "$srcdir/$pkgname"
+
export GOROOT_FINAL="/usr/lib/go"
export GOOS=linux
- cd src && bash make.bash
+ cd src && bash make.bash
}
check() {
- # TestSimpleMulticastListener will fail in standard chroot.
cd "$srcdir/$pkgname"
+
export GOROOT="$srcdir/$pkgname"
export PATH="$srcdir/$pkgname/bin:$PATH"
+
+ # TestSimpleMulticastListener will fail in standard chroot.
cd src && bash run.bash --no-rebuild || true
}
@@ -59,28 +65,31 @@ package() {
install -Dm644 "misc/vim/$f" "$pkgdir/usr/share/vim/vimfiles/$f"
done
- mkdir -p $pkgdir/{etc/profile.d,usr/{share/go,lib/go,lib/go/src}}
+ mkdir -p "$pkgdir/"{etc/profile.d,usr/{share/go,lib/go,lib/go/src}}
- cp -r doc misc -t $pkgdir/usr/share/go
- ln -s /usr/share/go/doc $pkgdir/usr/lib/go/doc
- cp -r --preserve=timestamps bin $pkgdir/usr
- cp -r --preserve=timestamps pkg $pkgdir/usr/lib/go
- cp -r --preserve=timestamps $GOROOT/src/pkg $pkgdir/usr/lib/go/src/
- cp -r --preserve=timestamps $GOROOT/src/cmd $pkgdir/usr/lib/go/src/cmd
- cp -r --preserve=timestamps $GOROOT/src/lib9 $pkgdir/usr/lib/go/src/
- cp -r --preserve=timestamps $GOROOT/lib $pkgdir/usr/lib/go/
+ cp -r doc misc -t "$pkgdir/usr/share/go"
+ ln -s /usr/share/go/doc "$pkgdir/usr/lib/go/doc"
+ cp -r --preserve=timestamps bin "$pkgdir/usr"
+ cp -r --preserve=timestamps pkg "$pkgdir/usr/lib/go"
+ cp -r --preserve=timestamps $GOROOT/src/pkg "$pkgdir/usr/lib/go/src/"
+ cp -r --preserve=timestamps $GOROOT/src/cmd "$pkgdir/usr/lib/go/src/cmd"
+ cp -r --preserve=timestamps $GOROOT/src/lib9 "$pkgdir/usr/lib/go/src/"
+ cp -r --preserve=timestamps $GOROOT/lib "$pkgdir/usr/lib/go/"
- install -Dm644 src/Make.* $pkgdir/usr/lib/go/src
+ install -Dm644 src/Make.* "$pkgdir/usr/lib/go/src"
# Remove object files from target src dir
- find $pkgdir/usr/lib/go/src/ -type f -name '*.[ao]' -delete
- find $pkgdir/usr/lib/go/src/pkg -type f -executable -delete
+ find "$pkgdir/usr/lib/go/src/" -type f -name '*.[ao]' -delete
+ find "$pkgdir/usr/lib/go/src/pkg" -type f -executable -delete
# Headers for C modules
install -Dm644 src/pkg/runtime/runtime.h \
- $pkgdir/usr/lib/go/src/pkg/runtime/runtime.h
+ "$pkgdir/usr/lib/go/src/pkg/runtime/runtime.h"
install -Dm644 src/pkg/runtime/cgocall.h \
- $pkgdir/usr/lib/go/src/pkg/runtime/cgocall.h
+ "$pkgdir/usr/lib/go/src/pkg/runtime/cgocall.h"
+
+ # For packages that source /etc/profile.d/go.sh
+ install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
rm -f "$pkgdir/usr/share/go/doc/articles/wiki/get.bin"
}
diff --git a/community/go/go.install b/community/go/go.install
index decdeccf5..25b9690ac 100644
--- a/community/go/go.install
+++ b/community/go/go.install
@@ -14,6 +14,12 @@ post_upgrade() {
# setting the appropriate environment variables.
#
ln -sf /usr/bin /usr/lib/go/bin
+
+ # Friendly message to the user
+ echo "Example use of the \"go\" tool as a user:"
+ echo " mkdir ~/go"
+ echo " export GOPATH=~/go"
+ echo " go get website.com/user/module"
}
post_install() {
diff --git a/community/go/go.sh b/community/go/go.sh
index 8393dc8d2..a0109ba97 100755..100644
--- a/community/go/go.sh
+++ b/community/go/go.sh
@@ -1 +1 @@
-export GOROOT=/usr/lib/go
+export GOPATH=/usr/lib/go/site
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD
index fa27f5735..cfcbb45d8 100644
--- a/community/libvirt/PKGBUILD
+++ b/community/libvirt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 70663 2012-05-14 09:46:54Z spupykin $
+# $Id: PKGBUILD 70770 2012-05-16 14:43:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=libvirt
-pkgver=0.9.12
-pkgrel=1
+pkgver=0.9.11
+pkgrel=7
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64' 'mips64el')
url="http://libvirt.org/"
@@ -34,17 +34,13 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
libvirtd.conf.d
libvirtd-guests.rc.d
libvirtd-guests.conf.d
- openbsd-netcat-default.patch
- unixperms.patch
- yajl-2.x.patch)
-md5sums=('5e842bc55733ceba60c64767580ff3e4'
+ openbsd-netcat-default.patch)
+md5sums=('6e9fab115075a8fd21d9bd0d7e558a52'
'c43244c40a0437038c82089618e7beaa'
'3ed0e24f5b5e25bf553f5427d64915e6'
'8297b1be794a24cc77f66af9380ace59'
'bc2971dacdbac967fc3474e50affc345'
- 'b0be50eb9dfe4d133decf23b60880f7d'
- 'db95aecdf2ccf3693fef5821cdcb7eba'
- '5745bb8d0b254abb7a3528c66e03b0f9')
+ 'b0be50eb9dfe4d133decf23b60880f7d')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -56,11 +52,6 @@ build() {
sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
done
-# for more information on authentication see http://libvirt.org/auth.html
-# If you wish to have unix-permissions based access rather than only polkit
-# access, create a group called libvirt and uncomment the line below:
-# patch -Np1 -i "$srcdir"/unixperms.patch
-
[ $NOEXTRACT -eq 1 ] || patch -Np1 -i "$srcdir"/openbsd-netcat-default.patch
export LDFLAGS=-lX11
diff --git a/community/midori/PKGBUILD b/community/midori/PKGBUILD
index 8e1242d7b..64fdaf822 100644
--- a/community/midori/PKGBUILD
+++ b/community/midori/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 69842 2012-04-24 15:19:18Z bpiotrowski $
+# $Id: PKGBUILD 70793 2012-05-16 17:08:50Z bpiotrowski $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: rabyte <rabyte.at.gmail.dot.com>
# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
# Contributor: Bartłomiej Piotrowski <barthalion@gmail.com>
pkgname=midori
-pkgver=0.4.5
-pkgrel=2
+pkgver=0.4.6
+pkgrel=1
pkgdesc="Lightweight web browser based on Gtk WebKit"
arch=('x86_64' 'i686')
url="http://www.twotoasts.de/index.php?/pages/midori_summary.html"
@@ -16,10 +16,8 @@ depends=('libwebkit>=1.3.13' 'libunique' 'hicolor-icon-theme' 'desktop-file-util
makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2>=2.7.1' 'vala') # 'git'
optdepends=('vala: for use in extensions')
options=('!emptydirs')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
- 0001-Fix-libsoup-version-check-defines.patch)
-sha256sums=('7b57cf3ebb56eef586351f2ae9f71ec9683aedff0b79a071b70b811d9876ff84'
- '0095c23247c62b6a4b3ab4312f68b49e2d0974ce3fd701a2ce0114817c7bd399')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('910f47bd2b5f2998cd4fce45c08f9e282318820b68562d0bade2096b9a17e3ea')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -28,9 +26,6 @@ build() {
export PYTHON=/usr/bin/python2
sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" wscript waf
- # FS#29468
- patch -Np1 -i "$srcdir"/0001-Fix-libsoup-version-check-defines.patch
-
./configure \
--prefix=/usr \
--jobs=${MAKEFLAGS/-j/} \
diff --git a/community/mp3splt-gtk/PKGBUILD b/community/mp3splt-gtk/PKGBUILD
index 67c31d429..47a33bfe0 100644
--- a/community/mp3splt-gtk/PKGBUILD
+++ b/community/mp3splt-gtk/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 66640 2012-02-26 16:44:34Z jlichtblau $
+# $Id: PKGBUILD 70795 2012-05-16 17:11:55Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=mp3splt-gtk
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Split mp3 and ogg files without decoding"
arch=('i686' 'x86_64' 'mips64el')
@@ -14,7 +14,7 @@ install=$pkgname.install
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz \
$pkgname.desktop)
-sha256sums=('b3f54a62dae55cfabab7aff3ae2f5627093dee27675635b04b425f3214bcdd62'
+sha256sums=('58d2e562b004bc99ad206b4a6726126d170dc9093a35689888b010fe663be23a'
'a50dd43c28a723c824d658b9468ff3719dcc302c57ecb3b122124e63c20800ed')
build() {
diff --git a/community/mp3splt-gtk/mp3splt-gtk.changelog b/community/mp3splt-gtk/mp3splt-gtk.changelog
index c5e4dadc6..50b711d96 100644
--- a/community/mp3splt-gtk/mp3splt-gtk.changelog
+++ b/community/mp3splt-gtk/mp3splt-gtk.changelog
@@ -1,3 +1,6 @@
+2012-05-16 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * mp3splt-gtk O.7.2-1
+
2012-02-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* mp3splt-gtk O.7.1-1
diff --git a/community/netcf/PKGBUILD b/community/netcf/PKGBUILD
index 0383ca4da..9c26ba270 100644
--- a/community/netcf/PKGBUILD
+++ b/community/netcf/PKGBUILD
@@ -1,26 +1,32 @@
-# $Id: PKGBUILD 66320 2012-02-23 14:03:54Z allan $
+# $Id: PKGBUILD 70813 2012-05-16 21:38:44Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Aurélien Wailly <aurelien.wailly@gmail.com>
pkgname=netcf
-pkgver=0.1.7
-pkgrel=3
+pkgver=0.1.9
+pkgrel=2
pkgdesc="A library for configuring network interfaces"
arch=('i686' 'x86_64')
license=('LGPL')
url="https://fedorahosted.org/netcf/"
-depends=('augeas>=0.7.4' 'netcfg' 'libxslt' 'libxml2' 'libnl1')
+depends=('augeas>=0.7.4' 'netcfg' 'libxslt' 'libxml2' 'libnl')
makedepends=('gcc')
options=(!libtool)
source=("https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz"
- netcf-0.1.7.patch)
-md5sums=('8e313b623c907eb035cf3948b71fecc2'
- '0e88ee6813219e9e75a943444fe439f5')
+ "netcf-libnl3.patch::https://bugs.archlinux.org/task/29908?getfile=8775")
+md5sums=('4d62010a79d56c12438969da9035b63c'
+ 'a509be4b819f669fac21e1eaa621e3e0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i ${srcdir}/netcf-0.1.7.patch
- ./configure --prefix=/usr --disable-static
+ patch -Np1 -i ${srcdir}/netcf-libnl3.patch
+ aclocal
+ automake --add-missing || true
+ autoreconf
+# CFLAGS="`pkg-config --cflags libnl-3.0` -DRTNL_LINK_NOT_FOUND=-1"
+ CFLAGS="-DNETCF_TRANSACTION=\"true\"" ./configure --prefix=/usr \
+ --disable-static \
+ --with-init-script=none
make
}
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 0dfeed59c..f8a6ba84f 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,5 +1,6 @@
-# $Id: PKGBUILD 70343 2012-05-04 22:20:32Z tdziedzic $
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# $Id: PKGBUILD 70788 2012-05-16 16:52:49Z bpiotrowski $
+# Maintainer: Nartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
# Contributor: Dongsheng Cai <dongsheng at moodle dot com>
@@ -7,7 +8,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.6.17
+pkgver=0.6.18
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64' 'mips64el')
@@ -18,7 +19,7 @@ checkdepends=('curl') # curl used for check()
optdepends=('openssl: TLS support')
options=('!emptydirs')
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
-md5sums=('55641d5d280cdd4e0c030c203107599d')
+md5sums=('4a3d3123ccc7b9b21c1990fe074e3d14')
build() {
cd node-v${pkgver}
diff --git a/community/percona-server/PKGBUILD b/community/percona-server/PKGBUILD
index c27b0d27d..33e2b34fe 100644
--- a/community/percona-server/PKGBUILD
+++ b/community/percona-server/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 69962 2012-04-27 10:25:29Z mtorromeo $
+# $Id: PKGBUILD 70768 2012-05-16 14:40:05Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
pkgname=percona-server
-pkgver=5.5.22_rel25.2
+pkgver=5.5.23_rel25.3
pkgrel=1
pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides improved performance, diagnostics and instrumentation, and manageability of the server"
arch=('i686' 'x86_64')
@@ -99,6 +99,6 @@ package() {
install -dm700 "${pkgdir}"/var/lib/mysql
}
-md5sums=('2fc67b0e0e31c1a7949beae9399abc33'
+md5sums=('b098914c14256187686db0ccbc46a6d4'
'243864805611764a7e5883c1dba7afd8'
'1c949c0dbea5206af0db14942d9927b6')
diff --git a/community/pidgin-otr/PKGBUILD b/community/pidgin-otr/PKGBUILD
index 2a01f18f7..3cfaae4ac 100644
--- a/community/pidgin-otr/PKGBUILD
+++ b/community/pidgin-otr/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 57815 2011-11-03 09:57:10Z lfleischer $
+# $Id: PKGBUILD 70766 2012-05-16 13:08:20Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: Allan McRae <allan@archlinux.org>
@@ -6,16 +6,17 @@
# Contributor: Marcel Wysocki <maci@satgnu.net>
pkgname=pidgin-otr
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.2.1
+pkgrel=1
pkgdesc='Off-the-Record Messaging plugin for Pidgin.'
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url='http://www.cypherpunks.ca/otr/'
depends=('libotr>=3.2.0' 'pidgin' 'perlxml')
+makedepends=('intltool')
source=("http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('8af70b654b7d7c5a5b7785699ff562f9'
- '67d711a7a44cef2791f50b319aaf0e0e')
+md5sums=('4c3f73cca729555ff46c09e789ef6896'
+ 'e9a6d699768bd888f086e697ad984aa7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/remmina/PKGBUILD b/community/remmina/PKGBUILD
index 965ec606a..5933729b9 100644
--- a/community/remmina/PKGBUILD
+++ b/community/remmina/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 70316 2012-05-04 09:53:40Z spupykin $
+# $Id: PKGBUILD 70791 2012-05-16 16:57:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=remmina
pkgver=1.0.0
-pkgrel=6
+pkgrel=7
pkgdesc="Remmina is a remote desktop client written in GTK+. "
arch=(i686 x86_64 'mips64el')
url="http://remmina.sourceforge.net/"
license=('GPL')
-depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 'libgcrypt' 'libxdmcp' 'libgnome-keyring')
-makedepends=('intltool' 'pkgconfig' 'cmake'
+depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 'libgcrypt' 'libxdmcp')
+makedepends=('intltool' 'pkgconfig' 'cmake' 'libgnome-keyring'
'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib')
optdepends=('libxkbfile'
'freerdp'
@@ -32,5 +32,9 @@ build() {
export LDFLAGS="-lX11 -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lpthread -lgnutls"
cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_APPINDICATOR=OFF .
make
+}
+
+package() {
+ cd ${srcdir}/FreeRDP-Remmina-*/
make DESTDIR=${pkgdir} install
}
diff --git a/community/wmname/PKGBUILD b/community/wmname/PKGBUILD
index 0d72d64c7..778e1f94a 100644
--- a/community/wmname/PKGBUILD
+++ b/community/wmname/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 55541 2011-09-14 08:07:38Z andrea $
+# $Id: PKGBUILD 70751 2012-05-16 10:53:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Vincent Kriek <vincent@vincentkriek.nl>
@@ -6,7 +6,7 @@ pkgname=wmname
pkgver=0.1
pkgrel=2
pkgdesc="An utility to set the name of your window manager"
-url="http://www.suckless.org/programs/wmname.html"
+url="http://tools.suckless.org/wmname"
license=('custom')
depends=('libx11')
arch=('i686' 'x86_64' 'mips64el')