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

Andreas Radke andyrtr at nymeria.archlinux.org
Wed Oct 23 16:22:31 UTC 2013


    Date: Wednesday, October 23, 2013 @ 18:22:31
  Author: andyrtr
Revision: 197180

upgpkg: libisoburn 1.3.2-3

add provides for xorriso and xorriso-tcltk frontends, optdepend on tk and bwidget for this; FS#36931

Modified:
  libisoburn/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-23 15:19:35 UTC (rev 197179)
+++ PKGBUILD	2013-10-23 16:22:31 UTC (rev 197180)
@@ -4,12 +4,15 @@
 
 pkgname=libisoburn
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="frontend for libraries libburn and libisofs"
 url="http://libburnia-project.org"
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('libburn>=1.3.2' 'libisofs>=1.3.2' 'readline')
+optdepends=('tk:      for xorriso-tcltk frontend'
+            'bwidget: for xorriso-tcltk frontend')
+provides=('xorriso' 'xorriso-tcltk')
 install=${pkgname}.install
 source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('7ebee7c1d4e09565daddca15467035af'




More information about the arch-commits mailing list