[arch-commits] Commit in gtk-sharp-2/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Wed Oct 14 15:35:19 UTC 2020


    Date: Wednesday, October 14, 2020 @ 15:35:19
  Author: jelle
Revision: 398328

Add perl optdependency for optional script

Modified:
  gtk-sharp-2/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-14 15:16:28 UTC (rev 398327)
+++ PKGBUILD	2020-10-14 15:35:19 UTC (rev 398328)
@@ -2,7 +2,7 @@
 
 pkgname=gtk-sharp-2
 pkgver=2.12.45
-pkgrel=3
+pkgrel=4
 pkgdesc="gtk2 bindings for C#"
 arch=(x86_64)
 license=('LGPL')
@@ -9,6 +9,7 @@
 url="https://www.mono-project.com/docs/gui/gtksharp/"
 depends=('mono' 'gtk2')
 makedepends=('monodoc')
+optdepends=('perl: for gapi2xml.pl and gapi_pp.pl')
 options=('!makeflags')
 source=(https://download.mono-project.com/sources/gtk-sharp212/gtk-sharp-${pkgver}.tar.gz
         gtk-sharp2-2.12.12-gtkrange.patch)



More information about the arch-commits mailing list