← recipes

Commit 408c848

0
plików
+0
dodanych
-0
usuniętych
@@ -12,6 +12,7 @@ makedepends:
12 12 - python
13 13 - meson
14 14 - ninja
15 +- gobject-introspection
15 16 - iso-codes
16 17 - docbook-xsl
17 18 - libxslt
@@ -34,6 +35,19 @@ source:
34 35 sha256sums:
35 36 - 80931fa472a77b9a164f6740e3c0b444fac6770054632d35a7ff9d679e5e7b9f
36 37
38 +footprint: |
39 + drwxr-xr-x root/root usr/
40 + drwxr-xr-x root/root usr/lib/
41 + drwxr-xr-x root/root usr/lib/girepository-1.0/
42 + -rw-r--r-- root/root usr/lib/girepository-1.0/Gdk-3.0.typelib
43 + -rw-r--r-- root/root usr/lib/girepository-1.0/GdkX11-3.0.typelib
44 + -rw-r--r-- root/root usr/lib/girepository-1.0/Gtk-3.0.typelib
45 + drwxr-xr-x root/root usr/share/
46 + drwxr-xr-x root/root usr/share/gir-1.0/
47 + -rw-r--r-- root/root usr/share/gir-1.0/Gdk-3.0.gir
48 + -rw-r--r-- root/root usr/share/gir-1.0/GdkX11-3.0.gir
49 + -rw-r--r-- root/root usr/share/gir-1.0/Gtk-3.0.gir
50 +
37 51 build: |
38 52 mkdir build
39 53 cd build
@@ -46,7 +60,7 @@ build: |
46 60 -Dcolord=yes \
47 61 -Dgtk_doc=false \
48 62 -Dman=false \
49 - -Dintrospection=false \
63 + -Dintrospection=true \
50 64 ../gtk-${pkgver}
51 65
52 66 ninja