summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/apvlv/PKGBUILD2
-rw-r--r--community/calibre/PKGBUILD6
-rw-r--r--community/dar/PKGBUILD7
-rw-r--r--community/fotoxx/PKGBUILD5
-rw-r--r--community/mashup/PKGBUILD12
-rw-r--r--community/nginx/PKGBUILD9
-rw-r--r--community/passenger/PKGBUILD30
-rw-r--r--community/passenger/passenger-install-apache2-module.patch5
-rw-r--r--community/passenger/passenger.install32
-rw-r--r--community/perl-datetime/PKGBUILD4
-rw-r--r--community/sigil/PKGBUILD6
-rw-r--r--community/tor/PKGBUILD6
-rw-r--r--community/vtk/PKGBUILD37
-rw-r--r--community/vtk/fixkernelversioncheck.diff19
14 files changed, 137 insertions, 43 deletions
diff --git a/community/apvlv/PKGBUILD b/community/apvlv/PKGBUILD
index 041f5a102..335b36144 100644
--- a/community/apvlv/PKGBUILD
+++ b/community/apvlv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 52879 2011-07-29 15:22:56Z shusmann $
+# $Id: PKGBUILD 55080 2011-09-02 08:40:53Z andrea $
# Maintainer: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: tocer.deng <tocer.deng@gmail.com>
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
index 49082b8df..7098aea82 100644
--- a/community/calibre/PKGBUILD
+++ b/community/calibre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 54884 2011-08-27 10:26:35Z giovanni $
+# $Id: PKGBUILD 55124 2011-09-02 23:27:00Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Petrov Roman <nwhisper@gmail.com>
# Contributor: Andrea Fagiani <andfagiani _at_ gmail dot com>
pkgname=calibre
-pkgver=0.8.16
+pkgver=0.8.17
pkgrel=1
pkgdesc="Ebook management application"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ optdepends=('ipython: to use calibre-debug')
install=calibre.install
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
desktop_integration.patch)
-md5sums=('f3a1d015e0e518e9759b4e7714158e4b'
+md5sums=('dbd9acc24367d099725dfc4461298738'
'253ce4fe5d01f8ff76b63cd3825755ea')
build() {
diff --git a/community/dar/PKGBUILD b/community/dar/PKGBUILD
index ab27e1625..d013f771f 100644
--- a/community/dar/PKGBUILD
+++ b/community/dar/PKGBUILD
@@ -1,6 +1,7 @@
-# $Id: PKGBUILD 52259 2011-07-22 16:01:25Z shusmann $
-# Contributor: Aaron Schaefer <aaron@elasticdog.com>
+# $Id: PKGBUILD 55079 2011-09-02 08:39:46Z andrea $
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Aaron Schaefer <aaron@elasticdog.com>
+
pkgname=dar
pkgver=2.4.1
pkgrel=1
@@ -10,6 +11,7 @@ url='http://dar.linux.free.fr/'
license=('GPL')
depends=('bzip2' 'lzo2' 'libgcrypt')
optdepends=('perl: for running some samples')
+makedepends=('doxygen')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('727e0b266d761e4dfd48a6af759413cb')
options=('!libtool')
@@ -20,6 +22,7 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc
make
}
+
package() {
cd "$srcdir/$pkgname-$pkgver"
install -d $pkgdir/usr/share/doc/$pkgname
diff --git a/community/fotoxx/PKGBUILD b/community/fotoxx/PKGBUILD
index 116ebfe93..817aa32b2 100644
--- a/community/fotoxx/PKGBUILD
+++ b/community/fotoxx/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=fotoxx
-pkgver=11.08.1
+pkgver=11.09
pkgrel=1
pkgdesc="A program for improving image files made with a digital camera"
url="http://kornelix.squarespace.com/fotoxx"
@@ -9,11 +9,12 @@ license=('GPL3')
depends=('gimp-ufraw' 'perl-exiftool' 'xdg-utils' 'desktop-file-utils')
optdepends=('mashup: for composing pages to print from within fotoxx' 'brasero: for burning')
source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz")
+md5sums=('dd851af4ce6e9d900fbf0afd65270ae8')
install=fotoxx.install
-md5sums=('95aab93caf87dc24e5e6dd9abef2bc73')
build() {
cd $srcdir/$pkgname-$pkgver
+ sed -i 's+xdg-deskto+#xdg-deskto+' Makefile
make PREFIX=/usr \
CFLAGS+="-c `pkg-config --cflags gtk+-2.0`" \
LFLAGS+="`pkg-config --libs gtk+-2.0 gthread-2.0`"
diff --git a/community/mashup/PKGBUILD b/community/mashup/PKGBUILD
index 6428453bb..51d32eadb 100644
--- a/community/mashup/PKGBUILD
+++ b/community/mashup/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mashup
-pkgver=2.9
+pkgver=3.0
pkgrel=1
pkgdesc="Adjusting images on a sheet of paper for printing"
url="http://kornelix.squarespace.com/printoxx"
@@ -11,20 +11,22 @@ license=('GPL3')
depends=('gtk2')
replaces=('printoxx')
source=("http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz")
-md5sums=('dc4c02063d8f9fa4a6d4806aaa5a2b07')
+md5sums=('feb7f5557fce1a00c377d2c6b8a9e2fc')
build() {
cd $srcdir/$pkgname-$pkgver
+ sed -i 's+xdg-deskto+#xdg-deskto+' Makefile
make PREFIX=/usr \
CFLAGS+="-c `pkg-config --cflags gtk+-2.0`" \
LFLAGS+="`pkg-config --libs gtk+-2.0 gthread-2.0`"
- sed -i 's#/local##' desktop
- sed -i 's+# ++' desktop
+ sed -i 's#/local##' data/desktop
+ sed -i 's+# ++' data/desktop
}
package() {
cd $srcdir/$pkgname-$pkgver
- install -Dm644 desktop \
+ install -Dm644 data/desktop \
$pkgdir/usr/share/applications/$pkgname.desktop
make DESTDIR=$pkgdir PREFIX=/usr install
+ rm $pkgdir/usr/share/applications/kornelix-$pkgname.desktop
}
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD
index 237acf780..7507f3eb4 100644
--- a/community/nginx/PKGBUILD
+++ b/community/nginx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 55022 2011-08-31 13:26:24Z spupykin $
+# $Id: PKGBUILD 55082 2011-09-02 09:21:05Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl>
@@ -12,10 +12,12 @@ _group=http
pkgname=nginx
pkgver=1.0.6
-pkgrel=2
+pkgrel=3
pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server"
arch=('i686' 'x86_64')
depends=('pcre' 'zlib' 'openssl')
+makedepends=('passenger')
+optdepends=('passenger')
url="http://nginx.org"
license=('custom')
backup=("etc/nginx/conf/fastcgi.conf"
@@ -52,7 +54,8 @@ build() {
--with-http_stub_status_module \
--with-http_dav_module \
--with-http_gzip_static_module \
- --with-ipv6
+ --with-ipv6 \
+ --add-module=/usr/lib/passenger/ext/nginx
make
}
diff --git a/community/passenger/PKGBUILD b/community/passenger/PKGBUILD
new file mode 100644
index 000000000..7ebf7fd69
--- /dev/null
+++ b/community/passenger/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 55084 2011-09-02 09:22:31Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+
+pkgname=passenger
+pkgver=3.0.8
+pkgrel=1
+pkgdlnr=75219
+pkgdesc="mod_rails passenger"
+arch=('i686' 'x86_64')
+url="http://www.modrails.com"
+license=('GPL')
+depends=('apache' 'ruby' 'ruby-rack' 'curl')
+install=$pkgname.install
+options=('!emptydirs')
+source=(http://rubyforge.org/frs/download.php/$pkgdlnr/$pkgname-$pkgver.tar.gz
+ $pkgname-install-apache2-module.patch)
+md5sums=('b283f3be6bbbc93a94cc30f99ab0263e'
+ '3d04eba10c55a955c378678d5df8497f')
+
+build(){
+ cd $srcdir/$pkgname-$pkgver
+ patch bin/passenger-install-apache2-module <$srcdir/passenger-install-apache2-module.patch
+ ./bin/passenger-install-apache2-module
+ mkdir -p $pkgdir/etc/httpd/modules/
+ cp ext/apache2/mod_passenger.so $pkgdir/etc/httpd/modules/mod_passenger.so
+ mkdir -p $pkgdir/usr/lib/passenger/
+ cp -R * $pkgdir/usr/lib/passenger/
+ mkdir -p $pkgdir/usr/lib/httpd
+ mv $pkgdir/etc/httpd/modules $pkgdir/usr/lib/httpd/modules
+}
diff --git a/community/passenger/passenger-install-apache2-module.patch b/community/passenger/passenger-install-apache2-module.patch
new file mode 100644
index 000000000..ee6080c1a
--- /dev/null
+++ b/community/passenger/passenger-install-apache2-module.patch
@@ -0,0 +1,5 @@
+105d104
+< wait
+179,180d177
+< else
+< wait
diff --git a/community/passenger/passenger.install b/community/passenger/passenger.install
new file mode 100644
index 000000000..9c683e7cd
--- /dev/null
+++ b/community/passenger/passenger.install
@@ -0,0 +1,32 @@
+post_install() {
+ echo "Please edit your Apache configuration file, and add these lines:"
+ echo ""
+ echo "LoadModule passenger_module /var/aur/passenger3/src/passenger-3.0.0/ext/apache2/mod_passenger.so"
+ echo "PassengerRoot /var/aur/passenger3/src/passenger-3.0.0"
+ echo "PassengerRuby /opt/ruby1.8/bin/ruby"
+ echo ""
+ echo "After you restart Apache, you are ready to deploy any number of Ruby on Rails"
+ echo "applications on Apache, without any further Ruby on Rails-specific"
+ echo "configuration!"
+ echo ""
+ echo ""
+ echo "Deploying a Ruby on Rails application: an example"
+ echo ""
+ echo "Suppose you have a Ruby on Rails application in /somewhere. Add a virtual host"
+ echo "to your Apache configuration file, and set its DocumentRoot to"
+ echo "/somewhere/public, like this:"
+ echo ""
+ echo "<VirtualHost *:80>"
+ echo " ServerName www.yourhost.com"
+ echo " DocumentRoot /somewhere/public # <-- be sure to point to 'public'!"
+ echo " <Directory /somewhere/public>"
+ echo " AllowOverride all # <-- relax Apache security settings"
+ echo " Options -MultiViews # <-- MultiViews must be turned off"
+ echo " </Directory>"
+ echo "</VirtualHost>"
+ echo ""
+ echo "And that's it! You may also want to check the Users Guide for security and"
+ echo "optimization tips, troubleshooting and other useful information:"
+ echo ""
+ echo "/var/aur/passenger3/src/passenger-3.0.0/doc/Users guide Apache.html"
+}
diff --git a/community/perl-datetime/PKGBUILD b/community/perl-datetime/PKGBUILD
index b5c86bd7f..c4e8f7235 100644
--- a/community/perl-datetime/PKGBUILD
+++ b/community/perl-datetime/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 47498 2011-05-23 16:01:46Z tdziedzic $
+# $Id: PKGBUILD 55077 2011-09-02 08:37:50Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-datetime
pkgver=0.70
-pkgrel=2
+pkgrel=3
pkgdesc="A complete, easy to use date and time object"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/DateTime"
diff --git a/community/sigil/PKGBUILD b/community/sigil/PKGBUILD
index d1cb2bd19..d42a7df02 100644
--- a/community/sigil/PKGBUILD
+++ b/community/sigil/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 54816 2011-08-26 15:37:25Z giovanni $
+# $Id: PKGBUILD 55126 2011-09-02 23:39:52Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
pkgname=sigil
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="A WYSIWYG ebook editor"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('cmake')
install=sigil.install
source=(http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip
${pkgname}.desktop)
-md5sums=('b0ae292aea366fe6eb3f3392232ba9a6'
+md5sums=('ce27976254236f8b11b787fd05be9acb'
'fef6aa492af487ccccd6b133635cee5a')
build() {
diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD
index db528f365..72b5419cc 100644
--- a/community/tor/PKGBUILD
+++ b/community/tor/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 41034 2011-03-03 11:05:31Z lfleischer $
+# $Id: PKGBUILD 55094 2011-09-02 11:01:01Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: simo <simo@archlinux.org>
pkgname=tor
-pkgver=0.2.1.30
+pkgver=0.2.2.32
pkgrel=1
pkgdesc='Anonymizing overlay network.'
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ source=("http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"
'torrc'
'tor'
'tor.conf.d')
-md5sums=('6c6d61e053af5969a245d025c4cfce9d'
+md5sums=('6d70db8da9513453d520168e017a272c'
'56c75d4e8a66f34167d31e38c43793dd'
'f8e6868a389877346e7eebaacd1078bb'
'5c7c6834064b3530c442def6079ac3aa')
diff --git a/community/vtk/PKGBUILD b/community/vtk/PKGBUILD
index 5ca8bca0f..6d3d8a7bc 100644
--- a/community/vtk/PKGBUILD
+++ b/community/vtk/PKGBUILD
@@ -7,8 +7,8 @@
# Contributor: djscholl
pkgname=vtk
-pkgver=5.6.1
-pkgrel=7
+pkgver=5.8.0
+pkgrel=1
pkgdesc='A software system for 3D computer graphics, image processing, and visualization which supports a wide variety of visualization algorithms and advanced modeling techniques.'
arch=('i686' 'x86_64')
url='http://www.vtk.org'
@@ -17,21 +17,19 @@ depends=('libpng' 'libtiff' 'freetype2' 'python2' 'java-runtime' 'tk' 'boost' 'f
optdepends=('gnuplot: plotting tools'
'graphviz: drawing tools')
makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa')
-source=("http://www.vtk.org/files/release/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz"
+source=("http://www.vtk.org/files/release/${pkgver:0:3}/vtk-${pkgver}.tar.gz"
"http://www.vtk.org/files/release/${pkgver:0:3}/vtkdata-${pkgver}.tar.gz"
- 'missingheader.diff')
-md5sums=('b80a76435207c5d0f74dfcab15b75181'
- '67263bd972f923d39a60f01104368779'
- 'f7c60ac3ccaf61c41ca508e53d895d3e')
+ 'fixkernelversioncheck.diff')
+md5sums=('37b7297d02d647cc6ca95b38174cb41f'
+ 'a05295b81930e894fc0e31866f399151'
+ '9e137af23701f76fc727222ebac23389')
build() {
cd VTK
- # remove next time version bump
- patch -Np1 -i ${srcdir}/missingheader.diff
-
- # remove next time version bump
- sed -i '31 i#include <vtksys/cstddef>' Common/vtkPythonUtil.cxx
+ # fix compilation error: http://vtk.org/Bug/view.php?id=12568
+ # remove next bunp
+ patch -Np1 -i ${srcdir}/fixkernelversioncheck.diff
# fix for libpng 1.4 - remove next time version bump
for _FILE in `grep -Rl "png_set_gray_1_2_4_to_8" *`
@@ -83,7 +81,8 @@ build() {
${srcdir}/VTK
# j1 is used because of a bug in building with multiple threads
- make -j1
+ #make -j1
+ make
}
package() {
@@ -92,16 +91,16 @@ package() {
make DESTDIR=${pkgdir} install
# Move the vtk.jar to the arch-specific location
- install -dv ${pkgdir}/usr/share/java/${pkgname}
- mv -v ${pkgdir}/usr/lib/${pkgname}-${pkgver:0:3}/java/${pkgname}.jar \
- ${pkgdir}/usr/share/java/${pkgname}
+ install -dv ${pkgdir}/usr/share/java/vtk
+ mv -v ${pkgdir}/usr/lib/vtk-${pkgver:0:3}/java/vtk.jar \
+ ${pkgdir}/usr/share/java/vtk
# Install license
- install -dv ${pkgdir}/usr/share/licenses/${pkgname}
+ install -dv ${pkgdir}/usr/share/licenses/vtk
install -m644 ${srcdir}/VTK/Copyright.txt \
- ${pkgdir}/usr/share/licenses/${pkgname}
+ ${pkgdir}/usr/share/licenses/vtk
# Put an entry in /etc/ld.so.conf.d
install -dv ${pkgdir}/etc/ld.so.conf.d
- echo "/usr/lib/${pkgname}-${pkgver:0:3}" > ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
+ echo "/usr/lib/vtk-${pkgver:0:3}" > ${pkgdir}/etc/ld.so.conf.d/vtk.conf
}
diff --git a/community/vtk/fixkernelversioncheck.diff b/community/vtk/fixkernelversioncheck.diff
new file mode 100644
index 000000000..165f07366
--- /dev/null
+++ b/community/vtk/fixkernelversioncheck.diff
@@ -0,0 +1,19 @@
+--- a/Utilities/vtkhdf5/ConfigureChecks.cmake
++++ b/Utilities/vtkhdf5/ConfigureChecks.cmake
+@@ -75,14 +75,14 @@ IF (HDF5_WANT_DCONV_EXCEPTION)
+ ENDIF (HDF5_WANT_DCONV_EXCEPTION)
+
+ SET (LINUX_LFS 0)
+-IF (CMAKE_SYSTEM MATCHES "Linux-([3-9]\\.[0-9]|2\\.[4-9])\\.")
++IF (CMAKE_SYSTEM MATCHES "Linux")
+ # Linux Specific flags
+ ADD_DEFINITIONS (-D_POSIX_SOURCE -D_BSD_SOURCE)
+ OPTION (HDF5_ENABLE_LARGE_FILE "Enable support for large (64-bit) files on Linux." ON)
+ IF (HDF5_ENABLE_LARGE_FILE)
+ SET (LARGEFILE 1)
+ ENDIF (HDF5_ENABLE_LARGE_FILE)
+-ENDIF (CMAKE_SYSTEM MATCHES "Linux-([3-9]\\.[0-9]|2\\.[4-9])\\.")
++ENDIF (CMAKE_SYSTEM MATCHES "Linux")
+ SET (HDF5_EXTRA_FLAGS)
+ IF (LINUX_LFS)
+ SET (HDF5_EXTRA_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE)