Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
88df478f
Commit
88df478f
authored
Jun 28, 2021
by
satmandu
Committed by
GitHub
Jun 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gtk4 -> 4.3.1 (#5902)
* gtk4 -> 4.3.1 * Remove i686 binaries from packages with deps on gtk4
parent
29fe52d3
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
17 additions
and
37 deletions
+17
-37
packages/gnome_maps.rb
packages/gnome_maps.rb
+1
-3
packages/gsettings_desktop_schemas.rb
packages/gsettings_desktop_schemas.rb
+1
-3
packages/gtk4.rb
packages/gtk4.rb
+8
-10
packages/gtkmm4.rb
packages/gtkmm4.rb
+1
-3
packages/gtksourceview_3.rb
packages/gtksourceview_3.rb
+1
-3
packages/gtksourceview_4.rb
packages/gtksourceview_4.rb
+1
-3
packages/gtksourceview_5.rb
packages/gtksourceview_5.rb
+1
-3
packages/ibus.rb
packages/ibus.rb
+1
-3
packages/vte.rb
packages/vte.rb
+1
-3
packages/webkit2gtk_5.rb
packages/webkit2gtk_5.rb
+1
-3
No files found.
packages/gnome_maps.rb
View file @
88df478f
...
...
@@ -6,20 +6,18 @@ class Gnome_maps < Package
@_ver
=
'40.rc'
version
@_ver
license
'GPL-2+, LGPL-2+, MIT, CC-BY-3.0 and CC-BY-SA-3.0'
compatibility
'
al
l'
compatibility
'
x86_64 aarch64 armv7
l'
source_url
"https://gitlab.gnome.org/GNOME/gnome-maps/-/archive/v
#{
@_ver
}
/gnome-maps-v
#{
@_ver
}
.tar.bz2"
source_sha256
'db00e0c8e5ce3c3fb3801ecf522f76751cc1f0b1d5007c6169207260143f163b'
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gnome_maps/40.rc_armv7l/gnome_maps-40.rc-chromeos-armv7l.tar.xz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gnome_maps/40.rc_armv7l/gnome_maps-40.rc-chromeos-armv7l.tar.xz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gnome_maps/40.rc_i686/gnome_maps-40.rc-chromeos-i686.tar.xz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gnome_maps/40.rc_x86_64/gnome_maps-40.rc-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'a2c42ed9bb3ae39df2987dd0985ba16081b7d46f402bbd0dd18ac3310a5f6557'
,
armv7l:
'a2c42ed9bb3ae39df2987dd0985ba16081b7d46f402bbd0dd18ac3310a5f6557'
,
i686:
'af96f8c19eb879b2809c309c4e5fdb3bba73bf6ba4cbee3976b47c4e97c752c5'
,
x86_64:
'1f29fa5107fa2c36dae1d4ffa58b1ace0b76d3dafd0bd51595ac92078e39be9a'
})
...
...
packages/gsettings_desktop_schemas.rb
View file @
88df478f
...
...
@@ -6,20 +6,18 @@ class Gsettings_desktop_schemas < Package
@_ver
=
'40.0'
version
@_ver
license
'LGPL-2.1+'
compatibility
'
al
l'
compatibility
'
x86_64 aarch64 armv7
l'
source_url
"https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/archive/
#{
@_ver
}
/gsettings-desktop-schemas-
#{
@_ver
}
.tar.bz2"
source_sha256
'ce1d57e98ba6e460f9764e4a48a28ebe1866423e54c1eeceff6a3c90feb41bc6'
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gsettings_desktop_schemas/40.0_armv7l/gsettings_desktop_schemas-40.0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gsettings_desktop_schemas/40.0_armv7l/gsettings_desktop_schemas-40.0-chromeos-armv7l.tar.xz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gsettings_desktop_schemas/40.0_i686/gsettings_desktop_schemas-40.0-chromeos-i686.tar.xz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gsettings_desktop_schemas/40.0_x86_64/gsettings_desktop_schemas-40.0-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'2b7288bf9e021ae99686f1a09521154c1e12f8ccb6e370797fe345c729e80c76'
,
armv7l:
'2b7288bf9e021ae99686f1a09521154c1e12f8ccb6e370797fe345c729e80c76'
,
i686:
'1e109b5a0d7bb4fbe8e81135835a3916acc0b6a73b18c837df16e11e87ef1d48'
,
x86_64:
'dc5237b94506cbf20080be7d1af759053dbdabde617329f08714a849eb4fc7c3'
})
...
...
packages/gtk4.rb
View file @
88df478f
...
...
@@ -3,25 +3,23 @@ require 'package'
class
Gtk4
<
Package
description
'GTK+ is a multi-platform toolkit for creating graphical user interfaces.'
homepage
'https://developer.gnome.org/gtk4/'
@_ver
=
'4.
2
.1'
@_ver
=
'4.
3
.1'
@_ver_prelastdot
=
@_ver
.
rpartition
(
'.'
)[
0
]
version
@_ver
license
'LGPL-2.1'
compatibility
'
al
l'
compatibility
'
x86_64 aarch64 armv7
l'
source_url
'https://gitlab.gnome.org/GNOME/gtk.git'
git_hashtag
@_ver
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtk4/4.2.1_armv7l/gtk4-4.2.1-chromeos-armv7l.tpxz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtk4/4.2.1_armv7l/gtk4-4.2.1-chromeos-armv7l.tpxz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtk4/4.2.1_i686/gtk4-4.2.1-chromeos-i686.tpxz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtk4/4.2.1_x86_64/gtk4-4.2.1-chromeos-x86_64.tpxz'
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtk4/4.3.1_armv7l/gtk4-4.3.1-chromeos-armv7l.tpxz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtk4/4.3.1_armv7l/gtk4-4.3.1-chromeos-armv7l.tpxz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtk4/4.3.1_x86_64/gtk4-4.3.1-chromeos-x86_64.tpxz'
})
binary_sha256
({
aarch64:
'131b1ef2ee52e9e4e19ac99a2973f2a6b0322d9bb02b7141f792bfe9f6f0b7e8'
,
armv7l:
'131b1ef2ee52e9e4e19ac99a2973f2a6b0322d9bb02b7141f792bfe9f6f0b7e8'
,
i686:
'49d26942d98c39a093fd341cfb5f62c97d869c20246304ccd8f9ff1cee5c4b92'
,
x86_64:
'47520c1d162a3f626e7df1dd50a936b737ce4cf09e76ed1cec228e806fc3e321'
aarch64:
'd714a0b5c0318ee50ad3e7bd581e4d69435aafcf3800b640030f940e5accb1cd'
,
armv7l:
'd714a0b5c0318ee50ad3e7bd581e4d69435aafcf3800b640030f940e5accb1cd'
,
x86_64:
'986e9290a4ba1e216db1f7d6c89ce4d86cf9ecae1af3b90c1ad43fd385237c75'
})
# L = Logical Dependency, R = Runtime Dependency
...
...
packages/gtkmm4.rb
View file @
88df478f
...
...
@@ -5,20 +5,18 @@ class Gtkmm4 < Package
homepage
'https://www.gtkmm.org/'
version
'4.0.1'
license
'LGPL-2.1+'
compatibility
'
al
l'
compatibility
'
x86_64 aarch64 armv7
l'
source_url
'https://download.gnome.org/sources/gtkmm/4.0/gtkmm-4.0.1.tar.xz'
source_sha256
'8973d9bc7848e02cb2051e05f3ee3a4baffe2feb4af4a5487f0e3132eec03884'
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtkmm4/4.0.1_armv7l/gtkmm4-4.0.1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtkmm4/4.0.1_armv7l/gtkmm4-4.0.1-chromeos-armv7l.tar.xz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtkmm4/4.0.1_i686/gtkmm4-4.0.1-chromeos-i686.tar.xz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtkmm4/4.0.1_x86_64/gtkmm4-4.0.1-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'1d2640f81201631586b082735b8ad82a229ff9502233acc4ed628ba88dd46278'
,
armv7l:
'1d2640f81201631586b082735b8ad82a229ff9502233acc4ed628ba88dd46278'
,
i686:
'2672ac3748735b14decae069d71fc25e2e19b298638e422c11c6424a5763bec0'
,
x86_64:
'd6b5659e5e00d16442c9368db8c7baf610fb62f43111ed6f6cd93dfb0417fbf1'
})
...
...
packages/gtksourceview_3.rb
View file @
88df478f
...
...
@@ -6,20 +6,18 @@ class Gtksourceview_3 < Package
@_ver
=
'3.24.11'
version
@_ver
license
'GPL-2'
compatibility
'
al
l'
compatibility
'
x86_64 aarch64 armv7
l'
source_url
'https://download.gnome.org/sources/gtksourceview/3.24/gtksourceview-3.24.11.tar.xz'
source_sha256
'691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd'
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_3/3.24.11_armv7l/gtksourceview_3-3.24.11-chromeos-armv7l.tar.xz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_3/3.24.11_armv7l/gtksourceview_3-3.24.11-chromeos-armv7l.tar.xz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_3/3.24.11_i686/gtksourceview_3-3.24.11-chromeos-i686.tar.xz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_3/3.24.11_x86_64/gtksourceview_3-3.24.11-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'66c81231c2866221935586f1230a5be8df66685bbe29cc9c44063a0d5999dc5b'
,
armv7l:
'66c81231c2866221935586f1230a5be8df66685bbe29cc9c44063a0d5999dc5b'
,
i686:
'1b2163c1768580c47cc477fc336b378f2989481e117ca36b9deaf5d174195b2f'
,
x86_64:
'539da69432b1494f60cdc5d498f0ec13d89835688b3775a1b0a7d72c671b8454'
,
})
...
...
packages/gtksourceview_4.rb
View file @
88df478f
...
...
@@ -6,20 +6,18 @@ class Gtksourceview_4 < Package
@_ver
=
'4.8.1'
version
@_ver
license
'LGPL-2.1+'
compatibility
'
al
l'
compatibility
'
x86_64 aarch64 armv7
l'
source_url
"https://gitlab.gnome.org/GNOME/gtksourceview/-/archive/
#{
@_ver
}
/gtksourceview-
#{
@_ver
}
.tar.bz2"
source_sha256
'ec16a6a61d643e278d3a02828257a59d802d4ae740247bf03fdebf10d9401635'
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_4/4.8.1_armv7l/gtksourceview_4-4.8.1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_4/4.8.1_armv7l/gtksourceview_4-4.8.1-chromeos-armv7l.tar.xz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_4/4.8.1_i686/gtksourceview_4-4.8.1-chromeos-i686.tar.xz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_4/4.8.1_x86_64/gtksourceview_4-4.8.1-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'b6e5a158eaf5853eadcc5fcf3057c84b60800113358e3db76b1c9b716faec11e'
,
armv7l:
'b6e5a158eaf5853eadcc5fcf3057c84b60800113358e3db76b1c9b716faec11e'
,
i686:
'c0799e84f28569699b968f501a45f37e21b38ee0257774e87075139e54308094'
,
x86_64:
'68b3cea57e7cd0edf6712b9ad3b8c9c1e3b2b7723d7a1cc070178b04db597d82'
})
...
...
packages/gtksourceview_5.rb
View file @
88df478f
...
...
@@ -6,20 +6,18 @@ class Gtksourceview_5 < Package
@_ver
=
'5.0.0'
version
@_ver
license
'LGPL-2.1+'
compatibility
'
al
l'
compatibility
'
x86_64 aarch64 armv7
l'
source_url
"https://gitlab.gnome.org/GNOME/gtksourceview/-/archive/
#{
@_ver
}
/gtksourceview-
#{
@_ver
}
.tar.bz2"
source_sha256
'b97ee7f2404d00ba607b865a838ee7c90053811c16c633a6359dace4ee1f218c'
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_5/5.0.0_armv7l/gtksourceview_5-5.0.0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_5/5.0.0_armv7l/gtksourceview_5-5.0.0-chromeos-armv7l.tar.xz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_5/5.0.0_i686/gtksourceview_5-5.0.0-chromeos-i686.tar.xz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/gtksourceview_5/5.0.0_x86_64/gtksourceview_5-5.0.0-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'0e1f4e4d940074837e075f5008dd5178b5e9c6b4bcf2f8eabd16002adf7adb8c'
,
armv7l:
'0e1f4e4d940074837e075f5008dd5178b5e9c6b4bcf2f8eabd16002adf7adb8c'
,
i686:
'd27b36e8275ba473c3758ae708eebd1aa80a34a346db5a44593d196f9f2f96a7'
,
x86_64:
'455fb554c60675f9c15b77510cab48ed1986caba9f7c9cabe6f6d945bb30962e'
})
...
...
packages/ibus.rb
View file @
88df478f
...
...
@@ -6,20 +6,18 @@ class Ibus < Package
@_ver
=
'1.5.24'
version
"
#{
@_ver
}
-1"
license
'LGPL-2.1'
compatibility
'
al
l'
compatibility
'
x86_64 aarch64 armv7
l'
source_url
"https://github.com/ibus/ibus/releases/download/
#{
@_ver
}
/ibus-
#{
@_ver
}
.tar.gz"
source_sha256
'abf33a965063629d3bbdab8a5948736ce3a9523cc3d6331e5ea0ec5e8ea7421f'
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/ibus/1.5.24-1_armv7l/ibus-1.5.24-1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/ibus/1.5.24-1_armv7l/ibus-1.5.24-1-chromeos-armv7l.tar.xz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/ibus/1.5.24-1_i686/ibus-1.5.24-1-chromeos-i686.tar.xz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/ibus/1.5.24-1_x86_64/ibus-1.5.24-1-chromeos-x86_64.tar.xz'
})
binary_sha256
({
aarch64:
'f12163d784b45e68bbc6c5f844fe3082db1f3c2b3dc621464cc4ac4d81ba2024'
,
armv7l:
'f12163d784b45e68bbc6c5f844fe3082db1f3c2b3dc621464cc4ac4d81ba2024'
,
i686:
'683dd8cd21854a8a47a66e3d3c238cc898d22745f48390c28483ef16fdfecd40'
,
x86_64:
'baeca79b3d8750e062e46dcee2114f3425a8abed1a104db540df542ea098814f'
})
...
...
packages/vte.rb
View file @
88df478f
...
...
@@ -6,20 +6,18 @@ class Vte < Package
@_ver
=
'0.64.2'
version
@_ver
license
'LGPL-2+ and GPL-3+'
compatibility
'
al
l'
compatibility
'
x86_64 aarch64 armv7
l'
source_url
'https://gitlab.gnome.org/GNOME/vte.git'
git_hashtag
@_ver
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/vte/0.64.2_armv7l/vte-0.64.2-chromeos-armv7l.tpxz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/vte/0.64.2_armv7l/vte-0.64.2-chromeos-armv7l.tpxz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/vte/0.64.2_i686/vte-0.64.2-chromeos-i686.tpxz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/vte/0.64.2_x86_64/vte-0.64.2-chromeos-x86_64.tpxz'
})
binary_sha256
({
aarch64:
'28d3e1ec594f547221c5a806b89017f4f44817053238a3c75eef000a856c7a29'
,
armv7l:
'28d3e1ec594f547221c5a806b89017f4f44817053238a3c75eef000a856c7a29'
,
i686:
'8e3696af4f9cf32e5b7a22741c66eeba991d3a261c68acd3b4223dde9747d24e'
,
x86_64:
'3c8d0ddce8365705d966bdc2b1102d77dd660c0265b0e36ff9a7848e400614e0'
})
...
...
packages/webkit2gtk_5.rb
View file @
88df478f
...
...
@@ -6,20 +6,18 @@ class Webkit2gtk_5 < Package
@_ver
=
'2.32.1'
version
@_ver
license
'LGPL-2+ and BSD-2'
compatibility
'
al
l'
compatibility
'
x86_64 aarch64 armv7
l'
source_url
"https://webkitgtk.org/releases/webkitgtk-
#{
@_ver
}
.tar.xz"
source_sha256
'136117317f70f66486f71b8edf5e46f8776403c5d8a296e914b11a36ef836917'
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/webkit2gtk_5/2.32.1_armv7l/webkit2gtk_5-2.32.1-chromeos-armv7l.tpxz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/webkit2gtk_5/2.32.1_armv7l/webkit2gtk_5-2.32.1-chromeos-armv7l.tpxz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/webkit2gtk_5/2.32.1_i686/webkit2gtk_5-2.32.1-chromeos-i686.tpxz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/webkit2gtk_5/2.32.1_x86_64/webkit2gtk_5-2.32.1-chromeos-x86_64.tpxz'
})
binary_sha256
({
aarch64:
'706890a948d02cb2db17d3f1ef0718710c88ba8900a6bc31cb6905498aa85189'
,
armv7l:
'706890a948d02cb2db17d3f1ef0718710c88ba8900a6bc31cb6905498aa85189'
,
i686:
'74d8d4d4badd3f4484cd098a1828aeb423d05a1dad4b5e1a42f13101c5af123b'
,
x86_64:
'5dfa210eecb769b0b301474ee2bd819f68eda3fa27e1e372a0cb046718675a90'
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment