summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 852a7a8cfcae..27b695933013 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,13 +9,14 @@ pkgbase = lilypond-devel
makedepends = fontforge
makedepends = gsfonts-cyr
makedepends = t1utils
+ makedepends = ghostscript
makedepends = texlive-core>=2011.23170
depends = fontconfig
depends = freetype2
depends = guile1.8
depends = pango
+ depends = glib2
depends = python2
- depends = ghostscript
optdepends = netpbm: building HTML documentation
optdepends = imagemagick: building HTML documentation
optdepends = ttf-kochi-substitute: building HTML documentation
diff --git a/PKGBUILD b/PKGBUILD
index 29e71b2287a0..6c61357f958e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,12 @@ depends=('fontconfig'
'freetype2'
'guile1.8'
'pango'
- 'python2'
- 'ghostscript')
+ 'glib2'
+ 'python2')
makedepends=('fontforge'
'gsfonts-cyr' # from boohomil's infinality-bundle-fonts repo
't1utils'
+ 'ghostscript'
'texlive-core>=2011.23170')
optdepends=('netpbm: building HTML documentation'
'imagemagick: building HTML documentation'