Compare commits
23 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f6392a6b8 | ||
|
|
ac51c40916 | ||
|
|
f6ecfcfe62 | ||
|
|
aab5f42cfa | ||
|
|
8d2b150b9a | ||
|
|
dd78495ca9 |
||
|
|
10b6dee225 |
||
|
|
0da6a3602d |
||
|
|
45496c29b8 |
||
|
|
d5d4dd46e0 |
||
|
|
4cbf5e670c | ||
|
|
064242a74a | ||
|
|
4a989df4ae | ||
|
|
c608229000 | ||
|
|
bda4fa02e7 | ||
|
|
867ab954cb | ||
|
|
75a967ebeb | ||
|
|
f5e2257abe | ||
|
|
86b7bef941 | ||
|
|
3b60ac4443 | ||
|
|
2215aab7d9 | ||
|
|
aedec016a6 | ||
|
|
ced6f0be2c |
3 changed files with 8 additions and 47 deletions
41
.gitignore
vendored
41
.gitignore
vendored
|
|
@ -1,41 +1,2 @@
|
|||
/webkitgtk-*.tar.xz
|
||||
/webkitgtk-2.37.1.tar.xz.asc
|
||||
/webkitgtk-2.37.90.tar.xz.asc
|
||||
/webkitgtk-2.37.91.tar.xz.asc
|
||||
/webkitgtk-2.38.0.tar.xz.asc
|
||||
/webkitgtk-2.38.1.tar.xz.asc
|
||||
/webkitgtk-2.38.2.tar.xz.asc
|
||||
/webkitgtk-2.39.1.tar.xz.asc
|
||||
/webkitgtk-2.39.2.tar.xz.asc
|
||||
/webkitgtk-2.39.3.tar.xz.asc
|
||||
/webkitgtk-2.39.4.tar.xz.asc
|
||||
/webkitgtk-2.39.5.tar.xz.asc
|
||||
/webkitgtk-2.39.6.tar.xz.asc
|
||||
/webkitgtk-2.39.7.tar.xz.asc
|
||||
/webkitgtk-2.39.90.tar.xz.asc
|
||||
/webkitgtk-2.39.91.tar.xz.asc
|
||||
/webkitgtk-2.40.0.tar.xz.asc
|
||||
/webkitgtk-2.41.1.tar.xz.asc
|
||||
/webkitgtk-2.41.2.tar.xz.asc
|
||||
/webkitgtk-2.41.3.tar.xz.asc
|
||||
/webkitgtk-2.41.4.tar.xz.asc
|
||||
/webkitgtk-2.41.5.tar.xz.asc
|
||||
/webkitgtk-2.41.6.tar.xz.asc
|
||||
/webkitgtk-2.41.90.tar.xz.asc
|
||||
/webkitgtk-2.41.91.tar.xz.asc
|
||||
/webkitgtk-2.41.92.tar.xz.asc
|
||||
/webkitgtk-2.42.0.tar.xz.asc
|
||||
/webkitgtk-2.42.1.tar.xz.asc
|
||||
/webkitgtk-2.42.2.tar.xz.asc
|
||||
/webkitgtk-2.43.1.tar.xz.asc
|
||||
/webkitgtk-2.43.2.tar.xz.asc
|
||||
/webkitgtk-2.43.3.tar.xz.asc
|
||||
/webkitgtk-2.43.4.tar.xz.asc
|
||||
/webkitgtk-2.44.0.tar.xz.asc
|
||||
/webkitgtk-2.44.1.tar.xz.asc
|
||||
/webkitgtk-2.45.1.tar.xz.asc
|
||||
/webkitgtk-2.45.2.tar.xz.asc
|
||||
/webkitgtk-2.45.3.tar.xz.asc
|
||||
/webkitgtk-2.45.4.tar.xz.asc
|
||||
/webkitgtk-2.45.5.tar.xz.asc
|
||||
/webkitgtk-2.45.6.tar.xz.asc
|
||||
/webkitgtk-*.tar.xz.asc
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (webkitgtk-2.45.6.tar.xz) = 4cc6cf9083ec3600fda12aab7a85e50e7efacfb2d5b3cea699c0aeb2622f0aa14b4cf8bbd8bda97fc299907eeac472433ff61670fe3d53835b070f65c3deca8f
|
||||
SHA512 (webkitgtk-2.45.6.tar.xz.asc) = 48e16a66deb21ba19b6fec3fd567f275e5275bbf5166e63c50c8b3b7c2f87b8e0bda10c9e47c53ce282c545b5062ee0960876f8d9833d9a58d836996f3d8e9bd
|
||||
SHA512 (webkitgtk-2.50.1.tar.xz) = 4b7b6c5ae02f1dbcff26e7af4ee4e3cdd4435c61dfaf17c2981422358dea01cfba0ffe8c6f12c7864b6f1ee6c9906dfa64248bc95effed526e9ade3ad1292888
|
||||
SHA512 (webkitgtk-2.50.1.tar.xz.asc) = c430677ec8e147750f3dc69f2b6252da9bc9b4df61c0976213dea535be8973dc746b22137d508899d28095f58197e52ffa003ab2033b2c20a6c03d1a1b327e2c
|
||||
|
|
|
|||
|
|
@ -11,17 +11,15 @@
|
|||
%bcond_without docs
|
||||
|
||||
# Clang is preferred: https://skia.org/docs/user/build/#supported-and-preferred-compilers
|
||||
# However, it crashes on ppc64le.
|
||||
%ifnarch ppc64le
|
||||
%global toolchain clang
|
||||
%endif
|
||||
|
||||
# We run out of memory if building with LTO enabled on i686.
|
||||
# For other architectures, disable due to https://bugs.webkit.org/show_bug.cgi?id=274780
|
||||
%ifarch %{ix86}
|
||||
%global _lto_cflags %{nil}
|
||||
%endif
|
||||
|
||||
Name: webkitgtk
|
||||
Version: 2.45.6
|
||||
Version: 2.50.1
|
||||
Release: %autorelease
|
||||
Summary: GTK web content engine library
|
||||
|
||||
|
|
@ -64,6 +62,7 @@ BuildRequires: bubblewrap
|
|||
BuildRequires: clang
|
||||
BuildRequires: cmake
|
||||
BuildRequires: flex
|
||||
BuildRequires: flite-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gi-docgen
|
||||
|
|
@ -90,6 +89,7 @@ BuildRequires: pkgconfig(cairo)
|
|||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(enchant-2)
|
||||
BuildRequires: pkgconfig(epoxy)
|
||||
BuildRequires: pkgconfig(expat)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue