Commit 801bdf12 authored by satmandu's avatar satmandu Committed by GitHub

xlibs updates: libx11 ->1.7.0, xprop -> 1.2.5, xkbcomp -> 1.4.4 (#4614)

* libx11 -> 1.7.0

* xprop -> 1.2.5

* xkbcomp -> 1.4.4
parent 10495e78
......@@ -3,23 +3,11 @@ require 'package'
class Libx11 < Package
description 'C interface to the X window system'
homepage 'https://x.org'
version '1.6.12-1'
version '1.7.0'
compatibility 'all'
source_url 'https://www.x.org/archive/individual/lib/libX11-1.6.12.tar.bz2'
source_sha256 'f108227469419ac04d196df0f3b80ce1f7f65059bb54c0de811f4d8e03fd6ec7'
source_url 'https://www.x.org/archive/individual/lib/libX11-1.7.0.tar.bz2'
source_sha256 '36c8f93b6595437c8cfbc9f08618bcb3041cbd303e140a0013f88e4c2977cb54'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.12-1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.12-1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.12-1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libx11-1.6.12-1-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'd715d29d6f7d8de9ee49bb702d2d971ce5b71e85d51fb98aa96b49768ab7d742',
armv7l: 'd715d29d6f7d8de9ee49bb702d2d971ce5b71e85d51fb98aa96b49768ab7d742',
i686: 'e06833cfde25b822fdf7d2268d5be63dcb7f443c26fdb2b2bf45ee60f396d95d',
x86_64: 'a2d9bb3e29dd747039cb83ed329bc09723bde68c6c92398212fda8f317a3fbd2',
})
depends_on 'llvm' => ':build'
depends_on 'xorg_proto'
......
......@@ -3,31 +3,17 @@ require 'package'
class Xkbcomp < Package
description 'Compile XKB keyboard'
homepage 'https://www.x.org'
version '1.4.3'
version '1.4.4'
compatibility 'all'
source_url 'https://www.x.org/archive/individual/app/xkbcomp-1.4.3.tar.bz2'
source_sha256 '06242c169fc11caf601cac46d781d467748c6a330e15b36dce46520b8ac8d435'
source_url 'https://www.x.org/archive/individual/app/xkbcomp-1.4.4.tar.bz2'
source_sha256 '59cce603a607a17722a0a1cf99010f4894e7812beb5d695abbc08474d59af27e'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/xkbcomp-1.4.3-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/xkbcomp-1.4.3-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/xkbcomp-1.4.3-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/xkbcomp-1.4.3-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '711ac4cd7c2b87345fc7ba1e7ba9b961c17985e636de5aa628ae6ed0c40eff80',
armv7l: '711ac4cd7c2b87345fc7ba1e7ba9b961c17985e636de5aa628ae6ed0c40eff80',
i686: '8c7651c05a5d690b06ce52e45b9742109ed9481ac482e27accded5c88bf651de',
x86_64: '17f0570519a3a9e8da6cb8443fe33491b70900fcd2a420b2af0ab37ea029f07e',
})
depends_on 'mesa'
depends_on 'xcb_util'
def self.build
system './configure',
"--prefix=#{CREW_PREFIX}",
"--libdir=#{CREW_LIB_PREFIX}"
system "./configure #{CREW_OPTIONS}"
system 'make'
end
......
......@@ -3,30 +3,15 @@ require 'package'
class Xprop < Package
description 'Xprop is a property displayer for X.'
homepage 'https://www.x.org/'
version '1.2.3'
version '1.2.5'
compatibility 'all'
source_url 'https://x.org/releases/individual/app/xprop-1.2.3.tar.bz2'
source_sha256 'd22afb28c86d85fff10a50156a7d0fa930c80ae865d70b26d805fd28a17a521b'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/xprop-1.2.3-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/xprop-1.2.3-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/xprop-1.2.3-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/xprop-1.2.3-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '12aec4691f07cb0d55bd31441b02a5d496c15c7ffccce46866506669833de899',
armv7l: '12aec4691f07cb0d55bd31441b02a5d496c15c7ffccce46866506669833de899',
i686: '40d86af58fce14adf2bf12605a7935345c759a03513d590e63b50c5198d60b95',
x86_64: 'aaeb4ab85d29869250c52958035df3e0317d168f42ce3577b5edee1a2c9aa484',
})
source_url 'https://x.org/releases/individual/app/xprop-1.2.5.tar.bz2'
source_sha256 '9b92ed0316bf2486121d8bac88bd1878f16b43bd335f18009b1f941f1eca93a1'
depends_on 'xorg_lib'
def self.build
system './configure',
"--prefix=#{CREW_PREFIX}",
"--libdir=#{CREW_LIB_PREFIX}"
system "./configure #{CREW_OPTIONS}"
system 'make'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment