diff options
author | root <root@rshg054.dnsready.net> | 2011-11-25 23:14:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-25 23:14:55 +0000 |
commit | 6a642c093f29814cdd0fdefeee3ab9400eae490f (patch) | |
tree | f2edeb17bda6dbc9e784455f1b38f3fcc7e5b64a /community | |
parent | 5894dd675f4bd3ba296d262fae99b3b87a0f87fd (diff) |
Fri Nov 25 23:14:55 UTC 2011
Diffstat (limited to 'community')
-rw-r--r-- | community/fb-client/PKGBUILD | 7 | ||||
-rw-r--r-- | community/gputils/PKGBUILD | 18 | ||||
-rw-r--r-- | community/leafnode/PKGBUILD | 7 | ||||
-rw-r--r-- | community/leafnode/leafnode.install | 3 | ||||
-rw-r--r-- | community/mythtv/PKGBUILD | 10 | ||||
-rw-r--r-- | community/ncdu/PKGBUILD | 33 | ||||
-rw-r--r-- | community/open-vm-tools-modules/PKGBUILD | 10 | ||||
-rw-r--r-- | community/open-vm-tools/PKGBUILD | 10 | ||||
-rw-r--r-- | community/pigeonhole/PKGBUILD | 6 |
9 files changed, 57 insertions, 47 deletions
diff --git a/community/fb-client/PKGBUILD b/community/fb-client/PKGBUILD index 3b52e6968..03e1ffb67 100644 --- a/community/fb-client/PKGBUILD +++ b/community/fb-client/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Florian "Bluewind" Pritz <flo@xssn.at> pkgname=fb-client -pkgver=0.9 +pkgver=0.9.1 pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64') @@ -8,8 +8,9 @@ url="http://paste.xinu.at" license=('GPL3') depends=('curl') optdepends=('xclip: for automatically copying the URL into the clipboard') -source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz) -md5sums=('51d65d794e9bad66e06e252f90ce92fb') +source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig}) +md5sums=('dcb979b6d31ea56fde107251b92aaaca' + '08b1ac48b3da676621655d80c4c6a66d') build() { cd "$srcdir/fb-$pkgver" diff --git a/community/gputils/PKGBUILD b/community/gputils/PKGBUILD index f9a0af123..f77c7dcbb 100644 --- a/community/gputils/PKGBUILD +++ b/community/gputils/PKGBUILD @@ -1,25 +1,27 @@ +# $Id: PKGBUILD 59445 2011-11-24 21:56:56Z ebelanger $ # Contributor: Johannes Martin <honzor@gmx.net> # Contributor: JJDaNiMoTh <jjdanimoth.aur@gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=gputils -pkgver=0.13.7 -pkgrel=2 +pkgver=0.14.0 +pkgrel=1 pkgdesc="PIC Programming Utilities" arch=('i686' 'x86_64') url="http://gputils.sourceforge.net/" license=('GPL') +depends=('glibc') source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('242e33919e9c318d6ac58b6db291d20e') +md5sums=('04780834e30fc50f0bd92cc4c91cf11b') build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr || return 1 - make || return 1 + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install || return 1 + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } diff --git a/community/leafnode/PKGBUILD b/community/leafnode/PKGBUILD index a09bf47e4..35c4efb62 100644 --- a/community/leafnode/PKGBUILD +++ b/community/leafnode/PKGBUILD @@ -1,10 +1,9 @@ -# $Id: PKGBUILD 58812 2011-11-18 15:35:58Z spupykin $ +# $Id: PKGBUILD 59410 2011-11-24 15:33:29Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# You need an news user and group to build this package pkgname=leafnode pkgver=1.11.8 -pkgrel=2 +pkgrel=4 pkgdesc="implements a store & forward NNTP proxy (client and server) with IPv4 and IPv6" arch=('i686' 'x86_64') url="http://leafnode.sourceforge.net/" @@ -23,6 +22,8 @@ build() { ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc/leafnode \ --with-user=9 \ --with-group=13 + sed -i 's|#define NEWS_USER .*|#define NEWS_USER "news"|' config.h + sed -i 's|#define NEWS_GROUP .*|#define NEWS_GROUP "news"|' config.h make make DESTDIR=$pkgdir install chown -R root.root $pkgdir diff --git a/community/leafnode/leafnode.install b/community/leafnode/leafnode.install index f1a046e1c..5f8a74c04 100644 --- a/community/leafnode/leafnode.install +++ b/community/leafnode/leafnode.install @@ -10,6 +10,5 @@ post_install() { } post_remove() { - echo "-- Deleting spool directory" - rm -rf var/spool/news + echo "-- Don't forget to remove /var/spool/news directory" } diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD index 711e82dc2..f7f4fa734 100644 --- a/community/mythtv/PKGBUILD +++ b/community/mythtv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 58529 2011-11-13 16:01:47Z andrea $ +# $Id: PKGBUILD 59400 2011-11-24 09:36:19Z jconder $ # Maintainer: Jonathan Conder <jonno.conder@gmail.com> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Juergen Hoetzel <juergen@archlinux.org> @@ -7,16 +7,16 @@ pkgname=mythtv pkgver=0.24.1 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') url="http://www.mythtv.org/" license=('GPL') depends=('lame' 'libavc1394' 'libiec61883' 'libpulse' 'libvdpau' 'libxinerama' - 'libxvmc' 'lirc-utils' 'mesa' 'mysql-clients' 'mysql-python' - 'perl-dbd-mysql' 'perl-libwww' 'perl-net-upnp' 'python-lxml' 'qt' - 'wget') + 'libxvmc' 'libxxf86vm' 'lirc-utils' 'mesa' 'mysql-clients' + 'mysql-python' 'perl-dbd-mysql' 'perl-libwww' 'perl-net-upnp' + 'python-lxml' 'qt' 'wget') makedepends=('yasm') optdepends=('xmltv: to download tv listings') backup=('etc/conf.d/mythbackend') diff --git a/community/ncdu/PKGBUILD b/community/ncdu/PKGBUILD index a9f83e671..2a61a768d 100644 --- a/community/ncdu/PKGBUILD +++ b/community/ncdu/PKGBUILD @@ -1,21 +1,28 @@ +# $Id: PKGBUILD 59391 2011-11-24 07:32:15Z bisson $ + # Contributor: lp76 <l.peduto@gmail.com> -# Maintainer: Daenyth <Daenyth+Arch AT gmail DOT com> +# Contributor: Daenyth <Daenyth+Arch AT gmail DOT com> +# Maintainer: Gaetan Bisson <bisson@archlinux.org> + pkgname=ncdu -pkgver=1.7 +pkgver=1.8 pkgrel=1 -pkgdesc="An NCurses version of the famous old 'du' unix command" -arch=('i686' 'x86_64') -url="http://dev.yorhel.nl/ncdu/" -license=('MIT') +pkgdesc='Disk usage analyzer with an ncurses interface' +url='http://dev.yorhel.nl/ncdu/' +license=('custom:MIT') depends=('ncurses') -source=(http://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz) -md5sums=('172047c29d232724cc62e773e82e592a') +arch=('i686' 'x86_64') +source=("http://dev.yorhel.nl/download/${pkgname}-${pkgver}.tar.gz") +sha1sums=('3d98e78cf7035e32333d263d301d12e9b4352598') build() { - cd $srcdir/$pkgname-$pkgver + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR=$pkgdir install || return 1 - install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } diff --git a/community/open-vm-tools-modules/PKGBUILD b/community/open-vm-tools-modules/PKGBUILD index 83956d522..d331d3e3b 100644 --- a/community/open-vm-tools-modules/PKGBUILD +++ b/community/open-vm-tools-modules/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 58558 2011-11-14 12:47:57Z spupykin $ +# $Id: PKGBUILD 59404 2011-11-24 12:19:55Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Krzysztof Raczkowski <raczkow@gmail.com> pkgname=open-vm-tools-modules -pkgver=2011.10.26 -_pkgsubver=514583 -pkgrel=3 +pkgver=2011.11.20 +_pkgsubver=535097 +pkgrel=1 pkgdesc="kernel modules for the open source implementation of VMware Tools" arch=('i686' 'x86_64') url="http://open-vm-tools.sourceforge.net/" @@ -16,7 +16,7 @@ install=$pkgname.install options=('!strip') source=("http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz" "modprobe.conf") -md5sums=('06f299375a91fbcba9d16b5007490023' +md5sums=('428d803f6fe3424af88768fc2f88f9ae' 'ac9b8e3cb798f5056ca92767ec705117') build() { diff --git a/community/open-vm-tools/PKGBUILD b/community/open-vm-tools/PKGBUILD index c719fdc44..878de93dd 100644 --- a/community/open-vm-tools/PKGBUILD +++ b/community/open-vm-tools/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 58319 2011-11-11 11:55:59Z spupykin $ +# $Id: PKGBUILD 59402 2011-11-24 12:19:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Krzysztof Raczkowski <raczkow@gmail.com> pkgname=open-vm-tools -pkgver=2011.10.26 -_pkgsubver=514583 -pkgrel=2 +pkgver=2011.11.20 +_pkgsubver=535097 +pkgrel=1 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source implementation of VMware Tools." arch=('i686' 'x86_64') url="http://open-vm-tools.sourceforge.net/" @@ -24,7 +24,7 @@ source=(http://switch.dl.sourceforge.net/$pkgname/$pkgname-$pkgver-${_pkgsubver} tools.conf vmware-guestd xautostart.conf) -md5sums=('06f299375a91fbcba9d16b5007490023' +md5sums=('428d803f6fe3424af88768fc2f88f9ae' '06f7448e274db2a911f582e276088fc9' '199508b0d3fe6fa9b726d09170bf51f1' '8c333a979578bdc0c3134c1dd6bb7353' diff --git a/community/pigeonhole/PKGBUILD b/community/pigeonhole/PKGBUILD index 9ea99b21a..5ee2550fd 100644 --- a/community/pigeonhole/PKGBUILD +++ b/community/pigeonhole/PKGBUILD @@ -8,8 +8,8 @@ _dcpkgver=2.0.16 # Make sure to bump pkgrel if changing this. pkgname=pigeonhole -pkgver=0.2.4 -pkgrel=3 +pkgver=0.2.5 +pkgrel=1 pkgdesc="Fully rewritten Sieve implementation for Dovecot v2.0" arch=('i686' 'x86_64') url="http://pigeonhole.dovecot.org/" @@ -20,7 +20,7 @@ conflicts=('dovecot-sieve' 'pigeonhole-hg') source=("http://www.rename-it.nl/dovecot/2.0/dovecot-2.0-$pkgname-$pkgver.tar.gz" "dovecot.conf") options=('!libtool') -md5sums=('11d396b901db774799d07db6e4dd805b' +md5sums=('f50151dd20eb5acbac2b546e586f2d43' '564b771c339f69a477c06babf53e11c2') build() { |