summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-11-15 23:14:47 +0000
committerroot <root@rshg054.dnsready.net>2011-11-15 23:14:47 +0000
commit91ef4ffb2e0ba850501329a8bbc0b326788bd58c (patch)
tree3731bbc0887d98ae3a45395f9826cc51ae3473c3 /community
parent28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 (diff)
Tue Nov 15 23:14:47 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/duplicity/PKGBUILD6
-rw-r--r--community/gtkwave/PKGBUILD6
-rw-r--r--community/open-vm-tools-modules/PKGBUILD12
-rw-r--r--community/open-vm-tools-modules/modprobe.conf2
-rw-r--r--community/open-vm-tools-modules/open-vm-tools-modules.install12
5 files changed, 17 insertions, 21 deletions
diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD
index 1d03ff210..13d46f2d5 100644
--- a/community/duplicity/PKGBUILD
+++ b/community/duplicity/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 55816 2011-09-22 11:26:50Z lfleischer $
+# $Id: PKGBUILD 58556 2011-11-14 12:40:26Z lfleischer $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=duplicity
-pkgver=0.6.15
+pkgver=0.6.16
pkgrel=1
pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url='http://www.nongnu.org/duplicity/'
license=('GPL')
depends=('librsync' 'ncftp' 'python2' 'python-boto' 'python-gnupginterface')
source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('88f3c990f41fde86cd7d5af5a1bc7b81')
+md5sums=('55996756a5bc9743add738cfcba2dda2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/gtkwave/PKGBUILD b/community/gtkwave/PKGBUILD
index 1a71ea7bc..e993ed0f3 100644
--- a/community/gtkwave/PKGBUILD
+++ b/community/gtkwave/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 57344 2011-10-26 07:36:21Z ebelanger $
+# $Id: PKGBUILD 58564 2011-11-15 03:42:53Z ebelanger $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: Jared Casper <jaredcasper@gmail.com>
pkgname=gtkwave
-pkgver=3.3.27
+pkgver=3.3.28
pkgrel=1
pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('bzip2' 'xz' 'gtk2')
makedepends=('gperf')
install='gtkwave.install'
source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz")
-md5sums=('0ab7f1a239c73ed7773ef0a33db6a683')
+md5sums=('396cc15cfc12801c9ad6af507ee4a0f1')
build() {
cd "${srcdir}/gtkwave-${pkgver}"
diff --git a/community/open-vm-tools-modules/PKGBUILD b/community/open-vm-tools-modules/PKGBUILD
index 022db4869..83956d522 100644
--- a/community/open-vm-tools-modules/PKGBUILD
+++ b/community/open-vm-tools-modules/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 58321 2011-11-11 11:56:51Z spupykin $
+# $Id: PKGBUILD 58558 2011-11-14 12:47:57Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Krzysztof Raczkowski <raczkow@gmail.com>
pkgname=open-vm-tools-modules
pkgver=2011.10.26
_pkgsubver=514583
-pkgrel=2
+pkgrel=3
pkgdesc="kernel modules for the open source implementation of VMware Tools"
arch=('i686' 'x86_64')
url="http://open-vm-tools.sourceforge.net/"
@@ -14,8 +14,10 @@ makedepends=('libdnet' 'icu' 'uriparser' 'linux-headers')
depends=("linux")
install=$pkgname.install
options=('!strip')
-source=("http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz")
-md5sums=('06f299375a91fbcba9d16b5007490023')
+source=("http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz"
+ "modprobe.conf")
+md5sums=('06f299375a91fbcba9d16b5007490023'
+ 'ac9b8e3cb798f5056ca92767ec705117')
build() {
_kernver=`pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -`
@@ -40,4 +42,6 @@ package() {
done
sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='$KERNEL_VERSION'/" $startdir/$pkgname.install
gzip $pkgdir/lib/modules/extramodules-3.${_kernver}-ARCH/*.ko
+
+ install -D -m 644 ${srcdir}/modprobe.conf ${pkgdir}/etc/modprobe.d/${pkgname}.conf
}
diff --git a/community/open-vm-tools-modules/modprobe.conf b/community/open-vm-tools-modules/modprobe.conf
new file mode 100644
index 000000000..b72fcc61a
--- /dev/null
+++ b/community/open-vm-tools-modules/modprobe.conf
@@ -0,0 +1,2 @@
+#VMware net driver
+install pcnet32 /sbin/modprobe -q --ignore-install vmxnet; /sbin/modprobe -q --ignore-install pcnet32 ; /bin/true;
diff --git a/community/open-vm-tools-modules/open-vm-tools-modules.install b/community/open-vm-tools-modules/open-vm-tools-modules.install
index cdd13e929..187dfb1bb 100644
--- a/community/open-vm-tools-modules/open-vm-tools-modules.install
+++ b/community/open-vm-tools-modules/open-vm-tools-modules.install
@@ -3,15 +3,8 @@ KERNEL_VERSION='3.1.0-4-ARCH'
post_install() {
depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
- VMXNET="install pcnet32 /sbin/modprobe -q --ignore-install vmxnet;"
- VMXNET="$VMXNET /sbin/modprobe -q --ignore-install pcnet32 $CMDLINE_OPTS;"
- VMXNET="$VMXNET /bin/true;"
-
- echo ">>> Enabling vmxnet driver in /etc/modprobe.d/modprobe.conf"
+ echo ">>> Enabling vmxnet driver in /etc/modprobe.d/open-vm-tools-modules.conf"
echo ">>> (this will disable pcnet32 driver)"
- sed "$ a \\\n#VMware net driver\n$VMXNET" -i /etc/modprobe.d/modprobe.conf
- echo
-
echo ">>>"
echo ">>> If vmxnet driver doesn't handle your NIC, you have to manually"
echo ">>> disable loading of pcnet32 driver"
@@ -25,9 +18,6 @@ post_upgrade() {
post_remove() {
depmod -a -v $KERNEL_VERSION > /dev/null 2>&1
- echo ">>> Disabling vmxnet driver in /etc/modprobe.d/modprobe.conf"
- sed "/VMware net driver/,+1 d" -i /etc/modprobe.d/modprobe.conf
-
echo ">>>"
echo ">>> Remember to un-blacklist pcnet32 driver"
echo ">>>"