summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-06 00:01:34 +0000
committerroot <root@rshg054.dnsready.net>2012-06-06 00:01:34 +0000
commit91734dee3e97f809fb0fcf7add40f7af90fccd87 (patch)
tree5ea3c4fcb1f01ef60e6f841415bd5f7ab78e32f0 /community
parent67db4cf68dbdb364c4dee1599294d7701f3c3b0a (diff)
Wed Jun 6 00:01:34 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/darktable/PKGBUILD6
-rw-r--r--community/gnustep-back/PKGBUILD6
-rw-r--r--community/gnustep-gui/PKGBUILD8
-rw-r--r--community/gpsbabel/PKGBUILD10
-rw-r--r--community/oath-toolkit/PKGBUILD33
-rw-r--r--community/oolite/PKGBUILD6
-rw-r--r--community/paraview/PKGBUILD66
-rw-r--r--community/paraview/doubletostring.patch11
-rw-r--r--community/paraview/fix_FTBFS_boost149.patch27
-rw-r--r--community/paraview/kwprocessxml_rpath.patch26
-rw-r--r--community/paraview/paraview-3.14.1-gcc47.patch36
-rw-r--r--community/pdf2djvu/PKGBUILD21
-rw-r--r--community/python2-gevent/PKGBUILD30
-rw-r--r--community/python2-greenlet/PKGBUILD27
-rw-r--r--community/vifm/PKGBUILD10
-rw-r--r--community/vifm/vifm.changelog3
16 files changed, 266 insertions, 60 deletions
diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD
index ad7c282f2..7c7c5e0d8 100644
--- a/community/darktable/PKGBUILD
+++ b/community/darktable/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 70105 2012-04-29 13:20:28Z spupykin $
+# $Id: PKGBUILD 71958 2012-06-04 07:52:39Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Christian Himpel <chressie at gmail dot com>
# Contributor: Johannes Hanika <hanatos at gmail dot com>
pkgname=darktable
-pkgver=1.0.3
+pkgver=1.0.4
_pkgver=1.0
pkgrel=1
pkgdesc="Utility to organize and develop raw images"
@@ -19,7 +19,7 @@ optdepends=('librsvg')
install=darktable.install
options=(!libtool)
source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.gz)
-md5sums=('9877a012b2b39f0e5859783db508f580')
+md5sums=('244b7e3e2eb907f1602225b1b36a8b0c')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/gnustep-back/PKGBUILD b/community/gnustep-back/PKGBUILD
index 0d09dd5e2..b059ca4a3 100644
--- a/community/gnustep-back/PKGBUILD
+++ b/community/gnustep-back/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 68860 2012-04-04 09:31:08Z allan $
+# $Id: PKGBUILD 71960 2012-06-04 07:53:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
pkgname=gnustep-back
pkgver=0.22.0
-pkgrel=2
+pkgrel=3
pkgdesc="The GNUstep GUI Backend"
arch=('i686' 'x86_64')
url="http://www.gnustep.org/"
license=('LGPL')
-depends=(libgl libxmu gcc-libs freetype2 libart-lgpl)
+depends=(libgl libxmu gcc-libs freetype2 cairo)
makedepends=('gnustep-gui' 'libffi' 'gcc-objc')
conflicts=('gnustep-back-svn')
groups=('gnustep-core')
diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD
index e990e4ce7..dc648ba02 100644
--- a/community/gnustep-gui/PKGBUILD
+++ b/community/gnustep-gui/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 68864 2012-04-04 09:31:23Z allan $
+# $Id: PKGBUILD 71962 2012-06-04 07:59:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
pkgname=gnustep-gui
pkgver=0.22.0
-pkgrel=2
+pkgrel=3
pkgdesc="The GNUstep GUI class library"
arch=('i686' 'x86_64')
url="http://www.gnustep.org/"
license=('LGPL')
-depends=('gnustep-base' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 'libao')
-makedepends=('gcc-objc')
+depends=('gnustep-back' 'libungif' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
conflicts=('gnustep-gui-svn')
groups=('gnustep-core')
options=('!makeflags')
diff --git a/community/gpsbabel/PKGBUILD b/community/gpsbabel/PKGBUILD
index 4a03c8930..47499b1a3 100644
--- a/community/gpsbabel/PKGBUILD
+++ b/community/gpsbabel/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 61077 2011-12-21 20:51:01Z andrea $
+# $Id: PKGBUILD 71956 2012-06-04 07:44:12Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gpsbabel
-pkgver=1.4.2
-pkgrel=4
+pkgver=1.4.3
+pkgrel=1
pkgdesc="Reads, writes, and manipulates GPS waypoints in a variety of formats"
arch=('i686' 'x86_64')
url="http://www.gpsbabel.org"
license=('GPL')
depends=('libusb-compat' 'expat')
-makedepends=('fop' 'qt' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit')
+makedepends=('fop' 'qt' 'libxml2' 'libxslt' 'gtk2' 'lcms2' 'qtwebkit' 'openjdk6')
optdepends=('qt' 'qtwebkit')
options=('docs')
source=("gpsbabel-$pkgver.tar.gz::http://archlinux-stuff.googlecode.com/files/gpsbabel-$pkgver.tar.gz"
"gpsbabel.desktop::http://pkgs.fedoraproject.org/gitweb/?p=gpsbabel.git;a=blob_plain;f=gpsbabel.desktop;hb=HEAD")
-md5sums=('76ea9f7852be2e98aa18976c4697ca93'
+md5sums=('916f7e124f6df911a24e1ea323e9c529'
'7bdbd243e29a8831842d31c079f04c45')
build() {
diff --git a/community/oath-toolkit/PKGBUILD b/community/oath-toolkit/PKGBUILD
new file mode 100644
index 000000000..82ee965fe
--- /dev/null
+++ b/community/oath-toolkit/PKGBUILD
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 71971 2012-06-04 09:43:43Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# Contributor: Christian Hesse <mail@eworm.de>
+# Contributor: L42y <423300@gmail.com>
+
+pkgname=oath-toolkit
+pkgver=1.12.3
+pkgrel=1
+pkgdesc='OATH one-time password toolkit'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/oath-toolkit/'
+license=('GPL3')
+depends=('pam')
+options=('!libtool')
+source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('52c1d8914c4182b19dea4a82d6837eb2')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+
+ # Install basic docs too
+ install -D -m 644 pam_oath/README "$pkgdir/usr/share/doc/$pkgname/PAM_README"
+ install -D -m 644 README "$pkgdir/usr/share/doc/$pkgname/README"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:
diff --git a/community/oolite/PKGBUILD b/community/oolite/PKGBUILD
index 4e50bdb7d..2b8ec7c1f 100644
--- a/community/oolite/PKGBUILD
+++ b/community/oolite/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 71561 2012-05-29 10:35:05Z svenstaro $
+# $Id: PKGBUILD 71988 2012-06-05 00:13:47Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Lone_Wolf <lonewolf@xs4all.nl>
pkgname=oolite
pkgver=1.76.1
-pkgrel=1
+pkgrel=2
pkgdesc="A space-sim based on the classic Elite"
arch=('i686' 'x86_64')
url="http://oolite-linux.berlios.de"
license=('GPL2')
-depends=('gnustep-gui' 'sdl_mixer' 'mesa' 'espeak' 'nspr' 'python2' 'icu')
+depends=('gnustep-gui' 'sdl_mixer' 'mesa' 'espeak' 'nspr' 'python2' 'icu' 'gnustep-base')
makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip')
options=(!makeflags)
source=(oolite
diff --git a/community/paraview/PKGBUILD b/community/paraview/PKGBUILD
index 9aef5135c..b82c2491d 100644
--- a/community/paraview/PKGBUILD
+++ b/community/paraview/PKGBUILD
@@ -1,17 +1,19 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Michele Mocciola <mickele>
# Contributor: Simon Zilliken <simon____AT____zilliken____DOT____name>
pkgname=paraview
-pkgver=3.14.0
-pkgrel=2
+pkgver=3.14.1
+pkgrel=1
pkgdesc='Parallel Visualization Application using VTK'
arch=('i686' 'x86_64')
url='http://www.paraview.org'
license=('custom')
-depends=('qt' 'python2' 'libgl' 'unixodbc' 'postgresql-libs' 'libxt' 'qtwebkit' 'libmysqlclient' 'mesa' 'openmpi' 'boost-libs' 'libcgns2'
+depends=('qt' 'python2' 'libgl' 'unixodbc' 'postgresql-libs' 'libxt' 'qtwebkit'
+ 'libmysqlclient' 'mesa' 'openmpi' 'boost-libs' 'libcgns2'
# export as avi support
- 'ffmpeg'
+ #'ffmpeg'
# The following is a list of libraries we explicitly tell cmake to use the system library of
'hdf5' 'freetype2' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'expat' 'libxml2' 'libtheora'
)
@@ -19,26 +21,32 @@ makedepends=('cmake' 'desktop-file-utils' 'boost')
source=("http://paraview.org/files/v${pkgver:0:4}/ParaView-${pkgver}-Source.tar.gz"
'paraview.png'
'paraview.desktop'
- 'fix-build-with-zlib-1.2.6.diff'
- 'ffmpeg-0.8.diff')
-md5sums=('a260bd891fd75d0e276a581a3603edff'
- 'db623002bc71a257ddfdd0c9c7b14c3f'
- '4e4b7172ed18171c37446fd7c4f1e8f5'
- 'e4506b4ed0d2ae60072388f098be6c33'
- 'e992321c9d1def6034d0fa6607b40c5a')
+ 'paraview-3.14.1-gcc47.patch'
+ 'doubletostring.patch'
+ 'fix_FTBFS_boost149.patch'
+ 'kwprocessxml_rpath.patch')
+sha1sums=('1326c6e941fb9d12c548b14ca10932b49b5e3ffd'
+ 'a2dff014e1235dfaa93cd523286f9c97601d3bbc'
+ '9cd5b19b4072d8d5512bb97a141eb878adf73ab5'
+ 'dd8486082733bb6d13a741b52f4bbea804862295'
+ '9e85e47337ef66de7263b3d2f80a56e0cc307d61'
+ 'a9982155202b2cc93597e1fa66d12f2ffbbf287a'
+ '9e04dc858f0e8f30ce4595d6e5691f0463a02ea7')
build() {
- cd ${srcdir}/ParaView-${pkgver}-Source
+ cd "${srcdir}"/ParaView-${pkgver}-Source
+
+ patch -Np1 -i ../paraview-3.14.1-gcc47.patch
- # fix http://paraview.org/Bug/view.php?id=12924
- patch -Np0 -i ${srcdir}/fix-build-with-zlib-1.2.6.diff
+ # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640305
+ patch -Np1 -i ../kwprocessxml_rpath.patch
- # fix http://www.vtk.org/Bug/view.php?id=12691
- cd VTK
- patch -Np1 -i ${srcdir}/ffmpeg-0.8.diff
+ patch -Np1 -i ../fix_FTBFS_boost149.patch
- mkdir ${srcdir}/build
- cd ${srcdir}/build
+ patch -Np1 -i ../doubletostring.patch
+
+ mkdir "${srcdir}"/build
+ cd "${srcdir}"/build
# flags to enable using system libs
local cmake_system_flags=""
@@ -47,13 +55,15 @@ build() {
done
# flags to use python2 instead of python which is 3.x.x on archlinux
- local cmake_system_python_flags="-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 -DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so"
+ local cmake_system_python_flags="-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 \
+ -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 -DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so"
- # enable when http://paraview.org/Bug/view.php?id=12718 gets fixed
+ # enable when http://paraview.org/Bug/view.php?id=12852 gets fixed
#-DCMAKE_SKIP_RPATH:BOOL=YES \
# the following flags enable the feature request at https://bugs.archlinux.org/task/27525
# -DPARAVIEW_USE_VISITBRIDGE:BOOL=ON -DVISIT_BUILD_READER_CGNS:BOOL=ON
cmake \
+ -DCMAKE_SKIP_RPATH:BOOL=YES \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DVTK_USE_BOOST:BOOL=ON \
@@ -62,7 +72,7 @@ build() {
-DPARAVIEW_BUILD_QT_GUI:BOOL=ON \
-DPARAVIEW_USE_VISITBRIDGE:BOOL=ON \
-DVISIT_BUILD_READER_CGNS:BOOL=ON \
- -DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
+ -DVTK_USE_FFMPEG_ENCODER:BOOL=OFF \
${cmake_system_flags} \
${cmake_system_python_flags} \
../ParaView-${pkgver}-Source
@@ -71,14 +81,14 @@ build() {
}
package() {
- cd build
+ cd "${srcdir}"/build
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
# Install license
- install -Dm644 ${srcdir}/ParaView-${pkgver}-Source/License_v1.2.txt ${pkgdir}/usr/share/licenses/paraview/LICENSE
+ install -Dm644 "${srcdir}"/ParaView-${pkgver}-Source/License_v1.2.txt "${pkgdir}"/usr/share/licenses/paraview/LICENSE
# Install desktop shortcuts
- install -Dm644 ${srcdir}/paraview.png ${pkgdir}/usr/share/pixmaps/paraview.png
- desktop-file-install --dir=${pkgdir}/usr/share/applications ${srcdir}/paraview.desktop
+ install -Dm644 "${srcdir}"/paraview.png ${pkgdir}/usr/share/pixmaps/paraview.png
+ desktop-file-install --dir="${pkgdir}"/usr/share/applications "${srcdir}"/paraview.desktop
}
diff --git a/community/paraview/doubletostring.patch b/community/paraview/doubletostring.patch
new file mode 100644
index 000000000..5aaa398fd
--- /dev/null
+++ b/community/paraview/doubletostring.patch
@@ -0,0 +1,11 @@
+diff -Naur ParaView-3.14.1-Source.ori/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h ParaView-3.14.1-Source/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h
+--- ParaView-3.14.1-Source.ori/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h 2012-04-02 12:56:35.000000000 -0400
++++ ParaView-3.14.1-Source/Utilities/VisItBridge/databases/paraDIS/RC_cpp_lib/RCLibPoint.h 2012-06-04 12:27:44.184445953 -0400
+@@ -6,6 +6,7 @@
+ #include <iomanip>
+ #include <istream>
+ #include "DebugStream.h"
++#include "stringutil.h"
+
+ namespace rclib {
+ using namespace std;
diff --git a/community/paraview/fix_FTBFS_boost149.patch b/community/paraview/fix_FTBFS_boost149.patch
new file mode 100644
index 000000000..b04d3917c
--- /dev/null
+++ b/community/paraview/fix_FTBFS_boost149.patch
@@ -0,0 +1,27 @@
+Description: fix FTBFS with boost 1.49
+Author: Dominique Belhachemi <domibel@debian.org>
+Origin: http://anonscm.debian.org/gitweb/?p=collab-maint/vtk.git;a=commitdiff;h=55084a11b450e53b2e8786e23dd64a6a6b846e6b
+Last-Update: 2012-05-07
+
+--- a/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx
++++ b/VTK/Infovis/vtkBoostBreadthFirstSearchTree.cxx
+@@ -49,11 +49,17 @@
+
+ #if BOOST_VERSION >= 104800 // Boost 1.48.x
+ namespace {
+- vtkIdType unwrap_edge_id(vtkEdgeType const &e) {
++ vtkIdType unwrap_edge_id(vtkEdgeType const &e)
++ {
+ return e.Id;
+ }
+- vtkIdType unwrap_edge_id(boost::detail::reverse_graph_edge_descriptor<vtkEdgeType> const &e) {
++ vtkIdType unwrap_edge_id(boost::detail::reverse_graph_edge_descriptor<vtkEdgeType> const &e)
++ {
++# if BOOST_VERSION == 104800
+ return e.underlying_desc.Id;
++# else
++ return e.underlying_descx.Id;
++# endif
+ }
+ }
+ #endif
diff --git a/community/paraview/kwprocessxml_rpath.patch b/community/paraview/kwprocessxml_rpath.patch
new file mode 100644
index 000000000..b36feb6fc
--- /dev/null
+++ b/community/paraview/kwprocessxml_rpath.patch
@@ -0,0 +1,26 @@
+Description: This patch forces building of kwProcessXML as shared forwarded
+ executable in our case (even is CMAKE_SKIP_RPATH is OFF in debian)
+Author: Mathieu Malaterre <mathieu.malaterre@gmail.com>
+Bug-Debian: http://bugs.debian.org/640305
+Last-Update: 2011-09-13
+
+--- a/Common/KWCommon/CMakeLists.txt
++++ b/Common/KWCommon/CMakeLists.txt
+@@ -225,7 +225,7 @@
+ IF(KWCOMMON_BUILD_PROCESSXML)
+ # For shared libraries on non-windows systems use the KWSys shared-forward
+ # implementation to make sure shared libraries are found.
+- IF(BUILD_SHARED_LIBS AND CMAKE_SKIP_RPATH)
++ IF(BUILD_SHARED_LIBS )
+ IF(NOT WIN32)
+ SET(KWCommon_FORWARD_DIR_BUILD ${EXECUTABLE_OUTPUT_PATH})
+ SET(KWCommon_FORWARD_BIN_TO_LIB "..${KWCommon_INSTALL_LIB_DIR}")
+@@ -248,7 +248,7 @@
+ COMPONENT Development)
+ ENDIF(NOT KWCommon_INSTALL_NO_DEVELOPMENT)
+ ENDIF(NOT WIN32)
+- ENDIF(BUILD_SHARED_LIBS AND CMAKE_SKIP_RPATH)
++ ENDIF(BUILD_SHARED_LIBS )
+
+ ADD_EXECUTABLE(kwProcessXML${KWCommon_EXE_SUFFIX} ProcessXML.cxx)
+ TARGET_LINK_LIBRARIES(kwProcessXML${KWCommon_EXE_SUFFIX} vtkCommon vtksys)
diff --git a/community/paraview/paraview-3.14.1-gcc47.patch b/community/paraview/paraview-3.14.1-gcc47.patch
new file mode 100644
index 000000000..792926719
--- /dev/null
+++ b/community/paraview/paraview-3.14.1-gcc47.patch
@@ -0,0 +1,36 @@
+diff -Naur ParaView-3.14.1-Source.ori/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx ParaView-3.14.1-Source/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx
+--- ParaView-3.14.1-Source.ori/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx 2012-04-02 12:56:37.000000000 -0400
++++ ParaView-3.14.1-Source/Utilities/Xdmf2/vtk/Testing/Cxx/XdmfTestVTKIO.cxx 2012-05-10 11:40:21.101841603 -0400
+@@ -21,6 +21,8 @@
+ //files around for inspection. Otherwise it deletes the temporary files it
+ //creates and returns success.
+
++#include <unistd.h>
++
+ #include "vtkXdmfWriter.h"
+
+ #include "vtkCellData.h"
+diff -Naur ParaView-3.14.1-Source.ori/VTK/Rendering/vtkFreeTypeTools.cxx ParaView-3.14.1-Source/VTK/Rendering/vtkFreeTypeTools.cxx
+--- ParaView-3.14.1-Source.ori/VTK/Rendering/vtkFreeTypeTools.cxx 2012-04-02 12:57:30.000000000 -0400
++++ ParaView-3.14.1-Source/VTK/Rendering/vtkFreeTypeTools.cxx 2012-05-10 11:38:48.618504485 -0400
+@@ -35,6 +35,8 @@
+ using namespace ftgl;
+ #endif
+
++#include <stdint.h>
++
+ // Print debug info
+ #define VTK_FTFC_DEBUG 0
+ #define VTK_FTFC_DEBUG_CD 0
+diff -Naur ParaView-3.14.1-Source.ori/VTK/Rendering/vtkFreeTypeUtilities.cxx ParaView-3.14.1-Source/VTK/Rendering/vtkFreeTypeUtilities.cxx
+--- ParaView-3.14.1-Source.ori/VTK/Rendering/vtkFreeTypeUtilities.cxx 2012-04-02 12:57:30.000000000 -0400
++++ ParaView-3.14.1-Source/VTK/Rendering/vtkFreeTypeUtilities.cxx 2012-05-10 11:38:48.618504485 -0400
+@@ -36,6 +36,8 @@
+ using namespace ftgl;
+ #endif
+
++#include <stdint.h>
++
+ // Print debug info
+
+ #define VTK_FTFC_DEBUG 0
diff --git a/community/pdf2djvu/PKGBUILD b/community/pdf2djvu/PKGBUILD
index 40fe354a8..5436f861e 100644
--- a/community/pdf2djvu/PKGBUILD
+++ b/community/pdf2djvu/PKGBUILD
@@ -1,24 +1,20 @@
-# $Id: PKGBUILD 71280 2012-05-26 07:55:10Z pschmitz $
+# $Id: PKGBUILD 71982 2012-06-04 19:27:21Z jelle $
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Maintainer: Jelle van der Waa <jelle@vdwaa.nl>
pkgname=pdf2djvu
-pkgver=0.7.12
+pkgver=0.7.13
pkgrel=1
pkgdesc="Creates DjVu files from PDF files"
arch=('i686' 'x86_64')
url="http://pdf2djvu.googlecode.com"
license=('GPL')
-depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs')
-makedepends=('pstreams')
-source=("http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz"
- "poppler-0.20.patch")
-md5sums=('4fd56c0763b56b4081fc9c85be16d9d7'
- '9f9c5b098a3a13256beac04553ee67c3')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=("http://pdf2djvu.googlecode.com/files/${pkgname}_${pkgver}.tar.gz")
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- patch -p1 <$srcdir/poppler-0.20.patch
./configure --prefix=/usr
make
}
@@ -28,3 +24,10 @@ package() {
make install DESTDIR=${pkgdir}
install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
}
+check() {
+
+ cd ${srcdir}/${pkgname}-${pkgver}
+ sed -i 's/nosetests/nosetests2/' tests/Makefile
+ make test
+}
+md5sums=('b5327c5949057711a8250dffb6ccfd2d')
diff --git a/community/python2-gevent/PKGBUILD b/community/python2-gevent/PKGBUILD
new file mode 100644
index 000000000..c35d3ac2b
--- /dev/null
+++ b/community/python2-gevent/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
+# Contributor: Ralf Schmitt <ralf@systemexit.de>
+
+pkgname=python2-gevent
+pkgver=0.13.7
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Python network library that uses greenlet and libevent for easy and scalable concurrency"
+license=("MIT")
+url="http://www.gevent.org/"
+depends=('libevent' 'python2-greenlet')
+makedepends=('python2-distribute')
+
+source=(http://pypi.python.org/packages/source/g/gevent/gevent-$pkgver.tar.gz)
+
+build() {
+ cd "$srcdir/gevent-$pkgver"
+ python2 setup.py build
+}
+
+package() {
+ cd "$srcdir/gevent-$pkgver"
+ python2 setup.py install -O1 --root="$pkgdir"
+ install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm0644 LICENSE.pyevent "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pyevent"
+}
+
+md5sums=('c74004730c2543260b751b0aa782987c')
+sha1sums=('2b9c63b84e21a36e244a7c825b9bdbaa98b7ec66')
diff --git a/community/python2-greenlet/PKGBUILD b/community/python2-greenlet/PKGBUILD
new file mode 100644
index 000000000..38546a68d
--- /dev/null
+++ b/community/python2-greenlet/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
+# Contributor: Ralf Schmitt <ralf@systemexit.de>
+
+pkgname=python2-greenlet
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="python coroutine library"
+license=("MIT")
+url="http://pypi.python.org/pypi/greenlet"
+depends=('python2')
+source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-$pkgver.zip)
+arch=('i686' 'x86_64')
+
+md5sums=('530a69acebbb0d66eb5abd83523d8272')
+sha1sums=('1bff62c43e179d3f4866f31a8258a259c82b4803')
+
+build() {
+ cd "$srcdir/greenlet-$pkgver"
+ python2 setup.py build
+}
+
+package() {
+ cd "$srcdir/greenlet-$pkgver"
+ python2 setup.py install --root="$pkgdir"
+ install -Dm0644 LICENSE.PSF "$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
+}
diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD
index fab63ea39..e68a20c03 100644
--- a/community/vifm/PKGBUILD
+++ b/community/vifm/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 66446 2012-02-24 23:40:09Z jlichtblau $
+# $Id: PKGBUILD 71984 2012-06-04 19:39:36Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=vifm
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc="Ncurses based file manager with vi like keybindings"
arch=('i686' 'x86_64')
@@ -11,17 +11,17 @@ license=('GPL')
depends=('ncurses' 'gtk2')
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f95e49a8518dd1acc9b7b750658a98bcf1cb538e25520a5a300b5812108fbc8d')
+sha256sums=('c2cdb40ca03ea3e0464c2f0f68d27013fd447c0b67b0a5f87521f95c855e7658')
build() {
- cd ${srcdir}
+ cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd ${srcdir}
+ cd ${srcdir}/$pkgname-$pkgver
make DESTDIR=${pkgdir} install
}
diff --git a/community/vifm/vifm.changelog b/community/vifm/vifm.changelog
index 136202fba..953f35aaa 100644
--- a/community/vifm/vifm.changelog
+++ b/community/vifm/vifm.changelog
@@ -1,3 +1,6 @@
+2012-06-04 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * vifm 0.7.3-1
+
2012-02-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* vifm 0.7.2-1