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
7e313cbf
Commit
7e313cbf
authored
Nov 25, 2019
by
Ed Reel
Committed by
Chris Thurber
Nov 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libxkbcommon from 0.8.0 to 0.9.1 (#3664)
Uninstall meson after tests Add pre-built binaries
parent
836a7fcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
15 deletions
+23
-15
packages/libxkbcommon.rb
packages/libxkbcommon.rb
+23
-15
No files found.
packages/libxkbcommon.rb
View file @
7e313cbf
...
...
@@ -3,21 +3,21 @@ require 'package'
class
Libxkbcommon
<
Package
description
'Keymap handling library for toolkits and window systems'
homepage
'http:s//xkbcommon.org'
version
'0.
8.0
'
source_url
'https://xkbcommon.org/download/libxkbcommon-0.
8.0
.tar.xz'
source_sha256
'
e829265db04e0aebfb0591b6dc3377b64599558167846c3f5ee5c5e53641fe6d
'
version
'0.
9.1
'
source_url
'https://xkbcommon.org/download/libxkbcommon-0.
9.1
.tar.xz'
source_sha256
'
d4c6aabf0a5c1fc616f8a6a65c8a818c03773b9a87da9fbc434da5acd1199be0
'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libxkbcommon-0.
8.0
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libxkbcommon-0.
8.0
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libxkbcommon-0.
8.0
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libxkbcommon-0.
8.0
-chromeos-x86_64.tar.xz'
,
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libxkbcommon-0.
9.1
-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libxkbcommon-0.
9.1
-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libxkbcommon-0.
9.1
-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libxkbcommon-0.
9.1
-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'
f3a2e09f2d405de3c8709388c2723413e5cd23d4b744a429303408ca8608801f
'
,
armv7l:
'
f3a2e09f2d405de3c8709388c2723413e5cd23d4b744a429303408ca8608801f
'
,
i686:
'
7de65d43457f7d75c1ba374cb0c21a5f83b7ea5e2be8d1c1cdb7baff856a1b1e
'
,
x86_64:
'
4e95bd2ac160dfe3e458f166c0b434931666c38c8fa5e7d9a0391ad936ddfb1a
'
,
aarch64:
'
92f859886c013e1e4d707c9ba5f8c24416ef90176f8c890a6bd695dc5c963072
'
,
armv7l:
'
92f859886c013e1e4d707c9ba5f8c24416ef90176f8c890a6bd695dc5c963072
'
,
i686:
'
e829130c0953c012a04605ec8b81f96efc151834dd39dc76a161c373698615b9
'
,
x86_64:
'
ebc0379107a731b6077e8a6d6ae5d1a002671f34048c4e31423a69fcf55f6644
'
,
})
depends_on
'bison'
...
...
@@ -25,12 +25,20 @@ class Libxkbcommon < Package
depends_on
'xkeyboard_config'
def
self
.
build
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"make"
system
"pip3 install --prefix
#{
CREW_PREFIX
}
-I meson==0.51.1"
system
'meson'
,
"--prefix=
#{
CREW_PREFIX
}
"
,
"--libdir=
#{
CREW_LIB_PREFIX
}
"
,
'_build'
system
'ninja -v -C _build'
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
def
self
.
check
system
'ninja -C _build test'
system
'pip3 uninstall meson -y'
end
def
self
.
install
system
"DESTDIR=
#{
CREW_DEST_DIR
}
ninja -C _build 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