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
2fc130d7
Commit
2fc130d7
authored
Dec 23, 2020
by
satmandu
Committed by
GitHub
Dec 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gtk add atk dep, Atk -> 2.36 (#4809)
* Update atk.rb * gtk3 complains if it doesn't have a new enough atk
parent
379dbe03
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
18 deletions
+9
-18
packages/atk.rb
packages/atk.rb
+8
-18
packages/gtk3.rb
packages/gtk3.rb
+1
-0
No files found.
packages/atk.rb
View file @
2fc130d7
...
...
@@ -3,33 +3,23 @@ require 'package'
class
Atk
<
Package
description
'ATK provides the set of accessibility interfaces that are implemented by other tookits and applications'
homepage
'https://developer.gnome.org/atk'
version
'2.
26.1
'
version
'2.
36
'
compatibility
'all'
source_url
'https://download.gnome.org/sources/atk/2.
26/atk-2.26.1
.tar.xz'
source_sha256
'
ef00ff6b83851dddc8db38b4d9faeffb99572ba150b0664ee02e46f015ea97cb
'
source_url
'https://download.gnome.org/sources/atk/2.
36/atk-2.36.0
.tar.xz'
source_sha256
'
fb76247e369402be23f1f5c65d38a9639c1164d934e40f6a9cf3c9e96b652788
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/atk-2.26.1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/atk-2.26.1-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/atk-2.26.1-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/atk-2.26.1-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'70c1f880c008c5f4282881ec3874db7b10967d2b5cdb6e6ad6ccdcad3ce474b7'
,
armv7l:
'70c1f880c008c5f4282881ec3874db7b10967d2b5cdb6e6ad6ccdcad3ce474b7'
,
i686:
'f23be7cebc618b3c77e0a2f600cca826c76e31fba9ecf4161acfd464a7ee67a4'
,
x86_64:
'9207587db8548706d1fd592aee5f2e501218d9c44367b0f9826869a44215989b'
,
})
depends_on
'gobject_introspection'
depends_on
'six'
=>
:build
def
self
.
build
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"make"
system
"meson
#{
CREW_MESON_OPTIONS
}
build"
system
"meson configure build"
system
'ninja -C build'
end
def
self
.
install
system
"
make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"
install"
system
"
DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C build
install"
end
end
packages/gtk3.rb
View file @
2fc130d7
...
...
@@ -26,6 +26,7 @@ class Gtk3 < Package
depends_on
'shared_mime_info'
depends_on
'six'
=>
:build
depends_on
'xdg_base'
depends_on
'atk'
def
self
.
build
# The lld linker allows linking against system ChromeOS libs.
...
...
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