Ravenports generated: 09 Oct 2019 12:16
[ravenports.git] / bucket_F8 / gcab
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               gcab
4 VERSION=                1.3
5 KEYWORDS=               archivers
6 VARIANTS=               standard
7 SDESC[standard]=        Cabinet file library and tool
8 HOMEPAGE=               https://wiki.gnome.org/msitools
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GNOME/gcab/1.3
13 DISTFILE[1]=            gcab-1.3.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         docs
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 BUILD_DEPENDS=          vala:single:standard
23                         gtk-doc:single:standard
24
25 USES=                   cpe gettext-tools gmake libtool pkgconfig meson
26 GNOME_COMPONENTS=       glib intltool introspection
27
28 CPE_VENDOR=             gnome
29 FPC_EQUIVALENT=         archivers/gcab
30 MESON_ARGS=             -Dtests=false
31
32 post-install:
33         ${MKDIR} ${STAGEDIR}${STD_DOCDIR:H}
34         ${MV} ${STAGEDIR}${PREFIX}/share/gtk-doc/html/gcab \
35                 ${STAGEDIR}${STD_DOCDIR:H}
36         ${RM} -r ${STAGEDIR}${PREFIX}/share/gtk-doc
37
38 [FILE:226:descriptions/desc.primary]
39 Gcab is a utility and library mainly made to create Cabinet files, using
40 GObject/GIO API and provides GIR bindings.
41  - creation supports plain and basic MSZIP compression
42  - can open and list files from cabinet, no extraction
43
44
45 [FILE:94:distinfo]
46 10304cc8f6b550cf9f53fb3cebfb529c49394e982ef7e66e3fca9776c60a68e7        77900 gcab-1.3.tar.xz
47
48
49 [FILE:1491:manifests/plist.primary]
50 bin/gcab
51 include/libgcab-1.0/libgcab.h
52 include/libgcab-1.0/libgcab/
53  gcab-cabinet.h
54  gcab-enums.h
55  gcab-file.h
56  gcab-folder.h
57 lib/
58  libgcab-1.0.so
59  libgcab-1.0.so.0
60  libgcab-1.0.so.0.0.0
61 lib/girepository-1.0/GCab-1.0.typelib
62 lib/pkgconfig/libgcab-1.0.pc
63 share/gir-1.0/GCab-1.0.gir
64 share/locale/bs/LC_MESSAGES/gcab.mo
65 share/locale/cs/LC_MESSAGES/gcab.mo
66 share/locale/da/LC_MESSAGES/gcab.mo
67 share/locale/de/LC_MESSAGES/gcab.mo
68 share/locale/el/LC_MESSAGES/gcab.mo
69 share/locale/en_GB/LC_MESSAGES/gcab.mo
70 share/locale/es/LC_MESSAGES/gcab.mo
71 share/locale/eu/LC_MESSAGES/gcab.mo
72 share/locale/fi/LC_MESSAGES/gcab.mo
73 share/locale/fr/LC_MESSAGES/gcab.mo
74 share/locale/fur/LC_MESSAGES/gcab.mo
75 share/locale/gl/LC_MESSAGES/gcab.mo
76 share/locale/hu/LC_MESSAGES/gcab.mo
77 share/locale/id/LC_MESSAGES/gcab.mo
78 share/locale/lt/LC_MESSAGES/gcab.mo
79 share/locale/lv/LC_MESSAGES/gcab.mo
80 share/locale/nb/LC_MESSAGES/gcab.mo
81 share/locale/nl/LC_MESSAGES/gcab.mo
82 share/locale/oc/LC_MESSAGES/gcab.mo
83 share/locale/pl/LC_MESSAGES/gcab.mo
84 share/locale/pt/LC_MESSAGES/gcab.mo
85 share/locale/pt_BR/LC_MESSAGES/gcab.mo
86 share/locale/ro/LC_MESSAGES/gcab.mo
87 share/locale/ru/LC_MESSAGES/gcab.mo
88 share/locale/sl/LC_MESSAGES/gcab.mo
89 share/locale/sr/LC_MESSAGES/gcab.mo
90 share/locale/sr@latin/LC_MESSAGES/gcab.mo
91 share/locale/sv/LC_MESSAGES/gcab.mo
92 share/locale/tg/LC_MESSAGES/gcab.mo
93 share/locale/tr/LC_MESSAGES/gcab.mo
94 share/locale/zh_CN/LC_MESSAGES/gcab.mo
95 share/man/man1/gcab.1.gz
96 share/vala/vapi/
97  libgcab-1.0.deps
98  libgcab-1.0.vapi
99
100
101 [FILE:353:manifests/plist.docs]
102 share/doc/gcab/
103  annotation-glossary.html
104  api-index-0-5.html
105  api-index-0-6.html
106  api-index-1-0.html
107  api-index-deprecated.html
108  api-index-full.html
109  ch01.html
110  gcab-GCabCabinet.html
111  gcab-GCabFile.html
112  gcab-GCabFolder.html
113  home.png
114  index.html
115  left-insensitive.png
116  left.png
117  right-insensitive.png
118  right.png
119  style.css
120  up-insensitive.png
121  up.png
122
123
124 [FILE:586:patches/patch-meson.build]
125 --- meson.build.orig    2018-12-09 16:53:57 UTC
126 +++ meson.build
127 @@ -19,7 +19,6 @@ lt_version = '@0@.@1@.@2@'.format(lt_cur
128  
129  # get suported warning flags
130  test_args = [
131 -  '-fstack-protector-strong',
132    '-Waggregate-return',
133    '-Wunused',
134    '-Warray-bounds',
135 @@ -76,10 +75,7 @@ endforeach
136  # enable full RELRO where possible
137  # FIXME: until https://github.com/mesonbuild/meson/issues/1140 is fixed
138  global_link_args = []
139 -test_link_args = [
140 -  '-Wl,-z,relro',
141 -  '-Wl,-z,now',
142 -]
143 +test_link_args = []
144  foreach arg: test_link_args
145    if cc.has_argument(arg)
146      global_link_args += arg
147