summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-31 23:14:57 +0000
committerroot <root@rshg054.dnsready.net>2012-01-31 23:14:57 +0000
commitc34f78dd37c2a2015d43de5d89748a2f8147ba1b (patch)
tree2e3912930db02e8f8cbfa8a58eae203b886fa2d9 /community
parent902eddd7e029eda6fc1c668b31e696c6ca3edbc7 (diff)
Tue Jan 31 23:14:56 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/cuda-toolkit/PKGBUILD3
-rw-r--r--community/go/PKGBUILD4
-rw-r--r--community/ibus/PKGBUILD57
-rw-r--r--community/ibus/ibus.install12
-rw-r--r--community/minidlna/PKGBUILD12
-rw-r--r--community/tcsh/PKGBUILD16
-rw-r--r--community/v8/PKGBUILD4
-rw-r--r--community/xwax/PKGBUILD6
8 files changed, 57 insertions, 57 deletions
diff --git a/community/cuda-toolkit/PKGBUILD b/community/cuda-toolkit/PKGBUILD
index 1612ba93e..e886b8a88 100644
--- a/community/cuda-toolkit/PKGBUILD
+++ b/community/cuda-toolkit/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=cuda-toolkit
pkgver=4.1.28
-pkgrel=1
+pkgrel=2
_fedver=14
pkgdesc="NVIDIA's GPU programming toolkit"
arch=('i686' 'x86_64')
@@ -38,6 +38,7 @@ package() {
sh cudatoolkit_${pkgver}_linux_${_arch}_fedora${_fedver}.run --keep -- --prefix=$pkgdir/opt/cuda-toolkit
sed -i "/unsupported GNU/d" $pkgdir/opt/cuda-toolkit/include/host_config.h
+ sed -i "s|/build/pkg||g" $pkgdir/opt/cuda-toolkit/bin/nvvp
install -Dm755 cuda-toolkit.sh $pkgdir/etc/profile.d/cuda-toolkit.sh
install -Dm644 cuda-toolkit.conf $pkgdir/etc/ld.so.conf.d/cuda-toolkit.conf
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 24eda6252..eefe760c7 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: PKGBUILD 63009 2012-01-30 12:36:34Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Andres Perera <andres87p gmail>
# Contributor: Matthew Bauer <mjbauer95@gmail.com>
@@ -6,7 +6,7 @@
pkgname=go
pkgver=r60.3
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc='Google Go compiler and tools (release version)'
arch=('i686' 'x86_64')
diff --git a/community/ibus/PKGBUILD b/community/ibus/PKGBUILD
index 445e8fd37..6071b1254 100644
--- a/community/ibus/PKGBUILD
+++ b/community/ibus/PKGBUILD
@@ -1,3 +1,4 @@
+# $Id: PKGBUILD 63348 2012-01-30 21:56:05Z ebelanger $
# Contributor: Rainy <rainylau(at)gmail(dot)com>
# Contributor: Lee.MaRS <leemars at gmail dot com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
@@ -5,45 +6,43 @@
pkgname=ibus
pkgver=1.4.0
-pkgrel=1
-pkgdesc='Next Generation Input Bus for Linux.'
+pkgrel=2
+pkgdesc="Next Generation Input Bus for Linux"
arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com"
license=('LGPL')
-url='http://ibus.googlecode.com'
-depends=('dbus-python>=0.84.0' 'gconf' 'dconf' 'python2' 'pygtk' 'pyxdg' 'iso-codes' 'librsvg' 'python-notify' 'hicolor-icon-theme' 'gtk3')
+depends=('dbus-python>=0.84.0' 'gconf' 'dconf' 'pyxdg' \
+ 'iso-codes' 'librsvg' 'python-notify' 'hicolor-icon-theme')
+makedepends=('intltool' 'gobject-introspection')
optdepends=('notification-daemon')
-makedepends=('intltool')
options=('!libtool')
install=ibus.install
source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
md5sums=('b4f063794e89c71eb1f8cb543210da30')
build() {
- cd ${pkgname}-${pkgver}
-
- export PYTHON=python2
-
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/ibus \
- --sysconfdir=/etc \
- --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
- --enable-gtk3
-
- # python2 fix
- for file in setup/ibus-setup.in ui/gtk/ibus-ui-gtk.in; do
- sed -i 's_exec python_exec python2_' $file
- done
-
- make
+ cd ${pkgname}-${pkgver}
+ export PYTHON=python2
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/ibus \
+ --sysconfdir=/etc \
+ --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
+ --enable-gtk3
+
+# python2 fix
+ for file in setup/ibus-setup.in ui/gtk/ibus-ui-gtk.in; do
+ sed -i 's_exec python_exec python2_' $file
+ done
+
+ make
}
package() {
- cd ${pkgname}-${pkgver}
-
- export PYTHON=python2
-
- make DESTDIR=${pkgdir} install
-
- find ${pkgdir} -type f -exec sed -i 's_exec /usr/bin/python_exec /usr/bin/python2_' {} \;
+ cd ${pkgname}-${pkgver}
+ export PYTHON=python2
+ make DESTDIR="${pkgdir}" install
+ install -d "${pkgdir}/etc/xdg/autostart"
+ ln -s /usr/share/applications/ibus.desktop "${pkgdir}/etc/xdg/autostart/ibus.desktop"
+ find "${pkgdir}" -type f -exec sed -i 's_exec /usr/bin/python_exec /usr/bin/python2_' {} \;
}
diff --git a/community/ibus/ibus.install b/community/ibus/ibus.install
index 439f00b29..c55665c27 100644
--- a/community/ibus/ibus.install
+++ b/community/ibus/ibus.install
@@ -1,10 +1,10 @@
post_install() {
echo "Updating gtk.immodules..."
- /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
+ gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
echo "Done."
- /usr/sbin/gconfpkg --install ibus
- gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
+ gconfpkg --install ibus
+ gtk-update-icon-cache -fq -t usr/share/icons/hicolor
# update for gkt3
gtk-query-immodules-3.0 --update-cache
@@ -19,12 +19,12 @@ post_upgrade() {
}
pre_remove() {
- /usr/sbin/gconfpkg --uninstall ibus
+ gconfpkg --uninstall ibus
}
post_remove() {
- /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules
- gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
+ gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
+ gtk-update-icon-cache -fq -t usr/share/icons/hicolor
# update for gkt3
gtk-query-immodules-3.0 --update-cache
diff --git a/community/minidlna/PKGBUILD b/community/minidlna/PKGBUILD
index f504cd36b..77d8b7f48 100644
--- a/community/minidlna/PKGBUILD
+++ b/community/minidlna/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 62167 2012-01-17 08:00:28Z spupykin $
+# $Id: PKGBUILD 62999 2012-01-30 10:47:05Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer:Biginoz < biginoz AT free point fr>
# Contributor: Ignacio Galmarino <igalmarino@gmail.com>
# Contributor: Matthias Sobczyk <matthias.sobczyk@googlemail.com>
pkgname=minidlna
-pkgver=1.0.22
-pkgrel=5
+pkgver=1.0.23
+pkgrel=2
pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/minidlna/"
@@ -18,7 +18,7 @@ backup=('etc/minidlna.conf'
changelog=changelog
source=(http://downloads.sourceforge.net/minidlna/minidlna_${pkgver}_src.tar.gz
minidlna.rc)
-md5sums=('3de2f6b54f43bb998dfad3c8fa75cef3'
+md5sums=('409a36830a9ac2aaddfaff4c8b90a40f'
'b64b8b749f1c23b3f1a2ee6d6ded07fd')
build() {
@@ -29,7 +29,9 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
DESTDIR=$pkgdir make install
- install -D -m755 ${srcdir}/minidlna.rc ${pkgdir}/etc/rc.d/minidlna
+ install -Dm644 minidlna.conf ${pkgdir}/etc/minidlna.conf
+
+ install -Dm755 ${srcdir}/minidlna.rc ${pkgdir}/etc/rc.d/minidlna
mkdir -p $pkgdir/etc/conf.d
echo 'MINIDLNA_USER=nobody' >$pkgdir/etc/conf.d/minidlna
}
diff --git a/community/tcsh/PKGBUILD b/community/tcsh/PKGBUILD
index a1ac07f5b..fd9484acb 100644
--- a/community/tcsh/PKGBUILD
+++ b/community/tcsh/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 57883 2011-11-04 08:18:37Z lfleischer $
+# $Id: PKGBUILD 63350 2012-01-30 22:26:07Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=tcsh
-pkgver=6.17.00
-pkgrel=4
+pkgver=6.18.00
+pkgrel=1
pkgdesc='Enhanced version of the Berkeley C shell.'
arch=('i686' 'x86_64')
url='http://www.tcsh.org/Welcome'
@@ -16,25 +16,23 @@ backup=('etc/csh.cshrc'
install='tcsh.install'
source=("ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'csh.cshrc'
- 'tcsh-6.17.00-ls-colors-var.patch'
'csh.login')
-md5sums=('c47de903e3d52f6824c8dd0c91eeb477'
+md5sums=('ee9b3aa36fb38d32eab6a37a34e4c341'
'7ca0fe6d1a1b9a0093f632499d4fb112'
- '0ed594ef77bc689265632682e18462eb'
'4869b9da87c79854e2cc97241f125853')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p0 < ../tcsh-6.17.00-ls-colors-var.patch
-
- ./configure --prefix=/ --sysconfdir=/etc
+ ./configure --prefix=/usr --sysconfdir=/etc --bindir=/bin
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ install -dm0755 "${pkgdir}/bin/"
+
make DESTDIR="${pkgdir}" mandir=/usr/share/man install install.man
install -Dm0644 "${srcdir}/csh.cshrc" "${pkgdir}/etc/csh.cshrc"
diff --git a/community/v8/PKGBUILD b/community/v8/PKGBUILD
index 514cdcca2..02cee4ebd 100644
--- a/community/v8/PKGBUILD
+++ b/community/v8/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61849 2012-01-09 06:27:02Z tdziedzic $
+# $Id: PKGBUILD 62986 2012-01-30 06:42:07Z tdziedzic $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: tocer <tocer.deng@gmail.com>
pkgname=v8
-pkgver=3.6.6.14
+pkgver=3.6.6.20
pkgrel=1
pkgdesc='A fast and modern javascript engine'
arch=('i686' 'x86_64')
diff --git a/community/xwax/PKGBUILD b/community/xwax/PKGBUILD
index f504189bf..beb6b52cd 100644
--- a/community/xwax/PKGBUILD
+++ b/community/xwax/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 53200 2011-07-31 23:46:37Z lfleischer $
+# $Id: PKGBUILD 63352 2012-01-30 22:33:32Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: sputnick <gilles DOT quenot AT gmail DOT com>
pkgname=xwax
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='Open-source vinyl emulation software for Linux.'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ optdepends=('cdparanoia: for CD import'
'mpg123: for MP3 import'
'ffmpeg: for video fallback import')
source=("http://www.xwax.co.uk/releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('cb07866ac8d4f9e2e12518a6ebd1d6e7')
+md5sums=('17649401ee16a91f56c1cdc8995a752a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"