summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-01 23:14:36 +0000
committerroot <root@rshg054.dnsready.net>2011-10-01 23:14:36 +0000
commit0f78806d775c4d46c649425fcb67964d53531db8 (patch)
tree7f0a7491cc53b811c9b5d8f10af67e263391fed6 /community
parent22b22c6e016b2a86a0d25e68eeb3fdec286f5352 (diff)
Sat Oct 1 23:14:36 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/calibre/PKGBUILD6
-rw-r--r--community/jwm/PKGBUILD17
-rw-r--r--community/medit/PKGBUILD8
-rw-r--r--community/nginx/PKGBUILD21
-rw-r--r--community/parrot/PKGBUILD10
-rw-r--r--community/rawtherapee/PKGBUILD4
-rw-r--r--community/tomoyo-tools/PKGBUILD19
-rw-r--r--community/tomoyo-tools/tomoyo-tools.install10
-rw-r--r--community/unbound/PKGBUILD20
-rw-r--r--community/wine/PKGBUILD5
10 files changed, 68 insertions, 52 deletions
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
index 0ef924973..3d1beb13f 100644
--- a/community/calibre/PKGBUILD
+++ b/community/calibre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 55873 2011-09-24 07:43:10Z giovanni $
+# $Id: PKGBUILD 56089 2011-09-30 23:22:23Z 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.20
+pkgver=0.8.21
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=('1b14bd08233302e3475d9dca0e0941e7'
+md5sums=('46317b1f4bd6f1cd5279a5f8a1d712ae'
'253ce4fe5d01f8ff76b63cd3825755ea')
build() {
diff --git a/community/jwm/PKGBUILD b/community/jwm/PKGBUILD
index f57809dbf..6fe9358d5 100644
--- a/community/jwm/PKGBUILD
+++ b/community/jwm/PKGBUILD
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 8961 2010-01-22 23:39:01Z dgriffiths $
+# $Id: PKGBUILD 56063 2011-09-30 07:00:29Z kkeen $
+# Maintainer: Kyle Keen <keenerd@gmail.com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=jwm
-pkgver=2.0.1
-pkgrel=5
+pkgver=2.1.0
+pkgrel=1
pkgdesc="A lightweight window manager for the X11 Window System"
arch=('i686' 'x86_64')
url="http://joewing.net/programs/jwm/"
@@ -11,12 +12,16 @@ license=('GPL2')
depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng')
backup=('etc/system.jwmrc')
source=(http://joewing.net/programs/jwm/releases/jwm-$pkgver.tar.bz2)
-md5sums=('48f323cd78ea891172b2a61790e8c0ec')
+md5sums=('e8fab21b2410eb82032b7c3472af642c')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi
- make || return 1
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" \
- SYSCONF="$pkgdir/etc" install || return 1
+ SYSCONF="$pkgdir/etc" install
}
diff --git a/community/medit/PKGBUILD b/community/medit/PKGBUILD
index c11facc74..0d66fb048 100644
--- a/community/medit/PKGBUILD
+++ b/community/medit/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 45179 2011-04-18 08:57:22Z spupykin $
+# $Id: PKGBUILD 56067 2011-09-30 09:08:26Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=medit
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="A GTK text editor"
arch=('i686' 'x86_64')
@@ -11,11 +11,11 @@ url="http://mooedit.sourceforge.net"
options=('!emptydirs')
license=('GPL')
depends=('pygtk' 'libxml2' 'pcre' 'libsm' 'python2' 'gtk2' 'gcc-libs')
-optdepends=('ctags')
+optdepends=('ctags' 'vte: terminal emulator')
makedepends=(pkgconfig perlxml intltool gcc-objc)
install=medit.install
source=(http://downloads.sourceforge.net/mooedit/medit-$pkgver.tar.bz2)
-md5sums=('8f863082ce984e347b95627e3726e936')
+md5sums=('dc3a24e7f23deaa21f59d221fd321131')
build() {
cd $srcdir/medit-$pkgver
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD
index 7507f3eb4..c03032002 100644
--- a/community/nginx/PKGBUILD
+++ b/community/nginx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 55082 2011-09-02 09:21:05Z spupykin $
+# $Id: PKGBUILD 56085 2011-09-30 23:18:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl>
@@ -11,8 +11,8 @@ _user=http
_group=http
pkgname=nginx
-pkgver=1.0.6
-pkgrel=3
+pkgver=1.0.7
+pkgrel=1
pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server"
arch=('i686' 'x86_64')
depends=('pcre' 'zlib' 'openssl')
@@ -34,7 +34,7 @@ backup=("etc/nginx/conf/fastcgi.conf"
changelog=changelog
source=(http://nginx.org/download/nginx-$pkgver.tar.gz
nginx)
-md5sums=('bc98bac3f0b85da1045bc02e6d8fc80d'
+md5sums=('2a63d20301b924fa44c7d02586ae7ade'
'0e8032d3ba26c3276e8c7c30588d375f')
build() {
@@ -56,6 +56,19 @@ build() {
--with-http_gzip_static_module \
--with-ipv6 \
--add-module=/usr/lib/passenger/ext/nginx
+ #--with-http_mp4_module \
+ #--with-http_realip_module \
+ #--with-http_addition_module \
+ #--with-http_xslt_module \
+ #--with-http_image_filter_module \
+ #--with-http_geoip_module \
+ #--with-http_sub_module \
+ #--with-http_flv_module \
+ #--with-http_gzip_static_module \
+ #--with-http_random_index_module \
+ #--with-http_secure_link_module \
+ #--with-http_degradation_module \
+ #--with-http_perl_module \
make
}
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD
index eb5f198b7..d608c5908 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 48652 2011-06-03 17:21:22Z stephane $
+# $Id: PKGBUILD 56087 2011-09-30 23:19:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributer: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=parrot
-pkgver=3.3.0
-#_rel=devel
-_rel=stable
+pkgver=3.8.0
+_rel=devel
+#_rel=stable
pkgrel=2
pkgdesc="standalone virtual machine that can be used to execute bytecode compiled dynamic languages"
arch=(i686 x86_64)
@@ -16,7 +16,7 @@ makedepends=('perl-json')
optdepends=('freeglut')
options=(!emptydirs !makeflags)
source=(ftp://ftp.parrot.org/pub/parrot/releases/${_rel}/$pkgver/parrot-$pkgver.tar.gz)
-md5sums=('335d50fbef245bfe6d0bb277e224c728')
+md5sums=('72bac15a47f01bacef5ad28e45fe08b9')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/rawtherapee/PKGBUILD b/community/rawtherapee/PKGBUILD
index e6b73c70e..0e05e0aca 100644
--- a/community/rawtherapee/PKGBUILD
+++ b/community/rawtherapee/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 54803 2011-08-26 10:44:32Z stativ $
+# $Id: PKGBUILD 56081 2011-09-30 14:47:59Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky AT gmail.com>
# Contributor: Bogdan Szczurek <thebodzio(at)gmail.com>
# Contributor: Vaclav Kramar <vaclav.kramar@tiscali.cz>
# Contributor: Archie <mymaud@gmail.com>
pkgname=rawtherapee
-pkgver=4.0.2
+pkgver=4.0.3
pkgrel=1
pkgdesc="RAW photo editor"
arch=('i686' 'x86_64')
diff --git a/community/tomoyo-tools/PKGBUILD b/community/tomoyo-tools/PKGBUILD
index 0eb11d0fd..d5a011512 100644
--- a/community/tomoyo-tools/PKGBUILD
+++ b/community/tomoyo-tools/PKGBUILD
@@ -1,29 +1,26 @@
-# $Id: PKGBUILD 53999 2011-08-11 17:49:23Z spupykin $
+# $Id: PKGBUILD 56076 2011-09-30 09:42:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jamie Nguyen <jamie AT tomoyolinux.co.uk>
pkgname=tomoyo-tools
-_basever=2.4.0
-_timestamp=20110806
+_basever=2.3.0
+_timestamp=20110929
pkgver=${_basever}.${_timestamp}
pkgrel=1
-pkgdesc='TOMOYO Linux 2.3.x userspace tools for Linux kernel 2.6.36 and later'
+pkgdesc='TOMOYO Linux 2.3.x userspace tools for Linux kernels 2.6.36 - 3.0'
arch=('i686' 'x86_64')
url='http://tomoyo.sourceforge.jp'
+#url='http://sourceforge.jp/projects/tomoyo/releases/?package_id=9818'
license=('GPL')
depends=('ncurses')
-makedepends=('help2man')
conflicts=('ccs-tools')
install=tomoyo-tools.install
-source=("tomoyo-tools-${_basever}-${_timestamp}.tar.gz::http://sourceforge.jp/frs/redir.php?m=iij&f=%2Ftomoyo%2F52848%2Ftomoyo-tools-${_basever}-${_timestamp}.tar.gz"
- build-fix.patch)
-md5sums=('111109a71684f48bcac58bba07b8f49e'
- '063c85ec6c56b90796ced9c203098f41')
+source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/48663/${pkgname}-${_basever}-${_timestamp}.tar.gz")
+md5sums=('4444feb74a84f2ae50a9a5d8065c3a8e')
build() {
cd "${srcdir}/${pkgname}"
- patch -p1 <$srcdir/build-fix.patch
- make
+ make -j1
}
package() {
diff --git a/community/tomoyo-tools/tomoyo-tools.install b/community/tomoyo-tools/tomoyo-tools.install
index 6fb5e16d2..695a53f19 100644
--- a/community/tomoyo-tools/tomoyo-tools.install
+++ b/community/tomoyo-tools/tomoyo-tools.install
@@ -1,9 +1,9 @@
post_install () {
- echo
- echo " * To enable TOMOYO Linux, append 'security=tomoyo' to the kernel"
- echo " boot options and initialize policy with this command:"
- echo " /usr/lib/tomoyo/init_policy"
- echo
+ echo
+ echo " * To enable TOMOYO Linux, append 'security=tomoyo' to the kernel"
+ echo " boot options and initialize policy with this command:"
+ echo " /usr/lib/tomoyo/init_policy"
+ echo
}
post_upgrade () {
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD
index a08f746ec..fc2610b7d 100644
--- a/community/unbound/PKGBUILD
+++ b/community/unbound/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service>
pkgname=unbound
-pkgver=1.4.12
+pkgver=1.4.13
pkgrel=1
pkgdesc='Validating, recursive, and caching DNS resolver'
arch=('i686' 'x86_64')
@@ -14,17 +14,17 @@ depends=('openssl' 'ldns')
makedepends=('expat')
optdepends=('expat: unbound-anchor')
backup=('etc/unbound/unbound.conf')
-source=("http://unbound.net/downloads/$pkgname-$pkgver.tar.gz"
+source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"
'unbound.conf'
'rc.d')
-sha1sums=('c46c05d1fa2402a59c10f51864fd4c62d10a472f'
+sha1sums=('834ccfd1cb41a44f53b33f8338a8f9cc68febaf7'
'5d473ec2943fd85367cdb653fcd58e186f07383f'
'a0c8c496d71d43ed9e09b170d3df836dfb096480')
install=install
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -37,10 +37,10 @@ build() {
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -D -m755 ../rc.d "$pkgdir/etc/rc.d/$pkgname"
- install -D -m644 ../unbound.conf "$pkgdir/etc/unbound/unbound.conf"
- install -D -m644 doc/example.conf.in "$pkgdir/etc/unbound/unbound.conf.example"
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}"
+ install -D -m644 ../unbound.conf "${pkgdir}/etc/unbound/unbound.conf"
+ install -D -m644 doc/example.conf.in "${pkgdir}/etc/unbound/unbound.conf.example"
}
diff --git a/community/wine/PKGBUILD b/community/wine/PKGBUILD
index 07256a53f..f868fcfa9 100644
--- a/community/wine/PKGBUILD
+++ b/community/wine/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 55863 2011-09-24 02:48:10Z svenstaro $
+# $Id: PKGBUILD 56091 2011-09-30 23:44:20Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: Eduardo Romero <eduardo@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=wine
pkgver=1.3.29
-pkgrel=1
+pkgrel=2
_pkgbasever=${pkgver/rc/-rc}
@@ -63,6 +63,7 @@ optdepends=(
libcups lib32-libcups
gnutls lib32-gnutls
v4l-utils lib32-v4l-utils
+ libpulse lib32-libpulse
oss
)