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
852393f1
Commit
852393f1
authored
Oct 20, 2020
by
satmandu
Committed by
GitHub
Oct 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xdmcp update to 1.1.3 , use clang (#4453)
* version update, use clang * change configure to chromebrew style
parent
7f0a5522
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
17 deletions
+7
-17
packages/libxdmcp.rb
packages/libxdmcp.rb
+7
-17
No files found.
packages/libxdmcp.rb
View file @
852393f1
...
@@ -3,28 +3,18 @@ require 'package'
...
@@ -3,28 +3,18 @@ require 'package'
class
Libxdmcp
<
Package
class
Libxdmcp
<
Package
description
'The libXdmcp package contains a library implementing the X Display Manager Control Protocol.'
description
'The libXdmcp package contains a library implementing the X Display Manager Control Protocol.'
homepage
'http://www.x.org'
homepage
'http://www.x.org'
version
'1.1.
2
-0'
version
'1.1.
3
-0'
compatibility
'all'
compatibility
'all'
source_url
'https://www.x.org/pub/individual/lib/libXdmcp-1.1.2.tar.bz2'
source_url
'https://www.x.org/pub/individual/lib/libXdmcp-1.1.3.tar.bz2'
source_sha256
'81fe09867918fff258296e1e1e159f0dc639cb30d201c53519f25ab73af4e4e2'
source_sha256
'20523b44aaa513e17c009e873ad7bbc301507a3224c232610ce2e099011c6529'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/libxdmcp-1.1.2-0-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/libxdmcp-1.1.2-0-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/libxdmcp-1.1.2-0-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/libxdmcp-1.1.2-0-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'409aa7e74743cd1ac2bc619bba6b6890a59d9e15c591ab8d548ddf7991354e1f'
,
armv7l:
'409aa7e74743cd1ac2bc619bba6b6890a59d9e15c591ab8d548ddf7991354e1f'
,
i686:
'bb5fef68c987cca02dd84eb1cccf9f30598522b4932739f39d6126e2446c1179'
,
x86_64:
'b9b1a87572a321a7ff1be4bcb9c20b25c67b4a80fb5fe8867d0f24d29ecce5ae'
,
})
depends_on
"xorg_proto"
depends_on
"xorg_proto"
depends_on
"llvm"
=>
':build'
def
self
.
build
def
self
.
build
system
"./configure --prefix=
#{
CREW_PREFIX
}
--libdir=
#{
CREW_LIB_PREFIX
}
"
ENV
[
'CC'
]
=
'clang'
ENV
[
'CXX'
]
=
'clang'
system
"./configure
#{
CREW_OPTIONS
}
"
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