From 51867161079ab52d5152105142a3bc965c63ca03 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 Nov 2012 02:31:56 -0800 Subject: Fri Nov 30 02:29:05 PST 2012 --- extra/avahi/PKGBUILD | 13 +++++++------ extra/dovecot/PKGBUILD | 11 +++++++---- extra/gdb/PKGBUILD | 8 ++++---- extra/live-media/PKGBUILD | 6 +++--- extra/nmap/PKGBUILD | 19 ++++++------------- extra/pigeonhole/PKGBUILD | 43 +++++++++++++++++++++++++++++++++++++++++++ extra/pigeonhole/dovecot.conf | 1 + 7 files changed, 71 insertions(+), 30 deletions(-) create mode 100644 extra/pigeonhole/PKGBUILD create mode 100644 extra/pigeonhole/dovecot.conf (limited to 'extra') diff --git a/extra/avahi/PKGBUILD b/extra/avahi/PKGBUILD index 4b20f73a1..4e500bf48 100644 --- a/extra/avahi/PKGBUILD +++ b/extra/avahi/PKGBUILD @@ -1,26 +1,27 @@ -# $Id: PKGBUILD 166539 2012-09-10 04:37:24Z bisson $ +# $Id: PKGBUILD 172143 2012-11-30 03:01:06Z bisson $ # Contributor: Douglas Soares de Andrade # Maintainer: Gaetan Bisson pkgname=avahi pkgver=0.6.31 -pkgrel=4 +pkgrel=5 pkgdesc='Multicast/unicast DNS-SD framework' url='http://www.avahi.org/' license=('LGPL') arch=('i686' 'x86_64') options=('!libtool' '!emptydirs') -depends=('expat' 'libdaemon' 'glib2' 'dbus' 'libcap' 'gdbm') -optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc' +depends=('expat' 'libdaemon' 'glib2' 'libcap' 'gdbm') +optdepends=('dbus: communicating with client applications' + 'gtk3: avahi-discover-standalone, bshell, bssh, bvnc' 'gtk2: gtk2 bindings' 'qt3: qt3 bindings' 'qt: qt bindings' 'pygtk: avahi-bookmarks, avahi-discover' 'twisted: avahi-bookmarks' 'mono: mono bindings' - 'dbus-python: avahi-discover' + 'python2-dbus: avahi-discover' 'nss-mdns: NSS support for mDNS') -makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'dbus-python' +makedepends=('qt' 'qt3' 'pygtk' 'mono' 'intltool' 'python2-dbus' 'gtk-sharp-2' 'gobject-introspection' 'gtk3' 'xmltoman') backup=('etc/avahi/hosts' 'etc/avahi/avahi-daemon.conf' diff --git a/extra/dovecot/PKGBUILD b/extra/dovecot/PKGBUILD index 96f7ac061..2628e71a0 100644 --- a/extra/dovecot/PKGBUILD +++ b/extra/dovecot/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 170236 2012-11-05 18:50:40Z andyrtr $ +# $Id: PKGBUILD 172133 2012-11-29 19:39:59Z andyrtr $ # Maintainer: Andreas Radke # Contributor: Paul Mattal # Contributor: Federico Quagliata (quaqo) # Contributor: GARETTE Emmanuel pkgname=dovecot -pkgver=2.1.10 +pkgver=2.1.11 pkgrel=2 pkgdesc="An IMAP and POP3 server written with security primarily in mind" arch=('i686' 'x86_64') @@ -22,8 +22,8 @@ install=$pkgname.install source=(http://dovecot.org/releases/2.1/${pkgname}-${pkgver}.tar.gz{,.sig} dovecot.sh dovecot.tmpfilesd) -md5sums=('a5a4b3c444cf37e2c6bb6df3af87e18e' - '9327f77a0090e7d389cf9f3b35ae7c04' +md5sums=('28443208243171423437daaf89db7e18' + 'b3dd87d3dac492c172c0f399a82e88df' '587159e84e2da6f83d70b3c706ba87cc' '342a28251d40f983c98c0d1f1bf3d07d') @@ -79,4 +79,7 @@ package() { # systemd tmpfile install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d install -m 644 ${srcdir}/dovecot.tmpfilesd ${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf + + # fix some missing quotes that make pigeonhole fail to build + sed -i "s:LIBDOVECOT_LOGIN=-ldovecot-login -lssl -lcrypto:LIBDOVECOT_LOGIN=\'-ldovecot-login -lssl -lcrypto \':" ${pkgdir}/usr/lib/dovecot/dovecot-config } diff --git a/extra/gdb/PKGBUILD b/extra/gdb/PKGBUILD index 034a01a0e..6e0648ba4 100644 --- a/extra/gdb/PKGBUILD +++ b/extra/gdb/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 165406 2012-08-18 05:25:03Z allan $ +# $Id: PKGBUILD 172148 2012-11-30 04:20:34Z allan $ # Maintainer: Allan McRae # Contributor: Jan de Groot pkgname=gdb -pkgver=7.5 +pkgver=7.5.1 pkgrel=1 pkgdesc="The GNU Debugger" arch=('i686' 'x86_64') @@ -15,8 +15,8 @@ backup=('etc/gdb/gdbinit') options=('!libtool') install=gdb.install source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig}) -md5sums=('24a6779a9fe0260667710de1b082ef61' - 'c1d42158075135b539ecba166987bc15') +md5sums=('3f48f468b24447cf24820054ff6e85b1' + '31ab569c78a01d3f946c6fe0336175fe') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/extra/live-media/PKGBUILD b/extra/live-media/PKGBUILD index c8214de25..5dbbb01c4 100644 --- a/extra/live-media/PKGBUILD +++ b/extra/live-media/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 171909 2012-11-23 09:55:00Z giovanni $ +# $Id: PKGBUILD 172118 2012-11-29 17:09:42Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Gilles CHAUVIN pkgname=live-media -pkgver=2012.11.22 +pkgver=2012.11.29 pkgrel=1 pkgdesc="A set of C++ libraries for multimedia streaming" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('LGPL') url="http://live555.com/liveMedia" depends=('gcc-libs') source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz") -md5sums=('ab793b94629c3d52193fa7b9c09902b3') +md5sums=('42000c39b2a9beadef1f1a641897f61f') build() { cd ${srcdir}/live diff --git a/extra/nmap/PKGBUILD b/extra/nmap/PKGBUILD index 1609326b3..e8a07b55a 100644 --- a/extra/nmap/PKGBUILD +++ b/extra/nmap/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 165381 2012-08-17 08:46:12Z bisson $ +# $Id: PKGBUILD 172141 2012-11-30 02:54:16Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Angel Velasquez # Contributor: Hugo Doria pkgname=nmap -pkgver=6.01 -pkgrel=2 +pkgver=6.25 +pkgrel=1 pkgdesc='Utility for network discovery and security auditing' url='http://nmap.org/' arch=('i686' 'x86_64') @@ -13,20 +13,12 @@ license=('GPL') makedepends=('pygtk') optdepends=('pygtk: zenmap') depends=('pcre' 'openssl' 'libpcap' 'lua') -source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2" - 'kdesu.patch') -sha1sums=('e397e453893930d14e9bb33a847d15b94b7ee83a' - '159bc1243564d3a9dee820291bf07168870cbaf6') +source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2") +sha1sums=('769943a1a5c10f67bf9738e26da42b3312db752f') build() { cd "${srcdir}/${pkgname}-${pkgver}" - # Show icon only if runnable; see FS#12045 - echo 'TryExec=/usr/bin/pygtk-demo' >> zenmap/install_scripts/unix/zenmap.desktop - echo 'TryExec=/usr/bin/pygtk-demo' >> zenmap/install_scripts/unix/zenmap-root.desktop - - patch -p1 -i ../kdesu.patch # FS#31158 - ./configure \ --prefix=/usr \ --libexecdir=/usr/lib \ @@ -37,6 +29,7 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install rm "${pkgdir}"/usr/bin/uninstall_zenmap diff --git a/extra/pigeonhole/PKGBUILD b/extra/pigeonhole/PKGBUILD new file mode 100644 index 000000000..45de7f3cc --- /dev/null +++ b/extra/pigeonhole/PKGBUILD @@ -0,0 +1,43 @@ +# $Id: PKGBUILD 172134 2012-11-29 19:40:00Z andyrtr $ +# Maintainer: Andreas Radke + +# Contributorr: Peter Lewis +# Contributor: Sebastian Köhler + +# This must be built against the version of dovecot being used, +# else mail delivery will fail. +# Specify the version of dovecot to be used here: +_dcpkgver=2.1.11 +# Make sure to bump pkgrel if changing this. + +pkgname=pigeonhole +pkgver=0.3.3 +pkgrel=2 +pkgdesc="Fully rewritten Sieve implementation for Dovecot v2.1" +arch=('i686' 'x86_64') +url="http://pigeonhole.dovecot.org/" +license=('LGPL') +depends=('dovecot='$_dcpkgver) +conflicts=('dovecot-sieve' 'pigeonhole-hg') +source=("http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-$pkgname-$pkgver.tar.gz"{,.sig} + "dovecot.conf") +options=('!libtool') +sha256sums=('1d581f6292c6e760b26a06193a0af266ba3b6f3a0431e6617fcf6e1c84f7dd0e' + '8604f9c52cff28506873cf4d0026c57ef73def5f05877126ea561774f1b8ffec' + 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858') + +build() { + cd "$srcdir/dovecot-2.1-$pkgname-$pkgver" + + ./configure --prefix=/usr \ + --with-dovecot=/usr/lib/dovecot \ + --disable-static + make +} + +package() { + cd "$srcdir/dovecot-2.1-$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install + install -m 644 -D "$srcdir/dovecot.conf" "$pkgdir/etc/ld.so.conf.d/dovecot.conf" +} diff --git a/extra/pigeonhole/dovecot.conf b/extra/pigeonhole/dovecot.conf new file mode 100644 index 000000000..061a50c90 --- /dev/null +++ b/extra/pigeonhole/dovecot.conf @@ -0,0 +1 @@ +/usr/lib/dovecot -- cgit v1.2.3-54-g00ecf