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

Evangelos Foutras foutrelis at archlinux.org
Thu Mar 26 07:54:11 UTC 2015


    Date: Thursday, March 26, 2015 @ 08:54:11
  Author: foutrelis
Revision: 234954

upgpkg: exo 0.10.4-3

Make perl-uri dependency non-optional; virtually all systems have perl
and perl-uri is tiny (FS#44329). It didn't help that the error message
when using the "Send To -> Mail Recipient" action in Thunar was:

  Failed to execute default Mail Reader.
  Input/output error.

Modified:
  exo/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-26 07:48:48 UTC (rev 234953)
+++ PKGBUILD	2015-03-26 07:54:11 UTC (rev 234954)
@@ -5,15 +5,14 @@
 
 pkgname=exo
 pkgver=0.10.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Extensions to Xfce by os-cillation"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/"
 license=('GPL2' 'LGPL')
 groups=('xfce4')
-depends=('libxfce4ui' 'gtk2' 'hicolor-icon-theme' )
-makedepends=('perl-uri' 'intltool' 'gtk-doc')
-optdepends=('perl-uri: for mail-compose helper script')
+depends=('libxfce4ui' 'gtk2' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
         0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch



More information about the arch-commits mailing list