summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/bird/PKGBUILD8
-rw-r--r--community/bird/bird.service3
-rw-r--r--community/bird/bird6.service3
-rw-r--r--community/dbmail/PKGBUILD4
-rw-r--r--community/echoping/PKGBUILD2
-rw-r--r--community/fbreader/PKGBUILD7
-rw-r--r--community/freeorion/PKGBUILD112
-rw-r--r--community/freeorion/cmake_python.patch23
-rw-r--r--community/freeorion/freeorion.install13
-rw-r--r--community/freeorion/freeorion.sh143
-rw-r--r--community/gigi/PKGBUILD60
-rw-r--r--community/gtkpod/PKGBUILD14
-rw-r--r--community/icewm-utils/PKGBUILD113
-rw-r--r--community/icewm-utils/icets-fix-icewmtray-crash.diff13
-rw-r--r--community/ipset/PKGBUILD5
-rw-r--r--community/libmemcached/PKGBUILD5
-rw-r--r--community/librsync/PKGBUILD5
-rw-r--r--community/libunibreak/PKGBUILD30
-rw-r--r--community/libunwind/PKGBUILD5
-rw-r--r--community/linux-tools/PKGBUILD5
-rw-r--r--community/lksctp-tools/PKGBUILD3
-rw-r--r--community/log4cpp/PKGBUILD4
-rw-r--r--community/luasec/PKGBUILD74
-rw-r--r--community/luasocket/PKGBUILD63
-rw-r--r--community/luasocket/luasocket-unixsocket.patch33
-rw-r--r--community/oath-toolkit/PKGBUILD10
-rw-r--r--community/opensc/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch114
-rw-r--r--community/opensc/PKGBUILD18
-rw-r--r--community/picocom/PKGBUILD10
-rw-r--r--community/picocom/picocom.install8
-rw-r--r--community/pyqt3/PKGBUILD32
-rw-r--r--community/qcad/PKGBUILD14
-rw-r--r--community/qscintilla-qt3/PKGBUILD32
-rw-r--r--community/qtcurve/PKGBUILD62
-rw-r--r--community/quagga/PKGBUILD6
-rw-r--r--community/signon/PKGBUILD39
-rw-r--r--community/tellico/PKGBUILD4
-rw-r--r--community/virtualbox-modules-lts/PKGBUILD6
-rw-r--r--community/virtualbox-modules/PKGBUILD6
-rw-r--r--community/xcb-util-cursor/PKGBUILD5
-rw-r--r--community/xplc/PKGBUILD4
41 files changed, 357 insertions, 763 deletions
diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD
index e1c4b66ca..639ac47ca 100644
--- a/community/bird/PKGBUILD
+++ b/community/bird/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 94704 2013-07-29 09:56:29Z seblu $
+# $Id: PKGBUILD 98871 2013-10-20 22:53:38Z seblu $
# Maintainer: Sébastien Luttringer
pkgbase=bird
pkgname=('bird' 'bird6')
pkgver=1.3.11
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://bird.network.cz/'
license=('GPL2')
@@ -13,8 +13,8 @@ source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz"
'bird.service'
'bird6.service')
md5sums=('8ad2eb997fb8251bc5b24cf32619571b'
- '01360e3b71ff2ed2223e87a3176e0659'
- 'b895b473cbc98cfd54751f737536eb1e')
+ '69221e063a3f07dcad519d5eeacaae75'
+ '5b172bd052b523efd95ee018e891e181')
build() {
cd $pkgbase-$pkgver
diff --git a/community/bird/bird.service b/community/bird/bird.service
index faee0d845..c2e2572bf 100644
--- a/community/bird/bird.service
+++ b/community/bird/bird.service
@@ -3,7 +3,8 @@ Description=BIRD routing daemon
After=network.target
[Service]
-ExecStart=/usr/bin/bird -d
+Type=forking
+ExecStart=/usr/bin/bird
ExecReload=/usr/bin/birdc configure
ExecStop=/usr/bin/birdc down
diff --git a/community/bird/bird6.service b/community/bird/bird6.service
index d852fb52c..b7fed8637 100644
--- a/community/bird/bird6.service
+++ b/community/bird/bird6.service
@@ -3,7 +3,8 @@ Description=BIRD IPv6 routing daemon
After=network.target
[Service]
-ExecStart=/usr/bin/bird6 -d
+Type=forking
+ExecStart=/usr/bin/bird6
ExecReload=/usr/bin/birdc6 configure
ExecStop=/usr/bin/birdc6 down
diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD
index 658301efe..4d0c78a55 100644
--- a/community/dbmail/PKGBUILD
+++ b/community/dbmail/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 97976 2013-10-02 13:30:38Z spupykin $
+# $Id: PKGBUILD 98903 2013-10-21 10:04:20Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sebastian Faltoni <sebastian.faltoni@gmail.com>
pkgname=dbmail
pkgver=3.1.7
-pkgrel=2
+pkgrel=3
pkgdesc="Fast and scalable sql based mail services"
arch=('i686' 'x86_64')
depends=('gmime' 'libzdb' 'mhash' 'libevent')
diff --git a/community/echoping/PKGBUILD b/community/echoping/PKGBUILD
index 8aa171a71..6a7177ad2 100644
--- a/community/echoping/PKGBUILD
+++ b/community/echoping/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=echoping
pkgver=6.0.2
-pkgrel=3
+pkgrel=4
pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP requests"
arch=('i686' 'x86_64')
url="http://echoping.sourceforge.net/"
diff --git a/community/fbreader/PKGBUILD b/community/fbreader/PKGBUILD
index 8e23f7412..94899af37 100644
--- a/community/fbreader/PKGBUILD
+++ b/community/fbreader/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 85342 2013-03-01 10:29:55Z andrea $
+# $Id: PKGBUILD 98932 2013-10-21 13:19:58Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=fbreader
pkgver=0.99.4
-pkgrel=2
+pkgrel=3
pkgdesc="An e-book reader for Linux"
arch=('i686' 'x86_64')
url="http://www.fbreader.org/"
license=('GPL')
-depends=('fribidi' 'bzip2' 'curl' 'qt4' 'liblinebreak' 'sqlite')
+depends=('fribidi' 'bzip2' 'curl' 'qt4' 'libunibreak' 'sqlite')
makedepends=('ccache')
source=(http://www.fbreader.org/files/desktop/fbreader-sources-$pkgver.tgz)
md5sums=('ed13a9c3aeb68aaa98a1dd6f7947a31d')
@@ -19,7 +19,6 @@ build() {
export UI_TYPE=qt4
export TARGET_STATUS=release
cd $srcdir/fbreader-$pkgver
- sed -i 's|-lunibreak|-llinebreak|g' makefiles/config.mk zlibrary/text/Makefile
make ZLSHARED=no MOC=/usr/bin/moc-qt4
}
diff --git a/community/freeorion/PKGBUILD b/community/freeorion/PKGBUILD
deleted file mode 100644
index 2639d3686..000000000
--- a/community/freeorion/PKGBUILD
+++ /dev/null
@@ -1,112 +0,0 @@
-# $Id: PKGBUILD 98802 2013-10-18 22:43:31Z 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=3
-_svnrev=6281 #6454
-_pyversion=2.7
-pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
-arch=('x86_64' 'i686')
-url='http://www.freeorion.org/'
-license=('GPL2')
-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' 'addinclude')
-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/")
-sha256sums=('25b574af5397226373e24510ce59de94c5df5b31d94562fc0de387fd70731707'
- 'a6a253eed31b77b00bf4f721f4b1c6bbd95505b9e4b38b736101e551dd12ff5f'
- '3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a'
- 'SKIP')
-
-prepare() {
- cd "$pkgname"
-
- svn up -r "$_svnrev"
-
- # CMake/Python fix...
- patch -N -p1 -i "$srcdir/cmake_python.patch"
-
- # Generate desktop shortcut
- gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-
- # Add missing includes
- addinclude -n GG/GG/adobe/once.hpp '#include <stdint.h>'
- addinclude -n GG/GG/adobe/closed_hash.hpp '#include <stdint.h>'
-}
-
-build() {
- cd "$pkgname"
-
- # Generating makefiles
- cmake \
- -DPYTHON_INCLUDE_DIR:PATH="/usr/include/python$_pyversion" \
- -DPYTHON_LIBRARY:FILEPATH="/usr/lib/libpython$_pyversion.so" \
- -G "Unix Makefiles"
-
- # 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
-
- # Compiling
- make -j1
-
- # OGRE fix
- sed -i 's:PluginFolder=.:PluginFolder=/usr/lib/OGRE/:g' \
- "$srcdir/$pkgname/ogre_plugins.cfg"
-}
-
-package() {
- cd "$pkgname"
-
- # Binaries
- install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/freeorion"
- install -Dm755 freeorion "$pkgdir/usr/bin/freeorion.elf"
- install -Dm755 freeorionca "$pkgdir/usr/bin/freeorionca"
- install -Dm755 freeoriond "$pkgdir/usr/bin/freeoriond"
-
- # Data
- install -d "$pkgdir/usr/share/$pkgname"
- install -d "$pkgdir/usr/lib/$pkgname"
- cp -r default "$pkgdir/usr/share/$pkgname"
- install -Dm644 OISInput.cfg "$pkgdir/usr/share/$pkgname/OISInput.cfg"
-
- # Desktop shortcut and icon
- install -Dm644 "$pkgname.desktop" \
- "$pkgdir/usr/share/applications/freeorion.desktop"
- install -Dm644 "$srcdir/$pkgname.png" \
- "$pkgdir/usr/share/pixmaps/freeorion.png"
-
- # OGRE plugin configuration
- install -Dm644 "$srcdir/$pkgname/ogre_plugins.cfg" \
- "$pkgdir/usr/share/freeorion/ogre_plugins.cfg"
-
- # Documentation
- install -Dm644 loki_setup/README.txt \
- "$pkgdir/usr/share/doc/$pkgname/README.txt"
-
- # Cleanup
- 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/gigi/PKGBUILD b/community/gigi/PKGBUILD
deleted file mode 100644
index 101ade4d5..000000000
--- a/community/gigi/PKGBUILD
+++ /dev/null
@@ -1,60 +0,0 @@
-# $Id: PKGBUILD 95912 2013-08-18 17:24:22Z svenstaro $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
-# Contributor: fana-m <geminin@gmx.net>
-# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
-# Contributor: Manuel Gaul <inkaine@hotmail.com>
-
-pkgname=gigi
-pkgver=6142
-pkgrel=3
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
-#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/")
-sha256sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- svnversion | tr -d [A-z]
-}
-
-prepare() {
- cd "$pkgname"
-
- setconf cmake/GiGiOgre.pc.in prefix /usr
- setconf cmake/GiGi.pc.in prefix /usr
- setconf cmake/GiGiSDL.pc.in prefix /usr
-}
-
-build() {
- cd "$pkgname"
-
- cmake \
- -D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
- -D BUILD_TUTORIALS=OFF \
- -D CPACK_GENERATOR=GiGiDevel \
- -D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
- .
- make -j1
-}
-
-package() {
- cd "$pkgname"
-
- make install
- mv -v "$srcdir/pkg/usr" "$pkgdir/"
-
- # python3 fix
- for f in `find "$pkgdir/usr" -name "*.py"`; do
- sed -i "s:/env python:/python3:g" "$f"
- done
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/community/gtkpod/PKGBUILD b/community/gtkpod/PKGBUILD
index 8727835f9..7d3e2c7a6 100644
--- a/community/gtkpod/PKGBUILD
+++ b/community/gtkpod/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 90342 2013-05-11 16:17:24Z tomegun $
+# $Id: PKGBUILD 98959 2013-10-21 17:47:32Z jelle $
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=gtkpod
-pkgver=2.1.3
-pkgrel=4
+pkgver=2.1.4
+pkgrel=1
pkgdesc="A platform independent GUI for Apple's iPod using GTK3"
arch=('i686' 'x86_64')
url="http://gtkpod.sourceforge.net"
license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'libwebkit3')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 'hicolor-icon-theme' 'webkitgtk')
makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
optdepends=('libmp4v2: MP4/h264 support'
'vorbis-tools: OGG support'
@@ -21,13 +21,13 @@ install=gtkpod.install
options=('!libtool')
source=("http://downloads.sourceforge.net/gtkpod/$pkgname-$pkgver.tar.gz"
gtkpod-2.1.3-gdl-3.6.patch)
-md5sums=('57f04578de6e3262a436ec574422b144'
- '94a4cc0b47ba8895c0a51e53e94da517')
+md5sums=('66c12ccb529c0f7de9a48a7f0d277c80'
+ '94a4cc0b47ba8895c0a51e53e94da517')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
+# patch -p1 -i "$srcdir/gtkpod-2.1.3-gdl-3.6.patch"
sed -i 's#python#python2#' scripts/sync-palm-jppy.py
./configure --prefix=/usr
diff --git a/community/icewm-utils/PKGBUILD b/community/icewm-utils/PKGBUILD
deleted file mode 100644
index b49cbedef..000000000
--- a/community/icewm-utils/PKGBUILD
+++ /dev/null
@@ -1,113 +0,0 @@
-# $Id: PKGBUILD 87991 2013-04-09 21:31:23Z eric $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Dominika Solarz <dominikasolarz@gmail.com>
-
-pkgname=icewm-utils
-pkgver=1.0
-
-_mcver=2.1
-_tsver=1.4
-_bgsetver=1.3
-_kedver=1.5
-_woedver=1.8
-_sndcfgver=1.3
-_ccver=2.9
-_cursorscfgver=0.6
-_iconcvtver=1.0
-_rrunver=0.5
-_mergeprefsver=0.5
-
-pkgrel=6
-pkgdesc="Suite of tools for IceWM"
-arch=(i686 x86_64)
-license=("GPL")
-url="http://icecc.sourceforge.net/"
-depends=('qt3' 'python2')
-optdepends=('pyqt3' 'gvim')
-source=("http://downloads.sourceforge.net/icecc/icemc-$_mcver.tar.bz2"
- "http://downloads.sourceforge.net/sourceforge/icecc/icets-$_tsver.tar.bz2"
- "http://downloads.sourceforge.net/sourceforge/icecc/icebgset-$_bgsetver.tar.bz2"
- "http://downloads.sourceforge.net/sourceforge/icecc/iceked-$_kedver.tar.bz2"
- "http://downloads.sourceforge.net/sourceforge/icecc/icewoed-$_woedver.tar.bz2"
- "http://downloads.sourceforge.net/sourceforge/icecc/icesndcfg-$_sndcfgver.tar.bz2"
- "http://downloads.sourceforge.net/sourceforge/icecc/icecc-$_ccver.tar.bz2"
- "http://downloads.sourceforge.net/sourceforge/icecc/icecursorscfg-$_cursorscfgver.tar.bz2"
- "http://downloads.sourceforge.net/sourceforge/icecc/iceiconcvt-$_iconcvtver.tar.bz2"
- "http://downloads.sourceforge.net/sourceforge/icecc/icerrun-$_rrunver.tar.bz2"
- "http://downloads.sourceforge.net/sourceforge/icecc/icemergeprefs-$_mergeprefsver.tar.bz2"
- icets-fix-icewmtray-crash.diff)
-md5sums=('cb2afc6efaa0f9d77b0119b29d528667'
- '1d87c93f5cb27da16c90f47531b7fb21'
- '7086b771fc7877369924affc5b5f5e41'
- '47761a8dc59880ddda2a00de9cd187f5'
- '518f05c02cb24a7e36715ce0d0672c8e'
- '2113c524ebbbf38ce7eb174b9997c202'
- 'e3ddbb3536941745435f727053816865'
- '000ec299a83dbae269f2f335910bd50e'
- '64463287b6c535b31cb2823d97bfe299'
- 'cea2fd7726b9f01b080e3861d325ec24'
- 'b34931566da118e7a14ddcb529e739c6'
- '5116da930c0063dd8c478dd8e473b08f')
-
-build() {
- cd $srcdir
- # fix default global path to IceWM
- for file in icewoed-$_woedver/qcentralwidget.cpp \
- icemc-$_mcver/qcentralwidget.cpp \
- icets-$_tsver/icets.cpp
- do
- sed -i 's|/usr/local/|/usr/|' $file
- done
-
- # python2 fix
- for file in $(find . -name '*.py' -print); do
- sed -i 's_#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
- sed -i 's_#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
- done
-
- (cd icets-$_tsver && patch -p0 <$srcdir/icets-fix-icewmtray-crash.diff)
-
- cd $srcdir/icemc-$_mcver
- qmake-qt3
- make MOC=/usr/bin/moc-qt3 UIC=/usr/bin/uic-qt3 INCPATH+='-I/usr/include/qt3'
-
- cd $srcdir/icets-$_tsver
- qmake-qt3
- make MOC=/usr/bin/moc-qt3 UIC=/usr/bin/uic-qt3 INCPATH+='-I/usr/include/qt3'
-
- cd $srcdir/icebgset-$_bgsetver
- qmake-qt3
- make MOC=/usr/bin/moc-qt3 UIC=/usr/bin/uic-qt3 INCPATH+='-I/usr/include/qt3'
-
- cd $srcdir/iceked-$_kedver
- qmake-qt3
- make MOC=/usr/bin/moc-qt3 UIC=/usr/bin/uic-qt3 INCPATH+='-I/usr/include/qt3'
-
- cd $srcdir/icecc-$_ccver
- qmake-qt3
- make MOC=/usr/bin/moc-qt3 UIC=/usr/bin/uic-qt3 INCPATH+='-I/usr/include/qt3'
-
- cd $srcdir/icesndcfg-$_sndcfgver
- qmake-qt3
- make MOC=/usr/bin/moc-qt3 UIC=/usr/bin/uic-qt3 INCPATH+='-I/usr/include/qt3'
-
- cd $srcdir/icewoed-$_woedver
- qmake-qt3
- make MOC=/usr/bin/moc-qt3 UIC=/usr/bin/uic-qt3 INCPATH+='-I/usr/include/qt3'
-}
-
-package() {
- mkdir -p $pkgdir/usr/bin
- cp $srcdir/icemc-$_mcver/icemc $pkgdir/usr/bin/
- cp $srcdir/icets-$_tsver/icets $pkgdir/usr/bin/
- cp $srcdir/icebgset-$_bgsetver/icebgset $pkgdir/usr/bin/
- cp $srcdir/iceked-$_kedver/iceked $pkgdir/usr/bin/
- cp $srcdir/icecc-$_ccver/icecc $pkgdir/usr/bin/
- cp $srcdir/icesndcfg-$_sndcfgver/icesndcfg $pkgdir/usr/bin/
- cp $srcdir/icewoed-$_woedver/icewoed $pkgdir/usr/bin/
- cp $srcdir/icecursorscfg-$_cursorscfgver/icecurcfg.py $pkgdir/usr/bin/icecurcfg
- cp $srcdir/iceiconcvt-$_iconcvtver/iceiconcvt.py $pkgdir/usr/bin/iceiconcvt
- cp $srcdir/icemergeprefs-$_mergeprefsver/icemergeprefs.py $pkgdir/usr/bin/icemergeprefs
- cp $srcdir/icerrun-$_rrunver/icerrun.py $pkgdir/usr/bin/icerrun
- cp $srcdir/icerrun-$_rrunver/icerrrun.py $pkgdir/usr/bin/icerrrun
-}
diff --git a/community/icewm-utils/icets-fix-icewmtray-crash.diff b/community/icewm-utils/icets-fix-icewmtray-crash.diff
deleted file mode 100644
index 3a3b62bcc..000000000
--- a/community/icewm-utils/icets-fix-icewmtray-crash.diff
+++ /dev/null
@@ -1,13 +0,0 @@
---- ./icets.cpp.orig 2010-03-22 00:42:19.231913625 +1000
-+++ ./icets.cpp 2010-03-22 00:43:34.611221044 +1000
-@@ -311,7 +311,9 @@
- }/* if(bakFile.exists()) */
-
- //restart IceWM
-- system("pkill -1 icewm");
-+ // Use killall instead of pkill, because pkill kills all icewm processes
-+ // like icewmtray - in this case we lost view of running tray apps
-+ system("killall -1 icewm");
- }/* setTheme() */
-
- /**
diff --git a/community/ipset/PKGBUILD b/community/ipset/PKGBUILD
index 8bc0b969f..5ec207883 100644
--- a/community/ipset/PKGBUILD
+++ b/community/ipset/PKGBUILD
@@ -1,16 +1,15 @@
-# $Id: PKGBUILD 98863 2013-10-20 19:57:37Z seblu $
+# $Id: PKGBUILD 98882 2013-10-21 00:55:51Z seblu $
# Maintainer: Sébastien Luttringer
pkgname=ipset
pkgver=6.20
-pkgrel=1
+pkgrel=2
pkgdesc='Administration tool for IP sets'
arch=('i686' 'x86_64')
url='http://ipset.netfilter.org'
license=('GPL2')
depends=('libmnl')
backup=("etc/$pkgname.conf")
-options=('!libtool')
source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
'01-Fix-configure-failure-when-with-kmod.patch'
"$pkgname.service")
diff --git a/community/libmemcached/PKGBUILD b/community/libmemcached/PKGBUILD
index 25791b35d..929d2fc03 100644
--- a/community/libmemcached/PKGBUILD
+++ b/community/libmemcached/PKGBUILD
@@ -1,16 +1,15 @@
-# $Id: PKGBUILD 93008 2013-06-22 07:02:22Z foutrelis $
+# $Id: PKGBUILD 98953 2013-10-21 15:55:33Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
pkgname=libmemcached
pkgver=1.0.17
-pkgrel=1
+pkgrel=2
pkgdesc="C and C++ client library to the memcached server"
arch=('i686' 'x86_64')
url="http://libmemcached.org/"
license=('GPL')
depends=('glibc' 'libsasl' 'libevent')
makedepends=('perl' 'memcached' 'python-sphinx')
-options=('!libtool')
source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz
gcc-4.8.patch)
sha256sums=('7bb27b2589400f918df1cf5002cb01ef7ccac6e23f818604e2386de62c80bba5'
diff --git a/community/librsync/PKGBUILD b/community/librsync/PKGBUILD
index 5674db504..1e6ab33e8 100644
--- a/community/librsync/PKGBUILD
+++ b/community/librsync/PKGBUILD
@@ -1,17 +1,16 @@
-# $Id: PKGBUILD 64645 2012-02-17 13:31:34Z foutrelis $
+# $Id: PKGBUILD 98947 2013-10-21 15:00:15Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
# Contributor: Christoph 'delmonico' Neuroth <delmonico@gmx.net>
pkgname=librsync
pkgver=0.9.7
-pkgrel=6
+pkgrel=7
pkgdesc="A free software library that implements the rsync remote-delta algorithm (rdiff)"
arch=('i686' 'x86_64')
url="http://librsync.sourceforge.net/"
license=('GPL')
depends=('popt' 'zlib' 'bzip2')
-options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/librsync/$pkgname-$pkgver.tar.gz
lfs-overflow.patch)
sha256sums=('6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6'
diff --git a/community/libunibreak/PKGBUILD b/community/libunibreak/PKGBUILD
new file mode 100644
index 000000000..8c8623f9a
--- /dev/null
+++ b/community/libunibreak/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Orivej Desh <smpuj@bk.ru>
+
+pkgname=libunibreak
+pkgver=1.1
+pkgrel=1
+pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24"
+arch=("i686" "x86_64")
+url="http://vimgadgets.sourceforge.net/libunibreak/"
+license=("custom:zlib/libpng")
+depends=("glibc")
+makedepends=()
+replaces=('liblinebreak')
+options=("!libtool")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz")
+md5sums=('80c933a03493bd920553c9380aa7f13d')
+
+build() {
+ cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+ ./bootstrap
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
diff --git a/community/libunwind/PKGBUILD b/community/libunwind/PKGBUILD
index 57cc71112..84ee163ec 100644
--- a/community/libunwind/PKGBUILD
+++ b/community/libunwind/PKGBUILD
@@ -1,18 +1,17 @@
# $id$
-# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+# Maintainer: Sébastien Luttringer
# Contributor: Lawrence Lee <valheru@facticius.net>
# Contributor: Phillip Marvin <phillip.marvin@gmail.com>
# Contributor: keystone <phillip.marvin@gmail.com>
pkgname=libunwind
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Portable and efficient C programming interface (API) to determine the call-chain of a program'
arch=('i686' 'x86_64')
url='http://www.nongnu.org/libunwind/'
license=('GPL')
depends=('glibc' 'xz')
-options=(!libtool)
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('fb4ea2f6fbbe45bf032cd36e586883ce')
diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD
index a3846f9fb..c9169eea7 100644
--- a/community/linux-tools/PKGBUILD
+++ b/community/linux-tools/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 96810 2013-09-05 18:48:50Z seblu $
+# $Id: PKGBUILD 98972 2013-10-21 20:21:28Z seblu $
# Maintainer: Sébastien Luttringer
pkgbase=linux-tools
@@ -9,7 +9,7 @@ pkgname=('linux-tools-meta'
'x86_energy_perf_policy'
'usbip')
pkgver=3.11
-pkgrel=1
+pkgrel=2
license=('GPL2')
arch=('i686' 'x86_64')
url='http://www.kernel.org'
@@ -151,7 +151,6 @@ package_x86_energy_perf_policy() {
package_usbip() {
pkgdesc='An USB device sharing system over IP network'
depends=('glib2' 'sysfsutils')
- options=('!libtool')
pushd linux-$pkgver/drivers/staging/usbip/userspace
make install DESTDIR="$pkgdir"
diff --git a/community/lksctp-tools/PKGBUILD b/community/lksctp-tools/PKGBUILD
index 13d3d93e9..17d9f37db 100644
--- a/community/lksctp-tools/PKGBUILD
+++ b/community/lksctp-tools/PKGBUILD
@@ -4,13 +4,12 @@
pkgname=lksctp-tools
pkgver=1.0.15
-pkgrel=1
+pkgrel=2
pkgdesc='An implementation of the SCTP protocol'
arch=('i686' 'x86_64')
url='http://lksctp.sourceforge.net/'
license=('GPL2' 'LGPL2.1')
depends=('bash')
-options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/lksctp/$pkgname-$pkgver.tar.gz")
md5sums=('d829677541fb41061e7f4d61f8413b07')
diff --git a/community/log4cpp/PKGBUILD b/community/log4cpp/PKGBUILD
index 3ac6c659b..1f52e844a 100644
--- a/community/log4cpp/PKGBUILD
+++ b/community/log4cpp/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 89526 2013-04-29 18:41:08Z stativ $
+# $Id: PKGBUILD 98912 2013-10-21 10:46:13Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor : Geraud Le Falher <daureg@gmail.com>
pkgname=log4cpp
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations."
arch=('i686' 'x86_64')
url="http://log4cpp.sourceforge.net/"
diff --git a/community/luasec/PKGBUILD b/community/luasec/PKGBUILD
index ac93b46cb..583ac6aac 100644
--- a/community/luasec/PKGBUILD
+++ b/community/luasec/PKGBUILD
@@ -1,49 +1,59 @@
-# $Id: PKGBUILD 81569 2012-12-24 14:48:29Z spupykin $
+# $Id: PKGBUILD 98944 2013-10-21 14:45:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Dwayne Bent <dbb.1@liqd.org>
# Contributor: Paul-Sebastian Manole <brokenthorn@gmail.com>
pkgbase=luasec
-pkgname=(lua51-sec)
-pkgver=0.4.1
-pkgrel=4
+pkgname=(lua-sec lua51-sec)
+pkgver=20131021git
+pkgrel=1
pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
arch=('i686' 'x86_64')
-url='http://luasec.luaforge.net/'
+url='https://github.com/brunoos/luasec/wiki'
license=('MIT')
-#makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket')
-makedepends=('openssl' 'lua51' 'lua51-socket')
-source=("http://www.inf.puc-rio.br/~brunoos/luasec/download/luasec-$pkgver.tar.gz")
-md5sums=('b8a5fde3b3fdb6174f54cd51d7f53e12')
+makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'git')
+source=("luasec::git://github.com/brunoos/luasec.git")
+md5sums=('SKIP')
build() {
- cp -a luasec-$pkgver luasec-$pkgver-51
- msg2 'Building with lua 5.2'
- cd luasec-$pkgver
- make linux
- msg2 'Building with lua 5.1'
- cd ../luasec-$pkgver-51
- make INCDIR=-I/usr/include/lua5.1 linux
+ cp -a luasec luasec-51
+
+ unset CFLAGS
+ unset LDFLAGS
+
+ msg2 'Building with lua 5.2'
+ cd luasec
+ make linux
+
+ msg2 'Building with lua 5.1'
+ cd ../luasec-51
+ find . -type f -name \*.[ch] -exec sed -i \
+ -e 's|include .lua.h.|include "lua5.1/lua.h"|g' \
+ -e 's|include .lualib.h.|include "lua5.1/lualib.h"|g' \
+ -e 's|include .luaconf.h.|include "lua5.1/luaconf.h"|g' \
+ -e 's|include .lauxlib.h.|include "lua5.1/lauxlib.h"|g' \
+ {} \;
+ make linux
}
-#package_lua-sec() {
-# depends=('openssl' 'lua' 'lua-socket')
-#
-# install -dm755 "$pkgdir/usr/lib/lua/5.2"
-# cd luasec-$pkgver
-# make LUACPATH="$pkgdir/usr/lib/lua/5.2" LUAPATH="$pkgdir/usr/share/lua/5.2" install
-# install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-#}
+package_lua-sec() {
+ depends=('openssl' 'lua' 'lua-socket')
+
+ install -dm755 "$pkgdir/usr/lib/lua/5.2"
+ cd luasec
+ make LUACPATH="$pkgdir/usr/lib/lua/5.2" LUAPATH="$pkgdir/usr/share/lua/5.2" install
+ install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
package_lua51-sec() {
- depends=('openssl' 'lua51' 'lua51-socket')
- conflicts=('luasec')
- replaces=('luasec')
-
- install -dm755 "$pkgdir/usr/lib/lua/5.1"
- cd luasec-$pkgver-51
- make LUACPATH="$pkgdir/usr/lib/lua/5.1" LUAPATH="$pkgdir/usr/share/lua/5.1" install
- install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ depends=('openssl' 'lua51' 'lua51-socket')
+ conflicts=('luasec')
+ replaces=('luasec')
+
+ install -dm755 "$pkgdir/usr/lib/lua/5.1"
+ cd luasec-51
+ make LUACPATH="$pkgdir/usr/lib/lua/5.1" LUAPATH="$pkgdir/usr/share/lua/5.1" install
+ install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=4 sw=4 et:
diff --git a/community/luasocket/PKGBUILD b/community/luasocket/PKGBUILD
index d659a6086..684566c28 100644
--- a/community/luasocket/PKGBUILD
+++ b/community/luasocket/PKGBUILD
@@ -1,50 +1,49 @@
-# $Id: PKGBUILD 81274 2012-12-15 15:00:36Z seblu $
+# $Id: PKGBUILD 98942 2013-10-21 14:19:50Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Anders Bergh <anders1@gmail.com>
pkgbase=luasocket
-pkgname=(lua51-socket)
-pkgver=2.0.2
-pkgrel=5
+pkgname=(lua-socket lua51-socket)
+pkgver=3.0rc1
+pkgrel=2
pkgdesc='Networking support library for the Lua language'
arch=('i686' 'x86_64')
-url='http://www.cs.princeton.edu/~diego/professional/luasocket/'
+url='https://github.com/diegonehab/luasocket'
license=('MIT')
-replaces=('luasocket')
-conflicts=('luasocket')
makedepends=('lua' 'lua51')
-source=("http://luaforge.net/frs/download.php/2664/luasocket-$pkgver.tar.gz"
- 'luasocket-unixsocket.patch')
-md5sums=('41445b138deb7bcfe97bff957503da8e'
- '8d116bb70bd7a2fa15cbe949d4cfc35e')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/diegonehab/luasocket/archive/v${pkgver/rc/-rc}.tar.gz")
+md5sums=('08bd2f265b244eb4bf5c2c36bf89b759')
build() {
-# cp -a luasocket-$pkgver luasocket-$pkgver-52
-# msg2 'Building with lua 5.2'
-# pushd luasocket-$pkgver-52
-# patch -Np1 -i "$srcdir/luasocket-unixsocket.patch"
-# make
-# popd
+ cp -a luasocket-${pkgver/rc/-rc} luasocket-${pkgver/rc/-rc}-52
+ msg2 'Building with lua 5.2'
+ pushd luasocket-${pkgver/rc/-rc}-52
+ make LUAV=5.2
+ popd
msg2 'Building with lua 5.1'
- cd luasocket-$pkgver
- patch -Np1 -i "$srcdir/luasocket-unixsocket.patch"
- make LUAINC=-I/usr/include/lua5.1
+ cd luasocket-${pkgver/rc/-rc}
+ find . -type f -name \*.[ch] -exec sed -i \
+ -e 's|include "lua.h|include "lua5.1/lua.h|g' \
+ -e 's|include "lualib.h|include "lua5.1/lualib.h|g' \
+ -e 's|include "luaconf.h|include "lua5.1/luaconf.h|g' \
+ -e 's|include "lauxlib.h|include "lua5.1/lauxlib.h|g' \
+ {} \;
+ make LUAV=5.1
}
-#package_lua-socket() {
-# depends=('lua')
-# cd luasocket-$pkgver-52
-# make DESTDIR="$pkgdir/" \
-# INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.2' \
-# INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.2' install
-# install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-#}
+package_lua-socket() {
+ depends=('lua')
+ cd luasocket-${pkgver/rc/-rc}-52
+ make DESTDIR="$pkgdir/" LUAV=5.2 prefix=/usr install
+ install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
package_lua51-socket() {
depends=('lua51')
- cd luasocket-$pkgver
- make DESTDIR="$pkgdir/" \
- INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.1' \
- INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.1' install
+ replaces=('luasocket')
+ conflicts=('luasocket')
+
+ cd luasocket-${pkgver/rc/-rc}
+ make DESTDIR="$pkgdir/" LUAV=5.1 prefix=/usr install
install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
diff --git a/community/luasocket/luasocket-unixsocket.patch b/community/luasocket/luasocket-unixsocket.patch
deleted file mode 100644
index 07c9401fa..000000000
--- a/community/luasocket/luasocket-unixsocket.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -wbBur luasocket-2.0.2/makefile luasocket-2.0.2.my/makefile
---- luasocket-2.0.2/makefile 2007-10-15 04:21:05.000000000 +0000
-+++ luasocket-2.0.2.my/makefile 2011-03-09 12:00:54.000000000 +0000
-@@ -10,6 +10,8 @@
- INSTALL_SOCKET_LIB=$(INSTALL_TOP_LIB)/socket
- INSTALL_MIME_SHARE=$(INSTALL_TOP_SHARE)/mime
- INSTALL_MIME_LIB=$(INSTALL_TOP_LIB)/mime
-+#
-+INSTALL_UNIX_LIB=$(INSTALL_SOCKET_LIB)
-
- all clean:
- cd src; $(MAKE) $@
-@@ -45,6 +47,8 @@
- #cd src; $(INSTALL_DATA) $(TO_MIME_SHARE) $(INSTALL_MIME_SHARE)
- cd src; mkdir -p $(INSTALL_MIME_LIB)
- cd src; $(INSTALL_EXEC) $(MIME_SO) $(INSTALL_MIME_LIB)/core.$(EXT)
-+ cd src; mkdir -p $(INSTALL_UNIX_LIB)
-+ cd src; $(INSTALL_EXEC) $(UNIX_SO) $(INSTALL_UNIX_LIB)/$(UNIX_SO)
-
- #------
- # End of makefile
-diff -wbBur luasocket-2.0.2/src/makefile luasocket-2.0.2.my/src/makefile
---- luasocket-2.0.2/src/makefile 2007-10-15 04:21:05.000000000 +0000
-+++ luasocket-2.0.2.my/src/makefile 2011-03-09 12:02:25.000000000 +0000
-@@ -47,7 +47,7 @@
- usocket.o \
- unix.o
-
--all: $(SOCKET_SO) $(MIME_SO)
-+all: $(SOCKET_SO) $(MIME_SO) $(UNIX_SO)
-
- $(SOCKET_SO): $(SOCKET_OBJS)
- $(LD) $(LDFLAGS) -o $@ $(SOCKET_OBJS)
diff --git a/community/oath-toolkit/PKGBUILD b/community/oath-toolkit/PKGBUILD
index 9b6bee941..e3e86c036 100644
--- a/community/oath-toolkit/PKGBUILD
+++ b/community/oath-toolkit/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 94352 2013-07-22 08:32:55Z seblu $
+# $Id: PKGBUILD 98970 2013-10-21 20:20:39Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Christian Hesse <mail@eworm.de>
# Contributor: L42y <423300@gmail.com>
pkgname=oath-toolkit
pkgver=2.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='OATH one-time password toolkit'
arch=('i686' 'x86_64')
url='http://www.nongnu.org/oath-toolkit/'
license=('GPL3')
depends=('glibc' 'pam' 'xmlsec')
-options=('!libtool')
-source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('456774fbc37d5267e4e8920694b7ad48')
+source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('456774fbc37d5267e4e8920694b7ad48'
+ 'SKIP')
build() {
cd $pkgname-$pkgver
diff --git a/community/opensc/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch b/community/opensc/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch
new file mode 100644
index 000000000..057452e1b
--- /dev/null
+++ b/community/opensc/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch
@@ -0,0 +1,114 @@
+From cc5a171ddcc8e49b2252135daac9ad3aa6d66ae7 Mon Sep 17 00:00:00 2001
+From: Viktor Tarasov <viktor.tarasov@gmail.com>
+Date: Tue, 25 Dec 2012 20:05:45 +0100
+Subject: [PATCH] pkcs15: regression in e35febe: compute cert length
+
+parse_x509_cert() reviewed.
+Now certificate's DER data are allocated and the DER data length is determined in one place.
+
+https://github.com/OpenSC/OpenSC/pull/114
+https://github.com/OpenSC/OpenSC/commit/e35febe
+---
+ src/libopensc/pkcs15-cert.c | 37 +++++++++++++++++++------------------
+ 1 file changed, 19 insertions(+), 18 deletions(-)
+
+diff --git a/src/libopensc/pkcs15-cert.c b/src/libopensc/pkcs15-cert.c
+index 86bea25..9b08aac 100644
+--- a/src/libopensc/pkcs15-cert.c
++++ b/src/libopensc/pkcs15-cert.c
+@@ -34,13 +34,13 @@
+ #include "pkcs15.h"
+
+ static int
+-parse_x509_cert(sc_context_t *ctx, const u8 *buf, size_t buflen, struct sc_pkcs15_cert *cert)
++parse_x509_cert(sc_context_t *ctx, struct sc_pkcs15_der *der, struct sc_pkcs15_cert *cert)
+ {
+ int r;
+ struct sc_algorithm_id sig_alg;
+- struct sc_pkcs15_pubkey * pubkey = NULL;
+- u8 *serial = NULL;
+- size_t serial_len = 0;
++ struct sc_pkcs15_pubkey *pubkey = NULL;
++ unsigned char *serial = NULL, *buf = der->value;
++ size_t serial_len = 0, data_len = 0, buflen = der->len;
+ struct sc_asn1_entry asn1_version[] = {
+ { "version", SC_ASN1_INTEGER, SC_ASN1_TAG_INTEGER, 0, &cert->version, NULL },
+ { NULL, 0, 0, 0, NULL, NULL }
+@@ -87,30 +87,32 @@ parse_x509_cert(sc_context_t *ctx, const u8 *buf, size_t buflen, struct sc_pkcs1
+ if (obj == NULL)
+ LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "X.509 certificate not found");
+
+- cert->data.len = objlen + (obj - buf);
++ data_len = objlen + (obj - buf);
++ cert->data.value = malloc(data_len);
++ if (!cert->data.value)
++ LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
++ memcpy(cert->data.value, buf, data_len);
++ cert->data.len = data_len;
++
+ r = sc_asn1_decode(ctx, asn1_cert, obj, objlen, NULL, NULL);
+ LOG_TEST_RET(ctx, r, "ASN.1 parsing of certificate failed");
+
+ cert->version++;
+
+- if (pubkey) {
+- cert->key = pubkey;
+- pubkey = NULL;
+- }
+- else {
++ if (!pubkey)
+ LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "Unable to decode subjectPublicKeyInfo from cert");
+- }
++ cert->key = pubkey;
++
+ sc_asn1_clear_algorithm_id(&sig_alg);
+- if (r < 0)
+- return r;
+
+ if (serial && serial_len) {
+ sc_format_asn1_entry(asn1_serial_number + 0, serial, &serial_len, 1);
+ r = sc_asn1_encode(ctx, asn1_serial_number, &cert->serial, &cert->serial_len);
+ free(serial);
++ LOG_TEST_RET(ctx, r, "ASN.1 encoding of serial failed");
+ }
+
+- return r;
++ return SC_SUCCESS;
+ }
+
+
+@@ -125,7 +127,7 @@ sc_pkcs15_pubkey_from_cert(struct sc_context *ctx,
+ if (cert == NULL)
+ return SC_ERROR_OUT_OF_MEMORY;
+
+- rv = parse_x509_cert(ctx, cert_blob->value, cert_blob->len, cert);
++ rv = parse_x509_cert(ctx, cert_blob, cert);
+
+ *out = cert->key;
+ cert->key = NULL;
+@@ -158,20 +160,19 @@ sc_pkcs15_read_certificate(struct sc_pkcs15_card *p15card, const struct sc_pkcs1
+ return SC_ERROR_OBJECT_NOT_FOUND;
+ }
+
+-
+ cert = malloc(sizeof(struct sc_pkcs15_cert));
+ if (cert == NULL) {
+ free(der.value);
+ return SC_ERROR_OUT_OF_MEMORY;
+ }
+ memset(cert, 0, sizeof(struct sc_pkcs15_cert));
+- if (parse_x509_cert(p15card->card->ctx, der.value, der.len, cert)) {
++ if (parse_x509_cert(p15card->card->ctx, &der, cert)) {
+ free(der.value);
+ sc_pkcs15_free_certificate(cert);
+ return SC_ERROR_INVALID_ASN1_OBJECT;
+ }
++ free(der.value);
+
+- cert->data = der;
+ *cert_out = cert;
+ return SC_SUCCESS;
+ }
+--
+1.8.4
+
diff --git a/community/opensc/PKGBUILD b/community/opensc/PKGBUILD
index cabba2e79..269579f1d 100644
--- a/community/opensc/PKGBUILD
+++ b/community/opensc/PKGBUILD
@@ -1,20 +1,26 @@
-# $Id: PKGBUILD 84027 2013-02-08 13:50:52Z seblu $
+# $Id: PKGBUILD 98897 2013-10-21 07:29:21Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: kevku <kevku@msn.com>
pkgname=opensc
pkgver=0.13.0
-pkgrel=2
-pkgdesc='Access smart cards that support cryptographic operations'
+pkgrel=3
+pkgdesc='Tools and libraries for smart cards'
arch=('x86_64' 'i686')
-url='http://www.opensc-project.org/opensc/'
+url='https://github.com/OpenSC/OpenSC/wiki'
license=('LGPL')
backup=('etc/opensc.conf')
makedepends=('docbook-xsl')
depends=('openssl' 'pcsclite' 'libltdl')
options=('!libtool' '!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('74a10de6c646bdaae307d6dc9e9accc0')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+ '0001-pkcs15-regression-in-e35febe-compute-cert-length.patch')
+md5sums=('74a10de6c646bdaae307d6dc9e9accc0'
+ '49a0989c169decf6876a3a9631289dbc')
+
+prepare() {
+ patch -p1 -d $pkgname-$pkgver < 0001-pkcs15-regression-in-e35febe-compute-cert-length.patch
+}
build() {
cd $pkgname-$pkgver
diff --git a/community/picocom/PKGBUILD b/community/picocom/PKGBUILD
index 6347d05b1..17684fe0b 100644
--- a/community/picocom/PKGBUILD
+++ b/community/picocom/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 75039 2012-08-12 14:06:03Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# $Id: PKGBUILD 98869 2013-10-20 22:35:11Z seblu $
+# Maintainer: Sébastien Luttringer
# Contributor: Jens Adam (byte/jra) <j_adam@web.de>
pkgname=picocom
pkgver=1.7
-pkgrel=2
+pkgrel=3
pkgdesc='Minimal dumb-terminal emulation program, very much like minicom'
url='http://code.google.com/p/picocom/'
license=('GPL2')
@@ -16,7 +16,7 @@ sha1sums=('bde6e36af71db845913f9d61f28dee1b485218fa')
build() {
cd $pkgname-$pkgver
- make --environment-overrides UUCP_LOCK_DIR=/run/lock/picocom
+ make UUCP_LOCK_DIR=/run/lock/picocom
}
package() {
@@ -30,4 +30,4 @@ package() {
> "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et:
diff --git a/community/picocom/picocom.install b/community/picocom/picocom.install
index 4d2f2ed48..aab48bdc7 100644
--- a/community/picocom/picocom.install
+++ b/community/picocom/picocom.install
@@ -1,8 +1,8 @@
-#!/bin/sh
+# vim:set ts=2 sw=2 ft=sh et:
## arg 1: the new package version
post_install() {
- type systemd-tmpfiles >/dev/null && systemd-tmpfiles --create picocom.conf
+ type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --create picocom.conf
}
# arg 1: the new package version
@@ -13,7 +13,5 @@ post_upgrade() {
## arg 1: the old package version
post_remove() {
- type systemd-tmpfiles >/dev/null && systemd-tmpfiles --clean --remove picocom.conf
+ type -P systemd-tmpfiles >/dev/null && systemd-tmpfiles --clean --remove picocom.conf
}
-
-# vim:set ts=2 sw=2 ft=sh et:
diff --git a/community/pyqt3/PKGBUILD b/community/pyqt3/PKGBUILD
deleted file mode 100644
index d0bf8fd58..000000000
--- a/community/pyqt3/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 90081 2013-05-06 19:39:12Z foutrelis $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Tobias Powalowski <tpowa@archlinux.org>
-# Contributor: riai <riai@bigfoot.com> Ben <ben@benmazer.net>
-
-pkgname=pyqt3
-pkgver=3.18.1
-pkgrel=13
-pkgdesc="A set of Python bindings for the Qt3 toolkit"
-arch=('i686' 'x86_64')
-url="http://www.riverbankcomputing.com/software/pyqt/intro"
-depends=('python2-sip' 'qscintilla-qt3')
-makedepends=('glu')
-license=('GPL')
-source=("http://downloads.sourceforge.net/project/pyqt/PyQt3/PyQt-x11-gpl-${pkgver}.tar.gz")
-md5sums=('f1d120495d1aaf393819e988c0a7bb7e')
-
-build() {
- cd ${srcdir}/PyQt-x11-gpl-${pkgver}
- export QTDIR=/usr
- export QMAKESPEC=/usr/share/qt3/mkspecs/linux-g++
- echo yes | python2 configure.py -b /usr/bin \
- -d /usr/lib/python2.7/site-packages \
- -v /usr/share/sip \
- INCDIR_QT=/usr/include/qt3
- make CXX="g++ -DANY=void"
-}
-
-package() {
- cd ${srcdir}/PyQt-x11-gpl-${pkgver}
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/qcad/PKGBUILD b/community/qcad/PKGBUILD
index b6919a163..6cffeb967 100644
--- a/community/qcad/PKGBUILD
+++ b/community/qcad/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 97523 2013-09-23 16:15:04Z spupykin $
+# $Id: PKGBUILD 98945 2013-10-21 14:45:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Giovanni Scafora <linuxmania@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=qcad
-pkgver=3.3.1.0
+pkgver=3.3.4.0
pkgrel=1
pkgdesc="A 2D CAD package based upon Qt"
arch=('i686' 'x86_64')
@@ -16,17 +16,13 @@ makedepends=('glu')
options=(libtool)
source=($pkgname-$pkgver.tar.gz::https://github.com/qcad/qcad/archive/v${pkgver}.tar.gz
QCad.desktop)
-md5sums=('e6e469482b40515980c416e61482abc2'
+md5sums=('ceec731e034aa2e2e9a1f1669ec55e57'
'35100eaedbdf6625f6e6a09b177854cd')
prepare() {
cd ${srcdir}/qcad-$pkgver
- sed -i '1,1i#include <unistd.h>' src/core/{RLocalPeer,RS}.cpp
- sed -i '1,1i#include <sys/sysinfo.h>' src/core/{RScriptHandler,RS}.cpp
- (cd src/3rdparty &&
- cp -a qt-labs-qtscriptgenerator-4.8.4 qt-labs-qtscriptgenerator-4.8.5)
- (cd src/3rdparty/qt-labs-qtscriptgenerator-4.8.5 &&
- mv qt-labs-qtscriptgenerator-4.8.4.pro qt-labs-qtscriptgenerator-4.8.5.pro)
+# sed -i '1,1i#include <unistd.h>' src/core/{RLocalPeer,RS}.cpp
+# sed -i '1,1i#include <sys/sysinfo.h>' src/core/{RScriptHandler,RS}.cpp
}
build() {
diff --git a/community/qscintilla-qt3/PKGBUILD b/community/qscintilla-qt3/PKGBUILD
deleted file mode 100644
index 257ea4fb9..000000000
--- a/community/qscintilla-qt3/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 88009 2013-04-09 21:48:46Z eric $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Tobias Powalowski <tpowa@archlinux.org>
-# Contributor: red_over_blue,Ben <ben@benmazer.net>,Kritoke <kritoke@gamebox.net>
-
-pkgname=qscintilla-qt3
-pkgver=1.7.1
-pkgrel=4
-pkgdesc="A port to Qt3 of Neil Hodgson's Scintilla C++ editor class"
-arch=('i686' 'x86_64')
-url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro/"
-license=('GPL2')
-depends=('qt3')
-source=("http://downloads.sourceforge.net/pyqt/QScintilla-1.71-gpl-$pkgver.tar.gz")
-md5sums=('dfa047b45d4f09ae8d4a8a431ba88a5a')
-
-build() {
- cd "${srcdir}"/QScintilla-1.71-gpl-$pkgver
- cd qt
- sed -i "s%DESTDIR.*%DESTDIR=$pkgdir/usr/lib%g" qscintilla.pro
- qmake-qt3 qscintilla.pro
- sed -i 's|$(QTDIR)/include|/usr/include/qt3|' Makefile
- make MOC=/usr/bin/moc-qt3
-}
-
-package() {
- cd "${srcdir}"/QScintilla-1.71-gpl-$pkgver/qt
- # installind includes
- for i in qextscintilla*.h; do
- install -m 644 -D $i "${pkgdir}"/usr/include/qt3/$i
- done
-}
diff --git a/community/qtcurve/PKGBUILD b/community/qtcurve/PKGBUILD
index 815c9d945..d85ed86d5 100644
--- a/community/qtcurve/PKGBUILD
+++ b/community/qtcurve/PKGBUILD
@@ -1,29 +1,27 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# $Id: PKGBUILD 98877 2013-10-21 00:42:02Z speps $
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgbase=qtcurve
-pkgname=('qtcurve-qt4' 'qtcurve-kde4')
-pkgver=1.8.15
-pkgrel=2
+pkgname=('qtcurve-utils' 'qtcurve-gtk2' 'qtcurve-qt4' 'qtcurve-qt5' 'qtcurve-kde4')
+pkgver=1.8.17
+pkgrel=1
+pkgdesc='A configurable set of widget styles for KDE and Gtk'
arch=('i686' 'x86_64')
-groups=('qtcurve')
+url='https://github.com/QtCurve/qtcurve'
license=('GPL')
-pkgdesc='A configurable set of widget styles for KDE and Gtk'
-url='https://github.com/QtCurve/qtcurve-qt4'
-makedepends=('cmake' 'automoc4' 'kdebase-workspace')
+groups=('qtcurve')
+makedepends=('cmake' 'automoc4' 'gtk2' 'qt4' 'qt5-svg' 'qt5-x11extras' 'kdebase-workspace')
source=("$pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('ee0b35fe428807b0dc2b0c57e5eb4f38')
+md5sums=('c4f2e9bc296398b42bfc132b88a3b989')
build() {
- cd "qtcurve-qt4-$pkgver"
-
- sed -i "s/QApplication/QCoreApplication/g" tools/gen_image_header_qt4.cpp
+ cd $pkgbase-$pkgver
- mkdir build-{qt,kde}4
-
- cd build-qt4
+ mkdir build{,-kde4}
+ cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DQTC_QT4_ENABLE_KDE=false
@@ -31,18 +29,40 @@ build() {
cd ../build-kde4
cmake .. -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_GTK2=false \
+ -DENABLE_QT5=false
make
}
+package_qtcurve-utils() {
+ depends=('libx11')
+ cd $pkgbase-$pkgver/build/qtcurve-utils
+ make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-gtk2() {
+ depends=('qtcurve-utils' 'gtk2')
+ cd $pkgbase-$pkgver/build/gtk2
+ make DESTDIR="$pkgdir" install
+}
+
package_qtcurve-qt4() {
- depends=('qt4')
- cd "qtcurve-qt4-$pkgver/build-qt4/qt4/style"
+ depends=('qtcurve-utils' 'qt4')
+ cd $pkgbase-$pkgver/build/qt4
+ make DESTDIR="$pkgdir" install
+}
+
+package_qtcurve-qt5() {
+ depends=('qtcurve-utils' 'qt5-svg' 'qt5-x11extras')
+ cd $pkgbase-$pkgver/build/qt5
make DESTDIR="$pkgdir" install
}
package_qtcurve-kde4() {
- depends=('kdebase-workspace')
- cd "qtcurve-qt4-$pkgver/build-kde4"
+ depends=('qtcurve-utils' 'kdebase-workspace')
+ cd $pkgbase-$pkgver/build-kde4/qt4
+ make DESTDIR="$pkgdir" install
+ cd ../po
make DESTDIR="$pkgdir" install
}
diff --git a/community/quagga/PKGBUILD b/community/quagga/PKGBUILD
index 2672e91cd..486fbec49 100644
--- a/community/quagga/PKGBUILD
+++ b/community/quagga/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 96712 2013-09-03 08:11:01Z seblu $
+# $Id: PKGBUILD 98892 2013-10-21 07:13:03Z seblu $
# Maintainer: Sébastien Luttringer
pkgname=quagga
pkgver=0.99.22.4
-pkgrel=1
+pkgrel=2
pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
arch=('i686' 'x86_64')
url='http://www.quagga.net'
license=('GPL2')
depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses')
-options=('!libtool' '!buildflags')
+options=('!buildflags')
install=quagga.install
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
'babeld.service'
diff --git a/community/signon/PKGBUILD b/community/signon/PKGBUILD
index 36a28fbe6..da1eb29dc 100644
--- a/community/signon/PKGBUILD
+++ b/community/signon/PKGBUILD
@@ -1,39 +1,44 @@
-# $Id: PKGBUILD 96925 2013-09-08 17:54:00Z bgyorgy $
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# $Id: PKGBUILD 98928 2013-10-21 12:34:16Z andrea $
+#Maintainer: Andrea Scarpino <andrea@archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgbase=signon
pkgname=('signon' 'signon-doc')
pkgver=8.54
-pkgrel=1
-pkgdesc="Framework to provide credential storage and authentication service"
+pkgrel=2
arch=('i686' 'x86_64')
url="http://code.google.com/p/accounts-sso/"
license=('LGPL')
-depends=('qt4' 'libproxy')
-makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
-backup=(etc/signond.conf)
-install=$pkgname.install
-source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
- use_keyring.patch)
+makedepends=('qt4' 'libproxy' 'doxygen' 'graphviz' 'ttf-font')
+options=('!emptydirs')
+source=("http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2"
+ 'use_keyring.patch')
sha1sums=('a29a12d6fe3747930e94932f6e1b1339b471d108'
'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
-build() {
- cd "$srcdir/$pkgbase-$pkgver"
-
+prepare() {
+ cd $pkgbase-$pkgver
+
# Use gnome-keyring secrets storage if signon-keyring-extension is available
patch -Np1 -i "$srcdir/use_keyring.patch"
-
+
# qt4 fix
sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt4/' src/signond/signond.pro
+}
+build() {
+ cd $pkgbase-$pkgver
qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
make
}
package_signon() {
- cd "$srcdir/$pkgbase-$pkgver"
+ pkgdesc="Framework to provide credential storage and authentication service"
+ depends=('qt4' 'libproxy')
+ backup=('etc/signond.conf')
+ install=$pkgname.install
+ cd $pkgbase-$pkgver
make INSTALL_ROOT="$pkgdir" install
# Split out documentation
@@ -42,10 +47,6 @@ package_signon() {
package_signon-doc() {
pkgdesc="Developer documention of signon"
- depends=()
- options=('!emptydirs')
- backup=()
- install=
mkdir -p "$pkgdir/usr/share"
mv "$srcdir/doc" "$pkgdir/usr/share"
diff --git a/community/tellico/PKGBUILD b/community/tellico/PKGBUILD
index 5c28092e5..2fad295bf 100644
--- a/community/tellico/PKGBUILD
+++ b/community/tellico/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 94089 2013-07-14 11:11:38Z jlichtblau $
+# $Id: PKGBUILD 98964 2013-10-21 20:10:32Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Ray Rashif <schiv@archlinux.org
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=tellico
pkgver=2.3.8
-pkgrel=1
+pkgrel=2
pkgdesc="A collection manager for KDE"
arch=('i686' 'x86_64')
url="http://tellico-project.org/"
diff --git a/community/virtualbox-modules-lts/PKGBUILD b/community/virtualbox-modules-lts/PKGBUILD
index 206ad7748..e6d50c882 100644
--- a/community/virtualbox-modules-lts/PKGBUILD
+++ b/community/virtualbox-modules-lts/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 98657 2013-10-16 15:07:26Z andyrtr $
+# $Id: PKGBUILD 98899 2013-10-21 07:30:43Z seblu $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Sébastien Luttringer
pkgbase=virtualbox-modules-lts
pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.2.18
-pkgrel=9
+pkgver=4.3.0
+pkgrel=1
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')
diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD
index 1c4785678..aead28508 100644
--- a/community/virtualbox-modules/PKGBUILD
+++ b/community/virtualbox-modules/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 98595 2013-10-14 16:58:33Z tpowa $
+# $Id: PKGBUILD 98896 2013-10-21 07:29:04Z seblu $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Sébastien Luttringer
pkgbase=virtualbox-modules
pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.2.18
-pkgrel=7
+pkgver=4.3.0
+pkgrel=1
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')
diff --git a/community/xcb-util-cursor/PKGBUILD b/community/xcb-util-cursor/PKGBUILD
index 0db7bf4eb..cc94347a8 100644
--- a/community/xcb-util-cursor/PKGBUILD
+++ b/community/xcb-util-cursor/PKGBUILD
@@ -1,15 +1,14 @@
-# $Id: PKGBUILD 98637 2013-10-16 01:00:11Z seblu $
+# $Id: PKGBUILD 98879 2013-10-21 00:54:20Z seblu $
# Maintainer: Sébastien Luttringer <seblu at seblu dot net>
# Contributor: Bastien Dejean <nihilhill@gmail.com>
pkgname=xcb-util-cursor
pkgver=0.1.0
-pkgrel=3
+pkgrel=4
pkgdesc='XCB cursor library'
arch=('i686' 'x86_64')
url='http://cgit.freedesktop.org/xcb/util-cursor'
license=('custom:MIT')
-options=('!libtool')
depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2")
md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
diff --git a/community/xplc/PKGBUILD b/community/xplc/PKGBUILD
index bcd055e00..d7f452021 100644
--- a/community/xplc/PKGBUILD
+++ b/community/xplc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 64687 2012-02-17 18:35:47Z bluewind $
+# $Id: PKGBUILD 98918 2013-10-21 12:15:57Z bluewind $
# Maintainer:
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=xplc
pkgver=0.3.13
-pkgrel=4
+pkgrel=5
pkgdesc="Cross-Platform Lightweight Components"
arch=('i686' 'x86_64')
url="http://xplc.sourceforge.net"