[arch-commits] Commit in inkscape/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 5 08:38:40 UTC 2017
Date: Thursday, October 5, 2017 @ 08:38:39
Author: foutrelis
Revision: 306787
One makedepends definition is better than two
Modified:
inkscape/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-05 08:33:46 UTC (rev 306786)
+++ PKGBUILD 2017-10-05 08:38:39 UTC (rev 306787)
@@ -10,11 +10,11 @@
url='https://inkscape.org/'
license=('GPL' 'LGPL')
arch=('i686' 'x86_64')
-makedepends=('boost' 'intltool')
depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
'popt' 'potrace' 'ttf-dejavu' 'python2' 'libcdr'
'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python') # needed for glib-genmarshal (at least with GLib 2.54)
+# python is needed for glib-genmarshal (at least with GLib 2.54)
+makedepends=('boost' 'intltool' 'python')
optdepends=('gvfs: import clip art'
'pstoedit: latex formulas'
'python2-scour: optimized SVG output'
More information about the arch-commits
mailing list