diff options
author | root <root@rshg047.dnsready.net> | 2011-04-10 04:43:11 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-10 04:43:11 +0000 |
commit | 8f6922302486fa1cc1112ff8b3daddb48c3260f2 (patch) | |
tree | cdd13036f76c8a9b8efcc83bbaea166cc929a527 /community | |
parent | f87ab435eb966ec44eb006c48699e6ee90613286 (diff) |
Sun Apr 10 04:43:11 UTC 2011
Diffstat (limited to 'community')
-rw-r--r-- | community/calibre/PKGBUILD | 6 | ||||
-rw-r--r-- | community/choqok/PKGBUILD | 13 | ||||
-rw-r--r-- | community/clanlib/PKGBUILD | 6 | ||||
-rw-r--r-- | community/courier-imap/PKGBUILD | 8 | ||||
-rw-r--r-- | community/courier-imap/courier-imap.rc.d | 2 | ||||
-rw-r--r-- | community/courier-maildrop/PKGBUILD | 4 | ||||
-rw-r--r-- | community/courier-mta/PKGBUILD | 6 | ||||
-rw-r--r-- | community/murmur/PKGBUILD | 6 | ||||
-rw-r--r-- | community/murmur/murmur.install | 1 | ||||
-rw-r--r-- | community/murmur/murmur.rc.d | 1 | ||||
-rw-r--r-- | community/qtfm/PKGBUILD | 6 | ||||
-rw-r--r-- | community/rekonq/PKGBUILD | 15 | ||||
-rw-r--r-- | community/udunits/PKGBUILD | 13 |
13 files changed, 47 insertions, 40 deletions
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD index 1c212359e..97392ffb7 100644 --- a/community/calibre/PKGBUILD +++ b/community/calibre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 44077 2011-04-01 22:22:26Z giovanni $ +# $Id: PKGBUILD 44597 2011-04-09 12:11:31Z 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.7.53 +pkgver=0.7.54 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://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.gz desktop_integration.patch) -md5sums=('1b0ce46a0d7088bbc32383f1be212c16' +md5sums=('6d6f7b13cb94b66ae413737eb6b7e6a5' 'bcc538a3b004429bf8f5a0ac1d89a37f') build() { diff --git a/community/choqok/PKGBUILD b/community/choqok/PKGBUILD index 272064aeb..fda3f16a5 100644 --- a/community/choqok/PKGBUILD +++ b/community/choqok/PKGBUILD @@ -1,21 +1,22 @@ -# $Id: PKGBUILD 38484 2011-01-27 17:01:24Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# $Id: PKGBUILD 44627 2011-04-09 15:52:17Z andrea $ +# Maintainer: Peter Lewis <plewis@aur.archlinux.org> +# Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Emanuele Rossi <newdna1510@yahoo.it> # Contributor: Bram Schoenmakers <me@bramschoenmakers.nl> pkgname=choqok -pkgver=1.0 +pkgver=1.1 pkgrel=1 pkgdesc="A Twitter/identi.ca/laconica client for KDE" url="http://choqok.gnufolks.org/" license=('GPL') arch=('i686' 'x86_64') depends=('kdebase-runtime' 'qjson' 'qoauth' 'qca-ossl') -makedepends=('cmake' 'automoc4' 'docbook-xsl') +makedepends=('cmake' 'automoc4') optdepends=('kdebase-konqueror: proxy support') install="${pkgname}.install" -source=("http://choqok.gnufolks.org/pkgs/${pkgname}-${pkgver}.tar.bz2") -md5sums=('536e05d26dd5cea43c6d8dc17c283104') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") +md5sums=('5006404ce250d4a75d4bb762c747962d') build() { cd ${srcdir} diff --git a/community/clanlib/PKGBUILD b/community/clanlib/PKGBUILD index 98715fa81..4e6e36b1f 100644 --- a/community/clanlib/PKGBUILD +++ b/community/clanlib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 42869 2011-03-22 00:50:22Z svenstaro $ +# $Id: PKGBUILD 44605 2011-04-09 12:36:14Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=clanlib -pkgver=2.2.7 +pkgver=2.2.8 pkgrel=1 pkgdesc="A multi-platform game development library." arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 'libxmu' makedepends=('doxygen' 'graphviz') options=('!libtool') source=(http://clanlib.org/download/releases-2.0/ClanLib-${pkgver}.tgz) -md5sums=('a6207ce394e60151c61aa5ad99de336d') +md5sums=('b4184ea1535bbda52c2eea7523f332e4') build() { cd ${srcdir}/ClanLib-${pkgver} diff --git a/community/courier-imap/PKGBUILD b/community/courier-imap/PKGBUILD index 1ebc4d91d..544edc1c2 100644 --- a/community/courier-imap/PKGBUILD +++ b/community/courier-imap/PKGBUILD @@ -4,8 +4,8 @@ # Committer: Manolis Tzanidakis <manolis@archlinux.org> pkgname=courier-imap -pkgver=4.8.1 -pkgrel=2 +pkgver=4.9.0 +pkgrel=1 pkgdesc="IMAP(s)/POP3(s) Server" arch=('i686' 'x86_64') license=('GPL2') @@ -21,9 +21,9 @@ options=('!libtool') source=(http://downloads.sourceforge.net/project/courier/imap/${pkgver}/${pkgname}-${pkgver}.tar.bz2 courier-imap.conf.d courier-imap.rc.d) -md5sums=('67dbd0e698f03d1a50db906318af8db9' +md5sums=('5623b98b7fb5cf5595eeb0c18c0c2807' '3e08f017f6c5a52dea28f6f0dbd50b86' - '16153138a5a784abe45e97131f9f809d') + '3e4910c5a34af68dfdeed932e573a9f9') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/community/courier-imap/courier-imap.rc.d b/community/courier-imap/courier-imap.rc.d index 03b9e0183..1389221f8 100644 --- a/community/courier-imap/courier-imap.rc.d +++ b/community/courier-imap/courier-imap.rc.d @@ -1,3 +1,5 @@ +#!/bin/bash + CI_DAEMONS= [ -f /etc/conf.d/courier-imap ] && . /etc/conf.d/courier-imap [ -z $AUTO_AUTHDAEMON_LAG ] && AUTO_AUTHDAEMON_LAG=2 diff --git a/community/courier-maildrop/PKGBUILD b/community/courier-maildrop/PKGBUILD index c6dd433bb..8ef4db6f5 100644 --- a/community/courier-maildrop/PKGBUILD +++ b/community/courier-maildrop/PKGBUILD @@ -5,7 +5,7 @@ pkgname=courier-maildrop _srcname=maildrop -pkgver=2.5.2 +pkgver=2.5.3 pkgrel=1 pkgdesc="mail delivery agent - procmail like but nicer syntax" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ depends=('courier-authlib>=0.63.0' 'fam' 'pcre' 'gdbm') conflicts=('courier-mta') options=(!libtool) source=(http://downloads.sourceforge.net/project/courier/${_srcname}/${pkgver}/${_srcname}-${pkgver}.tar.bz2) -md5sums=('3edb56534ae442a494255db6c8aaab99') +md5sums=('5ba52236cec2947e75fafcd6146fd8cd') build() { cd ${srcdir}/${_srcname}-${pkgver} diff --git a/community/courier-mta/PKGBUILD b/community/courier-mta/PKGBUILD index 4d57566d9..3127ce984 100644 --- a/community/courier-mta/PKGBUILD +++ b/community/courier-mta/PKGBUILD @@ -8,8 +8,8 @@ pkgname=courier-mta -pkgver=0.65.3 -pkgrel=2 +pkgver=0.66.0 +pkgrel=1 pkgdesc="IMAP(s)/POP3(s) and SMTP Server with ML-manager, webmail and webconfig" arch=(i686 x86_64) license=('GPL2') @@ -32,7 +32,7 @@ install=courier-mta.install source=(http://downloads.sourceforge.net/project/courier/courier/${pkgver}/courier-${pkgver}.tar.bz2 courier-mta.rc.d courier-mta.conf.d) -md5sums=('581f73ffad17e0a106177ff1209b042d' +md5sums=('5d5ed1ae407ee4ffcf1302e5cbac661f' 'e140f320968e57cfe459cd7a3b4017e0' 'f3ff70b40c7a1f7a017e8c4cc4d92f4f') diff --git a/community/murmur/PKGBUILD b/community/murmur/PKGBUILD index ddc286ee0..6b5d3069d 100644 --- a/community/murmur/PKGBUILD +++ b/community/murmur/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 44559 2011-04-08 22:50:52Z svenstaro $ +# $Id: PKGBUILD 44592 2011-04-09 11:22:35Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Otto Allmendinger <otto.allmendinger@googlemail.com> # Contributor: Malte Rabenseifner <malte@zearan.de> pkgname=murmur pkgver=1.2.3 -pkgrel=2 +pkgrel=3 pkgdesc="The voice chat application server for Mumble" arch=('i686' 'x86_64') url="http://mumble.sourceforge.net" @@ -23,7 +23,7 @@ source=("http://downloads.sourceforge.net/mumble/mumble-$pkgver.tar.gz" "murmur.dbus.conf" "murmur.logrotate.d") md5sums=('55804e3dfe98b16eeb40abca6c254625' - 'eec4ac14524be18738f7caf8140a3611' + 'a4f6fc515f258eb4db437a226e16de5d' '11c1cc875e8021739ec2087252cf0533' 'eddea4cdbd0bde4b960a67e16b5d5478' 'c56726cb267ead68f37f35c28e36e6fa') diff --git a/community/murmur/murmur.install b/community/murmur/murmur.install index 9e1446d2e..1f49aa53b 100644 --- a/community/murmur/murmur.install +++ b/community/murmur/murmur.install @@ -9,7 +9,6 @@ post_install() { /usr/sbin/useradd -d /var/lib/murmur -g murmur -s /bin/false murmur chown -R murmur:murmur /var/lib/murmur - chown -R murmur:murmur /var/run/murmur chown -R murmur:murmur /var/log/murmur echo diff --git a/community/murmur/murmur.rc.d b/community/murmur/murmur.rc.d index c4307f406..e26a2a3db 100644 --- a/community/murmur/murmur.rc.d +++ b/community/murmur/murmur.rc.d @@ -13,6 +13,7 @@ case "$1" in stat_busy "Starting murmur" [ -d /var/run/murmur ] || mkdir -p /var/run/murmur + chown murmur:murmur /var/run/murmur [ -z "$PID" ] && /usr/sbin/murmurd $PARAMS if [ $? -gt 0 ]; then diff --git a/community/qtfm/PKGBUILD b/community/qtfm/PKGBUILD index 20314f945..99dae87f7 100644 --- a/community/qtfm/PKGBUILD +++ b/community/qtfm/PKGBUILD @@ -2,15 +2,15 @@ # Contributor: Wittfella <wittfella@wittfella.com> pkgname=qtfm -pkgver=4.8 -pkgrel=2 +pkgver=4.9 +pkgrel=1 pkgdesc="A lightweight file manager" arch=('i686' 'x86_64') url="http://www.qtfm.org" license=('GPL') depends=('qt') source=(http://www.qtfm.org/$pkgname-$pkgver.tar.gz) -md5sums=('af419b8681f8031620259e0ac2957e46') +md5sums=('09e4e09f4d18c9967e65249f8b509522') build() { cd "$startdir/src/$pkgname-$pkgver" diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD index 7d308f872..388001cf4 100644 --- a/community/rekonq/PKGBUILD +++ b/community/rekonq/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 34315 2010-12-06 10:11:27Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> +# $Id: PKGBUILD 44632 2011-04-09 15:53:51Z andrea $ +# Maintainer: Peter Lewis <plewis@aur.archlinux.org> +# Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net> pkgname=rekonq -pkgver=0.6.1 -pkgrel=3 +pkgver=0.7.0 +pkgrel=1 pkgdesc='A WebKit based web browser for KDE' arch=('i686' 'x86_64') -url='http://rekonq.sourceforge.net/' +url='http://rekonq.kde.org/' license=('GPL') depends=('kdebase-keditbookmarks') -makedepends=('cmake' 'automoc4' 'docbook-xsl') +makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('3c67de04fe21bb3cd52509e45c821da5') +md5sums=('73de712f71ea4caf2e66a92c77505da8') build(){ cd ${srcdir} diff --git a/community/udunits/PKGBUILD b/community/udunits/PKGBUILD index b4bdcbfe4..6e9bc02e5 100644 --- a/community/udunits/PKGBUILD +++ b/community/udunits/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 37949 2011-01-19 05:42:10Z kchen $ +# $Id: PKGBUILD 44587 2011-04-09 04:53:44Z kchen $ # Maintainer: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Anton Bazhenov <anton.bazhenov at gmail> pkgname=udunits -pkgver=2.1.20 +pkgver=2.1.22 pkgrel=1 pkgdesc='A tool for calculations of physical quantities' arch=('i686' 'x86_64') @@ -14,14 +14,17 @@ depends=('glibc') provides=('udunits2') install=udunits.install source=("ftp://ftp.unidata.ucar.edu/pub/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('e3282ad8c055dece9d48723d58d4d4c5') +md5sums=('9a1972a1389a9a613beacd9b05aef6ed') build() { + # stupid workaround for broken make install + install -dm755 $pkgdir/usr/share/doc/$pkgname + cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make; make DESTDIR=$pkgdir install - for x in a so so.0 so.0.0.0; do + for x in so so.0 so.0.1.0; do ln -s libudunits2.$x \ $pkgdir/usr/lib/libudunits.$x done |