Ravenports generated: 17 Jul 2020 21:48
[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 VAR_OPSYS[sunos]=       LDFLAGS=-lintl
43
44 [FILE:226:descriptions/desc.primary]
45 Gcab is a utility and library mainly made to create Cabinet files, using
46 GObject/GIO API and provides GIR bindings.
47  - creation supports plain and basic MSZIP compression
48  - can open and list files from cabinet, no extraction
49
50
51 [FILE:94:distinfo]
52 67a5fa9be6c923fbc9197de6332f36f69a33dadc9016a2b207859246711c048f        78240 gcab-1.4.tar.xz
53
54
55 [FILE:377:manifests/plist.primary]
56 bin/gcab
57 include/libgcab-1.0/libgcab.h
58 include/libgcab-1.0/libgcab/
59  gcab-cabinet.h
60  gcab-enums.h
61  gcab-file.h
62  gcab-folder.h
63 lib/
64  libgcab-1.0.so
65  libgcab-1.0.so.%%SOMAJOR%%
66  libgcab-1.0.so.%%SOVERSION%%
67 lib/girepository-1.0/GCab-1.0.typelib
68 lib/pkgconfig/libgcab-1.0.pc
69 share/gir-1.0/GCab-1.0.gir
70 share/man/man1/gcab.1.gz
71 share/vala/vapi/
72  libgcab-1.0.deps
73  libgcab-1.0.vapi
74
75
76 [FILE:1132:manifests/plist.nls]
77 share/locale/bs/LC_MESSAGES/gcab.mo
78 share/locale/cs/LC_MESSAGES/gcab.mo
79 share/locale/da/LC_MESSAGES/gcab.mo
80 share/locale/de/LC_MESSAGES/gcab.mo
81 share/locale/el/LC_MESSAGES/gcab.mo
82 share/locale/en_GB/LC_MESSAGES/gcab.mo
83 share/locale/es/LC_MESSAGES/gcab.mo
84 share/locale/eu/LC_MESSAGES/gcab.mo
85 share/locale/fi/LC_MESSAGES/gcab.mo
86 share/locale/fr/LC_MESSAGES/gcab.mo
87 share/locale/fur/LC_MESSAGES/gcab.mo
88 share/locale/gl/LC_MESSAGES/gcab.mo
89 share/locale/hu/LC_MESSAGES/gcab.mo
90 share/locale/id/LC_MESSAGES/gcab.mo
91 share/locale/lt/LC_MESSAGES/gcab.mo
92 share/locale/lv/LC_MESSAGES/gcab.mo
93 share/locale/nb/LC_MESSAGES/gcab.mo
94 share/locale/nl/LC_MESSAGES/gcab.mo
95 share/locale/oc/LC_MESSAGES/gcab.mo
96 share/locale/pl/LC_MESSAGES/gcab.mo
97 share/locale/pt/LC_MESSAGES/gcab.mo
98 share/locale/pt_BR/LC_MESSAGES/gcab.mo
99 share/locale/ro/LC_MESSAGES/gcab.mo
100 share/locale/ru/LC_MESSAGES/gcab.mo
101 share/locale/sl/LC_MESSAGES/gcab.mo
102 share/locale/sr/LC_MESSAGES/gcab.mo
103 share/locale/sr@latin/LC_MESSAGES/gcab.mo
104 share/locale/sv/LC_MESSAGES/gcab.mo
105 share/locale/tg/LC_MESSAGES/gcab.mo
106 share/locale/tr/LC_MESSAGES/gcab.mo
107 share/locale/zh_CN/LC_MESSAGES/gcab.mo
108
109
110 [FILE:373:manifests/plist.docs]
111 share/doc/gcab/
112  annotation-glossary.html
113  api-index-0-5.html
114  api-index-0-6.html
115  api-index-1-0.html
116  api-index-1-4.html
117  api-index-deprecated.html
118  api-index-full.html
119  ch01.html
120  gcab-GCabCabinet.html
121  gcab-GCabFile.html
122  gcab-GCabFolder.html
123  home.png
124  index.html
125  left-insensitive.png
126  left.png
127  right-insensitive.png
128  right.png
129  style.css
130  up-insensitive.png
131  up.png
132
133
134 [FILE:538:patches/patch-meson.build]
135 --- meson.build.orig    2020-01-06 11:25:54 UTC
136 +++ meson.build
137 @@ -73,17 +73,11 @@ foreach arg: test_args
138    endif
139  endforeach
140  
141 -if not meson.is_cross_build()
142 -  add_project_arguments('-fstack-protector-strong', language : 'c')
143 -endif
144  
145  # enable full RELRO where possible
146  # FIXME: until https://github.com/mesonbuild/meson/issues/1140 is fixed
147  global_link_args = []
148 -test_link_args = [
149 -  '-Wl,-z,relro',
150 -  '-Wl,-z,now',
151 -]
152 +test_link_args = []
153  foreach arg: test_link_args
154    if cc.has_link_argument(arg)
155      global_link_args += arg
156