diff options
Diffstat (limited to 'extra/xfce4-mailwatch-plugin/PKGBUILD')
-rw-r--r-- | extra/xfce4-mailwatch-plugin/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/extra/xfce4-mailwatch-plugin/PKGBUILD b/extra/xfce4-mailwatch-plugin/PKGBUILD index 71b7041c9..aba363f1d 100644 --- a/extra/xfce4-mailwatch-plugin/PKGBUILD +++ b/extra/xfce4-mailwatch-plugin/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 135816 2011-08-18 15:04:58Z andyrtr $ +# $Id: PKGBUILD 157861 2012-04-30 04:20:30Z foutrelis $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Suzy Williams <suzanne.williams3@verizon.net> pkgname=xfce4-mailwatch-plugin pkgver=1.1.0 -pkgrel=4.1 +pkgrel=5 pkgdesc="A mailbox watch/check plugin for the Xfce4 panel" arch=(i686 x86_64 'mips64el') license=('GPL2') @@ -15,12 +15,15 @@ makedepends=('intltool' 'xfce4-dev-tools') options=('!libtool') install=${pkgname}.install source=(http://spuriousinterrupt.org/files/mailwatch/${pkgname}-${pkgver}.tar.bz2 - xfce4-mailwatch-plugin-1.1.0-underlink.patch) + xfce4-mailwatch-plugin-1.1.0-underlink.patch + only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch) md5sums=('f84dce86be1d7f25f169f262aaacee4e' - '47fe8588e3bb642e1b507a854927e6db') + '47fe8588e3bb642e1b507a854927e6db' + 'd91ca2b9534e9e2d8dcbd94306b91ade') build() { cd ${srcdir}/${pkgname}-${pkgver} + patch -Np0 -i ${srcdir}/only-call-gnutls-transport_set_lowat-with-gnutls-2.12.patch # fix for panel4.8 from Fedora patch -Np1 -i ${srcdir}/xfce4-mailwatch-plugin-1.1.0-underlink.patch xdt-autogen |