Ravenports generated: 11 Apr 2020 00:24
[ravenports.git] / bucket_F8 / gcab
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               gcab
4 VERSION=                1.4
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.4
13 DISTFILE[1]=            gcab-1.4.tar.xz:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         nls
18                         docs
19
20 OPTIONS_AVAILABLE=      none
21 OPTIONS_STANDARD=       none
22
23 BUILD_DEPENDS=          vala:single:standard
24
25 USES=                   cpe gettext-tools gmake libtool pkgconfig meson
26                         gtk-doc
27 GNOME_COMPONENTS=       glib intltool introspection
28
29 LICENSE=                LGPL21+:primary
30 LICENSE_TERMS=          primary:{{WRKDIR}}/TERMS
31 LICENSE_FILE=           LGPL21+:{{WRKSRC}}/COPYING
32 LICENSE_AWK=            TERMS:"^\#include"
33 LICENSE_SOURCE=         TERMS:{{WRKSRC}}/src/gcab.c
34 LICENSE_SCHEME=         solo
35
36 CPE_VENDOR=             gnome
37 FPC_EQUIVALENT=         archivers/gcab
38 MESON_ARGS=             -Dtests=false
39
40 SOVERSION=              0.1.0
41
42 [FILE:226:descriptions/desc.primary]
43 Gcab is a utility and library mainly made to create Cabinet files, using
44 GObject/GIO API and provides GIR bindings.
45  - creation supports plain and basic MSZIP compression
46  - can open and list files from cabinet, no extraction
47
48
49 [FILE:94:distinfo]
50 67a5fa9be6c923fbc9197de6332f36f69a33dadc9016a2b207859246711c048f        78240 gcab-1.4.tar.xz
51
52
53 [FILE:377:manifests/plist.primary]
54 bin/gcab
55 include/libgcab-1.0/libgcab.h
56 include/libgcab-1.0/libgcab/
57  gcab-cabinet.h
58  gcab-enums.h
59  gcab-file.h
60  gcab-folder.h
61 lib/
62  libgcab-1.0.so
63  libgcab-1.0.so.%%SOMAJOR%%
64  libgcab-1.0.so.%%SOVERSION%%
65 lib/girepository-1.0/GCab-1.0.typelib
66 lib/pkgconfig/libgcab-1.0.pc
67 share/gir-1.0/GCab-1.0.gir
68 share/man/man1/gcab.1.gz
69 share/vala/vapi/
70  libgcab-1.0.deps
71  libgcab-1.0.vapi
72
73
74 [FILE:1132:manifests/plist.nls]
75 share/locale/bs/LC_MESSAGES/gcab.mo
76 share/locale/cs/LC_MESSAGES/gcab.mo
77 share/locale/da/LC_MESSAGES/gcab.mo
78 share/locale/de/LC_MESSAGES/gcab.mo
79 share/locale/el/LC_MESSAGES/gcab.mo
80 share/locale/en_GB/LC_MESSAGES/gcab.mo
81 share/locale/es/LC_MESSAGES/gcab.mo
82 share/locale/eu/LC_MESSAGES/gcab.mo
83 share/locale/fi/LC_MESSAGES/gcab.mo
84 share/locale/fr/LC_MESSAGES/gcab.mo
85 share/locale/fur/LC_MESSAGES/gcab.mo
86 share/locale/gl/LC_MESSAGES/gcab.mo
87 share/locale/hu/LC_MESSAGES/gcab.mo
88 share/locale/id/LC_MESSAGES/gcab.mo
89 share/locale/lt/LC_MESSAGES/gcab.mo
90 share/locale/lv/LC_MESSAGES/gcab.mo
91 share/locale/nb/LC_MESSAGES/gcab.mo
92 share/locale/nl/LC_MESSAGES/gcab.mo
93 share/locale/oc/LC_MESSAGES/gcab.mo
94 share/locale/pl/LC_MESSAGES/gcab.mo
95 share/locale/pt/LC_MESSAGES/gcab.mo
96 share/locale/pt_BR/LC_MESSAGES/gcab.mo
97 share/locale/ro/LC_MESSAGES/gcab.mo
98 share/locale/ru/LC_MESSAGES/gcab.mo
99 share/locale/sl/LC_MESSAGES/gcab.mo
100 share/locale/sr/LC_MESSAGES/gcab.mo
101 share/locale/sr@latin/LC_MESSAGES/gcab.mo
102 share/locale/sv/LC_MESSAGES/gcab.mo
103 share/locale/tg/LC_MESSAGES/gcab.mo
104 share/locale/tr/LC_MESSAGES/gcab.mo
105 share/locale/zh_CN/LC_MESSAGES/gcab.mo
106
107
108 [FILE:373:manifests/plist.docs]
109 share/doc/gcab/
110  annotation-glossary.html
111  api-index-0-5.html
112  api-index-0-6.html
113  api-index-1-0.html
114  api-index-1-4.html
115  api-index-deprecated.html
116  api-index-full.html
117  ch01.html
118  gcab-GCabCabinet.html
119  gcab-GCabFile.html
120  gcab-GCabFolder.html
121  home.png
122  index.html
123  left-insensitive.png
124  left.png
125  right-insensitive.png
126  right.png
127  style.css
128  up-insensitive.png
129  up.png
130
131
132 [FILE:538:patches/patch-meson.build]
133 --- meson.build.orig    2020-01-06 11:25:54 UTC
134 +++ meson.build
135 @@ -73,17 +73,11 @@ foreach arg: test_args
136    endif
137  endforeach
138  
139 -if not meson.is_cross_build()
140 -  add_project_arguments('-fstack-protector-strong', language : 'c')
141 -endif
142  
143  # enable full RELRO where possible
144  # FIXME: until https://github.com/mesonbuild/meson/issues/1140 is fixed
145  global_link_args = []
146 -test_link_args = [
147 -  '-Wl,-z,relro',
148 -  '-Wl,-z,now',
149 -]
150 +test_link_args = []
151  foreach arg: test_link_args
152    if cc.has_link_argument(arg)
153      global_link_args += arg
154