1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# pango - text layout and rendering (Openbox dep) # https://download.gnome.org/sources/pango/ [package] name = "pango" version = "1.58.0" release = 1 description = "Text layout and rendering library" url = "https://www.pango.org/" license = "LGPL-2.1-or-later" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["glib2", "harfbuzz", "fribidi", "cairo", "fontconfig", "freetype"] build = ["glib2", "harfbuzz", "fribidi", "cairo", "fontconfig", "freetype"] [[source]] file = "pango-1.58.0.tar.xz" urls = ["https://download.gnome.org/sources/pango/1.58/pango-1.58.0.tar.xz"] checksum = "bc5bad6213ad4886a47d1e80292fd850b64159b50db67917a43d9ea80ee2298a" [build] parallel = true