diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-18 15:09:09 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-08-18 15:09:09 +0200 |
commit | 911a818dc1dde41745d065b1272333f5668ed270 (patch) | |
tree | a2f889a0b0b6922bcc32ca94b1b6ca31eda406b2 | |
parent | f5960fe27a2d814eab2ac7efacd714322c18a7b7 (diff) | |
parent | b35ab776341c79068977be153a2ad8340eb9498c (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/php-geoip/PKGBUILD
extra/libfprint/PKGBUILD
extra/php-apc/PKGBUILD
extra/php-xcache/PKGBUILD
extra/serf/PKGBUILD
35 files changed, 258 insertions, 448 deletions
diff --git a/coherence/bitlbee-coherence/PKGBUILD b/coherence/bitlbee-coherence/PKGBUILD new file mode 100644 index 000000000..f0cfcbf19 --- /dev/null +++ b/coherence/bitlbee-coherence/PKGBUILD @@ -0,0 +1,62 @@ + +_pkgname=bitlbee +pkgname=bitlbee-coherence +pkgver=3.2 +pkgrel=1 +pkgdesc='Brings XMPP to IRC (removed support for nonfree, unsafe and dangerous for privacy protocols)' +url='http://www.bitlbee.org/' +license=('GPL') +arch=('i686' 'x86_64') +depends=('gnutls' 'glib2') +makedepends=('asciidoc' 'libotr3') +optdepends=('libotr3: for OTR encryption support' + 'xinetd: to run bitlbee through xinetd') +replaces=$_pkgname +conflicts=$_pkgname +provides=$_pkgname=$pkgver +source=("http://get.bitlbee.org/src/${_pkgname}-${pkgver}.tar.gz" + 'xinetd' + 'bitlbee.tmpfiles') +sha1sums=('21e17f082c776566429603b1e8c966983a75ac9e' + '81c1185b09bee9520b7b58e295a0ffe43a9b0093' + '64b05c7ba522fcdbd0fb57d89ea8320713cc18e9') +backup=('etc/bitlbee/bitlbee.conf' + 'etc/bitlbee/motd.txt' + 'etc/xinetd.d/bitlbee') +install=bitlbee.install + +build() { + cd "$_pkgname-$pkgver" + + ./configure \ + --prefix=/usr \ + --etcdir=/etc/bitlbee \ + --sbindir=/usr/bin \ + --pidfile=/run/bitlbee/bitlbee.pid \ + --ipcsocket=/run/bitlbee/bitlbee.sock \ + --systemdsystemunitdir=/usr/lib/systemd/system \ + --jabber=1 \ + --msn=0 \ + --oscar=0 \ + --yahoo=0 \ + --twitter=0 \ + --purple=0 \ + --ssl=gnutls \ + --strip=0 \ + --otr=plugin \ + --skype=0 + + # hacky: build against libotr3 + sed -i 's,^OTRFLAGS=.*,OTRFLAGS=-lotr3,' Makefile.settings + sed -i 's,#include.*libotr,&3,' otr.h + + make +} + +package() { + make -C "$_pkgname-$pkgver" DESTDIR="$pkgdir" install{,-etc,-dev} + + install -o65 -g65 -dm770 "$pkgdir/var/lib/bitlbee" + install -Dm644 "$srcdir/xinetd" "$pkgdir/etc/xinetd.d/bitlbee" + install -Dm644 "$srcdir/bitlbee.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf" +}
\ No newline at end of file diff --git a/coherence/bitlbee-coherence/bitlbee.install b/coherence/bitlbee-coherence/bitlbee.install new file mode 100644 index 000000000..aa5a81a70 --- /dev/null +++ b/coherence/bitlbee-coherence/bitlbee.install @@ -0,0 +1,15 @@ +post_install() { + getent group bitlbee &>/dev/null || groupadd -r -g 65 bitlbee >/dev/null + getent passwd bitlbee &>/dev/null || useradd -r -u 65 -g bitlbee -d /var/lib/bitlbee -s /bin/false -c bitlbee bitlbee >/dev/null + systemd-tmpfiles --create bitlbee.conf +} + +post_upgrade() { + post_install +} + +post_remove() { + getent passwd bitlbee &>/dev/null && userdel bitlbee >/dev/null + getent group bitlbee &>/dev/null && groupdel bitlbee >/dev/null + true +} diff --git a/coherence/bitlbee-coherence/bitlbee.tmpfiles b/coherence/bitlbee-coherence/bitlbee.tmpfiles new file mode 100644 index 000000000..ebd909675 --- /dev/null +++ b/coherence/bitlbee-coherence/bitlbee.tmpfiles @@ -0,0 +1 @@ +d /run/bitlbee 0755 bitlbee bitlbee - -
\ No newline at end of file diff --git a/coherence/bitlbee-coherence/xinetd b/coherence/bitlbee-coherence/xinetd new file mode 100644 index 000000000..169134d2b --- /dev/null +++ b/coherence/bitlbee-coherence/xinetd @@ -0,0 +1,12 @@ +service bitlbee +{ + type = UNLISTED + socket_type = stream + protocol = tcp + wait = no + user = bitlbee + group = bitlbee + server = /usr/sbin/bitlbee + port = 6667 + disable = yes +}
\ No newline at end of file diff --git a/community/calcurse/PKGBUILD b/community/calcurse/PKGBUILD index c6388e351..022164a96 100644 --- a/community/calcurse/PKGBUILD +++ b/community/calcurse/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 84062 2013-02-09 16:21:30Z lfleischer $ +# $Id: PKGBUILD 95853 2013-08-17 15:15:02Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Ronald van Haren <ronald.archlinux.org> # Contributor: wain <wain.at.gmx.net> pkgname=calcurse pkgver=3.1.4 -pkgrel=1 +pkgrel=2 pkgdesc='A text-based personal organizer.' arch=('i686' 'x86_64' 'mips64el') url='http://calcurse.org/' @@ -25,5 +25,8 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" } diff --git a/community/freeorion/PKGBUILD b/community/freeorion/PKGBUILD deleted file mode 100644 index 75c60bedd..000000000 --- a/community/freeorion/PKGBUILD +++ /dev/null @@ -1,116 +0,0 @@ -# $Id: PKGBUILD 95098 2013-08-05 17:01:03Z arodseth $ -# Maintainer: Alexander Rødseth <rodseth@gmail.com> -# Contributor: Elmo Todurov <todurov@gmail.com> -# Contributor: guini <sidtrun@googlemail.com> -# Contributor: Forrest Loomis <cybercyst@gmail.com> -# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com> -# Contributor: fana-m <geminin@gmx.net> - -pkgname=freeorion -pkgver=0.4.3 -pkgrel=1 -_svnrev=6281 -_pyversion=2.7 -pkgdesc='Turn-based galactic conquest game inspired by Master of Orion' -arch=('x86_64' 'i686') -url='http://www.freeorion.org/' -license=('GPL') -if [ "$CARCH" == "x86_64" ] -then - depends=('lib32-nvidia-cg-toolkit') -else - depends=('nvidia-cg-toolkit') -fi -depends=('bullet' 'freealut' 'libvorbis' 'python2' 'gigi' 'desktop-file-utils' 'libgl') -makedepends=('boost' 'ogre=1.8.1' 'sdl' 'gigi>0.8.0-18' 'graphviz' 'mesa-libgl' - 'desktop-file-utils' 'setconf' 'cmake' 'gendesk' 'subversion' 'libogg') -options=('!strip' '!emptydirs') -install=$pkgname.install -source=("$pkgname.sh" - "$pkgname.png::https://a.fsdn.com/con/icons/fr/freeorion@sf.net/FO_Icon_256x256.png" - "cmake_python.patch" - "$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/#revision=$_svnrev") -sha256sums=('25b574af5397226373e24510ce59de94c5df5b31d94562fc0de387fd70731707' - 'a6a253eed31b77b00bf4f721f4b1c6bbd95505b9e4b38b736101e551dd12ff5f' - '3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a' - 'SKIP') - -pkgver() { - svn upgrade - svn up -r "$_svnrev" - echo "$pkgver" -} - -prepare() { - #msg2 'Looking up revision from version number...' - #_releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep "$pkgver" | cut -d':' -f2 | cut -d' ' -f10 | tail -1` - - gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" -} - -build() { - cd "$srcdir/$pkgname" - - msg2 'CMake/Python fix...' - patch -N -p1 -i "$srcdir/cmake_python.patch" - - msg2 'Generating makefiles...' - cmake \ - -DPYTHON_INCLUDE_DIR:PATH="/usr/include/python$_pyversion" \ - -DPYTHON_LIBRARY:FILEPATH="/usr/lib/libpython$_pyversion.so" \ - -G "Unix Makefiles" - - msg2 'GLU fix...' - 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 'Compiling...' - make -j1 - - msg2 'OGRE fix...' - sed -i 's:PluginFolder=.:PluginFolder=/usr/lib/OGRE/:g' \ - "$srcdir/$pkgname/ogre_plugins.cfg" -} - -package() { - cd "$srcdir/$pkgname" - - msg2 'Packaging documentation...' - install -Dm644 loki_setup/README.txt \ - "$pkgdir/usr/share/doc/$pkgname/README.txt" - - msg2 'Packaging binaries...' - install -Dm 755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/freeorion" - install -Dm 755 freeorion "$pkgdir/usr/bin/freeorion.elf" - install -Dm 755 freeorionca "$pkgdir/usr/bin/freeorionca" - install -Dm 755 freeoriond "$pkgdir/usr/bin/freeoriond" - - msg2 'Packaging data...' - mkdir -p "$pkgdir/usr/share/$pkgname" "$pkgdir/usr/lib/$pkgname" - cp -r default "$pkgdir/usr/share/$pkgname" - install -Dm 644 OISInput.cfg "$pkgdir/usr/share/$pkgname/OISInput.cfg" - - msg2 'Packaging license...' - install -Dm 644 default/COPYING \ - "$pkgdir/usr/share/licenses/$pkgname/COPYING" - - cd "$srcdir" - - msg2 'Packaging icon and shortcut...' - install -Dm 644 "$pkgname.png" \ - "$pkgdir/usr/share/pixmaps/freeorion.png" - install -Dm 644 "$pkgname.desktop" \ - "$pkgdir/usr/share/applications/freeorion.desktop" - - msg2 'Packaging OGRE plugins configuration...' - install -Dm 644 "$srcdir/$pkgname/ogre_plugins.cfg" \ - "$pkgdir/usr/share/freeorion/ogre_plugins.cfg" - - msg2 'Cleaning up...' - find "$pkgdir" -name ".svn" -print0 | xargs -0 rm -rf -} - -# vim:set ts=2 sw=2 et: diff --git a/community/freeorion/cmake_python.patch b/community/freeorion/cmake_python.patch deleted file mode 100644 index b875fa844..000000000 --- a/community/freeorion/cmake_python.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/client/AI/CMakeLists.txt 2012-09-10 00:11:18.659341865 +0200 -+++ b/client/AI/CMakeLists.txt 2012-09-10 00:12:37.659345189 +0200 -@@ -33,6 +33,20 @@ - find_package(PythonLibs) - if (PYTHONLIBS_FOUND) - include_directories(${PYTHON_INCLUDE_PATH}) -+ SET(_VERSION_REGEX -+ "^#define[ \t]+PY([A-Z_]*_VERSION)[ \t]+[\"]*([0-9A-Za-z\\.]+)[\"]*[ \t]*$") -+ FILE(STRINGS "${PYTHON_INCLUDE_DIR}/patchlevel.h" _VERSION_STRINGS -+ LIMIT_COUNT 10 REGEX ${_VERSION_REGEX}) -+ FOREACH(_VERSION_STRING ${_VERSION_STRINGS}) -+ STRING(REGEX REPLACE ${_VERSION_REGEX} "PYTHON\\1" -+ _VERSION_VARIABLE "${_VERSION_STRING}") -+ STRING(REGEX REPLACE ${_VERSION_REGEX} "\\2" -+ _VERSION_NUMBER "${_VERSION_STRING}") -+ SET(${_VERSION_VARIABLE} ${_VERSION_NUMBER}) -+ ENDFOREACH(_VERSION_STRING ${_VERSION_STRINGS}) -+ IF(PYTHON_MAJOR_VERSION EQUAL 3) -+ MESSAGE(FATAL_ERROR "Python 3 is not supported!") -+ ENDIF() - else () - message(FATAL_ERROR " library not found.") - endif () diff --git a/community/freeorion/freeorion.install b/community/freeorion/freeorion.install deleted file mode 100644 index ad97d7bab..000000000 --- a/community/freeorion/freeorion.install +++ /dev/null @@ -1,13 +0,0 @@ -post_upgrade() { - update-desktop-database -q -} - -post_install() { - post_upgrade -} - -post_remove() { - post_upgrade -} - -# vim:set ts=2 sw=2 et: diff --git a/community/freeorion/freeorion.sh b/community/freeorion/freeorion.sh deleted file mode 100644 index 9f35e7032..000000000 --- a/community/freeorion/freeorion.sh +++ /dev/null @@ -1,143 +0,0 @@ -#!/bin/sh -# -# written by Markus Sinner, http://psitronic.de -# -# Nightly builds on. -# http://freeorion.psitronic.de/download/nightly/ -# -# This is a wrapper-script for starting FreeOrion on -# ix86 (and maybe x64) Linux Systems. -# This script will CD into application and set some -# enviroment variables. - -# ---- commandline PARAMETERS and ENVIROMENT variables ----- -# This script supports parameters, that will be evaluated -# BEFORE freeorion binary is called and will be removed, -# because the binary won't support them. -# Currently only one parameter at a time is supported! -# Parameters other than these will be appended as command -# line parameters to the call of the freeorion binary. -# -# --strace -# This starts freeorion using the "strace" utility. -# Generates a strace logifle /tmp/freeorion.trace. -# Make sure it is installed on your system! -# --gdb -# Runs freeorion in a gdb instance, passes the original -# parameters through the --args parameter of gdb -# -# -# ENVIROMENT variables -# This script supports some enviroment variables. To set them -# either use the followin command BEFORE you execute this script. -# export XXXX="value" -# This permanently set the variable in you current shell script. -# Or you prepend the options when running this script, like this: -# PARAM1="hello" PARAM2="yo man" /usr/bin/freeorion.elf -# -# Supportet are: -# FO_TRACE= -# Use this to prepend something to calling freorion. -# This variables also is used internally, when --gdb or --trace -# appear on the command line. -# FO_GDB_ARGS= -# If you use --gbd, you should uses this env to add GDB parameters. -# Make sure you end this list of parameters with --args, otherwise -# gdb won't start. Example: FO_GDB_ARGS="-q -s fo.symbols --args" -# LD_LIBRARY_PATH= -# This is a well known env and will be honored by this script. -# - - -# ---------- STARTS HERE --------------- -# Change into application directory -# If this is a symlink, then we -# need to change into the dir of symlink-target. -if [ -h $0 ]; then - #echo "I am Symlink. Following into my targets basedir" - ME=`readlink $0` -else - #echo "Following into my basedir" - ME=$0 -fi - -# This is important! Script won't work outside its installation dir -ROOT=/usr/share/freeorion -cd ${ROOT} -#echo -n "CWD: " -pwd - - - -# Check for python. If freeorionca binary is missing it, use -# the shipped version. -if ldd /usr/bin/freeorionca | grep "libpython.*not found"; then - #echo "python2.5 missing. Using shipped version." - PYTHON_USE_SHIPPED=1 -else - #echo "python2.5 found. Using it." - PYTHON_USE_SHIPPED=0 -fi - -# Set Python library home for loading modules -# If no python 2.5 is detected, use shipped python 2.5 -if [ "$PYTHON_USE_SHIPPED" = "1" ]; then - export PYTHONHOME=/usr/lib/freeorion/python2.5 - export PYTHONPATH=${PYTHONHOME} - export PYTHONDEBUG=1 - export PYTHONVERBOSE=1 - #echo "PYTHONHOME=${PYTHONHOME}" - - export LD_LIBRARY_PATH=${PYTHONHOME}:${LD_LIBRARY_PATH} - export LD_PRELOAD=${PYTHONHOME}/libutil.so.1:${PYTHONHOME}/libpython2.5.so -fi - - -# Command line Parameter --gdb forces running in gdb -# Setting FO_TRACE to gdb results in other settings, see -# below -if [ "$1" = "--gdb" ]; then - FO_TRACE="gdb" - - # Don't forget to remove the param - shift -fi - -if [ "$1" = "--strace" ]; then - TRACEFILE=/tmp/freeorion.trace - echo - echo "Tracing to ${TRACEFILE}" - echo - FO_TRACE="strace -f -o ${TRACEFILE}" - - # Don't forget to remove the param - shift -fi - - - -# Add a parameter FO_GDB_ARGS to support gdb -# Or warn the user, if he changed FO_GDB_ARGS and has -# forgotten to end it with --args -if [ "$FO_TRACE" = "gdb" ]; then - if [ "$FO_GDB_ARGS" = "" ]; then - FO_GDB_ARGS="--args" - else - echo "****************************************************" - echo "** NOTE NOTE NOTE NOTE **" - echo "Running FO in gdb" - echo "If you use FO_GDB_ARGS on your command line, make" - echo "sure that you END this variabble with --args." - echo "Otherwise gdb will not start." - echo - echo "Type 'start' when the gdb instance has loaded!" - echo - fi -fi - - -# Support loading libs from application/lib -export LD_LIBRARY_PATH=./lib:${LD_LIBRARY_PATH} - -# Call with settings-dir to avoid conflicting installations -${FO_TRACE} ${FO_GDB_ARGS} /usr/bin/freeorion.elf --resource-dir ./default $@ diff --git a/community/liteide/PKGBUILD b/community/liteide/PKGBUILD index bbe5f92c1..80c6e6e00 100644 --- a/community/liteide/PKGBUILD +++ b/community/liteide/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 95569 2013-08-14 12:28:29Z arodseth $ +# $Id: PKGBUILD 95868 2013-08-17 16:21:10Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: spambanane <happy.house@gmx.de> # Contributor: Matteo <matteo.dek@gmail.com> pkgname=liteide pkgver=19 -pkgrel=1 +pkgrel=2 pkgdesc='IDE for editing and building projects written in the Go programming language ("golangide")' license=('LGPL') arch=('x86_64' 'i686') @@ -20,7 +20,7 @@ source=("$pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip" 'liteide.sh') sha256sums=('182694341940878cf5df4f083a750659bffc97eb4ae517410e157bebc14f97df' '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697' - '93ef16d59054ef9b37f8781e90f7d0f83d726779d2029660dfd21e84d808bf04') + '5d6f05b072586c31e3a4a08ea2d7332dd0a78f5db6b2d088fb76e8cb032672f0') prepare() { cd "$srcdir" @@ -51,9 +51,10 @@ package() { "$pkgdir/usr/share/doc/$pkgname" msg2 'Packaging executables...' - for binary in goastview goapi goexec godocview liteide; do + for binary in goastview goapi goexec godocview; do install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary" done + install -Dm755 bin/liteide "$pkgdir/usr/bin/liteide.elf" install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname" cd "$srcdir/liteide-x$pkgver/liteidex" diff --git a/community/liteide/liteide.sh b/community/liteide/liteide.sh index d7d0772b5..3fe9adf82 100644 --- a/community/liteide/liteide.sh +++ b/community/liteide/liteide.sh @@ -1,5 +1,5 @@ #!/bin/sh -ELF=/usr/bin/liteide +ELF=/usr/bin/liteide.elf if [ ! -z $GOROOT -a -e $GOROOT ]; then $ELF $@ else diff --git a/community/perl-xml-libxml/PKGBUILD b/community/perl-xml-libxml/PKGBUILD index e66dcd59d..ca2281204 100644 --- a/community/perl-xml-libxml/PKGBUILD +++ b/community/perl-xml-libxml/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 93872 2013-07-11 16:11:22Z jsteel $ +# $Id: PKGBUILD 95837 2013-08-17 14:25:58Z jsteel $ # Maintainer: Jonathan Steel <jsteel@aur.archlinux.org> # Contributor: Justin "juster" Davis <jrcd83@gmail.com> # Contributor: François Charette <francois.archlinux.org> pkgname=perl-xml-libxml -pkgver=2.0019 +pkgver=2.0101 pkgrel=1 pkgdesc="Interface to the libxml library" arch=('i686' 'x86_64' 'mips64el') @@ -17,7 +17,7 @@ conflicts=('perl-libxml' 'perl-xml-libxml-common') options=('!emptydirs') install=perl-xml-libxml.install source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz) -md5sums=('0873ac0bae4a4bf7ba7b2d970876e4ba') +md5sums=('5f60ca19b651628eb80341da99a56598') build() { cd XML-LibXML-$pkgver diff --git a/community/php-geoip/PKGBUILD b/community/php-geoip/PKGBUILD index 3d3d6f17c..9745f3377 100644 --- a/community/php-geoip/PKGBUILD +++ b/community/php-geoip/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 70501 2012-05-09 18:48:05Z pschmitz $ +# $Id: PKGBUILD 95808 2013-08-17 08:23:08Z pierre $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> pkgname=php-geoip pkgver=1.0.8 -pkgrel=2.1 +pkgrel=3 pkgdesc="GeoIP module for PHP" arch=('i686' 'x86_64' 'mips64el') url="http://pecl.php.net/package/geoip" diff --git a/community/php-memcache/PKGBUILD b/community/php-memcache/PKGBUILD index 5e5d3dd39..aad0c6838 100644 --- a/community/php-memcache/PKGBUILD +++ b/community/php-memcache/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 87836 2013-04-08 08:42:56Z foutrelis $ +# $Id: PKGBUILD 95809 2013-08-17 08:23:09Z pierre $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> pkgname=php-memcache pkgver=3.0.8 -pkgrel=1 +pkgrel=2 pkgdesc="Memcache module for PHP" arch=('i686' 'x86_64' 'mips64el') url="http://pecl.php.net/package/memcache" diff --git a/community/php-memcached/PKGBUILD b/community/php-memcached/PKGBUILD index 6424d6565..002e53581 100644 --- a/community/php-memcached/PKGBUILD +++ b/community/php-memcached/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 95020 2013-08-03 16:08:14Z foutrelis $ +# $Id: PKGBUILD 95810 2013-08-17 08:23:10Z pierre $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> pkgname=php-memcached pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="PHP extension for interfacing with memcached via libmemcached library" arch=('i686' 'x86_64' 'mips64el') url="http://pecl.php.net/package/memcached" diff --git a/community/php-mongo/PKGBUILD b/community/php-mongo/PKGBUILD index 7dffb0ade..c501d117b 100644 --- a/community/php-mongo/PKGBUILD +++ b/community/php-mongo/PKGBUILD @@ -3,7 +3,7 @@ pkgname=php-mongo pkgver=1.4.2 -pkgrel=1 +pkgrel=2 pkgdesc="Officially supported PHP driver for MongoDB" arch=("i686" "x86_64") url="http://www.mongodb.org/display/DOCS/PHP+Language+Center" diff --git a/community/uget/PKGBUILD b/community/uget/PKGBUILD index 50afdbe23..85af0b30f 100644 --- a/community/uget/PKGBUILD +++ b/community/uget/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 82947 2013-01-26 02:16:13Z bgyorgy $ +# $Id: PKGBUILD 95829 2013-08-17 12:17:24Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=uget pkgver=1.10.3 -pkgrel=1 +pkgrel=2 pkgdesc="GTK+ download manager featuring download classification and HTML import" arch=('i686' 'x86_64' 'mips64el') url="http://urlget.sourceforge.net/" license=('LGPL') -depends=('libnotify' 'gtk3' 'gstreamer0.10' 'curl' 'hicolor-icon-theme' 'xdg-utils') +depends=('libnotify' 'gtk3' 'gstreamer' 'curl' 'hicolor-icon-theme' 'xdg-utils') makedepends=('intltool') optdepends=('aria2: alternative backend') install=$pkgname.install diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD index 36c2071a1..6fc939759 100644 --- a/community/xdebug/PKGBUILD +++ b/community/xdebug/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 94986 2013-08-02 13:00:08Z spupykin $ +# $Id: PKGBUILD 95812 2013-08-17 08:23:12Z pierre $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Jonathan Wiersma <arch aur at jonw dot org> # Contributor: Jonathan Wiersma <arch aur at jonw dot org> @@ -6,7 +6,7 @@ pkgname=xdebug pkgver=2.2.3 -pkgrel=2 +pkgrel=3 pkgdesc="PHP debugging extension" arch=('i686' 'x86_64' 'mips64el') url="http://www.xdebug.org" diff --git a/extra/fprintd/PKGBUILD b/extra/fprintd/PKGBUILD index 8bff32aeb..4939cb539 100644 --- a/extra/fprintd/PKGBUILD +++ b/extra/fprintd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 179628 2013-03-08 22:08:23Z eric $ +# $Id: PKGBUILD 193153 2013-08-17 10:25:30Z heftig $ # Maintainer: # Contributor: Nikolay Rysev <mad.f3ka@gmail.com> pkgname=fprintd -pkgver=0.5.0 +pkgver=0.5.1 pkgrel=1 pkgdesc="D-Bus service to access fingerprint readers" arch=(i686 x86_64 mips64el) @@ -13,22 +13,25 @@ depends=(libfprint dbus-glib polkit) makedepends=(intltool gtk-doc) groups=(fprint) options=(!libtool) -backup=(etc/pam.d/fingerprint-auth) _snap=V_${pkgver//./_} -source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2 - fingerprint-auth) -md5sums=('9db46783dc9d75e84d63a3addbaa0507' - '8c7da9ccd28ec87dd2572ddfb85d563e') +source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz + pod.patch) +md5sums=('e9b40ab0298a50d28b6af728e2a40a1b' + '67736669f52d146b67607f35f7b9e36b') + +prepare() { + cd $pkgname-$pkgver + patch -Np1 -i ../pod.patch +} build() { - cd $_snap - ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ --disable-static make } package() { - cd $_snap + cd $pkgname-$pkgver make DESTDIR="$pkgdir" pammoddir="/usr/lib/security" install - install -Dm644 ../fingerprint-auth "$pkgdir/etc/pam.d/fingerprint-auth" } diff --git a/extra/fprintd/fingerprint-auth b/extra/fprintd/fingerprint-auth deleted file mode 100644 index b0652c1ec..000000000 --- a/extra/fprintd/fingerprint-auth +++ /dev/null @@ -1,6 +0,0 @@ -auth required pam_tally.so onerr=succeed file=/var/log/faillog -auth required pam_shells.so -auth requisite pam_nologin.so -auth required pam_env.so -auth required pam_fprintd.so -auth optional pam_permit.so diff --git a/extra/fprintd/pod.patch b/extra/fprintd/pod.patch new file mode 100644 index 000000000..34cf6560c --- /dev/null +++ b/extra/fprintd/pod.patch @@ -0,0 +1,9 @@ +diff -u -r fprintd-0.5.1/data/fprintd.pod fprintd-0.5.1-pod/data/fprintd.pod +--- fprintd-0.5.1/data/fprintd.pod 2013-06-26 13:10:17.000000000 +0200 ++++ fprintd-0.5.1-pod/data/fprintd.pod 2013-08-17 12:17:36.330332635 +0200 +@@ -100,3 +100,5 @@ + =over 8 + + =item B<dbus-daemon>, B<gnome-about-me> ++ ++=back diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD index 728844341..e107a6eac 100644 --- a/extra/graphviz/PKGBUILD +++ b/extra/graphviz/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 189863 2013-07-10 07:26:54Z bpiotrowski $ +# $Id: PKGBUILD 193136 2013-08-17 08:22:14Z pierre $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: kevin <kevin@archlinux.org> # Contributor: John Proctor <jproctor@prium.net> pkgname=graphviz pkgver=2.30.1 -pkgrel=6 +pkgrel=7 pkgdesc='Graph visualization software' url='http://www.graphviz.org/' license=('custom:EPL') diff --git a/extra/libfprint/PKGBUILD b/extra/libfprint/PKGBUILD index 7d0da7296..9a01f299d 100644 --- a/extra/libfprint/PKGBUILD +++ b/extra/libfprint/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 172506 2012-12-04 12:22:42Z tomegun $ +# $Id: PKGBUILD 193152 2013-08-17 10:24:46Z heftig $ # Maintainer: Tom Gundersen <teg@jklm.no> # Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Thomas Baechler <thomas@archlinux.org> pkgname=libfprint -pkgver=0.5.0 -pkgrel=1.1 +pkgver=0.5.1 +pkgrel=1 pkgdesc="Library for fingerprint readers" arch=(i686 x86_64 mips64el) url="http://www.freedesktop.org/wiki/Software/fprint/libfprint" @@ -14,15 +14,15 @@ depends=(libusb nss gdk-pixbuf2) groups=(fprint) options=(!libtool !emptydirs) source=(http://people.freedesktop.org/~hadess/$pkgname-$pkgver.tar.xz) +md5sums=('f52ac662d89fb82a441dacb0bac36c13') build() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --disable-static make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } -md5sums=('65d118369a47a93be623816f54cdb847') diff --git a/extra/php-apc/PKGBUILD b/extra/php-apc/PKGBUILD deleted file mode 100644 index ceb74d23e..000000000 --- a/extra/php-apc/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 175091 2013-01-13 14:39:03Z pierre $ -# Maintainer: Pierre Schmitz <pierre@archlinux.de> - -pkgname=php-apc -pkgver=3.1.14 -pkgrel=1 -arch=('i686' 'x86_64' 'mips64el') -pkgdesc='A free, open, and robust framework for caching and optimizing PHP intermediate code' -url='http://pecl.php.net/package/APC' -depends=('php') -license=('PHP') -source=("http://pecl.php.net/get/APC-${pkgver}.tgz") -backup=('etc/php/conf.d/apc.ini') -md5sums=('4e9111f9e2bdc219107e98beffc3751e') - -build() { - cd $srcdir/APC-$pkgver - phpize - ./configure --prefix=/usr - make -} - -# check() { -# cd $srcdir/APC-$pkgver -# make test -# } - -package() { - cd $srcdir/APC-$pkgver - make INSTALL_ROOT=$pkgdir install - echo ';extension=apc.so' > apc.ini - install -D -m644 apc.ini $pkgdir/etc/php/conf.d/apc.ini - install -D -m644 apc.php $pkgdir/usr/share/php-apc/apc.php - install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apc/install.txt -} diff --git a/extra/php-apcu/PKGBUILD b/extra/php-apcu/PKGBUILD new file mode 100644 index 000000000..3edccd175 --- /dev/null +++ b/extra/php-apcu/PKGBUILD @@ -0,0 +1,39 @@ +# $Id: PKGBUILD 193138 2013-08-17 08:22:17Z pierre $ +# Maintainer: Pierre Schmitz <pierre@archlinux.de> + +pkgname=php-apcu +pkgver=4.0.1 +pkgrel=5 +arch=('i686' 'x86_64') +pkgdesc='A userland caching module for PHP' +url='http://pecl.php.net/package/APCu' +depends=('php') +replaces=('php-apc') +conflicts=('php-apc') +provides=("php-apc=${pkgver}") +license=('PHP') +source=("http://pecl.php.net/get/apcu-$pkgver.tgz") +backup=('etc/php/conf.d/apcu.ini') +md5sums=('994de4335eb2967c006aa9ca185876fa') + +build() { + cd $srcdir/apcu-$pkgver + phpize + ./configure --prefix=/usr + make +} + +# check() { +# cd $srcdir/apcu-$pkgver +# printf "n\n" | make test +# echo +# } + +package() { + cd $srcdir/apcu-$pkgver + make INSTALL_ROOT=$pkgdir install + echo ';extension=apcu.so' > apcu.ini + install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini + install -D -m644 apc.php $pkgdir/usr/share/php-apcu/apc.php + install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt +} diff --git a/extra/php-xcache/PKGBUILD b/extra/php-xcache/PKGBUILD index 02e375e98..1b0579dc7 100644 --- a/extra/php-xcache/PKGBUILD +++ b/extra/php-xcache/PKGBUILD @@ -1,18 +1,20 @@ -# $Id: PKGBUILD 188803 2013-06-21 12:38:37Z pierre $ +# $Id: PKGBUILD 193139 2013-08-17 08:22:18Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgname=php-xcache -pkgver=3.0.3 -pkgrel=1 +pkgver=3.1.0dev +_svnrev=1341 +pkgrel=12 arch=('i686' 'x86_64' 'mips64el') pkgdesc='A PHP opcode cacher' url='http://xcache.lighttpd.net/' depends=('php') +makedepends=('subversion') license=('custom') -source=("http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2" +source=("xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}" 'xcache.ini') backup=('etc/php/conf.d/xcache.ini') -md5sums=('8e9d59785725747f9f099af2bd54ddd2' +md5sums=('SKIP' '8fd9ce537ada9463c4b0c042243158c0') build() { @@ -24,7 +26,8 @@ build() { # check() { # cd $srcdir/xcache-$pkgver -# make test +# printf "n\n" | make test +# echo # } package() { diff --git a/extra/php/PKGBUILD b/extra/php/PKGBUILD index 2d9ec3f3f..9f6ac8428 100644 --- a/extra/php/PKGBUILD +++ b/extra/php/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 193093 2013-08-16 07:06:58Z pierre $ +# $Id: PKGBUILD 193137 2013-08-17 08:22:16Z pierre $ # Maintainer: Pierre Schmitz <pierre@archlinux.de> pkgbase=php @@ -21,7 +21,7 @@ pkgname=('php' 'php-sqlite' 'php-tidy' 'php-xsl') -pkgver=5.4.18 +pkgver=5.5.2 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') license=('PHP') @@ -33,10 +33,10 @@ makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx' source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2" 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch' 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles') -md5sums=('b2e185b46b22a48a385cf21a0dc76e65' - '44c1bb1df346b3b9d3e092c7df9a37d0' +md5sums=('caf7f4d86514a568fb3c8021b096a9f0' + 'f9ee638591aaf1526767db7976d95847' 'dec2cbaad64e3abf4f0ec70e1de4e8e9' - '5c1f4c967b66ce3eaf819b46951dcbf5' + '880afea327bb00c47082d22c507e6bfc' 'e036c721e5ad927cd1613c7475a58b3a' 'cc2940f5312ba42e7aa1ddfab74b84c4' 'c60343df74f8e1afb13b084d5c0e47ed') @@ -71,6 +71,7 @@ build() { --enable-gd-native-ttf \ --enable-intl=shared \ --enable-mbstring \ + --enable-opcache \ --enable-phar=shared \ --enable-posix=shared \ --enable-shmop=shared \ @@ -101,7 +102,7 @@ build() { --with-mcrypt=shared \ --with-mhash \ --with-mssql=shared \ - --with-mysql-sock=/var/run/mysqld/mysqld.sock \ + --with-mysql-sock=/run/mysqld/mysqld.sock \ --with-mysql=shared,mysqlnd \ --with-mysqli=shared,mysqlnd \ --with-openssl=shared \ @@ -193,15 +194,15 @@ build() { # check() { # cd ${srcdir}/build-php -# make test +# export SNMP_TIMEOUT=1 +# export SNMP_RETRIES=0 +# printf "n\n" | make test +# echo # } package_php() { pkgdesc='An HTML-embedded scripting language' depends=('pcre' 'libxml2' 'bzip2' 'curl') - replaces=('php-fileinfo' 'php-gmp' 'php-curl') - provides=('php-fileinfo' 'php-gmp' 'php-curl') - conflicts=('php-fileinfo' 'php-gmp' 'php-curl') backup=('etc/php/php.ini') cd ${srcdir}/build-php diff --git a/extra/php/php-fpm.conf.in.patch b/extra/php/php-fpm.conf.in.patch index d618fca4e..317c2024f 100644 --- a/extra/php/php-fpm.conf.in.patch +++ b/extra/php/php-fpm.conf.in.patch @@ -1,8 +1,8 @@ ---- sapi/fpm/php-fpm.conf.in 2012-08-15 06:26:05.000000000 +0200 -+++ sapi/fpm/php-fpm.conf.in 2012-08-16 14:17:41.809663595 +0200 +--- sapi/fpm/php-fpm.conf.in 2013-06-19 22:03:18.000000000 +0200 ++++ sapi/fpm/php-fpm.conf.in 2013-06-20 17:03:03.728835784 +0200 @@ -12,7 +12,7 @@ ; Relative path can also be used. They will be prefixed by: - ; - the global prefix if it's been set (-p arguement) + ; - the global prefix if it's been set (-p argument) ; - @prefix@ otherwise -;include=etc/fpm.d/*.conf +;include=/etc/php/fpm.d/*.conf @@ -18,7 +18,7 @@ ; Error log file ; If it's set to "syslog", log is sent to syslogd instead of being written -@@ -148,7 +148,8 @@ +@@ -156,7 +156,8 @@ ; specific port; ; '/path/to/unix/socket' - to listen on a unix socket. ; Note: This value is mandatory. @@ -28,7 +28,7 @@ ; Set listen(2) backlog. ; Default Value: 128 (-1 on FreeBSD and OpenBSD) -@@ -159,9 +160,9 @@ +@@ -167,9 +168,9 @@ ; BSD-derived systems allow connections regardless of permissions. ; Default Values: user and group are set as the running user ; mode is set to 0666 @@ -41,7 +41,7 @@ ; List of ipv4 addresses of FastCGI clients which are allowed to connect. ; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original -@@ -458,7 +459,7 @@ +@@ -466,7 +467,7 @@ ; Chdir to this directory at the start. ; Note: relative path can be used. ; Default Value: current directory or / when chroot diff --git a/extra/php/php.ini.patch b/extra/php/php.ini.patch index 62555d66a..b2e7d8f87 100644 --- a/extra/php/php.ini.patch +++ b/extra/php/php.ini.patch @@ -1,5 +1,5 @@ ---- php.ini-production 2012-03-29 06:17:59.000000000 +0200 -+++ php.ini-production 2012-03-30 10:46:21.181340861 +0200 +--- php.ini-production 2013-08-15 22:42:04.000000000 +0200 ++++ php.ini-production 2013-08-16 08:03:36.178726858 +0200 @@ -305,7 +305,7 @@ ; or per-virtualhost web server configuration file. This directive is ; *NOT* affected by whether Safe Mode is turned On or Off. @@ -27,7 +27,7 @@ ; On windows: ; extension_dir = "ext" -@@ -859,51 +859,47 @@ +@@ -863,50 +863,48 @@ ; If you only provide the name of the extension, PHP will look for it in its ; default extension directory. ; @@ -75,7 +75,6 @@ -;extension=php_tidy.dll -;extension=php_xmlrpc.dll -;extension=php_xsl.dll --;extension=php_zip.dll +;extension=bcmath.so +;extension=bz2.so +;extension=calendar.so @@ -96,6 +95,7 @@ +;extension=mysqli.so +;extension=mysql.so +;extension=odbc.so ++;zend_extension=opcache.so +;extension=openssl.so +;extension=pdo_mysql.so +;extension=pdo_odbc.so diff --git a/extra/serf/PKGBUILD b/extra/serf/PKGBUILD index 6f6f4ea70..763e6c608 100644 --- a/extra/serf/PKGBUILD +++ b/extra/serf/PKGBUILD @@ -1,33 +1,31 @@ -# $Id: PKGBUILD 188137 2013-06-10 13:00:19Z bpiotrowski $ +# $Id: PKGBUILD 193131 2013-08-17 07:19:26Z angvp $ # Maintainer: Stéphane Gaudreault <stephane@archlinux.org> + pkgname=serf -pkgver=1.2.1 +pkgver=1.3.0 pkgrel=1 pkgdesc="High-performance asynchronous HTTP client library" -url="http://code.google.com/p/serf/" arch=('i686' 'x86_64' 'mips64el') +url="http://code.google.com/p/serf/" license=('Apache') -depends=('apr' 'apr-util' 'openssl' 'zlib') +depends=('apr-util') +makedepends=('scons') +options=('!libtool' '!staticlibs') source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('f65fbbd72926c8e7cf0dbd4ada03b0d226f461fd') -options=('!libtool') +sha1sums=('14ed3e1dc195016a548499b3831f3df6b2501d27') build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr --with-openssl=/usr - make + cd ${pkgname}-${pkgver} + scons PREFIX=/usr } check() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make check + cd ${pkgname}-${pkgver} + scons check } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - rm "${pkgdir}"/usr/lib/libserf-1.a + cd ${pkgname}-${pkgver} + install -d "${pkgdir}/usr" + scons PREFIX="${pkgdir}/usr" install } diff --git a/extra/smplayer/PKGBUILD b/extra/smplayer/PKGBUILD index 39cd4ba96..9cac6cdc8 100644 --- a/extra/smplayer/PKGBUILD +++ b/extra/smplayer/PKGBUILD @@ -1,29 +1,34 @@ -# $Id: PKGBUILD 185252 2013-05-12 15:00:41Z foutrelis $ +# $Id: PKGBUILD 193124 2013-08-16 23:14:38Z foutrelis $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> # Contributor: shamrok <szamrok@gmail.com> pkgname=smplayer -pkgver=0.8.5 +pkgver=0.8.6 pkgrel=1 pkgdesc="A complete front-end for MPlayer" arch=('i686' 'x86_64' 'mips64el') url="http://smplayer.sourceforge.net/" license=('GPL') depends=('qt4' 'mplayer') +optdepends=('smplayer-themes: icon themes collection' + 'smplayer-skins: skin themes collection' + 'smtube: browse and play youtube videos') install=smplayer.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('deb781ecdc4dd9f0533ccce8f1772865') +md5sums=('deddbce75049b5c4f15ec6c02eaf8790') build() { cd "$pkgname-$pkgver" - sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' src/smplayer.pro - make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4 + make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4 \ + DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \ + QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE } package() { cd "$pkgname-$pkgver" - make PREFIX=$pkgdir/usr install + make DOC_PATH=/usr/share/doc/smplayer \ + DESTDIR="$pkgdir" PREFIX="/usr" install } diff --git a/extra/subversion/PKGBUILD b/extra/subversion/PKGBUILD index 487302ff3..8f515f231 100644 --- a/extra/subversion/PKGBUILD +++ b/extra/subversion/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 191954 2013-08-01 21:53:49Z angvp $ +# $Id: PKGBUILD 193132 2013-08-17 07:19:28Z angvp $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> @@ -6,7 +6,7 @@ pkgname=subversion pkgver=1.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="A Modern Concurrent Version Control System" arch=('i686' 'x86_64' 'mips64el') url="http://subversion.apache.org/" @@ -19,8 +19,8 @@ optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials' 'kdeutils-kwallet: for KWallet for auth credentials' 'bash-completion: for svn bash completion' 'python2: for some hook scripts' - 'java-environment: for Java support' - 'ruby: for some hook scripts') + 'java-environment: for Java support' + 'ruby: for some hook scripts') provides=('svn') backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve') options=('!makeflags' '!libtool' '!emptydirs') diff --git a/extra/syslog-ng/PKGBUILD b/extra/syslog-ng/PKGBUILD index 006459cbb..7fdcad403 100644 --- a/extra/syslog-ng/PKGBUILD +++ b/extra/syslog-ng/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 188171 2013-06-11 16:24:06Z dreisner $ +# $Id: PKGBUILD 193122 2013-08-16 23:00:07Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Contributor: Eric Bélanger <eric@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> pkgname=syslog-ng -pkgver=3.4.2 +pkgver=3.4.3 pkgrel=1 pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities" arch=('i686' 'x86_64') @@ -21,7 +21,7 @@ install=$pkgname.install source=("http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz" syslog-ng.conf syslog-ng.logrotate) -sha1sums=('96474f955fb51d4f31ce1154c84b0cb48c8748d2' +sha1sums=('70433d041b2e48c598ee7595d89ddb2e1f6450b4' '0aaf695ea6756b59198ff2e4af237b4a6186525d' '949128fe3d7f77a7aab99048061f885bc758000c') diff --git a/extra/xf86-video-neomagic/PKGBUILD b/extra/xf86-video-neomagic/PKGBUILD index 1ef669cbd..5f4efc999 100644 --- a/extra/xf86-video-neomagic/PKGBUILD +++ b/extra/xf86-video-neomagic/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 180205 2013-03-18 16:09:12Z andyrtr $ +# $Id: PKGBUILD 193167 2013-08-17 14:06:22Z lcarlier $ #Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xf86-video-neomagic -pkgver=1.2.7 -pkgrel=5 +pkgver=1.2.8 +pkgrel=1 pkgdesc="X.org neomagic video driver" arch=(i686 x86_64) url="http://xorg.freedesktop.org/" @@ -13,25 +13,19 @@ makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 'sc conflicts=('xorg-server<1.14.0' 'X-ABI-VIDEODRV_VERSION<14' 'X-ABI-VIDEODRV_VERSION>=15') groups=('xorg-drivers' 'xorg') options=('!libtool') -source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 - git-fixes.patch - shadowfb.patch) -sha256sums=('9f06e89ea68afb65dbc064af63dc57d3606fc7244cd62cf87841ff5bbc98cb76' - '38b67ce2b0ff94f68c8e1f221759fd7e2059383f4dac716356b5ef2ad695507e' - 'cf7e49f51869efdb22ee8d6e85bf0f557e22f08072e6d90a4dba3e39feabbf36') +source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('50abf6ac02547900edeaa5073c5f6d2f153f12dd47067cc7e4758e1b74d78874') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/git-fixes.patch" - # workaround to get it work again https://bugs.archlinux.org/task/32604 - patch -Np1 -i ${srcdir}/shadowfb.patch - autoreconf + ./configure --prefix=/usr make } package() { cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}" install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index faa7b285d..ac73b6637 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.08.15 +pkgver=2013.08.17 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -14,7 +14,7 @@ license=('custom') depends=('python') makedepends=('python-distribute') source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('3a282b3af87634661626ba68df753f70' +md5sums=('3fd78626b19ac128f15f1bbfee578011' 'SKIP') prepare() { |