[arch-commits] Commit in fetchmail/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Tue Sep 20 04:50:35 UTC 2011


    Date: Tuesday, September 20, 2011 @ 00:50:34
  Author: eric
Revision: 138317

upgpkg: fetchmail 6.3.21-2

Change python2 depends to optdepends (close FS#25995)

Modified:
  fetchmail/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-19 22:41:31 UTC (rev 138316)
+++ PKGBUILD	2011-09-20 04:50:34 UTC (rev 138317)
@@ -3,13 +3,15 @@
 
 pkgname=fetchmail
 pkgver=6.3.21
-pkgrel=1
+pkgrel=2
 pkgdesc="A remote-mail retrieval utility"
 arch=('i686' 'x86_64')
 url="http://fetchmail.berlios.de/"
 license=('GPL')
-depends=('glibc' 'openssl' 'python2')
-optdepends=('tk: for using fetchmailconf')
+depends=('openssl')
+makedepends=('python2')
+optdepends=('tk: for using fetchmailconf'
+            'python2: for using fetchmailconf')
 backup=('etc/conf.d/fetchmail')
 options=('!makeflags')
 install=fetchmail.install
@@ -25,7 +27,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py
-  ./configure --prefix=/usr --with-ssl=/usr
+  PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr
   make
 }
 




More information about the arch-commits mailing list