summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-06 00:02:44 +0000
committerroot <root@rshg054.dnsready.net>2012-05-06 00:02:44 +0000
commitf37e773fe397778858ea8d51601554863c252536 (patch)
tree9997e525a9baeb85d09bd8e0c12e750781810755 /community
parent5801c5acd80d30d17aaef76b8bc401c61b3ef3c9 (diff)
Sun May 6 00:02:43 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/cdfs/PKGBUILD4
-rw-r--r--community/e4rat/PKGBUILD19
-rw-r--r--community/ecryptfs-utils/PKGBUILD6
-rw-r--r--community/libtorrent/PKGBUILD9
-rw-r--r--community/nodejs/PKGBUILD6
-rw-r--r--community/open-vm-tools/PKGBUILD38
-rw-r--r--community/open-vm-tools/vmware-guestd8
-rw-r--r--community/openbsd-netcat/PKGBUILD8
-rw-r--r--community/openimageio/PKGBUILD11
-rw-r--r--community/pam-krb5/PKGBUILD7
-rw-r--r--community/pam_mysql/PKGBUILD6
-rw-r--r--community/pam_pwcheck/PKGBUILD6
-rw-r--r--community/qingy/PKGBUILD5
-rw-r--r--community/redis/PKGBUILD10
-rw-r--r--community/remmina/PKGBUILD14
-rw-r--r--community/rtorrent/PKGBUILD13
16 files changed, 84 insertions, 86 deletions
diff --git a/community/cdfs/PKGBUILD b/community/cdfs/PKGBUILD
index 752adeaf5..04df57b4f 100644
--- a/community/cdfs/PKGBUILD
+++ b/community/cdfs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 69163 2012-04-09 22:08:34Z spupykin $
+# $Id: PKGBUILD 70326 2012-05-04 17:03:53Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: J. Santiago Hirschfeld <jsantiagoh@yahoo.com.ar>
pkgname=cdfs
pkgver=2.6.27
-pkgrel=20
+pkgrel=21
pkgdesc="File system module that 'exports' all tracks and boot images on a CD as normal files."
arch=(i686 x86_64)
url="http://www.elis.UGent.be/~ronsse/cdfs/"
diff --git a/community/e4rat/PKGBUILD b/community/e4rat/PKGBUILD
index 4055dd567..3bc3a883b 100644
--- a/community/e4rat/PKGBUILD
+++ b/community/e4rat/PKGBUILD
@@ -1,31 +1,25 @@
-# $Id: PKGBUILD 69434 2012-04-16 10:26:17Z mtorromeo $
+# $Id: PKGBUILD 70306 2012-05-04 08:21:46Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: graysky <graysky AT archlinux DOT us>
pkgname=e4rat
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="Toolset to accelerate the boot process and application startups for systems with ext4 root partitions."
arch=('i686' 'x86_64')
url="http://e4rat.sourceforge.net/"
license=('GPL')
-depends=('e2fsprogs' 'util-linux')
+depends=('e2fsprogs')
makedepends=('audit' 'boost' 'cmake')
options=(!strip)
backup=(etc/e4rat.conf)
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/e4rat_${pkgver}_src.tar.gz e4rat-static_core.patch)
-md5sums=('dada998e857794dc7f76ffc887e04c19'
- '9432ac4a8658812828d90b2676e8519f')
-sha256sums=('ec40740ac05fb0470edd682232fb6c7be0bb57420b70f6c39d1df234753f3ec9'
- '9381d3cee3c24de8b1df9a4c4d626a2d9d20bad695133e3dcecc9f0a8277880a')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/e4rat_${pkgver}_src.tar.gz)
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p0 -i "$srcdir/e4rat-static_core.patch"
unset LDFLAGS
- sed -i '/stdlib.h/a #include <unistd.h>' src/fiemap.cc
- cmake -DCMAKE_BUILD_TYPE=Release .
+ cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_CORE_LIBRARY_STATIC=true .
make
}
@@ -35,3 +29,6 @@ package() {
make DESTDIR="$pkgdir" install
install -dm755 "$pkgdir/var/lib/$pkgname"
}
+
+md5sums=('e8e7db69018036f11d509b65c32d3ea4')
+sha256sums=('f6feda9618eff0f9442baf771b4776b634e5a2f39e678c10e4c7946b2c6a96a0')
diff --git a/community/ecryptfs-utils/PKGBUILD b/community/ecryptfs-utils/PKGBUILD
index 1e1ed1b53..8cd135b78 100644
--- a/community/ecryptfs-utils/PKGBUILD
+++ b/community/ecryptfs-utils/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 66344 2012-02-23 20:45:16Z tredaelli $
+# $Id: PKGBUILD 70347 2012-05-04 23:54:39Z allan $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Richard Murri <admin@richardmurri.com>
# Contributor: Michal Krenek <mikos@sg1.cz>
pkgname=ecryptfs-utils
pkgver=96
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="Enterprise-class stacked cryptographic filesystem for Linux"
url="https://launchpad.net/ecryptfs"
@@ -18,7 +18,7 @@ md5sums=('4f92c9f6e8f62ac00ca7e2c4e480f1d7')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
- ./configure --prefix=/usr PYTHON=python2
+ ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
make
}
diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD
index a15316f09..216607e42 100644
--- a/community/libtorrent/PKGBUILD
+++ b/community/libtorrent/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: sh__
pkgname=libtorrent
-pkgver=0.12.9
+pkgver=0.13.2
pkgrel=1
-pkgdesc='BitTorrent library written in C++'
+pkgdesc='BitTorrent library with a focus on high performance and good code'
url='http://libtorrent.rakshasa.no/'
license=('GPL')
arch=('i686' 'x86_64')
depends=('libsigc++2.0' 'openssl')
options=('!libtool')
source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('176a836c6e685e4dad71ac08c0e09caaa5b7757c')
+sha1sums=('4f34a744fbe10c54aaf53d34681fabc1a49d7257')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 9d9c06e8c..0178a38c6 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 70146 2012-04-30 19:17:20Z tdziedzic $
+# $Id: PKGBUILD 70343 2012-05-04 22:20:32Z tdziedzic $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
@@ -7,7 +7,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.6.16
+pkgver=0.6.17
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
@@ -18,7 +18,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=('e056d180d1ae50e615aab800b93a95bd')
+md5sums=('55641d5d280cdd4e0c030c203107599d')
build() {
cd node-v${pkgver}
diff --git a/community/open-vm-tools/PKGBUILD b/community/open-vm-tools/PKGBUILD
index b51bf7aab..c01c7e4f1 100644
--- a/community/open-vm-tools/PKGBUILD
+++ b/community/open-vm-tools/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 69764 2012-04-23 09:16:01Z ibiru $
+# $Id: PKGBUILD 70349 2012-05-04 23:55:01Z allan $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Krzysztof Raczkowski <raczkow@gmail.com>
pkgname=open-vm-tools
pkgver=2012.03.13
_pkgsubver=651368
-pkgrel=2
+pkgrel=4
pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools"
arch=('i686' 'x86_64')
url="http://open-vm-tools.sourceforge.net/"
license=('LGPL')
-depends=('open-vm-tools-modules' 'libdnet' 'icu' 'procps' 'uriparser' 'libsigc++' 'libxss')
+depends=('open-vm-tools-modules' 'libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss')
makedepends=('chrpath' 'doxygen' 'gtkmm' 'fuse' 'libxtst')
optdepends=('gtkmm' 'libnotify' 'libxtst' 'fuse' 'libsm')
options=('docs' '!libtool')
@@ -31,35 +31,35 @@ md5sums=('a664206443d5de53f5f8ee8d5fe6c2d7'
'79b0a14d86191fee70a4639da8bd7785'
'67cb83a9e5a4dd016c1a1da2863ca36d'
'b55d15e2c4be396aad709aeca91033d3'
- '73cc1a2665b0dd62427733d62ead8b9a'
+ '1b9ae908fce4c623269f100ee9bdfdef'
'75a25d83417e683957321f97a00f8465')
build() {
cd "$srcdir/$pkgname-${pkgver}-${_pkgsubver}"
- [ -f Makefile ] || ./configure --prefix=/usr --without-kernel-modules
+ [ -f Makefile ] || CUSTOM_PROCPS_NAME="procps" ./configure --prefix=/usr --without-kernel-modules
make
}
package() {
cd "$srcdir/$pkgname-${pkgver}-${_pkgsubver}"
- make install DESTDIR=$pkgdir
- install -D -m 755 scripts/common/vmware-xdg-detect-de $pkgdir/usr/bin/vmware-xdg-detect-de
- chmod 07755 $pkgdir/usr/bin/vmware-user-suid-wrapper
+ make install DESTDIR="$pkgdir"
+ install -D -m 755 scripts/common/vmware-xdg-detect-de "$pkgdir"/usr/bin/vmware-xdg-detect-de
+ chmod 07755 "$pkgdir"/usr/bin/vmware-user-suid-wrapper
- cd $pkgdir
- patch -p1 -i $srcdir/scripts-network.patch etc/vmware-tools/scripts/vmware/network
- patch -p1 -i $srcdir/scripts-network-FS19541.patch etc/vmware-tools/scripts/vmware/network
+ cd "$pkgdir"
+ patch -p1 -i "$srcdir"/scripts-network.patch etc/vmware-tools/scripts/vmware/network
+ patch -p1 -i "$srcdir"/scripts-network-FS19541.patch etc/vmware-tools/scripts/vmware/network
- install -D -m 755 $srcdir/open-vm-tools.rc.d $pkgdir/etc/rc.d/open-vm-tools
- install -D -m 644 $srcdir/open-vm-tools.conf.d $pkgdir/etc/conf.d/open-vm-tools
- install -D -m 644 $srcdir/tools.conf $pkgdir/etc/vmware-tools/tools.conf
- install -D -m 644 $srcdir/xautostart.conf $pkgdir/etc/vmware-tools/xautostart.conf
- install -D -m 644 $srcdir/vmware-guestd $pkgdir/etc/pam.d/vmware-guestd
- rm -rf $pkgdir/usr/etc
+ install -D -m 755 "$srcdir"/open-vm-tools.rc.d "$pkgdir"/etc/rc.d/open-vm-tools
+ install -D -m 644 "$srcdir"/open-vm-tools.conf.d "$pkgdir"/etc/conf.d/open-vm-tools
+ install -D -m 644 "$srcdir"/tools.conf "$pkgdir"/etc/vmware-tools/tools.conf
+ install -D -m 644 "$srcdir"/xautostart.conf "$pkgdir"/etc/vmware-tools/xautostart.conf
+ install -D -m 644 "$srcdir"/vmware-guestd "$pkgdir"/etc/pam.d/vmware-guestd
+ rm -rf "$pkgdir"/usr/etc
- ln -fs /usr/sbin/mount.vmhgfs $pkgdir/sbin/mount.vmhgfs
+ ln -fs /usr/sbin/mount.vmhgfs "$pkgdir"/sbin/mount.vmhgfs
- cd $pkgdir && find -type f -exec sh -c "file {} | grep ELF >/dev/null && echo {} && chrpath -d {}" \;
+ cd "$pkgdir" && find -type f -exec sh -c "file {} | grep ELF >/dev/null && echo {} && chrpath -d {}" \;
}
diff --git a/community/open-vm-tools/vmware-guestd b/community/open-vm-tools/vmware-guestd
index ac80c0385..f8ea34fc0 100644
--- a/community/open-vm-tools/vmware-guestd
+++ b/community/open-vm-tools/vmware-guestd
@@ -1,6 +1,6 @@
#%PAM-1.0
-auth sufficient /lib/security/pam_unix2.so shadow nullok
-auth required /lib/security/pam_unix_auth.so shadow nullok
-account sufficient /lib/security/pam_unix2.so
-account required /lib/security/pam_unix_acct.so
+auth sufficient pam_unix2.so shadow nullok
+auth required pam_unix_auth.so shadow nullok
+account sufficient pam_unix2.so
+account required pam_unix_acct.so
diff --git a/community/openbsd-netcat/PKGBUILD b/community/openbsd-netcat/PKGBUILD
index bcd294ade..afa9b3644 100644
--- a/community/openbsd-netcat/PKGBUILD
+++ b/community/openbsd-netcat/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 69318 2012-04-13 16:10:15Z spupykin $
+# $Id: PKGBUILD 70324 2012-05-04 10:32:12Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu>
pkgname="openbsd-netcat"
pkgver=1.105
-pkgrel=2
-_patch=4
+pkgrel=3
+_patch=6
pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
arch=('i686' 'x86_64')
url="http://packages.debian.org/sid/netcat-openbsd"
@@ -15,7 +15,7 @@ makedepends=('gcc' 'make')
source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver}.orig.tar.gz"
"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver}-${_patch}.debian.tar.gz")
md5sums=('7e67b22f1ad41a1b7effbb59ff28fca1'
- '76b88083b77eb2e6f014cdb3020a96ac')
+ '1928b269b86d404ffb8ff57d3ead1d2c')
build() {
cd $srcdir/netcat-openbsd-${pkgver}
diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD
index c3a38cdf8..f0ca5cfa1 100644
--- a/community/openimageio/PKGBUILD
+++ b/community/openimageio/PKGBUILD
@@ -1,11 +1,10 @@
-# $Id: PKGBUILD 68034 2012-03-17 05:42:53Z svenstaro $
+# $Id: PKGBUILD 70334 2012-05-04 17:47:24Z svenstaro $
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=openimageio
-_pkgname=OpenImageIO
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
pkgdesc="A library for reading and writing images, including classes, utilities, and applications."
arch=(i686 x86_64)
url="http://www.openimageio.org/"
@@ -14,8 +13,8 @@ depends=('openexr' 'boost-libs' 'jasper' 'glew')
makedepends=('cmake' 'qt' 'python2' 'boost')
optdepends=('qt: iv image viewer'
'python2: bindings support')
-source=("https://github.com/$_pkg/oiio/tarball/Release-${pkgver/_/-}")
-md5sums=('5b74d7bda23f4b0e33c5104fd8dbdf79')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('2114f40a6015d2ba4d36fc18620f2edb')
build() {
cd "$srcdir"/$_pkgname*/src
diff --git a/community/pam-krb5/PKGBUILD b/community/pam-krb5/PKGBUILD
index 7ad0ed1d4..85c53eff2 100644
--- a/community/pam-krb5/PKGBUILD
+++ b/community/pam-krb5/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 66533 2012-02-25 23:48:00Z lfleischer $
+# $Id: PKGBUILD 70351 2012-05-04 23:55:05Z allan $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Ryan Corder <ryanc@greengrey.org>
pkgname=pam-krb5
pkgver=4.5
-pkgrel=1
+pkgrel=2
pkgdesc='A PAM module providing Kerberos v5 support.'
arch=('i686' 'x86_64')
url='http://www.eyrie.org/~eagle/software/pam-krb5/'
@@ -17,7 +17,8 @@ md5sums=('5736795225cf7f84718af42a15570fe0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr \
- --enable-reduced-depends
+ --enable-reduced-depends \
+ --libdir=/usr/lib
make
}
diff --git a/community/pam_mysql/PKGBUILD b/community/pam_mysql/PKGBUILD
index ebd070a28..42cefbd84 100644
--- a/community/pam_mysql/PKGBUILD
+++ b/community/pam_mysql/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 64780 2012-02-18 04:39:54Z svenstaro $
+# $Id: PKGBUILD 70353 2012-05-04 23:55:09Z allan $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Arjan Timmerman<arjan@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=pam_mysql
pkgver=0.7RC1
-pkgrel=5
+pkgrel=6
pkgdesc="A PAM module to authenticate users against mysql."
arch=(i686 x86_64)
license=('GPL')
@@ -18,7 +18,7 @@ build() {
cd $srcdir/$pkgname-$pkgver
sed -i 's/pam_mysql_la_LIBADD = /pam_mysql_la_LIBADD = -lpam/g' Makefile.in
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-pam-mods-dir=/usr/lib/security
make
}
diff --git a/community/pam_pwcheck/PKGBUILD b/community/pam_pwcheck/PKGBUILD
index 7ef36f88c..84fc7be25 100644
--- a/community/pam_pwcheck/PKGBUILD
+++ b/community/pam_pwcheck/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61543 2012-01-02 13:40:06Z spupykin $
+# $Id: PKGBUILD 70355 2012-05-04 23:55:13Z allan $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=pam_pwcheck
pkgver=3.9
-pkgrel=3
+pkgrel=4
pkgdesc="A password strength checking module for PAM-aware password changing programs"
arch=(i686 x86_64)
url="http://www.thkukuk.de/pam/pam_pwcheck/"
@@ -14,7 +14,7 @@ md5sums=('27be63338af88d14610d182b6a161cd1')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man
+ ./configure --prefix=/usr --mandir=/usr/share/man --libdir=/usr/lib
make
make DESTDIR=$pkgdir install
}
diff --git a/community/qingy/PKGBUILD b/community/qingy/PKGBUILD
index c55dc7dae..c077229c8 100644
--- a/community/qingy/PKGBUILD
+++ b/community/qingy/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 68162 2012-03-18 19:39:54Z ebelanger $
+# $Id: PKGBUILD 70357 2012-05-04 23:55:21Z allan $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=qingy
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="A DirectFB getty replacement"
arch=('i686' 'x86_64')
url="http://qingy.sourceforge.net/"
@@ -21,6 +21,7 @@ md5sums=('1e0912655e240adfd0ce5ced30bbc685'
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ sed -i 's|/lib/security/||' media/pam/default/qingy
XFREE=/usr/bin/Xorg XINIT=/usr/bin/xinit \
./configure --prefix=/usr --sbindir=/sbin --sysconfdir=/etc \
--disable-optimizations --enable-pam \
diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD
index a46b4422d..29b1f109f 100644
--- a/community/redis/PKGBUILD
+++ b/community/redis/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 70007 2012-04-28 09:18:17Z spupykin $
+# $Id: PKGBUILD 70310 2012-05-04 09:33:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
# Contributor: nofxx <x@<nick>.com>
pkgname=redis
-pkgver=2.4.11
-pkgrel=2
+pkgver=2.4.13
+pkgrel=1
pkgdesc="Advanced key-value store"
arch=('i686' 'x86_64')
url="http://redis.io/"
@@ -18,8 +18,8 @@ backup=("etc/redis.conf"
source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz"
"redis.d"
"redis.logrotate")
-md5sums=('ccd193d80196855343840db6110bf58d'
- '9d58bcc2bc0e193353206c608e71f5d6'
+md5sums=('f8a160f8a6fe7d7e8ebb4c23ff583d71'
+ '4f2c02b481283d1336508c988e60e8d8'
'9e2d75b7a9dc421122d673fe520ef17f')
build() {
diff --git a/community/remmina/PKGBUILD b/community/remmina/PKGBUILD
index 76335d7d6..290e46ab1 100644
--- a/community/remmina/PKGBUILD
+++ b/community/remmina/PKGBUILD
@@ -1,24 +1,22 @@
-# $Id: PKGBUILD 69472 2012-04-16 15:12:51Z spupykin $
+# $Id: PKGBUILD 70316 2012-05-04 09:53:40Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=remmina
pkgver=1.0.0
-pkgrel=5
+pkgrel=6
pkgdesc="Remmina is a remote desktop client written in GTK+. "
arch=(i686 x86_64)
url="http://remmina.sourceforge.net/"
license=('GPL')
-depends=('gtk2' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 'libgcrypt' 'libxdmcp' 'libgnome-keyring')
+depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 'libgcrypt' 'libxdmcp' 'libgnome-keyring')
makedepends=('intltool' 'pkgconfig' 'cmake'
'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib')
-optdepends=('avahi'
- 'libxkbfile'
+optdepends=('libxkbfile'
'freerdp'
'telepathy-glib'
'gnome-keyring')
replaces=('remmina-plugins')
-provides=("grdc" "grdc=$pkgver" 'remmina-plugins')
-conflicts=("grdc")
+provides=('remmina-plugins')
install=remmina.install
source=(https://github.com/downloads/FreeRDP/Remmina/Remmina-$pkgver.tar.gz
'https://github.com/FreeRDP/Remmina/commit/569d9bb702d06c061dfbbf3c590d57ea83a04369.diff'
@@ -32,7 +30,7 @@ build() {
patch -p1 -i "${srcdir}/569d9bb702d06c061dfbbf3c590d57ea83a04369.diff"
patch -p1 -i "${srcdir}/f7d1038ba358a295fb46c681db5c47e4ead97306.diff"
export LDFLAGS="-lX11 -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lpthread -lgnutls"
- cmake -DWITH_APPINDICATOR=OFF -DCMAKE_INSTALL_PREFIX=/usr .
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_APPINDICATOR=OFF .
make
make DESTDIR=${pkgdir} install
}
diff --git a/community/rtorrent/PKGBUILD b/community/rtorrent/PKGBUILD
index 0f387097d..393373fa4 100644
--- a/community/rtorrent/PKGBUILD
+++ b/community/rtorrent/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: Daenyth <Daenyth [at] gmail [dot] com>
+# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# Contributor: Daenyth <Daenyth [at] gmail [dot] com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: sh__
pkgname=rtorrent
-pkgver=0.8.9
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
pkgdesc='Ncurses BitTorrent client based on libTorrent'
url='http://libtorrent.rakshasa.no/'
license=('GPL')
arch=('i686' 'x86_64')
-depends=('libtorrent=0.12.9' 'curl' 'xmlrpc-c')
+depends=('libtorrent=0.13.2' 'curl' 'xmlrpc-c')
source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('0ac51c185e98b5a386e5f1a07bca9a9963e2d6ce')
+sha1sums=('2a642d722745091265037ed8929a23c237a3b99f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -19,7 +20,7 @@ build() {
export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
./configure \
--prefix=/usr \
- --enable-debug \
+ --disable-debug \
--with-xmlrpc-c \
make