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
195d2810
Commit
195d2810
authored
Feb 06, 2018
by
Ed Reel
Committed by
GitHub
Feb 06, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1744 from lovedheart/patch-19
Create at_spi2_core.rb
parents
b2b3377d
bcf93106
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
packages/at_spi2_core.rb
packages/at_spi2_core.rb
+25
-0
No files found.
packages/at_spi2_core.rb
0 → 100644
View file @
195d2810
require
'package'
class
At_spi2_core
<
Package
description
'This is over DBus, tookit widgets provide their content to screen readers such as Orca'
homepage
'http://www.freedesktop.org/'
version
'2.26.1'
source_url
'https://github.com/GNOME/at-spi2-core/archive/AT_SPI2_CORE_2_26_1.tar.gz'
source_sha256
'30cafdcce582cf7fc57d760ef36293344b8a29370f96b300ff56fe24cdb4a0a2'
depends_on
'automake'
=>
:build
depends_on
'libxtst'
depends_on
'dbus'
depends_on
'glib'
depends_on
'gobject_introspection'
def
self
.
build
system
"./autogen.sh"
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"make"
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
end
end
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