From 0520c5091743d9910278e53fa32470b096825fb3 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 May 2013 00:06:06 -0700 Subject: Fri May 24 00:06:06 PDT 2013 --- community/nemo/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/nemo/PKGBUILD') diff --git a/community/nemo/PKGBUILD b/community/nemo/PKGBUILD index 7ebb2959a..fc19add74 100644 --- a/community/nemo/PKGBUILD +++ b/community/nemo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 90132 2013-05-06 22:22:04Z faidoc $ +# $Id: PKGBUILD 91469 2013-05-23 00:59:51Z faidoc $ # Maintainer: Alexandre Filgueira # Contributor: Ner0 pkgname=nemo -pkgver=1.8.0 +pkgver=1.8.2 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=('4812381bd2e926fa3cd4efcddc79585bab3ff1c226d1db69e7ce3802c783d18a' +sha256sums=('93ab8b21938de249e60cf278b6e2abf65720fdb2ae0c3a8c7301ca6983f5ca59' '2b86f486add84e3affb0b14eb84425443e7cf5e593738d10d02e9c2ac0f17626' '0bd07fd931ad701442358cdcbd26e0c5d57717ffadfd39a1cba137e36def1aa5') -- cgit v1.2.3-54-g00ecf From 1f86bf1b08cb980cea57c1d4d3187e2251f5a63b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 3 Jun 2013 00:08:24 -0700 Subject: Mon Jun 3 00:08:24 PDT 2013 --- community/cantata/PKGBUILD | 8 ++--- community/cinnamon/PKGBUILD | 6 ++-- community/fish/PKGBUILD | 6 ++-- community/gecko-mediaplayer/PKGBUILD | 8 ++--- community/gmtk/PKGBUILD | 8 ++--- community/gnome-mplayer/PKGBUILD | 8 ++--- community/go/PKGBUILD | 64 ++++++++++++++++++------------------ community/minetest/PKGBUILD | 39 ++++++++++++++++++++++ community/minetest/minetest.install | 17 ++++++++++ community/mumble/PKGBUILD | 10 +++--- community/murmur/PKGBUILD | 8 ++--- community/nemo/PKGBUILD | 6 ++-- community/nodejs/PKGBUILD | 6 ++-- community/notmuch/PKGBUILD | 34 ++++++++++--------- community/pd/PKGBUILD | 16 ++++----- community/pragha/PKGBUILD | 13 ++++---- community/pragha/cdio-includes.patch | 23 +++++++------ community/pwgen/PKGBUILD | 30 ++++++++++------- community/python-pymongo/PKGBUILD | 6 ++-- community/python-pyxattr/PKGBUILD | 8 ++--- community/roxterm/PKGBUILD | 8 ++--- community/sxiv/PKGBUILD | 10 +++--- extra/cheese/PKGBUILD | 8 +++-- extra/clutter-gst/PKGBUILD | 8 +++-- extra/eog-plugins/PKGBUILD | 8 +++-- extra/libchamplain/PKGBUILD | 18 ++++++---- extra/libogg/PKGBUILD | 10 +++--- extra/octave/PKGBUILD | 16 +++++---- extra/octave/mex-gcc-4.8.patch | 31 +++++++++++++++++ extra/octave/octave-gethelp.patch | 13 -------- extra/ruby/PKGBUILD | 4 +-- 31 files changed, 280 insertions(+), 178 deletions(-) create mode 100644 community/minetest/PKGBUILD create mode 100644 community/minetest/minetest.install create mode 100644 extra/octave/mex-gcc-4.8.patch delete mode 100644 extra/octave/octave-gethelp.patch (limited to 'community/nemo/PKGBUILD') 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 # Contributor: Andrea Scarpino # Contributor: Mcder3 # Contributor: MisterFred 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 # 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 # Maintainer: Bartłomiej Piotrowski # Contributor: Abhishek Dasgupta @@ -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 # Contributor: Allan McRae # Contributor: fancris3 # Contributor: Daniel J Griffiths 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 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 # Contributor: Allan McRae # Contributor: Daniel J Griffiths 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 # Maintainer: Alexander Rødseth # Contributor: Rémy Oudompheng @@ -8,13 +8,13 @@ # Contributor: Mike Rosset # Contributor: Daniel YC Lin -# 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 +# Contributor: Konsta Kokkinen + +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 # Contributor: Lauri Niskanen # 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 # Contributor: Otto Allmendinger # Contributor: Malte Rabenseifner 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 # 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 # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos @@ -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 # Contributor: fauno # Contributor: Olivier Ramonat @@ -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 -# Contributor: TDY +# Contributor: TDY # Contributor: Shinlun Hsieh -# Contributor: Andrea Scarpino 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 # Contributor: Alois Nespor # Contributor: JerichoKru 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 - --#include -+#include - #include - #ifdef __CDIO_CONFIG_H__ - #include +--- 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 + #else +- #include ++ #include + #ifdef __CDIO_CONFIG_H__ + #include + #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 -# Contributor : Tobias Powalowski +# $Id: PKGBUILD 92192 2013-06-02 15:55:52Z arodseth $ +# Maintainer: Alexander Rødseth +# Contributor: damir +# Contributor: Tobias Powalowski 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 # Contributor: Thomas S Hatch # Contributor: Jelle van der Waa 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 # Contributor: Jon Bergli Heier 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 # Contributor: Alexander Fehr 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 # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Bert Muennich # Contributor: Brad Fanella 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') diff --git a/extra/cheese/PKGBUILD b/extra/cheese/PKGBUILD index 4fa32fc80..a76d0d289 100644 --- a/extra/cheese/PKGBUILD +++ b/extra/cheese/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 185449 2013-05-14 10:14:59Z heftig $ +# $Id: PKGBUILD 186990 2013-06-02 19:42:17Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Jan de Groot pkgname=cheese pkgver=3.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="Use your webcam to take photos and videos, apply fancy special effects and share the fun with others" arch=(i686 x86_64) license=('GPL') @@ -22,6 +22,10 @@ build() { cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --disable-schemas-compile + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } diff --git a/extra/clutter-gst/PKGBUILD b/extra/clutter-gst/PKGBUILD index 20453e898..5ed08a417 100644 --- a/extra/clutter-gst/PKGBUILD +++ b/extra/clutter-gst/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 186311 2013-05-24 16:14:27Z heftig $ +# $Id: PKGBUILD 186989 2013-06-02 19:40:09Z heftig $ # Maintainer: Jan "heftig" Steffens pkgname=clutter-gst pkgver=2.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="GStreamer bindings for clutter" arch=(i686 x86_64) url="http://www.clutter-project.org/" @@ -19,6 +19,10 @@ build() { ./configure \ --prefix=/usr \ --sysconfdir=/etc + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } diff --git a/extra/eog-plugins/PKGBUILD b/extra/eog-plugins/PKGBUILD index b6c650f88..2b974e18f 100644 --- a/extra/eog-plugins/PKGBUILD +++ b/extra/eog-plugins/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 185518 2013-05-14 16:57:57Z heftig $ +# $Id: PKGBUILD 186992 2013-06-02 19:43:30Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) pkgname=eog-plugins pkgver=3.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="Plugins for Eye of Gnome" arch=('i686' 'x86_64') url="http://www.gnome.org/" @@ -19,6 +19,10 @@ build() { cd $pkgname-$pkgver PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sysconfdir=/etc --localstatedir=/var + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + make } diff --git a/extra/libchamplain/PKGBUILD b/extra/libchamplain/PKGBUILD index bbc09d657..dc4925c11 100644 --- a/extra/libchamplain/PKGBUILD +++ b/extra/libchamplain/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 185652 2013-05-16 19:22:22Z heftig $ +# $Id: PKGBUILD 186991 2013-06-02 19:42:55Z heftig $ # Maintainer: Andreas Radke # Contributor: Michael Kanis pkgname=libchamplain pkgver=0.12.4 -pkgrel=1 +pkgrel=2 pkgdesc="Gtk3 widget for displaying rasterized maps" url="http://projects.gnome.org/libchamplain/" license=('LGPL') @@ -16,12 +16,16 @@ source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}- sha256sums=('631ce8e91b02c596e29778d3f7c1d28013e2e40d080a88f2d9a06f8b79f9e493') build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --disable-static --disable-debug --enable-vala - make + cd $pkgname-$pkgver + ./configure --prefix=/usr --disable-static --disable-debug --enable-vala + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make } package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install } diff --git a/extra/libogg/PKGBUILD b/extra/libogg/PKGBUILD index 35bfbfffc..f9c7b1611 100644 --- a/extra/libogg/PKGBUILD +++ b/extra/libogg/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 134991 2011-08-09 20:12:08Z eric $ -# Maintainer: +# $Id: PKGBUILD 186983 2013-06-02 16:07:31Z tomegun $ +# Maintainer: Tom Gundersen # Contributor: John Proctor pkgname=libogg -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=1 pkgdesc="Ogg bitstream and framing library" arch=('i686' 'x86_64') @@ -13,8 +13,6 @@ depends=('glibc') options=('!libtool') source=(http://downloads.xiph.org/releases/ogg/$pkgname-$pkgver.tar.xz config_types.h) -md5sums=('84a35715170f2cd4c77a4448772b95d5' - 'a4d786b1b1955cb85b64fd16cbbee3f9') build() { cd "$srcdir/${pkgname}-${pkgver}" @@ -36,3 +34,5 @@ package() { "${pkgdir}/usr/include/ogg/config_types.h" fi } +md5sums=('ca25d8da0ddfc8c6cbbf78d847a209fe' + 'a4d786b1b1955cb85b64fd16cbbee3f9') diff --git a/extra/octave/PKGBUILD b/extra/octave/PKGBUILD index e72c8e08a..ae93b817e 100644 --- a/extra/octave/PKGBUILD +++ b/extra/octave/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 185713 2013-05-17 13:46:00Z ronald $ +# $Id: PKGBUILD 186980 2013-06-02 10:21:27Z ronald $ # Maintainer: Ronald van Haren # Contributor : shining # Contributor : cyberdune pkgname=octave pkgver=3.6.4 -pkgrel=1 +pkgrel=2 pkgdesc="A high-level language, primarily intended for numerical computations." arch=('i686' 'x86_64') url="http://www.octave.org" @@ -14,19 +14,21 @@ depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'suitespars makedepends=('gcc-fortran' 'texlive-core') optdepends=('texinfo: for help-support in octave' 'gnuplot: alternative plotting') -source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}) +source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig} + mex-gcc-4.8.patch) options=('!emptydirs') install=octave.install sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4' - 'SKIP') + 'SKIP' + '0608af9b7ccce8455f534d2fc4acf2f4c8f83a60') build() { cd "${srcdir}/${pkgname}-${pkgver}" - autoreconf -vfi + # https://savannah.gnu.org/bugs/?38746 + patch -Np1 -i "${srcdir}/mex-gcc-4.8.patch" - # http://www.nabble.com/Random-rounding-errors-td16010966.html - FFLAGS="-O -ffloat-store" \ + autoreconf -vfi ./configure --prefix=/usr --libexecdir=/usr/lib \ --enable-shared --disable-static \ diff --git a/extra/octave/mex-gcc-4.8.patch b/extra/octave/mex-gcc-4.8.patch new file mode 100644 index 000000000..99d501879 --- /dev/null +++ b/extra/octave/mex-gcc-4.8.patch @@ -0,0 +1,31 @@ +# HG changeset patch +# User Clemens Buchacher +# Date 1369937542 14400 +# Thu May 30 14:12:22 2013 -0400 +# Node ID 122d3f62e179ba044d47e58510905719220d8706 +# Parent e38a0fa08368d4dd6f3a0dfd20cbe28cf8555f73 +do not include C++ header in extern "C" context (bug #38746) + +* mex.h: Include mexproto.h outside of extern "C" block. + +diff -r e38a0fa08368 -r 122d3f62e179 src/mex.h +--- a/src/mex.h Mon May 27 21:41:57 2013 +0200 ++++ b/src/mex.h Thu May 30 14:12:22 2013 -0400 +@@ -64,6 +64,8 @@ + + #define mxMAXNAME 64 + ++#include "mexproto.h" ++ + #if defined (__cplusplus) + extern "C" { + #endif +@@ -74,8 +76,6 @@ + void mexFunction (int nlhs, mxArray* plhs[], int nrhs, const mxArray *prhs[]); + #endif + +-#include "mexproto.h" +- + /* V4 floating point routines renamed in V5. */ + #define mexIsNaN mxIsNaN + #define mexIsFinite mxIsFinite diff --git a/extra/octave/octave-gethelp.patch b/extra/octave/octave-gethelp.patch deleted file mode 100644 index c0e693abc..000000000 --- a/extra/octave/octave-gethelp.patch +++ /dev/null @@ -1,13 +0,0 @@ -Help parallel compilation -patch by Sebastien Fabbro ---- scripts/Makefile.am.orig 2011-06-09 22:27:22.688268651 +0100 -+++ scripts/Makefile.am 2011-02-08 10:00:51.000000000 +0000 -@@ -316,7 +316,7 @@ - - gethelp_SOURCES = gethelp.cc - --.DOCSTRINGS: $(FCN_FILES) $(GEN_FCN_FILES) mkdoc $(gethelp_SOURCES) Makefile -+.DOCSTRINGS: $(FCN_FILES) $(GEN_FCN_FILES) mkdoc $(gethelp_SOURCES) Makefile gethelp - @$(MAKE) $(AM_MAKEFLAGS) gethelp$(BUILD_EXEEXT) - if [ "x$(srcdir)" != "x." ] && [ -f $(srcdir)/DOCSTRINGS ] && [ ! -f DOCSTRINGS ]; then \ - cp $(srcdir)/DOCSTRINGS DOCSTRINGS; \ diff --git a/extra/ruby/PKGBUILD b/extra/ruby/PKGBUILD index 4f17adce2..c74fd3391 100644 --- a/extra/ruby/PKGBUILD +++ b/extra/ruby/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Jeramy Rutley pkgname=('ruby' 'ruby-docs') -pkgver=2.0.0_p0 +pkgver=2.0.0_p195 pkgrel=1 arch=('i686' 'x86_64') url='http://www.ruby-lang.org/en/' @@ -13,7 +13,7 @@ makedepends=('openssl' 'tk' 'libffi' 'doxygen' 'graphviz' 'libyaml') options=('!emptydirs' '!makeflags') source=("ftp://ftp.ruby-lang.org/pub/ruby/${pkgver%.*}/ruby-${pkgver//_/-}.tar.bz2" 'gemrc') -md5sums=('895c1c581f8d28e8b3bb02472b2ccf6a' +md5sums=('2f54faea6ee1ca500632ec3c0cb59cb6' '6fb8e7a09955e0f64be3158fb4a27e7a') build() { -- cgit v1.2.3-54-g00ecf