summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/cantata/PKGBUILD8
-rw-r--r--community/cinnamon/PKGBUILD6
-rw-r--r--community/fish/PKGBUILD6
-rw-r--r--community/gecko-mediaplayer/PKGBUILD8
-rw-r--r--community/gmtk/PKGBUILD8
-rw-r--r--community/gnome-mplayer/PKGBUILD8
-rw-r--r--community/go/PKGBUILD64
-rw-r--r--community/minetest/PKGBUILD39
-rw-r--r--community/minetest/minetest.install17
-rw-r--r--community/mumble/PKGBUILD10
-rw-r--r--community/murmur/PKGBUILD8
-rw-r--r--community/nemo/PKGBUILD6
-rw-r--r--community/nodejs/PKGBUILD6
-rw-r--r--community/notmuch/PKGBUILD34
-rw-r--r--community/pd/PKGBUILD16
-rw-r--r--community/pragha/PKGBUILD13
-rw-r--r--community/pragha/cdio-includes.patch23
-rw-r--r--community/pwgen/PKGBUILD30
-rw-r--r--community/python-pymongo/PKGBUILD6
-rw-r--r--community/python-pyxattr/PKGBUILD8
-rw-r--r--community/roxterm/PKGBUILD8
-rw-r--r--community/sxiv/PKGBUILD10
22 files changed, 204 insertions, 138 deletions
diff --git a/community/cantata/PKGBUILD b/community/cantata/PKGBUILD
index 72a57d369..3c6d8ba46 100644
--- a/community/cantata/PKGBUILD
+++ b/community/cantata/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 91619 2013-05-25 12:01:52Z bpiotrowski $
+# $Id: PKGBUILD 92187 2013-06-02 15:36:24Z bpiotrowski $
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Mcder3 <mcder3[at]gmail[dot]com>
# Contributor: MisterFred <mister.fred[at]free[dot]fr>
pkgname=cantata
-pkgver=1.0.2
+pkgver=1.0.3
pkgdesc="A KDE client for the music player daemon (MPD)"
pkgrel=1
arch=('i686' 'x86_64')
url="http://kde-apps.org/content/show.php/Cantata?content=147733"
license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp' 'libcddb' 'libmusicbrainz5')
makedepends=('cmake' 'automoc4')
install="$pkgname.install"
source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
-md5sums=('b69c568be6a2738d5ce640e759ae0253')
+md5sums=('fd942d25127a7936efaf1fe887d66189')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/cinnamon/PKGBUILD b/community/cinnamon/PKGBUILD
index f7164d02a..d32871c1b 100644
--- a/community/cinnamon/PKGBUILD
+++ b/community/cinnamon/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 91564 2013-05-23 20:10:59Z faidoc $
+# $Id: PKGBUILD 92190 2013-06-02 15:47:25Z faidoc $
# Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com>
# Contributor: M0Rf30
# Contributor: unifiedlinux
# Contributor: CReimer
pkgname=cinnamon
-pkgver=1.8.6
+pkgver=1.8.8
pkgrel=1
pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience"
arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/
"switch-applications.patch"
"fallback-helpers.patch"
"idle-dim.patch")
-sha256sums=('6b1d606e9b42892877b481f456f2dee4684c4d7aedf8e656ec1114037d7b5fc8'
+sha256sums=('4b6495c0294283e649e9e3fc5ae630c9d63cd6e8177bc3dfc29170f8d32efbc0'
'a0c05c995102b16f1060cbd43931eeaefeafd0265a0335e4ca14a143bd4c8c30'
'ee5694bdc997ffa35a817f691b15bae13747137d35ec2aecd0da298d7edbe426'
'01508c4f41664d5e29f700dc77c9f5c5441f128ab759f0ae8325c5fdda70b00e'
diff --git a/community/fish/PKGBUILD b/community/fish/PKGBUILD
index a78c8593c..dbd808f40 100644
--- a/community/fish/PKGBUILD
+++ b/community/fish/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 91004 2013-05-17 09:36:29Z bpiotrowski $
+# $Id: PKGBUILD 92181 2013-06-02 13:25:12Z bpiotrowski $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Abhishek Dasgupta <abhidg@gmail.com>
@@ -7,12 +7,12 @@
pkgname=fish
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Smart and user friendly shell intended mostly for interactive use'
arch=('i686' 'x86_64')
url='http://fishshell.com/'
license=('GPL2')
-depends=('python2')
+depends=('python2' 'inetutils')
makedepends=('doxygen' 'python')
install=fish.install
source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)
diff --git a/community/gecko-mediaplayer/PKGBUILD b/community/gecko-mediaplayer/PKGBUILD
index 8a1100d66..aed59c6e8 100644
--- a/community/gecko-mediaplayer/PKGBUILD
+++ b/community/gecko-mediaplayer/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 79363 2012-11-03 16:29:50Z lfleischer $
+# $Id: PKGBUILD 92203 2013-06-02 18:37:52Z bpiotrowski $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Allan McRae <mcrae_allan@hotmail.com>
# Contributor: fancris3 <fancris3 at aol.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=gecko-mediaplayer
-pkgver=1.0.7
+pkgver=1.0.8
pkgrel=1
pkgdesc='Browser plugin that uses gnome-mplayer to play media in a web browser.'
arch=('i686' 'x86_64')
url='http://code.google.com/p/gecko-mediaplayer/'
license=('GPL')
-depends=("gnome-mplayer>=${pkgver}" 'dbus-glib' 'gmtk')
+depends=("gnome-mplayer>=${pkgver}" 'dbus-glib' 'gmtk' 'curl')
makedepends=('xulrunner' 'pkgconfig')
replaces=('mplayer-plugin')
source=("http://gecko-mediaplayer.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('d35e3307126f874afba93bd896d605dc')
+md5sums=('d13303664fcbb7f3b1273be4b1aa1b1e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/gmtk/PKGBUILD b/community/gmtk/PKGBUILD
index 9a8758d0d..51869c8d1 100644
--- a/community/gmtk/PKGBUILD
+++ b/community/gmtk/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 79359 2012-11-03 16:28:22Z lfleischer $
+# $Id: PKGBUILD 92205 2013-06-02 18:41:20Z bpiotrowski $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
pkgname=gmtk
-pkgver=1.0.7
+pkgver=1.0.8
pkgrel=1
-pkgdesc='Common functions for gnome-mplayer and gecko-mediaplay.'
+pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
arch=('i686' 'x86_64')
url='http://gmtk.googlecode.com/'
license=('GPL')
@@ -12,7 +12,7 @@ depends=('glib2' 'gtk3' 'dconf')
makedepends=('intltool' 'pkg-config')
options=(!libtool)
source=("http://gmtk.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('919ea155b755a33ab052dacbbc6e7f03')
+md5sums=('ee8ab99f3ac2e0071c99a35e4847bba5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/gnome-mplayer/PKGBUILD b/community/gnome-mplayer/PKGBUILD
index 8e88f05a2..6709ef456 100644
--- a/community/gnome-mplayer/PKGBUILD
+++ b/community/gnome-mplayer/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 80171 2012-11-17 12:43:41Z lfleischer $
+# $Id: PKGBUILD 92201 2013-06-02 18:25:47Z bpiotrowski $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Allan McRae <mcrae_allan@hotmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=gnome-mplayer
-pkgver=1.0.7
-pkgrel=2
+pkgver=1.0.8
+pkgrel=1
pkgdesc='A simple MPlayer GUI.'
arch=('i686' 'x86_64')
url='http://gnome-mplayer.googlecode.com/'
@@ -14,7 +14,7 @@ depends=('mplayer' 'dbus-glib' 'libnotify' 'gnome-icon-theme' 'hicolor-icon-them
makedepends=('gnome-power-manager' 'nautilus')
install="${pkgname}.install"
source=("http://gnome-mplayer.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('d0cdabdf1b3eaa25d5c007b5cbd2d9ce')
+md5sums=('9225dc0645d050ee31dd877559d7c16b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 893980c5e..7f0ade8e5 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92140 2013-06-01 11:07:18Z arodseth $
+# $Id: PKGBUILD 92197 2013-06-02 17:23:53Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Rémy Oudompheng <remy@archlinux.org>
@@ -8,13 +8,13 @@
# Contributor: Mike Rosset <mike.rosset@gmail.com>
# Contributor: Daniel YC Lin <dlin.tw@gmail.com>
-# TODO: Create split packages for the crosscompilation versions as well? (just maybe)
+# TODO: Create split packages for the crosscompilation versions? (maybe)
pkgname=go
pkgver=1.1
-pkgrel=3
+pkgrel=4
epoch=2
-pkgdesc='Google Go compiler and tools'
+pkgdesc='Compiler and tools for the Go programming language from Google'
arch=('x86_64' 'i686')
url='http://golang.org/'
license=('custom')
@@ -77,68 +77,68 @@ package() {
cd "$srcdir/$pkgname"
install -Dm644 LICENSE \
- $pkgdir/usr/share/licenses/go/LICENSE
+ "$pkgdir/usr/share/licenses/go/LICENSE"
install -Dm644 misc/bash/go \
- $pkgdir/usr/share/bash-completion/completions/go
+ "$pkgdir/usr/share/bash-completion/completions/go"
install -Dm644 misc/emacs/go-mode-load.el \
- $pkgdir/usr/share/emacs/site-lisp/go-mode-load.el
+ "$pkgdir/usr/share/emacs/site-lisp/go-mode-load.el"
install -Dm644 misc/emacs/go-mode.el \
- $pkgdir/usr/share/emacs/site-lisp/go-mode.el
+ "$pkgdir/usr/share/emacs/site-lisp/go-mode.el"
install -Dm644 misc/zsh/go \
- $pkgdir/usr/share/zsh/site-functions/_go
+ "$pkgdir/usr/share/zsh/site-functions/_go"
for f in ftdetect/gofiletype.vim autoload/go/complete.vim indent/go.vim \
ftplugin/go/fmt.vim ftplugin/go/import.vim syntax/go.vim syntax/godoc.vim \
plugin/godoc.vim;
do
- install -Dm644 misc/vim/$f $pkgdir/usr/share/vim/vimfiles/$f
+ 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,lib/go/site/src}}
+ "$pkgdir/"{etc/profile.d,usr/{share/go,lib/go,lib/go/src,lib/go/site/src}}
- cp -r doc misc -t $pkgdir/usr/share/go
- ln -s /usr/share/go/doc $pkgdir/usr/lib/go/doc
- cp -a bin $pkgdir/usr
- cp -a pkg $pkgdir/usr/lib/go
- cp -a $GOROOT/src/pkg $pkgdir/usr/lib/go/src/
- cp -a $GOROOT/src/cmd $pkgdir/usr/lib/go/src/cmd
- cp -a $GOROOT/src/lib9 $pkgdir/usr/lib/go/src/
- cp -a $GOROOT/lib $pkgdir/usr/lib/go/
- cp -a $GOROOT/include $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 -a bin "$pkgdir/usr"
+ cp -a pkg "$pkgdir/usr/lib/go"
+ cp -a "$GOROOT/src/pkg" "$pkgdir/usr/lib/go/src/"
+ cp -a "$GOROOT/src/cmd" "$pkgdir/usr/lib/go/src/cmd"
+ cp -a "$GOROOT/src/lib9" "$pkgdir/usr/lib/go/src/"
+ cp -a "$GOROOT/lib" "$pkgdir/usr/lib/go/"
+ cp -a "$GOROOT/include" "$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/" -type f -name '*.[ao]' -delete
# Fix for FS#32813
- find $pkgdir -type f -name sql.go -exec chmod -x {} \;
+ find "$pkgdir" -type f -name sql.go -exec chmod -x {} \;
# Remove all executable source files
- find $pkgdir/usr/lib/go/src/pkg -type f -executable -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
+ install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
# This is to make go get code.google.com/p/go-tour/gotour and
# then running the gotour executable work out of the box.
- ln -sf /usr/bin $pkgdir/usr/lib/go/bin
+ ln -sf /usr/bin "$pkgdir/usr/lib/go/bin"
# For godoc
- install -Dm644 favicon.ico $pkgdir/usr/lib/go/favicon.ico
+ install -Dm644 favicon.ico "$pkgdir/usr/lib/go/favicon.ico"
- rm -f $pkgdir/usr/share/go/doc/articles/wiki/get.bin
+ rm -f "$pkgdir/usr/share/go/doc/articles/wiki/get.bin"
- install -Dm644 VERSION $pkgdir/usr/lib/go/VERSION
+ install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
- find "$pkgdir/usr/lib/go/pkg" -type f -exec touch '{}' +
+ find "$pkgdir/usr/"{lib/go/pkg,bin} -type f -exec touch '{}' +
}
# vim:set ts=2 sw=2 et:
diff --git a/community/minetest/PKGBUILD b/community/minetest/PKGBUILD
new file mode 100644
index 000000000..2fb9f0c74
--- /dev/null
+++ b/community/minetest/PKGBUILD
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 92174 2013-06-02 12:00:30Z lcarlier $
+# Maintainer: Laurent Carlier <lordheavym@gmail.com>
+# Contributor: Konsta Kokkinen <kray@tsundere.fi>
+
+pkgname=minetest
+pkgver=0.4.6
+pkgrel=1
+pkgdesc='An Infiniminer/Minecraft inspired game'
+arch=('i686' 'x86_64')
+url='http://minetest.net/'
+license=('GPL')
+depends=('sqlite' 'libgl' 'libxxf86vm' 'openal' 'libvorbis' 'curl' 'hicolor-icon-theme')
+makedepends=('cmake' 'irrlicht' 'mesa' 'libpng' 'zlib')
+install=minetest.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}/tarball/${pkgver}
+ ${pkgname}_game-${pkgver}.tar.gz::https://github.com/minetest/${pkgname}_game/tarball/${pkgver}
+ ${pkgname}_common-${pkgver}.tar.gz::https://github.com/minetest/common/tarball/${pkgver})
+md5sums=('a8cacba57659c397fb8098881eb0c5f9'
+ '1023ac25a83d1431c861d7947e962675'
+ '54a805066c509478f6983b359f2e91fc')
+
+build() {
+ cd "$srcdir"/minetest-minetest-*
+
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "$srcdir"/minetest-minetest-*
+
+ make DESTDIR="$pkgdir" install
+
+ mv -v "$srcdir"/minetest-minetest_game-* "$pkgdir"/usr/share/minetest/games/minetest
+ mv -v "$srcdir"/minetest-common-* "$pkgdir"/usr/share/minetest/games/common
+
+ # small cleanup
+ rm "$pkgdir"/usr/share/minetest/games/{minetest,common}/.gitignore
+}
diff --git a/community/minetest/minetest.install b/community/minetest/minetest.install
new file mode 100644
index 000000000..85b22a1c5
--- /dev/null
+++ b/community/minetest/minetest.install
@@ -0,0 +1,17 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
+ update-desktop-database > /dev/null 2>&1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ update-desktop-database > /dev/null 2>&1
+}
+
+post_remove() {
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1
+ update-desktop-database > /dev/null 2>&1
+}
diff --git a/community/mumble/PKGBUILD b/community/mumble/PKGBUILD
index 9e909572d..3e8c39104 100644
--- a/community/mumble/PKGBUILD
+++ b/community/mumble/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 85446 2013-03-01 18:21:21Z svenstaro $
+# $Id: PKGBUILD 92166 2013-06-02 06:17:34Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Lauri Niskanen <ape@ape3000.com>
# Contributor: Sebastian.Salich@gmx.de
@@ -8,8 +8,8 @@
# to the depends and delete "no-g15" in the configure line below
pkgname=mumble
-pkgver=1.2.3
-pkgrel=7
+pkgver=1.2.4
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A voice chat application similar to TeamSpeak"
license=('BSD')
@@ -20,13 +20,13 @@ options=('!libtool')
install=mumble.install
url="http://mumble.sourceforge.net/"
source=("http://downloads.sourceforge.net/mumble/$pkgname-$pkgver.tar.gz")
-md5sums=('55804e3dfe98b16eeb40abca6c254625')
+md5sums=('49bc6abea78f9c54298934c2c28a7c7c')
build() {
cd $srcdir/$pkgname-$pkgver
# Building mumble
- qmake main.pro \
+ qmake-qt4 main.pro \
CONFIG+="bundled-celt no-bundled-speex no-speechd no-g15 no-xevie no-server \
no-embed-qt-translations no-update packaged" \
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
diff --git a/community/murmur/PKGBUILD b/community/murmur/PKGBUILD
index 96f437a41..9efba13a5 100644
--- a/community/murmur/PKGBUILD
+++ b/community/murmur/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 90982 2013-05-16 23:47:36Z svenstaro $
+# $Id: PKGBUILD 92168 2013-06-02 06:18:50Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Otto Allmendinger <otto.allmendinger@googlemail.com>
# Contributor: Malte Rabenseifner <malte@zearan.de>
pkgname=murmur
-pkgver=1.2.3
-pkgrel=14
+pkgver=1.2.4
+pkgrel=1
pkgdesc="The voice chat application server for Mumble"
arch=('i686' 'x86_64')
url="http://mumble.sourceforge.net"
@@ -17,7 +17,7 @@ install="murmur.install"
source=("http://downloads.sourceforge.net/mumble/mumble-$pkgver.tar.gz"
"murmur.dbus.conf"
"murmur.service")
-md5sums=('55804e3dfe98b16eeb40abca6c254625'
+md5sums=('49bc6abea78f9c54298934c2c28a7c7c'
'eddea4cdbd0bde4b960a67e16b5d5478'
'd27a9adcd7561859e7b033046729bc0e')
diff --git a/community/nemo/PKGBUILD b/community/nemo/PKGBUILD
index fc19add74..e58319fee 100644
--- a/community/nemo/PKGBUILD
+++ b/community/nemo/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 91469 2013-05-23 00:59:51Z faidoc $
+# $Id: PKGBUILD 92161 2013-06-01 22:17:04Z faidoc $
# Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com>
# Contributor: Ner0
pkgname=nemo
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
pkgdesc="Cinnamon file manager (Nautilus fork)"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ install=nemo.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver"
"tracker-0.16.patch"
"remove-desktop-background.patch")
-sha256sums=('93ab8b21938de249e60cf278b6e2abf65720fdb2ae0c3a8c7301ca6983f5ca59'
+sha256sums=('1d3404dc66d3f8ec686dfc1b02523331e66d3e942e2a57d6b29e9f2ae998945a'
'2b86f486add84e3affb0b14eb84425443e7cf5e593738d10d02e9c2ac0f17626'
'0bd07fd931ad701442358cdcbd26e0c5d57717ffadfd39a1cba137e36def1aa5')
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 8b1c40d5a..27d84001f 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92090 2013-05-31 11:38:30Z bpiotrowski $
+# $Id: PKGBUILD 92185 2013-06-02 15:29:37Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
@@ -9,7 +9,7 @@
pkgname=nodejs
pkgver=0.10.9
-pkgrel=1
+pkgrel=2
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
url='http://nodejs.org/'
@@ -56,7 +56,7 @@ package() {
# install docs as per user request
install -d "$pkgdir"/usr/share/doc/nodejs
- cp -r doc/api/*.html \
+ cp -r doc/api/{*.html,assets} \
"$pkgdir"/usr/share/doc/nodejs
install -D -m644 LICENSE \
diff --git a/community/notmuch/PKGBUILD b/community/notmuch/PKGBUILD
index eb58ef8fc..0412ca867 100644
--- a/community/notmuch/PKGBUILD
+++ b/community/notmuch/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 90768 2013-05-13 18:27:06Z dwallace $
+# $Id: PKGBUILD 92216 2013-06-02 21:17:12Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: fauno <fauno at kiwwwi.com.ar>
# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
@@ -7,7 +7,7 @@
pkgbase=notmuch
pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
pkgver=0.15.2
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url="http://notmuchmail.org/"
license=('GPL3')
@@ -31,9 +31,15 @@ build() {
--without-zsh-completion
make
-
- (cd "${srcdir}/$pkgname-${pkgver}/contrib/${pkgname}-mutt"
- make ${pkgname}-mutt.1)
+ ( pushd "contrib/$pkgbase-deliver"
+ export CPPFLAGS="-I ../../lib"
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --includedir=/usr/include \
+ LDFLAGS="-L$srcdir/$pkgname-$pkgver/lib" \
+ CPPFLAGS="-I$srcdir/$pkgname-$pkgver/lib"
+ make)
+ make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
cd bindings/ruby
ruby extconf.rb
@@ -50,7 +56,7 @@ package_notmuch-runtime(){
depends=('xapian-core' 'gmime' 'talloc')
cd "$srcdir/${pkgbase}-$pkgver"
make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 install
- chmod 755 $pkgdir/usr/bin/notmuch
+ install -Dm755 notmuch $pkgdir/usr/bin/notmuch
}
@@ -72,21 +78,19 @@ package_notmuch(){
'gnupg: for email encryption')
cd "$srcdir/${pkgname}-$pkgver"
+ # Install ruby bindings
+ sed -i -e 's,/site_ruby,,g' bindings/ruby/Makefile
+ make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
+
+ # Install notmuch-deliver
+ make -C "contrib/${pkgbase}-deliver" DESTDIR="$pkgdir" install
# Install python bindings
cd "$srcdir/${pkgname}-${pkgver}/bindings/python2"
- #env LD_LIBRARY_PATH="." python2 setup.py install --prefix=/usr --root="$pkgdir"
python2 setup.py install --prefix=/usr --root="$pkgdir"
cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
- #env LD_LIBRARY_PATH="." python setup.py install --prefix=/usr --root="$pkgdir"
python setup.py install --prefix=/usr --root="$pkgdir"
-
- # Install ruby bindings
- cd "$srcdir/${pkgname}-${pkgver}/bindings/ruby"
- sed -i -e 's,/site_ruby,,g' Makefile
- make exec_prefix=$pkgdir/usr prefix=/usr install
-
}
package_notmuch-mutt(){
@@ -95,7 +99,7 @@ package_notmuch-mutt(){
cd "$srcdir/$pkgbase-$pkgver"
install -Dm755 "contrib/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 "contrib/$pkgname/${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1.gz"
+ install -Dm644 "contrib/$pkgname/${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
}
#vim: set filetype=PKGBUILD sw=4 ts=4 et
diff --git a/community/pd/PKGBUILD b/community/pd/PKGBUILD
index 9e16275df..a6347c110 100644
--- a/community/pd/PKGBUILD
+++ b/community/pd/PKGBUILD
@@ -1,11 +1,10 @@
-# $Id: PKGBUILD 74762 2012-08-03 14:09:42Z speps $
+# $Id: PKGBUILD 92207 2013-06-02 18:54:01Z bpiotrowski $
# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: TDY <tdy@gmx.com>
+# Contributor: TDY <tdy@gmx.com>
# Contributor: Shinlun Hsieh <yngwiexx@yahoo.com.tw>
-# Contributor: Andrea Scarpino <bash.lnx@gmail.com>
pkgname=pd
-pkgver=0.43.4
+pkgver=0.44.3
_ver=${pkgver%.*}-${pkgver##*.}
pkgrel=1
pkgdesc="The Pure Data real-time music and multimedia environment"
@@ -15,10 +14,11 @@ license=('custom:BSD')
depends=('jack' 'fftw' 'tk')
provides=('puredata')
source=("http://crca.ucsd.edu/~msp/Software/pd-$_ver.src.tar.gz")
-md5sums=('9f174836ad5715ff3f65fd9b9f9a18ce')
+md5sums=('a3e8ca0eab039dc472a6533ef9344582')
build() {
- cd "$srcdir/pd-$_ver/src"
+ cd "$srcdir/pd-$_ver"
+ ./autogen.sh
./configure --prefix=/usr \
--enable-alsa \
--enable-jack \
@@ -27,10 +27,10 @@ build() {
}
package() {
- cd "$srcdir/pd-$_ver/src"
+ cd "$srcdir/pd-$_ver"
make DESTDIR="$pkgdir" install
# license
- install -Dm644 ../LICENSE.txt \
+ install -Dm644 LICENSE.txt \
"$pkgdir/usr/share/licenses/pd/LICENSE"
}
diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD
index 10f1bfd2b..2687a2786 100644
--- a/community/pragha/PKGBUILD
+++ b/community/pragha/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82336 2013-01-15 11:35:08Z allan $
+# $Id: PKGBUILD 92211 2013-06-02 19:15:02Z bpiotrowski $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Alois Nespor <alois.nespor@gmail.com>
# Contributor: JerichoKru <jerichokru(AT)htomail.com>
pkgname=pragha
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
arch=('i686' 'x86_64')
url="http://pragha.wikispaces.com/"
@@ -15,12 +15,13 @@ depends=('libnotify' 'libcdio-paranoia' 'gstreamer0.10-base'
'dbus-glib' 'sqlite' 'desktop-file-utils'
'libclastfm')
optdepends=('notification-daemon: OSD notification')
+makedepends=('intltool')
replaces=('dissonance')
install=pragha.install
-source=("https://github.com/downloads/matiasdelellis/pragha/$pkgname-$pkgver.tar.bz2"
+source=("http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2"
cdio-includes.patch)
-sha1sums=('a7b839df5799263f870ea65a7f272015e24637e9'
- '05a2e007800dc5395a0bb7f026ec7e388cd9488c')
+sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5'
+ '83b366be516b4c09dbccbb25b473f2de545bdbe8')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/pragha/cdio-includes.patch b/community/pragha/cdio-includes.patch
index 9f93044d1..707734ad0 100644
--- a/community/pragha/cdio-includes.patch
+++ b/community/pragha/cdio-includes.patch
@@ -1,12 +1,11 @@
-diff -upr pragha-1.1.1.orig/src/cdda.h pragha-1.1.1/src/cdda.h
---- pragha-1.1.1.orig/src/cdda.h 2013-01-14 04:58:09.000000000 +0200
-+++ pragha-1.1.1/src/cdda.h 2013-01-14 04:58:52.000000000 +0200
-@@ -21,7 +21,7 @@
-
- #include <glib.h>
-
--#include <cdio/cdda.h>
-+#include <cdio/paranoia/cdda.h>
- #include <cdio/cd_types.h>
- #ifdef __CDIO_CONFIG_H__
- #include <cdio/cdio_unconfig.h>
+--- a/src/cdda.h.orig 2013-02-16 23:13:47.000000000 +0100
++++ b/src/cdda.h 2013-06-02 21:07:50.473864563 +0200
+@@ -24,7 +24,7 @@
+ #ifdef HAVE_PARANOIA_NEW_INCLUDES
+ #include <cdio/paranoia/cdda.h>
+ #else
+- #include <cdio/cdda.h>
++ #include <cdio/paranoia/cdda.h>
+ #ifdef __CDIO_CONFIG_H__
+ #include <cdio/cdio_unconfig.h>
+ #endif
diff --git a/community/pwgen/PKGBUILD b/community/pwgen/PKGBUILD
index 863c8c4b2..813ca7317 100644
--- a/community/pwgen/PKGBUILD
+++ b/community/pwgen/PKGBUILD
@@ -1,25 +1,31 @@
-# $Id: PKGBUILD 67140 2012-03-04 23:54:53Z pschmitz $
-# Maintainer: damir <damir@archlinux.org>
-# Contributor : Tobias Powalowski <t.powa@gmx.de>
+# $Id: PKGBUILD 92192 2013-06-02 15:55:52Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: damir <damir@archlinux.org>
+# Contributor: Tobias Powalowski <t.powa@gmx.de>
pkgname=pwgen
pkgver=2.06
-pkgrel=3
-pkgdesc="Pwgen is a small password generator which creates passwords which can be easily memorized by a human"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/pwgen/"
+pkgrel=4
+pkgdesc='Password generator for creating easily memorable passwords'
+arch=('x86_64' 'i686')
+url='http://sourceforge.net/projects/pwgen/'
license=('GPL')
depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/pwgen/${pkgname}-${pkgver}.tar.gz")
-md5sums=('935aebcbe610fbc9de8125e7b7d71297')
+source=("http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz")
+sha256sums=('61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd "$srcdir/$pkgname-$pkgver"
+
+ autoconf
./configure --prefix=/usr --mandir=/usr/share/man
make
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD
index 630f80156..56e6020e5 100644
--- a/community/python-pymongo/PKGBUILD
+++ b/community/python-pymongo/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 91711 2013-05-26 13:45:28Z arodseth $
+# $Id: PKGBUILD 92176 2013-06-02 12:35:50Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Jelle van der Waa <jelle@vdwaa.nl>
pkgbase=python-pymongo
pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.5.1
+pkgver=2.5.2
pkgrel=1
pkgdesc='Python driver for MongoDB'
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ license=('APACHE')
url='http://pypi.python.org/pypi/pymongo/'
makedepends=('python-distribute' 'python2-distribute')
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz")
-sha256sums=('85949837c807b19af6c3972e311a6eaaae6b2b6e15daa1d207a296b8d2027d36')
+sha256sums=('84ac1da67d0dabc711fa8259324d4e94b26a85411bcf0c12dc80a427d9f93ecc')
build() {
cd "$srcdir"
diff --git a/community/python-pyxattr/PKGBUILD b/community/python-pyxattr/PKGBUILD
index eab4eed68..afad28f49 100644
--- a/community/python-pyxattr/PKGBUILD
+++ b/community/python-pyxattr/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 78604 2012-10-21 22:13:35Z lfleischer $
+# $Id: PKGBUILD 92209 2013-06-02 18:57:49Z bpiotrowski $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Jon Bergli Heier <snakebite@jvnv.net>
pkgname=('python2-pyxattr' 'python-pyxattr')
pkgbase=python-pyxattr
_pkgname=pyxattr
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc='A python extension module that allows you to manipulate the extended attributes.'
arch=('i686' 'x86_64')
url='http://pyxattr.k1024.org/'
license=('GPL')
makedepends=('python2' 'python' 'python2-distribute' 'python-distribute')
-source=("https://github.com/downloads/iustin/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('bb9560510b17625015aa45f2fbc3b520')
+source=("http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz")
+md5sums=('9ff2e4218badc201b689b6d254290001')
package_python2-pyxattr() {
depends=('python2')
diff --git a/community/roxterm/PKGBUILD b/community/roxterm/PKGBUILD
index 040667852..23f41b0d2 100644
--- a/community/roxterm/PKGBUILD
+++ b/community/roxterm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 88305 2013-04-16 12:29:33Z ttoepper $
+# $Id: PKGBUILD 92214 2013-06-02 21:00:23Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Alexander Fehr <pizzapunk gmail com>
pkgname=roxterm
-pkgver=2.7.1
+pkgver=2.7.2
pkgrel=1
pkgdesc='Tabbed, VTE-based terminal emulator'
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ depends=('dbus-glib' 'vte3' 'hicolor-icon-theme')
makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 'imagemagick' 'librsvg')
install=roxterm.install
source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2")
-md5sums=('97b33c75fbded13d99ecdc1452ec6d0b')
-sha1sums=('3fb4012d5b5283cb740962cd295cdfd5c6c0044d')
+md5sums=('8ef80f9a5e0aea659b1f9cd6de9869b4')
+sha1sums=('fa32ceeb19a097d5fb8a54c24cb7a6f1b957e74d')
build() {
diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD
index 1275da245..c2d564fbd 100644
--- a/community/sxiv/PKGBUILD
+++ b/community/sxiv/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 87533 2013-04-02 17:43:50Z bpiotrowski $
+# $Id: PKGBUILD 92171 2013-06-02 10:38:24Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Bert Muennich <muennich at informatik.hu-berlin.de>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
pkgname=sxiv
-pkgver=1.1
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc='Simple X Image Viewer'
arch=('i686' 'x86_64')
license=('GPL2')
install=sxiv.install
url='https://github.com/muennich/sxiv'
depends=('libx11' 'xproto' 'imlib2' 'giflib' 'desktop-file-utils')
-source=(https://github.com/muennich/sxiv/archive/$pkgver.tar.gz
+source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
sxiv.desktop
config.h)
-sha256sums=('7d22b060d264be25ee0e95afff9df535299dbdd48067c9fc795133e583e2583f'
+sha256sums=('30569b7cb1568a7f60d102f6eb21f25c93de42243a1c8ac3c1a521d58b08281f'
'bd14b9b6bc6d78f18cdff8535b4d1c13b3c76e35091dd6bc675011d42a01bb47'
'61515a87692849c942bfc3cce8b4c0f19139b4a1e9b6375a994cc541c64aab5c')