summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/lxdm/PKGBUILD4
-rw-r--r--community/lxdm/lxdm.install26
-rw-r--r--community/nodejs/PKGBUILD6
-rw-r--r--community/wbar/PKGBUILD8
-rw-r--r--community/wbar/wbar.changelog3
5 files changed, 22 insertions, 25 deletions
diff --git a/community/lxdm/PKGBUILD b/community/lxdm/PKGBUILD
index 4a6d1c707..7fb73b5b1 100644
--- a/community/lxdm/PKGBUILD
+++ b/community/lxdm/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 74705 2012-08-02 08:51:42Z bpiotrowski $
+# $Id: PKGBUILD 76688 2012-09-26 21:14:05Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: AndyRTR <andyrtr@archlinux.org>
# Contributor: kiefer <jorgelmadrid@gmail.com>
pkgname=lxdm
pkgver=0.4.1
-pkgrel=14
+pkgrel=15
pkgdesc='Lightweight X11 Display Manager'
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/lxdm/"
diff --git a/community/lxdm/lxdm.install b/community/lxdm/lxdm.install
index eaf2339cd..4d1285dc5 100644
--- a/community/lxdm/lxdm.install
+++ b/community/lxdm/lxdm.install
@@ -1,24 +1,18 @@
-pkgname=lxdm
-
post_install() {
- if [ -z "`getent group "lxdm" 2> /dev/null`" ]; then
- groupadd lxdm
- chown root:lxdm /etc/lxdm/lxdm.conf
- fi
- chown -R root:lxdm /var/lib/lxdm > /dev/null
- chmod +r /etc/lxdm/lxdm.conf
+ if ! getent group lxdm > /dev/null ; then
+ groupadd --system lxdm
+ chgrp -R lxdm /var/lib/lxdm
+ chgrp lxdm /etc/lxdm/lxdm.conf
+ chmod +r /etc/lxdm/lxdm.conf
+ fi
}
post_upgrade() {
- post_install
+ post_install $1
}
post_remove() {
- getent group "lxdm" &>/dev/null && groupdel lxdm #1>/dev/null
- return 0
+ if ! getent group lxdm > /dev/null ; then
+ groupdel lxdm
+ fi
}
-
-op=$1
-shift
-
-$op "$@"
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 066c0c47d..7234f166f 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 76180 2012-09-12 17:56:42Z bpiotrowski $
+# $Id: PKGBUILD 76680 2012-09-26 13:50:57Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
@@ -8,7 +8,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.8.9
+pkgver=0.8.10
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ depends=('openssl' 'python2') #'v8')
checkdepends=('curl') # curl used for check()
options=('!emptydirs')
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
-md5sums=('5470b3951a3b2684cfa71027801bd19d')
+md5sums=('e8d26670a4b0746b10e9f06e26e7f30d')
build() {
cd node-v${pkgver}
diff --git a/community/wbar/PKGBUILD b/community/wbar/PKGBUILD
index 6dbc694a1..3d20bcbd6 100644
--- a/community/wbar/PKGBUILD
+++ b/community/wbar/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 67431 2012-03-11 19:04:07Z lcarlier $
+# $Id: PKGBUILD 76682 2012-09-26 19:34:38Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=wbar
-pkgver=2.3.0
+pkgver=2.3.4
pkgrel=1
pkgdesc="A quick launch bar developed with speed in mind"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ url="http://code.google.com/p/wbar"
license=('GPL')
depends=('libglade' 'imlib2' 'gcc-libs')
makedepends=('intltool')
-source=(http://wbar.googlecode.com/files/${pkgname}_${pkgver}.orig.tar.gz)
-sha256sums=('1a192f150eae92d1c92b86050e4f8046de960a2452c48190187dd6b7a89df63b')
+source=(http://wbar.googlecode.com/files/$pkgname-$pkgver.tgz)
+sha256sums=('46a69849e4436529aefb5cfb2c94b520d05a53c237e7773b90207f67f97a93e3')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/wbar/wbar.changelog b/community/wbar/wbar.changelog
index 17916badd..95467b033 100644
--- a/community/wbar/wbar.changelog
+++ b/community/wbar/wbar.changelog
@@ -1,3 +1,6 @@
+2012-09-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * wbar 2.3.4-1
+
2011-05-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* wbar 2.2.2-1