libX11: update to 1.6.3.
This commit is contained in:
parent
87f512cbfe
commit
57a1adab7c
|
@ -1,26 +0,0 @@
|
||||||
From 5dcb40f28d59587597d2ff6e6ac64c71cfe6ff7b Mon Sep 17 00:00:00 2001
|
|
||||||
From: James Cloos <cloos@jhcloos.com>
|
|
||||||
Date: Tue, 17 Sep 2013 16:50:42 +0000
|
|
||||||
Subject: nls/en_US.UTF-8/Compose.pre: Fix typo.
|
|
||||||
|
|
||||||
Fix typo added in 215ce6a67863, s/actute/acute/.
|
|
||||||
|
|
||||||
Fixes bug #69476. Reported by Jean Krohn.
|
|
||||||
|
|
||||||
Signed-off-by: James Cloos <cloos@jhcloos.com>
|
|
||||||
---
|
|
||||||
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
|
|
||||||
index a741332..7314d7f 100644
|
|
||||||
--- nls/en_US.UTF-8/Compose.pre
|
|
||||||
+++ nls/en_US.UTF-8/Compose.pre
|
|
||||||
@@ -743,7 +743,7 @@ XCOMM Part 3
|
|
||||||
<Multi_key> <i> <quotedbl> : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS
|
|
||||||
<Multi_key> <diaeresis> <i> : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS
|
|
||||||
<Multi_key> <i> <diaeresis> : "ï" idiaeresis # LATIN SMALL LETTER I WITH DIAERESIS
|
|
||||||
-<dead_actute> <j> : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301
|
|
||||||
+<dead_acute> <j> : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301
|
|
||||||
<Multi_key> <apostrophe> <j> : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301
|
|
||||||
<Multi_key> <j> <apostrophe> : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301
|
|
||||||
<Multi_key> <acute> <j> : "j́" # LATIN SMALL LETTER J U006A with COMBINING ACUTE ACCENT U0301
|
|
||||||
--
|
|
||||||
cgit v0.9.0.2-2-gbebe
|
|
|
@ -1,24 +0,0 @@
|
||||||
From 6f30e9034f29c3ae6ad7e617b3d5e903aa107b6a Mon Sep 17 00:00:00 2001
|
|
||||||
From: Reuben Thomas <rrt@sc3d.org>
|
|
||||||
Date: Mon, 27 Jan 2014 14:18:24 +0000
|
|
||||||
Subject: en_US.UTF-8/Compose: Fix apparent copy-paste-o, changing capital to small A.
|
|
||||||
|
|
||||||
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
|
|
||||||
---
|
|
||||||
diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
|
|
||||||
index 5434425..7cdcb49 100644
|
|
||||||
--- nls/en_US.UTF-8/Compose.pre
|
|
||||||
+++ nls/en_US.UTF-8/Compose.pre
|
|
||||||
@@ -818,8 +818,8 @@ XCOMM Part 3
|
|
||||||
<Multi_key> <macron> <a> : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON
|
|
||||||
<Multi_key> <underscore> <a> : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON
|
|
||||||
<Multi_key> <a> <underscore> : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON
|
|
||||||
-<Multi_key> <minus> <a> : "ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON
|
|
||||||
-<Multi_key> <a> <minus> : "ā" U0100 # LATIN CAPITAL LETTER A WITH MACRON
|
|
||||||
+<Multi_key> <minus> <a> : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON
|
|
||||||
+<Multi_key> <a> <minus> : "ā" U0101 # LATIN SMALL LETTER A WITH MACRON
|
|
||||||
<dead_breve> <A> : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE
|
|
||||||
<Multi_key> <U> <A> : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE
|
|
||||||
<Multi_key> <b> <A> : "Ă" U0102 # LATIN CAPITAL LETTER A WITH BREVE
|
|
||||||
--
|
|
||||||
cgit v0.9.0.2-2-gbebe
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template build file for 'libX11'.
|
# Template build file for 'libX11'.
|
||||||
pkgname=libX11
|
pkgname=libX11
|
||||||
version=1.6.2
|
version=1.6.3
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
|
||||||
--disable-secure-rpc --disable-static --enable-malloc0returnsnull"
|
--disable-secure-rpc --disable-static --enable-malloc0returnsnull"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="xproto>=7.0.23 xextproto xtrans xcmiscproto
|
makedepends="xproto xextproto xtrans xcmiscproto kbproto bigreqsproto
|
||||||
kbproto bigreqsproto inputproto>=2.2 xf86bigfontproto libxcb-devel"
|
inputproto>=2.2 xf86bigfontproto libxcb-devel"
|
||||||
short_desc="Base X libraries from Xorg"
|
short_desc="Base X libraries from Xorg"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="http://xorg.freedesktop.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
checksum=2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16
|
checksum=cf31a7c39f2f52e8ebd0db95640384e63451f9b014eed2bb7f5de03e8adc8111
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans"
|
hostmakedepends+=" libtool automake xorg-util-macros xproto xtrans"
|
||||||
|
@ -23,11 +23,11 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
|
|
||||||
libX11-devel_package() {
|
libX11-devel_package() {
|
||||||
depends="xproto kbproto libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue