aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/pango.nim
blob: a1a8c49fd7a272cfc975326c83ad6acb9e43817e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis

tessera "pango":
  source: "https://download.gnome.org/sources/pango/1.56/pango-1.56.4.tar.xz""
  patches: @[""]
  dependencies: @[
    "fontconfig",
    "fribidi",
    "glib",
  ]
  build: @[
    "mkdir build",
    "cd build",
    """
    meson setup --prefix=/usr            \
                --buildtype=release      \
                --wrap-mode=nofallback   \
                -D introspection=enabled \
                ..
    """,
    "ninja",
    "ninja install"
  ]
  result: "libpango-1.0.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.