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
81495195
Commit
81495195
authored
Mar 11, 2018
by
lovedheart
Committed by
Ed Reel
Mar 11, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libxau.rb (#2009)
#1981
parent
0215a8e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
packages/libxau.rb
packages/libxau.rb
+4
-10
No files found.
packages/libxau.rb
View file @
81495195
...
@@ -3,27 +3,21 @@ require 'package'
...
@@ -3,27 +3,21 @@ require 'package'
class
Libxau
<
Package
class
Libxau
<
Package
description
'xau library for libX11'
description
'xau library for libX11'
homepage
'https://x.org'
homepage
'https://x.org'
version
'1.0.8'
version
'1.0.8
-0
'
source_url
'https://www.x.org/archive/individual/lib/libXau-1.0.8.tar.gz'
source_url
'https://www.x.org/archive/individual/lib/libXau-1.0.8.tar.gz'
source_sha256
'c343b4ef66d66a6b3e0e27aa46b37ad5cab0f11a5c565eafb4a1c7590bc71d7b'
source_sha256
'c343b4ef66d66a6b3e0e27aa46b37ad5cab0f11a5c565eafb4a1c7590bc71d7b'
binary_url
({
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libxau-1.0.8-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libxau-1.0.8-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libxau-1.0.8-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libxau-1.0.8-chromeos-x86_64.tar.xz'
,
})
})
binary_sha256
({
binary_sha256
({
aarch64:
'2f6026d23eddeb0ee904e2833075f27781ca8fed5b374a800641a04a6f55883e'
,
armv7l:
'2f6026d23eddeb0ee904e2833075f27781ca8fed5b374a800641a04a6f55883e'
,
i686:
'3c26b592e53c958237030da201ca9a630e02ce241fef21397a055c29aa7d9509'
,
x86_64:
'df36a2ee46e3f9ed704e610337cdaa22f915107e58f716755604b4b743f689f8'
,
})
})
depends_on
'xproto'
depends_on
'xproto'
def
self
.
build
def
self
.
build
system
"./configure"
system
"./configure
--prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
system
"make"
system
"make"
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