Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
34b78706
Commit
34b78706
authored
Jun 27, 2017
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it4i-salomon'
parents
2d9dc359
72cdd49c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
1 deletion
+28
-1
x/X11/X11-20170314-test.eb
x/X11/X11-20170314-test.eb
+27
-0
x/xorg-server/.xorg-server-1.19.3-intel-2017a.eb.swp
x/xorg-server/.xorg-server-1.19.3-intel-2017a.eb.swp
+0
-0
x/xorg-server/xorg-server-1.19.3-intel-2017a.eb
x/xorg-server/xorg-server-1.19.3-intel-2017a.eb
+1
-1
No files found.
x/X11/X11-20170314-test.eb
View file @
34b78706
...
...
@@ -16,6 +16,9 @@ source_urls = [
'http://xkbcommon.org/download/',
'http://cgit.freedesktop.org/xorg/util/macros/snapshot',
'http://www.x.org/pub/individual/data',
'https://www.x.org/pub/individual/font',
'https://www.x.org/pub/individual/app',
'https://www.x.org/pub/individual/xserver'
]
dependencies = [
...
...
@@ -23,6 +26,9 @@ dependencies = [
('fontconfig', '2.12.1', '-libpng-1.6.29'),
('freetype', '2.7.1', '-libpng-1.6.29'),
('zlib', '1.2.11'),
('Mesa', '17.0.2', '', ('intel', '2017a')),
('nettle', '3.3', '', ('intel', '2017a')),
('XKeyboardConfig', '2.21'),
]
builddependencies = [
('Autotools', '20150215'),
...
...
@@ -39,6 +45,15 @@ common_specs = {
'sources': [SOURCE_TAR_GZ],
'start_dir': '%(name)s-%(version)s',
}
server_specs = {
'sources': [SOURCE_TAR_GZ],
'start_dir': '%(name)s-%(version)s',
'configopts': '--disable-glamor --enable-suid-wrapper --disable-systemd-logind',
}
components = [
('xorg-macros', '1.19.1', { # 2017-01-29
'sources': ['util-macros-%(version)s.tar.gz'],
...
...
@@ -56,6 +71,7 @@ components = [
('glproto', '1.4.17', common_specs), # 2013-12-10
('inputproto', '2.3.2', common_specs), # 2016-04-04
('kbproto', '1.0.7', common_specs), # 2015-05-01
('xkbdata', '1.0.1', common_specs),
('presentproto', '1.1', common_specs), # 2017-01-26
('randrproto', '1.5.0', common_specs), # 2015-05-17
('recordproto', '1.14.2', common_specs), # 2012-03-23
...
...
@@ -112,6 +128,7 @@ components = [
('libpciaccess', '0.13.4', common_specs), # 2015-05-01
('libxkbfile', '1.0.9', common_specs), # 2015-05-01
('libxshmfence', '1.2', common_specs), # 2015-01-02
('xkbcomp', '1.4.0', common_specs),
('xcb-util', '0.4.0', common_specs), # 2014-10-15
('xcb-util-image', '0.4.0', common_specs), # 2014-10-15
('xcb-util-keysyms', '0.4.0', common_specs), # 2014-10-01
...
...
@@ -119,6 +136,16 @@ components = [
('xcb-util-wm', '0.4.1', common_specs), # 2014-02-19
('xcb-util-cursor', '0.1.3', common_specs), # 2016-05-12
('xcursor-themes', '1.0.4', common_specs),
('font-util', '1.3.1', common_specs),
('encodings', '1.0.4', common_specs),
('font-alias', '1.0.3', common_specs),
('font-adobe-utopia-type1', '1.0.4', common_specs),
('font-bh-ttf', '1.0.3', common_specs),
('font-bh-type1', '1.0.3', common_specs),
('font-ibm-type1', '1.0.3', common_specs),
('font-misc-ethiopic', '1.0.3', common_specs),
('font-xfree86-type1', '1.0.4', common_specs),
('xorg-server', '1.19.3', server_specs),
]
# Python is required for xcb-proto
...
...
x/xorg-server/.xorg-server-1.19.3-intel-2017a.eb.swp
0 → 100644
View file @
34b78706
File added
x/xorg-server/xorg-server-1.19.3-intel-2017a.eb
View file @
34b78706
...
...
@@ -19,7 +19,7 @@ configopts = '--disable-glamor --enable-suid-wrapper --disable-systemd-logind'
dependencies = [
('Mesa', '17.0.2'),
('X11', '20170314', '', True),
('X11', '20170314', '
-test
', True),
('nettle', '3.3'),
('XKeyboardConfig', '2.21', '', True)
]
...
...
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