diff options
author | root <root@rshg054.dnsready.net> | 2013-04-01 00:05:25 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-01 00:05:25 -0700 |
commit | c623429f33c434cb1cb11974d9e71f48dd5a881f (patch) | |
tree | a5ef4b20d134eb0384a567b98ea41733f2db73c7 /community | |
parent | bccd6b361bd252b2d32bc9a793c9e1b8448bfcd9 (diff) |
Mon Apr 1 00:05:25 PDT 2013
Diffstat (limited to 'community')
47 files changed, 321 insertions, 195 deletions
diff --git a/community/0ad/PKGBUILD b/community/0ad/PKGBUILD index 8b99ab009..765c524df 100644 --- a/community/0ad/PKGBUILD +++ b/community/0ad/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 83239 2013-01-28 16:49:23Z stephane $ +# $Id: PKGBUILD 87402 2013-03-31 19:18:04Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: t3ddy <t3ddy1988 "at" gmail {dot} com> # Contributor: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com> pkgname=0ad pkgver=a12 _pkgver=0.0.12-alpha -pkgrel=2 +pkgrel=3 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game" arch=('i686' 'x86_64') url="http://play0ad.com/" diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD index e001e112a..77fdab78e 100644 --- a/community/bitcoin/PKGBUILD +++ b/community/bitcoin/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 86527 2013-03-18 17:04:57Z tredaelli $ +# $Id: PKGBUILD 87403 2013-03-31 19:18:05Z stephane $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: shahid <helllamer@gmail.com> pkgbase=bitcoin pkgname=('bitcoin-daemon' 'bitcoin-qt') pkgver=0.8.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.bitcoin.org/" makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc') diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD index c8fbe5f3b..c68f4eb78 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 84279 2013-02-15 14:08:16Z lfleischer $ +# $Id: PKGBUILD 87405 2013-03-31 19:18:08Z stephane $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: joyfulgirl@archlinux.us # Contributor: nathan owe ndowens04 at gmail dot com pkgname=cclive pkgver=0.7.12 -pkgrel=1 +pkgrel=2 pkgdesc='Commandline downloader for popular video websites.' arch=('i686' 'x86_64') url='http://cclive.sourceforge.net/' diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD index e4b0f40bd..c11e7d1ea 100644 --- a/community/cegui/PKGBUILD +++ b/community/cegui/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 84404 2013-02-18 16:22:44Z svenstaro $ +# $Id: PKGBUILD 87406 2013-03-31 19:18:09Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com>, @@ -7,7 +7,7 @@ pkgbase=cegui pkgname=('cegui' 'cegui-docs') pkgver=0.7.9 -pkgrel=1 +pkgrel=2 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines" arch=('i686' 'x86_64') url="http://crayzedsgui.sourceforge.net" diff --git a/community/cinnamon/PKGBUILD b/community/cinnamon/PKGBUILD index 594f40855..f4fecd1a7 100644 --- a/community/cinnamon/PKGBUILD +++ b/community/cinnamon/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86852 2013-03-22 21:33:07Z faidoc $ +# $Id: PKGBUILD 87446 2013-03-31 19:54:32Z faidoc $ # Maintainer: Alexandre Filgueira <alexfilgueira@cinnarch.com> # Contributor: M0Rf30 # Contributor: unifiedlinux @@ -6,7 +6,7 @@ pkgname=cinnamon pkgver=1.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience" arch=('i686' 'x86_64') url="http://cinnamon.linuxmint.com/" @@ -25,10 +25,12 @@ options=('!libtool' '!emptydirs') install=${pkgname}.install source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver" "keyboard_applet.patch" - "fix-control-center-check.patch") + "fix-control-center-check.patch" + "fix-keyboard-settings.patch") md5sums=('c733e2a2280508aecf3ee010587e6743' '2b1ece84416c3e4de030be15f1774d82' - 'c3f25b06d345d9d36c197cd96e08f496') + 'c3f25b06d345d9d36c197cd96e08f496' + 'c36138eddde544b5c27b66d19451e7a5') build() { cd ${srcdir}/linuxmint-Cinnamon* @@ -40,6 +42,9 @@ build() { # Check for the cc-panel path, not for the unneeded binary patch -Np1 -i ${srcdir}/fix-control-center-check.patch + # Fix Keyboard settings (https://bugs.archlinux.org/task/34472) + patch -Np1 -i ${srcdir}/fix-keyboard-settings.patch + ./autogen.sh --prefix=/usr \ --sysconfdir=/etc \ diff --git a/community/cinnamon/fix-keyboard-settings.patch b/community/cinnamon/fix-keyboard-settings.patch new file mode 100644 index 000000000..b606939c9 --- /dev/null +++ b/community/cinnamon/fix-keyboard-settings.patch @@ -0,0 +1,83 @@ +From 034f9c886a4b08e214193576b11fb97ba3d62922 Mon Sep 17 00:00:00 2001 +From: Lusito <core@roughael.net> +Date: Sun, 10 Mar 2013 21:01:07 +0100 +Subject: [PATCH] fix for broken keyboard settings + +--- + files/usr/lib/cinnamon-settings/bin/SettingsWidgets.py | 2 +- + files/usr/lib/cinnamon-settings/modules/cs_keyboard.py | 12 ++++++------ + 2 files changed, 7 insertions(+), 7 deletions(-) + +diff --git a/files/usr/lib/cinnamon-settings/bin/SettingsWidgets.py b/files/usr/lib/cinnamon-settings/bin/SettingsWidgets.py +index b8842fe..cdccf46 100644 +--- a/files/usr/lib/cinnamon-settings/bin/SettingsWidgets.py ++++ b/files/usr/lib/cinnamon-settings/bin/SettingsWidgets.py +@@ -9,7 +9,7 @@ + import gettext + from gi.repository import Gio, Gtk, GObject, Gdk + from gi.repository import GdkPixbuf +-# import gconf ++ from gi.repository import GConf + import json + import dbus + import time +diff --git a/files/usr/lib/cinnamon-settings/modules/cs_keyboard.py b/files/usr/lib/cinnamon-settings/modules/cs_keyboard.py +index 27a75ae..1ea8fd9 100644 +--- a/files/usr/lib/cinnamon-settings/modules/cs_keyboard.py ++++ b/files/usr/lib/cinnamon-settings/modules/cs_keyboard.py +@@ -8,7 +8,7 @@ + gettext.install("cinnamon", "/usr/share/cinnamon/locale") + + # Keybindings page - check if we need to store custom +-# keybindings to gsettings key as well as gconf (In Mint 14 this is changed) ++# keybindings to gsettings key as well as GConf (In Mint 14 this is changed) + CUSTOM_KEYS_BASENAME = "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings" + CUSTOM_KEYS_SCHEMA = "org.gnome.settings-daemon.plugins.media-keys.custom-keybinding" + CUSTOM_KEYBINDINGS_GSETTINGS = False +@@ -160,7 +160,7 @@ def __init__(self, content_box): + first_run_completed = schema.get_boolean("custom-keybindings-to-3-6") + + if CUSTOM_KEYBINDINGS_GSETTINGS and not first_run_completed: +- gclient = gconf.client_get_default() ++ gclient = GConf.Client.get_default() + path = "/desktop/gnome/keybindings" + subdirs = gclient.all_dirs(path) + for subdir in subdirs: +@@ -251,7 +251,7 @@ def setBinding(self, index, val): + self.writeSettings() + + def writeSettings(self): +- gclient = gconf.client_get_default() ++ gclient = GConf.Client.get_default() + gclient.set_string(self.path + "/name", self.label) + gclient.set_string(self.path + "/action", self.action) + gclient.set_string(self.path + "/binding", self.entries[0]) +@@ -537,7 +537,7 @@ def loadCustoms(self): + for category in self.main_store: + if category.int_name is "custom": + category.clear() +- gclient = gconf.client_get_default() ++ gclient = GConf.Client.get_default() + path = "/desktop/gnome/keybindings" + subdirs = gclient.all_dirs(path) + for subdir in subdirs: +@@ -645,7 +645,7 @@ def onAddCustomButtonClicked(self, button): + dialog.destroy() + return + +- gclient = gconf.client_get_default() ++ gclient = GConf.Client.get_default() + path = "/desktop/gnome/keybindings/custom" + i = 0 + while gclient.dir_exists(path + str(i)): +@@ -670,7 +670,7 @@ def onRemoveCustomButtonClicked(self, button): + keybindings, iter = self.kb_tree.get_selection().get_selected() + if iter: + keybinding = keybindings[iter][1] +- gclient = gconf.client_get_default() ++ gclient = GConf.Client.get_default() + if gclient.dir_exists(keybinding.path): + gclient.unset(keybinding.path + "/name") + gclient.unset(keybinding.path + "/action") +-- +1.8.1.5 diff --git a/community/cppcheck/PKGBUILD b/community/cppcheck/PKGBUILD index a1a35cb2e..cad5b8271 100644 --- a/community/cppcheck/PKGBUILD +++ b/community/cppcheck/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 85339 2013-03-01 10:29:27Z andrea $ +# $Id: PKGBUILD 87448 2013-03-31 20:30:15Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgname=cppcheck -pkgver=1.58 -pkgrel=2 +pkgver=1.59 +pkgrel=1 pkgdesc="A tool for static C/C++ code analysis" arch=('i686' 'x86_64') url="http://cppcheck.wiki.sourceforge.net/" @@ -11,7 +11,7 @@ license=('GPL') depends=('pcre' 'qt4') makedepends=('docbook-xsl') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('c7f597c600c30b1a5e9c6b3228a11e9872d562e5') +sha1sums=('686effdfa6f2ca3369d7d52e54c6fd2db2d06d97') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -20,7 +20,7 @@ build() { cd gui export HAVE_RULES=yes - qmake + qmake-qt4 make } diff --git a/community/easystroke/PKGBUILD b/community/easystroke/PKGBUILD index bf1cb5a39..d8382b1fd 100644 --- a/community/easystroke/PKGBUILD +++ b/community/easystroke/PKGBUILD @@ -2,17 +2,17 @@ # Contributor: Kevin Sullivan <ksullivan@archlinux.us> pkgname=easystroke -pkgver=0.5.6 -pkgrel=2 +pkgver=0.6.0 +pkgrel=1 pkgdesc='Use mouse gestures to initiate commands and hotkeys.' arch=('i686' 'x86_64') url='http://easystroke.sourceforge.net/' license=('custom:ISC') -depends=('gtkmm' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server') +depends=('gtkmm3' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server') makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man') install=easystroke.install source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz") -md5sums=('a9f06576a47deaf6f612bb993685af0f') +md5sums=('3b4f25d02a6b5ac57a8b7a06545869db') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/electricsheep/PKGBUILD b/community/electricsheep/PKGBUILD index d976c50ce..592e3e614 100644 --- a/community/electricsheep/PKGBUILD +++ b/community/electricsheep/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 84347 2013-02-16 22:50:26Z ioni $ +# $Id: PKGBUILD 87408 2013-03-31 19:18:11Z stephane $ # Maintainer: Eric Bélanger <eric@archlinux.org> pkgname=electricsheep pkgver=2.7b33 -pkgrel=6 +pkgrel=7 pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet" arch=('i686' 'x86_64') url="http://community.electricsheep.org/" @@ -44,7 +44,7 @@ build() { ./autogen.sh CPPFLAGS+="-I/usr/include/lua5.1" ./configure --prefix=/usr sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile - make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" + make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" } package() { diff --git a/community/encfs/PKGBUILD b/community/encfs/PKGBUILD index 9b735a2a8..5940ffeba 100644 --- a/community/encfs/PKGBUILD +++ b/community/encfs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83246 2013-01-28 16:49:32Z stephane $ +# $Id: PKGBUILD 87409 2013-03-31 19:18:12Z stephane $ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> # Contributor: Sven Kauber, <celeon@gmail.com> @@ -6,7 +6,7 @@ pkgname=encfs pkgver=1.7.4 -pkgrel=9 +pkgrel=10 pkgdesc='Encrypted filesystem in user-space' arch=('i686' 'x86_64') url='http://www.arg0.net/encfs' diff --git a/community/fatrat/PKGBUILD b/community/fatrat/PKGBUILD index ed6ea96d9..b962073e5 100644 --- a/community/fatrat/PKGBUILD +++ b/community/fatrat/PKGBUILD @@ -1,21 +1,28 @@ -# $Id: PKGBUILD 85341 2013-03-01 10:29:45Z andrea $ +# $Id: PKGBUILD 87410 2013-03-31 19:18:13Z stephane $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=fatrat pkgver=1.2.0_beta2 -pkgrel=5 +pkgrel=6 pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, BitTorrent, rapidshare and more" arch=('i686' 'x86_64') url="http://fatrat.dolezel.info/" license=('GPL') -depends=('gloox' 'libtorrent-rasterbar' 'pion' 'qtwebkit') -optdepends=('geoip: GeoIP support') +depends=('gloox' 'libtorrent-rasterbar' 'pion' 'qtwebkit' 'curl') +optdepends=('geoip: GeoIP support' 'java-runtime: Java plugins') makedepends=('boost' 'cmake' 'java-environment') -source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz) -md5sums=('ad823d2a81f0583316ece815b928c71b') +source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz \ + QTBUG-22829-workaround.diff) +md5sums=('ad823d2a81f0583316ece815b928c71b' + '9c017f227437b8a72e92219ee6d58578') build() { cd "$srcdir/$pkgname-$pkgver" + # workaround the moc bug (QTBUG-22829) with new boost + patch -Np1 < "$srcdir/QTBUG-22829-workaround.diff" || true + # fix help generation with qt4 + sed -s 's|qcollectiongenerator|qcollectiongenerator-qt4|' -i CMakeLists.txt + cmake \ -DWITH_EVERYTHING=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ diff --git a/community/fatrat/QTBUG-22829-workaround.diff b/community/fatrat/QTBUG-22829-workaround.diff new file mode 100644 index 000000000..dc0ed0c3f --- /dev/null +++ b/community/fatrat/QTBUG-22829-workaround.diff @@ -0,0 +1,12 @@ +diff -rup fatrat-1.2.0_beta2/CMakeLists.txt fatrat-1.2.0_beta2.new/CMakeLists.txt +--- fatrat-1.2.0_beta2/CMakeLists.txt 2012-07-14 11:44:27.000000000 +0000 ++++ fatrat-1.2.0_beta2.new/CMakeLists.txt 2013-03-25 16:21:03.143596960 +0000 +@@ -552,7 +552,7 @@ if(WITH_DOCUMENTATION) + ) + endif(WITH_DOCUMENTATION) + +-qt4_wrap_cpp(fatrat_MOC_SRCS ${fatrat_MOC_HDRS}) ++qt4_wrap_cpp(fatrat_MOC_SRCS ${fatrat_MOC_HDRS} OPTIONS -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) + + set(fatrat_RCS + gfx/resources.qrc diff --git a/community/freeorion/PKGBUILD b/community/freeorion/PKGBUILD index c491ff590..6c13a2e3f 100644 --- a/community/freeorion/PKGBUILD +++ b/community/freeorion/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 85311 2013-02-28 21:00:16Z arodseth $ +# $Id: PKGBUILD 87411 2013-03-31 19:18:15Z stephane $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Elmo Todurov <todurov@gmail.com> # Contributor: guini <sidtrun@googlemail.com> @@ -8,7 +8,7 @@ pkgname=freeorion pkgver=0.4.2 -pkgrel=2 +pkgrel=4 pkgdesc='Turn-based galactic conquest game inspired by Master of Orion' arch=('x86_64' 'i686') url='http://www.freeorion.org/' @@ -19,8 +19,8 @@ then else depends=('nvidia-cg-toolkit') fi -depends=('bullet>=2.81' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils' 'libgl') -makedepends=('boost>=1.49.0' 'ogre' 'sdl' 'gigi>=0.8.0-12' 'graphviz' 'mesa-libgl' +depends=('bullet' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils' 'libgl') +makedepends=('boost' 'ogre=1.8.1-4' 'sdl' 'gigi>0.8.0-18' 'graphviz' 'mesa-libgl' 'desktop-file-utils' 'setconf' 'cmake' 'gendesk' 'subversion' 'libogg') options=('!strip' '!emptydirs') install=$pkgname.install @@ -66,12 +66,12 @@ build() { -G "Unix Makefiles" msg2 'GLU fix...' - setconf CMakeCache.txt CMAKE_CXX_FLAGS:STRING \ - "'-march=x86-64 -mtune=generic -O2 -fno-var-tracking -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lGL -lGLU '" + if [ "$CARCH" == "x86_64" ] + then + setconf CMakeCache.txt CMAKE_CXX_FLAGS:STRING \ + "'-march=native -mtune=generic -O2 -fno-var-tracking -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lGL -lGLU -rpath=/usr/lib '" + fi - #msg2 'Boost fix...' - #sed -i 's:TIME_UTC:TIME_UTC_:' util/MultiplayerCommon.cpp - msg2 'Compiling...' make -j1 diff --git a/community/gigi/PKGBUILD b/community/gigi/PKGBUILD index ed430d7b6..1ee55cbb8 100644 --- a/community/gigi/PKGBUILD +++ b/community/gigi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 85249 2013-02-28 09:21:43Z arodseth $ +# $Id: PKGBUILD 87412 2013-03-31 19:18:16Z stephane $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: fana-m <geminin@gmx.net> @@ -7,7 +7,7 @@ pkgname=gigi pkgver=0.8.0 -pkgrel=18 +pkgrel=19 _fixedrevision=5780 #5407 pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion fork)' #url='http://gigi.sourceforge.net/' diff --git a/community/glob2/PKGBUILD b/community/glob2/PKGBUILD index 17cacaedc..c6c2cb676 100644 --- a/community/glob2/PKGBUILD +++ b/community/glob2/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 85280 2013-02-28 12:06:25Z arodseth $ +# $Id: PKGBUILD 87413 2013-03-31 19:18:17Z stephane $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> pkgname=glob2 pkgver=0.9.4.4 -pkgrel=16 +pkgrel=17 pkgdesc='RTS game which minimizes micro-management by automatically assigning tasks to units' arch=('x86_64' 'i686') url='http://www.globulation2.org/' diff --git a/community/glom/PKGBUILD b/community/glom/PKGBUILD index b5fda8ae9..21ca47ad3 100644 --- a/community/glom/PKGBUILD +++ b/community/glom/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87025 2013-03-25 19:19:10Z bpiotrowski $ +# $Id: PKGBUILD 87414 2013-03-31 19:18:18Z stephane $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> @@ -6,7 +6,7 @@ pkgname=glom pkgver=1.22.0 -pkgrel=4 +pkgrel=5 pkgdesc="An easy-to-use database designer and user interface" arch=('i686' 'x86_64') url="http://www.glom.org/" diff --git a/community/gnash/PKGBUILD b/community/gnash/PKGBUILD index ef6b9b56c..b05bef557 100644 --- a/community/gnash/PKGBUILD +++ b/community/gnash/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 83253 2013-01-28 16:49:39Z stephane $ +# $Id: PKGBUILD 87415 2013-03-31 19:18:19Z stephane $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgbase=gnash pkgname=(gnash-common gnash-gtk) pkgver=0.8.10 -pkgrel=6 +pkgrel=7 arch=(i686 x86_64) url="http://www.gnu.org/software/gnash/" license=(GPL3) diff --git a/community/gnome-subtitles/PKGBUILD b/community/gnome-subtitles/PKGBUILD index b2f9fc5d9..3e4363d8e 100644 --- a/community/gnome-subtitles/PKGBUILD +++ b/community/gnome-subtitles/PKGBUILD @@ -1,34 +1,31 @@ -# $Id: PKGBUILD 69058 2012-04-08 21:20:04Z bgyorgy $ +# $Id: PKGBUILD 87454 2013-03-31 21:57:58Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=gnome-subtitles -pkgver=1.2 -pkgrel=3 +pkgver=1.3 +pkgrel=1 pkgdesc="Video subtitle editor for GNOME" arch=('i686' 'x86_64') url="http://gnomesubtitles.org/" license=('GPL') -depends=('gstreamer0.10-base-plugins' 'gconf-sharp' 'gtkspell' 'desktop-file-utils') +depends=('gst-plugins-base' 'gconf-sharp' 'gtkspell' 'desktop-file-utils') makedepends=('intltool' 'gnome-doc-utils') -optdepends=('gstreamer0.10-good-plugins: Extra media codecs' - 'gstreamer0.10-bad-plugins: Extra media codecs' - 'gstreamer0.10-ugly-plugins: Extra media codecs' - 'gstreamer0.10-ffmpeg: Extra media codecs') +optdepends=('gst-plugins-good: Extra media codecs' + 'gst-plugins-bad: Extra media codecs' + 'gst-plugins-ugly: Extra media codecs' + 'gst-libav: Extra media codecs') options=('!libtool') install=$pkgname.install -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz - fix-help.patch) -md5sums=('b7f3175b7a189471821d809171121d62' - '7645bc18812ea52137adddd6e87942d5') +source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('b0570134af6626d4e6c018c5f7774964') build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np1 -i "$srcdir/fix-help.patch" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --disable-static --disable-schemas-install --disable-scrollkeeper \ + --disable-static --disable-schemas-install \ --with-gconf-schema-file-dir=/usr/share/gconf/schemas - make + make -j1 } package() { diff --git a/community/gnome-subtitles/fix-help.patch b/community/gnome-subtitles/fix-help.patch deleted file mode 100644 index e888bfb41..000000000 --- a/community/gnome-subtitles/fix-help.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 0b66f14b812bb83ca149bc29906716c17f388da1 Mon Sep 17 00:00:00 2001 -From: Pedro Castro <pedro@gnomesubtitles.org> -Date: Sat, 10 Mar 2012 11:32:28 +0000 -Subject: Fix #671567 (Fix opening help), based on a patch from György Balló. - -Fix keyboard shortcuts url. ---- -diff --git a/src/GnomeSubtitles/Core/EventHandlers.cs b/src/GnomeSubtitles/Core/EventHandlers.cs -index 014fc54..6de82b0 100644 ---- a/src/GnomeSubtitles/Core/EventHandlers.cs -+++ b/src/GnomeSubtitles/Core/EventHandlers.cs -@@ -392,15 +392,11 @@ public class EventHandlers { - /* Help Menu */ - - public void OnHelpContents (object o, EventArgs args) { -- const string arg = "ghelp:gnome-subtitles"; -- if ((!Util.OpenUrl("gnome-help " + arg)) && (!Util.OpenUrl("yelp " + arg))) { -- BasicErrorDialog errorDialog = new BasicErrorDialog(Catalog.GetString("The Gnome Subtitles Manual could not be found."), Catalog.GetString("Please verify that your installation has been completed successfully.")); -- errorDialog.Show(); -- } -+ Util.OpenUrl("ghelp:gnome-subtitles"); - } - - public void OnHelpKeyboardShortcuts (object o, EventArgs args) { -- Util.OpenUrl("http://gnome-subtitles.sourceforge.net/shortcuts"); -+ Util.OpenUrl("http://gnomesubtitles.org/shortcuts"); - } - - public void OnHelpRequestFeature (object o, EventArgs args) { --- -cgit v0.9.0.2 diff --git a/community/gource/PKGBUILD b/community/gource/PKGBUILD index 752ac5939..3c492cbea 100644 --- a/community/gource/PKGBUILD +++ b/community/gource/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 83364 2013-01-30 11:48:44Z svenstaro $ +# $Id: PKGBUILD 87416 2013-03-31 19:18:20Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com> # Contributor: Olivier Ramonat <olivier at ramonat dot fr> pkgname=gource pkgver=0.39 -pkgrel=1 +pkgrel=2 pkgdesc="software version control visualization" license=(GPL3) arch=(i686 x86_64) diff --git a/community/gpsdrive/PKGBUILD b/community/gpsdrive/PKGBUILD index cd2a4dbf8..38ad424ef 100644 --- a/community/gpsdrive/PKGBUILD +++ b/community/gpsdrive/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86225 2013-03-13 15:08:23Z spupykin $ +# $Id: PKGBUILD 87417 2013-03-31 19:18:21Z stephane $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Maintainer: damir <damir@archlinux.org> @@ -6,7 +6,7 @@ pkgname=gpsdrive pkgver=2.11 _pkgver=20120928 -pkgrel=16 +pkgrel=17 pkgdesc="A car (bike, ship, plane) navigation system" arch=("i686" "x86_64") url="http://www.gpsdrive.de/" diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD index d42d90f85..22775c8e7 100644 --- a/community/librime/PKGBUILD +++ b/community/librime/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 83484 2013-02-02 03:46:07Z fyan $ +# $Id: PKGBUILD 87418 2013-03-31 19:18:22Z stephane $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: GONG Chen <chen dot sst at gmail dot com> # Contributor: 網軍總司令 pkgname=librime pkgver=0.9.8 -pkgrel=1 +pkgrel=2 pkgdesc="Rime input method engine" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/" license=('GPL3') -depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3') +depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp') optdepends=('brise: Rime schema repository') makedepends=('cmake') source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz") diff --git a/community/luxrays/PKGBUILD b/community/luxrays/PKGBUILD index b7821797a..166c74c70 100644 --- a/community/luxrays/PKGBUILD +++ b/community/luxrays/PKGBUILD @@ -1,18 +1,19 @@ -# $Id: PKGBUILD 85444 2013-03-01 18:09:53Z stativ $ +# $Id: PKGBUILD 87419 2013-03-31 19:18:23Z stephane $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=luxrays pkgver=1.2 _pkgver=475fbf15f0ca -pkgrel=1 +pkgrel=2 pkgdesc="Accelerate the ray intersection process by using GPUs" arch=('i686' 'x86_64') url="http://www.luxrender.net/" license=('GPL') depends=('freeimage' 'libcl' 'libgl') -optdepends=('glew: slg, slg2, smallppmgpu' 'freeglut: slg, slg2, smallppmgpu') +optdepends=('glew: demos (SmallLuxGPU etc.)' 'freeglut: demos (SmallLuxGPU etc.)' + 'boost-libs: demos (SmallLuxGPU etc.)') makedepends=('cmake' 'boost' 'mesa' 'opencl-headers' 'glew' 'freeglut') source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2) -md5sums=('e7c24e8407514f2f2211ded105756b2a') +md5sums=('ac98e9a42ecc20d97d4c12dcdf17e315') build() { cd "$srcdir/luxrender-$pkgname-$_pkgver" diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD index 933f819ad..d60c6bbaa 100644 --- a/community/mapnik/PKGBUILD +++ b/community/mapnik/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 87049 2013-03-26 11:49:43Z foutrelis $ +# $Id: PKGBUILD 87421 2013-03-31 19:18:26Z stephane $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: David Dent <thewinch@gmail.com> # Contributor: orbisvicis <orbisvicis@gmail.com> pkgname=mapnik pkgver=2.1.0 -pkgrel=8 +pkgrel=9 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps" arch=('i686' 'x86_64') url="http://mapnik.org/" @@ -23,11 +23,17 @@ optdepends=('libxslt: Web Map Service' 'mod_wsgi2: Web Map Service') makedepends=('scons' 'boost') install="mapnik.install" -source=("https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2") -md5sums=('d580c558a957444873bec9e24526b0a0') +source=("https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2" + "mapnik-2.1.0-compile-fix-for-boost-1.53.patch") +md5sums=('d580c558a957444873bec9e24526b0a0' + 'fb456216b052742319428f65f1c979d6') build() { cd "$srcdir/$pkgname-v$pkgver" + + # https://github.com/mapnik/mapnik/issues/1658 + patch -Np1 -i "$srcdir/mapnik-2.1.0-compile-fix-for-boost-1.53.patch" + sed -i 's|lib64|lib|g' SConstruct sed -i 's|python|python2|' \ utils/performance/mapnik-speed-check \ @@ -36,7 +42,7 @@ build() { PREFIX="/usr" \ INPUT_PLUGINS=all \ DESTDIR="$pkgdir" - scons + scons $MAKEFLAGS } package(){ diff --git a/community/mapnik/mapnik-2.1.0-compile-fix-for-boost-1.53.patch b/community/mapnik/mapnik-2.1.0-compile-fix-for-boost-1.53.patch new file mode 100644 index 000000000..00b37c08f --- /dev/null +++ b/community/mapnik/mapnik-2.1.0-compile-fix-for-boost-1.53.patch @@ -0,0 +1,36 @@ +From cf70b9959a45b9ab6af4a34824a5e4e80ce1d05c Mon Sep 17 00:00:00 2001 +From: Dane Springmeyer <dane@dbsgeo.com> +Date: Sun, 10 Feb 2013 07:24:35 -0800 +Subject: [PATCH] fix compile of json feature_collection grammar when building + against >= boost 1.52 - refs #1658 and #1716 + +--- + src/json/feature_collection_parser.cpp | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +diff --git a/src/json/feature_collection_parser.cpp b/src/json/feature_collection_parser.cpp +index 3faeda7..51ad824 100644 +--- a/src/json/feature_collection_parser.cpp ++++ b/src/json/feature_collection_parser.cpp +@@ -20,12 +20,17 @@ + * + *****************************************************************************/ + ++// TODO https://github.com/mapnik/mapnik/issues/1658 ++#include <boost/version.hpp> ++#if BOOST_VERSION >= 105200 ++#define BOOST_SPIRIT_USE_PHOENIX_V3 ++#endif ++ + // mapnik + #include <mapnik/json/feature_collection_parser.hpp> + #include <mapnik/json/feature_collection_grammar.hpp> + + // boost +-#include <boost/version.hpp> + #include <boost/spirit/include/qi.hpp> + #include <boost/spirit/include/support_multi_pass.hpp> + +-- +1.8.1.5 + diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index 85f4842c1..00e0e6a62 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86909 2013-03-24 11:55:43Z fyan $ +# $Id: PKGBUILD 87422 2013-03-31 19:18:27Z stephane $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -7,7 +7,7 @@ pkgname=mongodb pkgver=2.4.1 -pkgrel=1 +pkgrel=2 pkgdesc='A high-performance, open source, schema-free document-oriented database' arch=('i686' 'x86_64') url='http://www.mongodb.org' diff --git a/community/mygui/PKGBUILD b/community/mygui/PKGBUILD index e58bcfc8c..cbaeadbb3 100644 --- a/community/mygui/PKGBUILD +++ b/community/mygui/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 83261 2013-01-28 16:49:48Z stephane $ +# $Id: PKGBUILD 87423 2013-03-31 19:18:29Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Andrew Belitsky <belitsky.a@gmail.com> pkgbase=mygui pkgname=('mygui' 'mygui-docs') pkgver=3.2.0 -pkgrel=4 +pkgrel=5 pkgdesc="A multilayer and overlappable GUI System for OGRE" arch=('i686' 'x86_64') url="http://mygui.info/" diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index c9a74bf78..583bda8a4 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 85378 2013-03-01 10:36:19Z andrea $ +# $Id: PKGBUILD 87425 2013-03-31 19:18:31Z stephane $ # Contributor: SpepS <dreamspepser at yahoo dot it> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=openimageio -pkgver=1.1.7 -pkgrel=2 +pkgver=1.1.8 +pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(i686 x86_64) url="http://www.openimageio.org/" @@ -14,7 +14,7 @@ makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa') optdepends=('qt4: iv image viewer' 'python2: bindings support') source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver) -md5sums=('5fafac9b5f9f7edc9bd0507477c12e0d') +md5sums=('2d816e0ff48f12dfc0491d39a4918456') build() { cd "$srcdir"/$_pkgname* diff --git a/community/openshadinglanguage/PKGBUILD b/community/openshadinglanguage/PKGBUILD index 853c15ac9..1070ca369 100644 --- a/community/openshadinglanguage/PKGBUILD +++ b/community/openshadinglanguage/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=openshadinglanguage pkgver=1.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Advanced shading language for production GI renderers" arch=(i686 x86_64) url="http://code.google.com/p/openshadinglanguage/" diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD index b8170e811..9c5ed30c7 100644 --- a/community/pdns/PKGBUILD +++ b/community/pdns/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 87014 2013-03-25 19:16:55Z bpiotrowski $ +# $Id: PKGBUILD 87427 2013-03-31 19:18:34Z stephane $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Kevin Mihelich <kevin@archlinuxarm.org> pkgname=pdns pkgver=3.2 -pkgrel=4 +pkgrel=5 pkgdesc='Modern, advanced and high performance authoritative-only nameserver' arch=('x86_64' 'i686') url='http://www.powerdns.com/' license=('GPL') -depends=('gcc-libs' 'zlib' 'postgresql-libs' 'libmariadbclient' 'sqlite' 'libldap' 'lua51' 'boost-libs') +depends=('boost-libs' 'gcc-libs' 'postgresql-libs' 'libmariadbclient' 'sqlite' 'libldap' 'lua51') makedepends=('boost') provides=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql') replaces=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql') conflicts=('pdns-ldap' 'pdns-mysql' 'pdns-sqlite' 'pdns-pgsql') -install=pdns.install +install="$pkgname.install" options=('!makeflags' '!libtool') backup=('etc/powerdns/pdns.conf') source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz" @@ -31,7 +31,8 @@ build() { cd "$srcdir/$pkgname-$pkgver" touch AUTHORS NEWS - ./configure --prefix=/usr \ + ./configure \ + --prefix=/usr \ --sysconfdir=/etc/powerdns \ --libexecdir=/usr/lib \ --libdir=/usr/lib/powerdns \ @@ -48,11 +49,11 @@ package() { make DESTDIR="$pkgdir" install install -m755 -d "$pkgdir/etc/rc.d" - rm "$pkgdir/etc/powerdns/pdns.conf-dist" install -m644 "$srcdir/pdns.conf" "$pkgdir/etc/powerdns/" install -m755 "$srcdir/pdns.rc" "$pkgdir/etc/rc.d/pdns" install -Dm644 "$srcdir/pdns.service" \ "$pkgdir/usr/lib/systemd/system/pdns.service" + rm "$pkgdir/etc/powerdns/pdns.conf-dist" } # vim:set ts=2 sw=2 et: diff --git a/community/performous/PKGBUILD b/community/performous/PKGBUILD index ce57e7121..ae15b9ebd 100644 --- a/community/performous/PKGBUILD +++ b/community/performous/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 84361 2013-02-16 22:50:39Z ioni $ +# $Id: PKGBUILD 87428 2013-03-31 19:18:35Z stephane $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> pkgname=performous pkgver=0.7.0 -pkgrel=4 +pkgrel=5 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"' arch=('i686' 'x86_64') url="http://performous.org/" diff --git a/community/picard/PKGBUILD b/community/picard/PKGBUILD index 98cb5b0c3..b15337c72 100644 --- a/community/picard/PKGBUILD +++ b/community/picard/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 75870 2012-09-04 08:06:47Z bisson $ +# $Id: PKGBUILD 87401 2013-03-31 13:44:28Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: sysrq pkgname=picard -pkgver=1.1 +pkgver=1.2 pkgrel=1 pkgdesc='Official MusicBrainz tagger' url='http://musicbrainz.org/doc/MusicBrainz_Picard' license=('GPL') arch=('i686' 'x86_64') -depends=('python2-pyqt' 'mutagen' 'libofa' 'ffmpeg') +depends=('python2-pyqt' 'mutagen') optdepends=('libdiscid: CD lookup' 'chromaprint: fingerprinting') source=("http://ftp.musicbrainz.org/pub/musicbrainz/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('8f4a65a2a2df2f371b907fdea7958c5bd0de6bd7') +sha1sums=('323e22adef321a8fb80d617eb86a880f7d546fca') install=install diff --git a/community/pingus/PKGBUILD b/community/pingus/PKGBUILD index b798f4679..41c52c116 100644 --- a/community/pingus/PKGBUILD +++ b/community/pingus/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 83266 2013-01-28 16:49:53Z stephane $ +# $Id: PKGBUILD 87429 2013-03-31 19:18:38Z stephane $ # Maintainer: Eric Belanger <eric@archlinux.org> pkgname=pingus pkgver=0.7.6 -pkgrel=6 +pkgrel=7 pkgdesc="A Lemmings clone, i.e. a level-based puzzle game." arch=('i686' 'x86_64') url="http://pingus.seul.org" diff --git a/community/pinot/PKGBUILD b/community/pinot/PKGBUILD index d7bf3d1eb..1eed298e3 100644 --- a/community/pinot/PKGBUILD +++ b/community/pinot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83267 2013-01-28 16:49:57Z stephane $ +# $Id: PKGBUILD 87430 2013-03-31 19:18:40Z stephane $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: William Rea <sillywilly@gmail.com> @@ -7,7 +7,7 @@ pkgname=pinot pkgver=1.03 -pkgrel=1 +pkgrel=2 pkgdesc='Personal search and metasearch tool' arch=('i686' 'x86_64') url='http://code.google.com/p/pinot-search/' diff --git a/community/pion/PKGBUILD b/community/pion/PKGBUILD index 1e6af7f25..de7f2fe3f 100644 --- a/community/pion/PKGBUILD +++ b/community/pion/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 87053 2013-03-26 11:49:47Z foutrelis $ +# $Id: PKGBUILD 87431 2013-03-31 19:18:42Z stephane $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=pion pkgver=4.0.13.1 # use the git snapshot until a new version is out _pkgver=dddce5e02d8a60f958e466e690d38eee924475b0 -pkgrel=3 +pkgrel=4 pkgdesc="A C++ development library for implementing lightweight HTTP interfaces" url="http://www.cloudmeter.com/pion/support/" arch=('i686' 'x86_64') diff --git a/community/python-pyopencl/PKGBUILD b/community/python-pyopencl/PKGBUILD index 156e96187..8e9407c26 100644 --- a/community/python-pyopencl/PKGBUILD +++ b/community/python-pyopencl/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 83272 2013-01-28 16:50:04Z stephane $ +# $Id: PKGBUILD 87434 2013-03-31 19:18:48Z stephane $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> pkgbase=python-pyopencl pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers') pkgver=2012.1 -pkgrel=7 +pkgrel=8 pkgdesc="A complete, object-oriented language binding of OpenCL to Python" arch=('i686' 'x86_64') url="http://mathema.tician.de/software/pyopencl" license=('custom') -makedepends=('ctags' 'python2-distribute' 'python-distribute' 'libcl' 'opencl-headers' 'mesa' 'boost>=1.52.0' 'python2-mako' 'python-mako' 'python-numpy' 'python2-numpy') +makedepends=('ctags' 'python2-distribute' 'python-distribute' 'libcl' 'opencl-headers' 'mesa' 'boost>=1.53.0' 'python2-mako' 'python-mako' 'python-numpy' 'python2-numpy') source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz" 'LICENSE.txt') sha1sums=('ef2460d5e9b883d8afe0ec47863a243b6f8ac7ff' diff --git a/community/python2-tagpy/PKGBUILD b/community/python2-tagpy/PKGBUILD index d113ff99f..ed927be72 100644 --- a/community/python2-tagpy/PKGBUILD +++ b/community/python2-tagpy/PKGBUILD @@ -1,14 +1,15 @@ -# $Id: PKGBUILD 83273 2013-01-28 16:50:06Z stephane $ +# $Id: PKGBUILD 87435 2013-03-31 19:18:49Z stephane $ +# Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Callan Barrett <wizzomafizzo@gmail.com> # Contributor: Scott Horowitz <stonecrest@gmail.com> pkgname=python2-tagpy pkgver=0.94.8 -pkgrel=2 -pkgdesc="Python bindings for TagLib" -arch=('i686' 'x86_64') -url="http://pypi.python.org/pypi/tagpy" +pkgrel=3 +pkgdesc='Python bindings for TagLib' +arch=('x86_64' 'i686') +url='http://pypi.python.org/pypi/tagpy' license=('MIT') depends=('python2' 'taglib' 'boost-libs') makedepends=('python2-distribute' 'boost') @@ -16,32 +17,37 @@ replaces=('tagpy') conflicts=('tagpy') source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz" 'taglib1.7.patch') -md5sums=('6baff63318cf90b9bc5a2497a0597802' - '5b47cefe5fad98a093232256779da345') +sha256sums=('56eab8dd81510f8af18e19375a0ffd5cd25c8e555104be46a92c3dc08634a0dc' + 'f6cc34f8d4d1186270943cd7e1ad3c9478ae7064ab9b2cddf7760d493295cd26') build() { - cd tagpy-${pkgver} + cd "tagpy-$pkgver" - patch -p1 -i "${srcdir}"/taglib1.7.patch + patch -p1 -i "$srcdir/taglib1.7.patch" sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ $(find . -name '*.py') - ./configure.py --taglib-lib-dir=/usr/lib/ \ - --taglib-inc-dir=/usr/include/taglib/ \ - --boost-inc-dir=/usr/include/boost/ \ - --boost-lib-dir=/usr/lib/ \ - --boost-python-libname=boost_python + ./configure.py \ + --taglib-lib-dir=/usr/lib/ \ + --taglib-inc-dir=/usr/include/taglib/ \ + --boost-inc-dir=/usr/include/boost/ \ + --boost-lib-dir=/usr/lib/ \ + --boost-python-libname=boost_python python2 setup.py build } -package(){ - cd tagpy-${pkgver} - python2 setup.py install --root="${pkgdir}" --optimize=1 - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE" -} - check(){ - cd tagpy-${pkgver} + cd "tagpy-$pkgver" + python2 setup.py test } + +package(){ + cd "tagpy-$pkgver" + + python2 setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} + +# vim:set ts=2 sw=2 et: diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD index 94d8666a1..b50ea382b 100644 --- a/community/schroot/PKGBUILD +++ b/community/schroot/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 83274 2013-01-28 16:50:07Z stephane $ +# $Id: PKGBUILD 87436 2013-03-31 19:18:51Z stephane $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de> pkgname=schroot pkgver=1.6.5 -pkgrel=1 +pkgrel=2 pkgdesc="Allows users to execute shell commands under different root filesystems. (Successor to dchroot)." url="http://packages.qa.debian.org/s/schroot.html" license=('GPL3') diff --git a/community/shotwell/PKGBUILD b/community/shotwell/PKGBUILD index e791e168d..fbbb8de5c 100644 --- a/community/shotwell/PKGBUILD +++ b/community/shotwell/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 86560 2013-03-19 11:35:15Z spupykin $ +# $Id: PKGBUILD 87399 2013-03-31 09:37:31Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com> pkgname=shotwell pkgver=0.14.0 -pkgrel=1 +pkgrel=2 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" arch=('i686' 'x86_64') url="http://yorba.org/shotwell/" diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD index db6eb6c34..1f6510404 100644 --- a/community/sigil/PKGBUILD +++ b/community/sigil/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 85597 2013-03-03 19:43:42Z giovanni $ +# $Id: PKGBUILD 87437 2013-03-31 19:18:53Z stephane $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com> pkgname=sigil pkgver=0.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="WYSIWYG ebook editor" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64') url="http://code.google.com/p/sigil/" license=('GPL3') depends=('qt5-webkit' 'boost-libs') diff --git a/community/smc/PKGBUILD b/community/smc/PKGBUILD index b22911859..42e603b94 100644 --- a/community/smc/PKGBUILD +++ b/community/smc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 85525 2013-03-02 19:49:53Z svenstaro $ +# $Id: PKGBUILD 87438 2013-03-31 19:18:55Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Kritoke <typeolinux@yahoo.com> pkgname=smc pkgver=1.9 -pkgrel=19 +pkgrel=20 pkgdesc="Secret Maryo Chronicles" arch=('i686' 'x86_64') url="http://www.secretmaryo.org/" diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD index ab2d62b4f..83feb1c9c 100644 --- a/community/spring/PKGBUILD +++ b/community/spring/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87141 2013-03-27 23:35:41Z svenstaro $ +# $Id: PKGBUILD 87439 2013-03-31 19:18:57Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Arkham <arkham at archlinux dot us> # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org> @@ -6,7 +6,7 @@ pkgname=spring pkgver=0.94.1 _pkgver=94.1 -pkgrel=1 +pkgrel=2 pkgdesc='A free 3D real-time-strategy (RTS) game engine' arch=('i686' 'x86_64') url="http://springrts.com/" diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD index 9832227fa..0c089edea 100644 --- a/community/springlobby/PKGBUILD +++ b/community/springlobby/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 84408 2013-02-18 18:31:08Z svenstaro $ +# $Id: PKGBUILD 87440 2013-03-31 19:18:58Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: DuGi <dugi@irc.pl> pkgname=springlobby -pkgver=0.168 +pkgver=0.169 pkgrel=1 pkgdesc="A free cross-platform lobby client for the Spring RTS project." arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('sdl' 'sdl_sound' 'sdl_mixer') makedepends=('boost' 'asio' 'cmake') install=springlobby.install source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2) -md5sums=('e8ab284a3ec1036b126676ed866dc4a3') +md5sums=('1eb265268ac39d9b7e8fec90df92ff3d') build() { cd $srcdir/${pkgname}-$pkgver diff --git a/community/stuntrally/PKGBUILD b/community/stuntrally/PKGBUILD index 1cc321145..168bbc623 100644 --- a/community/stuntrally/PKGBUILD +++ b/community/stuntrally/PKGBUILD @@ -1,34 +1,35 @@ +# $Id$ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Sven Schneider <archlinux.sandmann@googlemail.com> # Contributor: Jason Melton <jason.melton@gmail.com> pkgname=stuntrally pkgver=1.9 -pkgrel=2 -pkgdesc="Stunt Rally game with track editor, based on VDrift" -arch=('i686' 'x86_64') +pkgrel=3 +pkgdesc='Stunt Rally game with track editor, based on VDrift' +arch=('x86_64' 'i686') license=('GPL3') -url="http://code.google.com/p/vdrift-ogre" +url='http://code.google.com/p/vdrift-ogre' depends=('libvorbis' 'mygui' 'sdl' 'enet' 'hicolor-icon-theme' 'libxcursor' 'stuntrally-data') makedepends=('cmake' 'boost') install=stuntrally.install -source=(src_${pkgver}.tar.gz::https://nodeload.github.com/${pkgname}/stuntrally/tar.gz/${pkgver}) -md5sums=('3253c5a64a6d3f4fc4b756ea431286de') +source=("$pkgname-$pkgver.tar.gz::https://nodeload.github.com/$pkgname/$pkgname/tar.gz/$pkgver") +sha256sums=('651d10aa00cf73b275198f08b0360a34ff98e6b520013041863854babeb20da7') build() { - cd "${srcdir}/stuntrally-${pkgver}/" + cd "$srcdir/stuntrally-$pkgver/" rm -rf build mkdir build && cd build - cmake -DCMAKE_INSTALL_PREFIX="/usr" -DSHARE_INSTALL="share/stuntrally" .. make } package() { - cd "${srcdir}/stuntrally-${pkgver}/build/" - - make DESTDIR="${pkgdir}" install + cd "$srcdir/stuntrally-$pkgver/build/" - rm -rf "${pkgdir}/usr/share/stuntrally/" + make DESTDIR="$pkgdir" install + rm -rf "$pkgdir/usr/share/stuntrally/" } + +# vim:set ts=2 sw=2 et: diff --git a/community/stuntrally/stuntrally.install b/community/stuntrally/stuntrally.install index 547348418..3a13ff305 100644 --- a/community/stuntrally/stuntrally.install +++ b/community/stuntrally/stuntrally.install @@ -1,11 +1,13 @@ post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } + +# vim:set ts=2 sw=2 et: diff --git a/community/wesnoth/PKGBUILD b/community/wesnoth/PKGBUILD index 71d6d9981..2a89d9d27 100644 --- a/community/wesnoth/PKGBUILD +++ b/community/wesnoth/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86797 2013-03-22 11:00:44Z svenstaro $ +# $Id: PKGBUILD 87442 2013-03-31 19:19:03Z stephane $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Tobias Powalowski <tpowa@archlinux.org> @@ -7,7 +7,7 @@ pkgname=wesnoth pkgver=1.10.6 -pkgrel=1 +pkgrel=2 pkgdesc="A turn-based strategy game on a fantasy world" arch=('i686' 'x86_64') license=('GPL') diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD index 95218e757..5d39dec97 100644 --- a/community/wt/PKGBUILD +++ b/community/wt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86485 2013-03-18 11:06:47Z andrea $ +# $Id: PKGBUILD 87443 2013-03-31 19:19:06Z stephane $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Denis Martinez <deuns.martinez@gmail.com> @@ -6,7 +6,7 @@ pkgname=wt pkgver=3.2.3 _pkgver=3.2.3 -pkgrel=5 +pkgrel=6 pkgdesc="a C++ library and application server for developing and deploying web applications" arch=('i686' 'x86_64') url="http://www.webtoolkit.eu/" |