/[packages]/updates/8/chromium-browser-stable/current/SPECS/chromium-browser-stable.spec
ViewVC logotype

Contents of /updates/8/chromium-browser-stable/current/SPECS/chromium-browser-stable.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1229593 - (show annotations) (download)
Mon May 14 13:40:57 2018 UTC (5 years, 11 months ago) by tv
Original Path: cauldron/chromium-browser-stable/current/SPECS/chromium-browser-stable.spec
File size: 19084 byte(s)
- 66.0.3359.139 (tarball from FC)
- rediff patches
1 # eu-strip crashes on chrome binary from this build
2 %define _enable_debug_packages %{nil}
3 %global debug_package %{nil}
4 %global __debug_install_post %{nil}
5
6 %define crname chromium-browser
7 %define _crdir %{_libdir}/%{crname}
8 %define __requires_exclude_from ^%{_crdir}/libwidevinecdmadapter.so$
9
10 # eol 'fix' corrupts some .bin
11 %define dont_fix_eol 1
12
13 # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys
14 # Note: these are for Mageia use ONLY.
15 # For your own builds, please get your own set of keys.
16 %define google_api_key AIzaSyCV9AOzytWwWCtNE8f7ZV56fP1u9yWwhVU
17 %define google_default_client_id 1039996407057.apps.googleusercontent.com
18 %define google_default_client_secret mLT8XooDODav1OJG5G3bY61d
19
20 Name: chromium-browser-stable
21 Version: 66.0.3359.139
22 Release: %mkrel 1
23 Summary: A fast webkit-based web browser
24 Group: Networking/WWW
25 License: BSD, LGPL
26 URL: http://www.chromium.org/Home
27 # http://omahaproxy.appspot.com/
28 # http://googlechromereleases.blogspot.com/
29 Source0: http://commondatastorage.googleapis.com/chromium-browser-official/chromium-%{version}.tar.xz
30 Source1: chromium-wrapper
31 Source2: chromium-browser.desktop
32 Source4: widevine_cdm_version.h.in
33 # (cjw) setup toolchain for mageia builds, from gentoo https://gitweb.gentoo.org/repo/gentoo.git/plain/www-client/chromium/files/toolchain/BUILD.gn
34 Source5: BUILD.gn
35 # (cjw) Recognize mimetypes for matroska (.mkv) and AVI (.avi) formats (video/x-matroska and audio/x-matroska, video/x-msvideo) + handle A52 "AC3" and DTS compressed audio.
36 Patch6: chromium-55-extra-media.patch
37 # (cjw) Recognize mimetypes for WMV (.wmv), FLV (.flv) and MPEG (.mpg) videos
38 Patch7: chromium-40-wmvflvmpg.patch
39 # (cjw) disable external components -- this stops chromium from downloading hotword stuff, for example
40 Patch10: chromium-45-no-external-components.patch
41 # (debian) disable third party cookies by default
42 Patch11: chromium-third-party-cookies-off-by-default.patch
43 # (cjw) try to get widevine binary plugin to work (must be taken from a chrome download bundle), from gentoo
44 Patch14: chromium-45-widevine.patch
45 # (cjw) fix webrtc build with system ffmpeg
46 Patch18: chromium-50-system-ffmpeg-3.patch
47 # (cjw) fix build error due to android-specific code
48 Patch19: chromium-50-codec-warnings.patch
49 # (cjw) remove assertion on "chromium" branding in combination with enabled "proprietary codecs"
50 Patch22: chromium-54-proprietary-codecs-assert.patch
51 # (cjw) disable werror for a compilation warning that causes the build to fail
52 Patch23: chromium-53-bignum-werror-fix.patch
53 # (cjw) add -Wno-error=depecated-declarations because ffmpeg deprecations cause the build to fail
54 Patch24: chromium-53-ffmpeg-no-deprecation-errors.patch
55 # (cjw) link several libraries directly instead of loading them using dlopen()
56 Patch27: chromium-53-link-libgio-libpci-libudev-libbrlapi.patch
57 # (cjw) add missing unbundle gn files (1)
58 Patch28: chromium-53-gn-system-icu-jsoncpp.patch
59 # (cjw) add missing unbundle gn files (2)
60 Patch29: chromium-53-gn-system-opus.patch
61 # (cjw) build pdfium with system libtiff and libpng
62 Patch30: chromium-52-pdfium-system-libtiff-libpng.patch
63 # (cjw) fix build with current glib...
64 Patch36: chromium-58-glib.patch
65 # (cjw) use system nodejs to fix build
66 Patch37: chromium-58-system-nodejs.patch
67 #
68 Patch39: chromium-59-system-icu.patch
69 #
70 Patch40: chromium-59-gcc5.patch
71 # system libvpx
72 Patch42: chromium-60-system-libvpx.patch
73 # clang builtin subtract functions, scoped enum
74 Patch47: chromium-61-gcc5.patch
75 # enum compared with anonymous enum => warning
76 Patch52: chromium-62-gcc5.patch
77 # (cjw) fix build with icu 58
78 Patch53: chromium-62-icu-58.patch
79 # (cjw) fix coding errors resulting in gcc 7 warning
80 Patch54: chromium-62-gcc7.patch
81 # (cjw) fix build with gtk2
82 Patch55: chromium-62-gtk2.patch
83 # (cjw) fix more gcc warnings
84 Patch58: chromium-63-gcc7.patch
85 # (cjw) fix gcc errors and warnings
86 Patch177: chromium-64-gcc7.patch
87 # (cjw) fix even more gcc warnings
88 Patch179: chromium-65-gcc7.patch
89
90 Provides: %{crname}
91 Obsoletes: chromium-browser-unstable < 26.0.1410.51
92 Obsoletes: chromium-browser-beta < 26.0.1410.51
93 Obsoletes: chromium-browser < 1:9.0.597.94
94 BuildRequires: bison
95 BuildRequires: flex
96 BuildRequires: gperf
97 BuildRequires: icu
98 BuildRequires: ninja
99 BuildRequires: yasm
100 BuildRequires: bzip2-devel
101 BuildRequires: cups-devel
102 BuildRequires: elfutils-devel
103 BuildRequires: ffmpeg-devel
104 BuildRequires: glib2-devel
105 BuildRequires: gtk2-devel
106 BuildRequires: libatomic-devel
107 #BuildRequires: libevent-devel
108 BuildRequires: libmesagl-devel
109 BuildRequires: libpam-devel
110 BuildRequires: libpulseaudio-devel
111 %if %mgaver >= 6
112 BuildRequires: nodejs
113 %endif
114 BuildRequires: osmesa-devel
115 #BuildRequires: protobuf-devel
116 BuildRequires: snappy-devel
117 BuildRequires: perl(Switch)
118 BuildRequires: pkgconfig(alsa)
119 BuildRequires: pkgconfig(atk)
120 BuildRequires: pkgconfig(dbus-glib-1)
121 BuildRequires: pkgconfig(expat)
122 BuildRequires: pkgconfig(flac)
123 BuildRequires: pkgconfig(fontconfig)
124 BuildRequires: pkgconfig(freetype2)
125 BuildRequires: pkgconfig(glu)
126 BuildRequires: pkgconfig(gnome-keyring-1)
127 BuildRequires: pkgconfig(gnutls)
128 %if %mgaver >= 7
129 BuildRequires: pkgconfig(harfbuzz)
130 %endif
131 BuildRequires: pkgconfig(icu-i18n)
132 BuildRequires: pkgconfig(jsoncpp)
133 BuildRequires: pkgconfig(libcap)
134 BuildRequires: pkgconfig(libdrm)
135 BuildRequires: pkgconfig(libexif)
136 BuildRequires: pkgconfig(libjpeg)
137 BuildRequires: pkgconfig(libopenjp2)
138 BuildRequires: pkgconfig(libpci)
139 BuildRequires: pkgconfig(libpng)
140 BuildRequires: pkgconfig(libtiff-4)
141 BuildRequires: pkgconfig(libusb-1.0)
142 %if %mgaver >= 7
143 BuildRequires: pkgconfig(libvpx)
144 %endif
145 BuildRequires: pkgconfig(libwebp)
146 BuildRequires: pkgconfig(libxml-2.0)
147 BuildRequires: pkgconfig(libxslt)
148 BuildRequires: pkgconfig(minizip)
149 BuildRequires: pkgconfig(nspr)
150 BuildRequires: pkgconfig(nss)
151 BuildRequires: pkgconfig(opus)
152 BuildRequires: pkgconfig(speech-dispatcher)
153 BuildRequires: pkgconfig(speex)
154 BuildRequires: pkgconfig(udev)
155 BuildRequires: pkgconfig(xscrnsaver)
156 BuildRequires: pkgconfig(xt)
157 BuildRequires: pkgconfig(xtst)
158 BuildRequires: pkgconfig(zlib)
159 # Unused but building gn wants it to be present
160 BuildRequires: pkgconfig(gconf-2.0)
161 BuildRequires: pkgconfig(gtk+-3.0)
162 BuildRequires: git
163 ExclusiveArch: i586 x86_64
164 # armv5tl armv7hl
165
166 %description
167 Chromium is a browser that combines a minimal design with sophisticated
168 technology to make the web faster, safer, and easier.
169
170 For certain media playback features - AAC decoding - this package
171 currently assumes decoder support is available, while that is only true if
172 the 'tainted' variety of the libavcodec package is installed. When the 'core'
173 variety of libavcodec is installed, chromium may output noise for AAC audio.
174
175 %ifarch %{ix86}
176 The i586 build of this package does not work on machines that do not
177 support the SSE2 instruction set extension.
178 %endif
179
180 %package -n chromium-browser
181 Summary: A fast webkit-based web browser (transition package)
182 Epoch: 1
183 Group: Networking/WWW
184 Requires: %{name} = %{version}-%{release}
185
186 %description -n chromium-browser
187 Chromium is a browser that combines a minimal design with sophisticated
188 technology to make the web faster, safer, and easier.
189
190 This is a transition package that installs the stable channel Chromium
191 browser.
192
193 %prep
194 %setup -q -n chromium-%{version}
195 %autopatch -p1
196
197 # files we do not want from upstream source bundles
198 rm -rf breakpad/src/processor/testdata/
199 rm -rf chrome/app/test_data/dlls/
200 rm -rf chrome/common/extensions/docs/
201 rm -rf chrome/test/data/{android,app_shim,apptest,ash,autofill,automation,automation_proxy_snapshot,banners,bookmark_html_reader,bookmarks,captive_portal,chromedriver,chrome_endure,chromeos,chromeproxy,cld2_component,click_modifier,components,constrained_files,content,content_setting_bubble,devtools,diagnostics,dom_automation,dom_checker,dom_distiller,downloads,drive_first_run,dromaeo,durable,edge_database_reader,edge_profile,encoding_tests,extensions,fast_shutdown,fast_tab_close,favicon,feeds,file_select_helper,find_in_page,firefox320_profile,firefox35_profile,firefox3_nss,firefox3_nss_mac,firefox3_profile,firefox_profile,firefox_searchplugins,focus,frame_dom_access,frame_tree,ftp,fullscreen_mouselock,geolocation,google,gpu,History,image_decoding,image_search,import,indexeddb,inspector,installer,interstitial_page,keyboard,login,native_messaging,navigation_interception,notifications,page_cycler,page_load_metrics,panels,password,pdf,pepper,perf,permissions,plugin_power_saver,policy,popup_blocker,predictor,prefs,pref_service,prerender,printing,profiles,push_messaging,referrer_policy,requirements_checker,safe_browsing,SafeBrowsing,save_page,scroll,sdch,search,session_history,session_restore,sessions,settings,speech,ssl,subresource_filter,sunspider,sync,template_url_scraper,textinput,third_party,top_sites,translate,unit,v8_benchmark_v6,viewsource,web_app_info,webapps,webrtc,websocket,webui_test_resources.grd,whitelists,workers}
202 rm -rf chrome/test/data/nacl/{pnacl_error_handling,cross_origin,irt_exception,pnacl_request_header,nonsfi,pnacl_url_loader,pnacl_hw_eh_disabled,pnacl_nmf_options,pnacl_dyncode_syscall_disabled,extension_mime_handler,ppapi_test_lib,bad,ppapi,ppapi/ppb_instance,ppapi/ppp_instance,ppapi/ppb_core,manifest,manifest/mdir,manifest/ndir,pnacl_debug_url,nacl_test_data.gyp,extension_validation_cache,exit_status,progress_events,manifest_file,sysconf_nprocessors_onln,crash,pnacl_mime_type}
203 rmdir chrome/test/data/webui/{settings,extensions}/a11y
204 rmdir chrome/test/data/webui/{engagement,extensions,media_router,print_preview,cr_elements,settings,md_bookmarks,md_downloads,md_history,md_user_manager,net_internals}
205 rm -rf chrome/tools/test/reference_build/chrome_linux/
206 rm -rf components/test/data/component_updater/jebgalgnebhfojomionfpkfelancnnkf/component1.dll
207 rm -rf content/test/data/
208 #rm -rf net/data/
209 # v the root BUILD.gn includes files from this dir
210 #rm -rf ppapi/examples/
211 rm -rf ppapi/native_client/tests/
212 rm -rf third_party/apache-win32/
213 rm -rf third_party/binutils/
214 rm -rf third_party/expat/files/
215 rm -rf third_party/ffmpeg/*/*
216 rm -rf third_party/ffmpeg/*.[ch]
217 rm -rf third_party/flac/{include,src}
218 #rm -rf third_party/freetype/{src,include}
219 rm -rf third_party/icu/{android,linux,mac,patches,public,source,windows}
220 rm -rf third_party/jsoncpp/source
221 rm -rf third_party/lcov
222 #rm -rf base/third_party/libevent/*/*
223 #rm -rf base/third_party/libevent/*.[ch]
224 %if %mgaver >= 7
225 rm -rf third_party/libvpx/source/{libvpx,config}
226 %endif
227 rm -rf third_party/libexif/sources
228 rm -rf third_party/libjpeg/*.[ch]
229 rm -rf third_party/libjpeg_turbo/*.[ch]
230 rm -rf third_party/libpng/*.[ch]
231 rm -rf third_party/libxslt/{libexslt,libxslt,linux,mac,win32}
232 #rm -rf third_party/mesa/src/src
233 rm -rf third_party/swig
234 rm -rf third_party/WebKit/LayoutTests/
235 rm -rf third_party/WebKit/Tools/Scripts/
236 rm -rf third_party/xdg-utils/tests/
237 rm -rf third_party/yasm/source/
238 rm -rf third_party/zlib/{*.[ch],contrib/minizip}
239 rm -rf tools/gyp/test/
240 #rm -rf v8/test/
241 rm -f third_party/pdfium/third_party/libjpeg/*.[ch]
242 rm -f third_party/pdfium/third_party/libopenjpeg20/*.[ch]
243 rm -rf third_party/pdfium/third_party/libpng16
244 rm -f third_party/pdfium/third_party/libtiff/*.[ch]
245 rm -rf third_party/pdfium/third_party/zlib_v128
246
247 rm -f third_party/skia/platform_tools/android/apps/gradle/wrapper/gradle-wrapper.jar
248 rm -f third_party/WebKit/Source/devtools/scripts/jsdoc-validator/jsdoc-validator.jar
249 rm -f third_party/WebKit/Source/devtools/scripts/closure/compiler.jar
250 rm -f third_party/WebKit/Source/devtools/scripts/compiler-runner/closure-runner.jar
251 rm -rf third_party/sfntly/src/java/lib
252 rm -f third_party/haha/haha-2.0.2.jar
253 rm -f third_party/android_platform/webview/frameworks_5.1.0_r1.jar
254 rm -f third_party/android_platform/webview/frameworks_6.0.jar
255 rm -f third_party/libphonenumber/dist/tools/java/java-build/target/java-build-1.0-SNAPSHOT-jar-with-dependencies.jar
256 rm -f third_party/libphonenumber/dist/tools/java/cpp-build/target/cpp-build-1.0-SNAPSHOT-jar-with-dependencies.jar
257 rm -rf third_party/libphonenumber/dist/java/demo/war/WEB-INF/lib
258 rm -rf third_party/libphonenumber/dist/java/lib
259 rm -f third_party/webrtc/examples/androidapp/third_party/autobanh/autobanh.jar
260 rm -rf third_party/cacheinvalidation/src/example-app-build/libs
261 rm -f third_party/closure_compiler/runner/runner.jar
262 rm -f third_party/closure_compiler/compiler/compiler.jar
263 rm -rf third_party/proguard/lib
264 rm -f third_party/checkstyle/checkstyle-6.5-all.jar
265 rm -rf third_party/sfntly/src/cpp/ext
266
267 # Remove bundled ICU; its header files appear to get picked up instead of
268 # the system ones, leading to errors during the final link stage.
269 # https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/BNGvJc08B6Q
270 find third_party/icu -type f \! -regex '.*\.\(gn\|gni\|isolate\)' -delete
271
272 # Hard code extra version
273 FILE=chrome/common/channel_info_posix.cc
274 sed -i.orig -re 's/char\s*\*(.*)getenv\("CHROME_VERSION_EXTRA"\)/char const *\1"%{product_vendor} %{product_version}"/' $FILE
275 cmp $FILE $FILE.orig && exit 1
276
277 # version taken from: strings opt/google/chrome-unstable/chrome | grep -C 1 " (version:"
278 %define widevine_version 1.4.8.1008
279 for chrome_arch in ia32 x64; do
280 mkdir -p third_party/widevine/cdm/linux/${chrome_arch}
281 sed -e "s/@WIDEVINE_VERSION@/%{widevine_version}/" %{SOURCE4} > third_party/widevine/cdm/linux/${chrome_arch}/widevine_cdm_version.h
282 done
283
284 %build
285 %if %mgaver >= 7
286 %define system_gn_list ffmpeg flac libwebp libxml libxslt snappy yasm libvpx libpng icu zlib jsoncpp opus libdrm
287 %else
288 %define system_gn_list ffmpeg flac libwebp libxml libxslt snappy yasm libpng icu zlib jsoncpp opus libdrm freetype
289 %endif
290 # handled by upstream regular build scripts? : freetype harfbuzz-ng
291 # libevent mesa
292
293 # v NO TABS IN HERE!
294 %define gn_config use_gconf=false\
295 use_sysroot=false \
296 system_libdir="%{_lib}" \
297 icu_use_data_file=true \
298 enable_nacl=false \
299 is_nacl_glibc=false \
300 binutils_path="%{_bindir}" \
301 linux_use_bundled_binutils=false \
302 use_gold=false \
303 custom_toolchain="%{_sourcedir}:default" \
304 proprietary_codecs=true \
305 linux_link_libgio = true \
306 linux_link_libudev = true \
307 linux_link_libspeechd = true \
308 enable_ac3_eac3_audio_demuxing=true \
309 enable_mse_mpeg2ts_stream_parser=true \
310 enable_hevc_demuxing=true \
311 use_system_libjpeg=true \
312 use_libjpeg_turbo=false \
313 enable_widevine=true \
314 pdf_enable_xfa=true \
315 use_pulseaudio=true \
316 use_allocator="none" \
317 use_gtk3=false \
318 fatal_linker_warnings=false \
319 use_libpci = true \
320 is_debug=false \
321 is_clang=false \
322 use_system_freetype=true \
323 use_system_harfbuzz=true \
324 use_system_libpng=true \
325 use_custom_libcxx=false \
326 google_api_key="%{google_api_key}" \
327 google_default_client_id="%{google_default_client_id}" \
328 google_default_client_secret="%{google_default_client_secret}"
329
330
331 # enable_browser_cdms=true \
332
333 build/linux/unbundle/replace_gn_files.py --system-libraries %{system_gn_list}
334 third_party/libaddressinput/chromium/tools/update-strings.py
335
336 %setup_compile_flags
337 CC=%{__cc}; export CC
338 CXX=%{__cxx}; export CXX
339 AR=%{__ar}; export AR
340 NM=%{__nm}; export NM
341 LD=%{__cxx}; export LD
342
343 # filter out -g from CFLAGS and CXXFLAGS to fix builds
344 CFLAGS=$(echo "$CFLAGS"|sed -e 's/-g //')
345 CXXFLAGS=$(echo "$CXXFLAGS"|sed -e 's/-g //')
346 CXXFLAGS="$CXXFLAGS -Wno-error=attributes -Wno-error=comment -Wno-error=unused-variable -Wno-error=noexcept-type -Wno-error=register -Wno-error=strict-overflow -Wno-error=deprecated-declarations"
347
348 python tools/gn/bootstrap/bootstrap.py --gn-gen-args='%{gn_config}'
349
350 out/Release/gn gen --args='%{gn_config}' out/Release
351
352 pushd out/Release
353 ninja %{_smp_mflags} chrome chrome_sandbox widevinecdmadapter
354 popd
355
356 %install
357 ls out/Release
358 mkdir -p %{buildroot}%{_bindir}
359 mkdir -p %{buildroot}%{_crdir}/locales
360 mkdir -p %{buildroot}%{_crdir}/themes
361 mkdir -p %{buildroot}%{_crdir}/default_apps
362 mkdir -p %{buildroot}%{_crdir}/swiftshader
363 install -m 755 %{_sourcedir}/chromium-wrapper %{buildroot}%{_crdir}/
364 install -m 755 out/Release/chrome %{buildroot}%{_crdir}/
365 install -m 4755 out/Release/chrome_sandbox %{buildroot}%{_crdir}/chrome-sandbox
366 install -m 644 out/Release/chrome_100_percent.pak %{buildroot}%{_crdir}/
367 install -m 644 out/Release/chrome_200_percent.pak %{buildroot}%{_crdir}/
368 install -m 644 out/Release/resources.pak %{buildroot}%{_crdir}/
369 install -m 644 out/Release/natives_blob.bin %{buildroot}%{_crdir}/
370 install -m 644 out/Release/snapshot_blob.bin %{buildroot}%{_crdir}/
371 install -m 644 out/Release/keyboard_resources.pak %{buildroot}%{_crdir}/
372 install -m 644 out/Release/libwidevinecdmadapter.so %{buildroot}%{_crdir}/
373 install -m 755 out/Release/mksnapshot %{buildroot}%{_crdir}/
374 install -m 644 out/Release/locales/*.pak %{buildroot}%{_crdir}/locales/
375 install -m 644 chrome/browser/resources/default_apps/* %{buildroot}%{_crdir}/default_apps/
376 install -m 755 out/Release/swiftshader/*.so %{buildroot}%{_crdir}/swiftshader/
377 ln -s %{_crdir}/chromium-wrapper %{buildroot}%{_bindir}/%{crname}
378
379 find out/Release/resources/ -name "*.d" -exec rm {} \;
380 cp -r out/Release/resources %{buildroot}%{_crdir}
381
382 # desktop file
383 mkdir -p %{buildroot}%{_datadir}/applications
384 install -m 644 %{_sourcedir}/%{crname}.desktop %{buildroot}%{_datadir}/applications/
385
386 # symlink to ICU data file
387 ICUDATADIR=$(icuinfo | grep \"icudata.path\" | sed -re 's/^.*>(.*)<.*$/\1/')
388 ICUDATANAME=$(icuinfo | grep \"icudata.name\" | sed -re 's/^.*>(.*)<.*$/\1/')
389 ICUDATAFILE=$(realpath --relative-to=%{_crdir}/ ${ICUDATADIR}/${ICUDATANAME}.dat)
390 ln -s ${ICUDATAFILE} %{buildroot}%{_crdir}/icudtl.dat
391
392 # icon
393 for i in 22 24 48 64 128 256; do
394 mkdir -p %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps
395 install -m 644 chrome/app/theme/chromium/product_logo_$i.png \
396 %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/%{crname}.png
397 done
398
399 for i in 16 32; do
400 mkdir -p %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps
401 install -m 644 chrome/app/theme/default_100_percent/chromium/product_logo_$i.png \
402 %{buildroot}%{_iconsdir}/hicolor/${i}x${i}/apps/%{crname}.png
403 done
404
405 %files -n chromium-browser
406
407 %files
408 %{_bindir}/%{crname}
409 %dir %{_crdir}
410 %{_crdir}/chromium-wrapper
411 %{_crdir}/chrome
412 %attr(4755,root,root) %{_crdir}/chrome-sandbox
413 %{_crdir}/icudtl.dat
414 %{_crdir}/locales
415 %{_crdir}/natives_blob.bin
416 %{_crdir}/snapshot_blob.bin
417 %{_crdir}/chrome_100_percent.pak
418 %{_crdir}/chrome_200_percent.pak
419 %{_crdir}/keyboard_resources.pak
420 %{_crdir}/resources.pak
421 %{_crdir}/resources
422 %{_crdir}/libwidevinecdmadapter.so
423 %{_crdir}/mksnapshot
424 %{_crdir}/themes
425 %{_crdir}/default_apps
426 %{_crdir}/swiftshader
427 %{_datadir}/applications/*.desktop
428 %{_iconsdir}/hicolor/*/apps/%{crname}.png

  ViewVC Help
Powered by ViewVC 1.1.30