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