[arch-commits] Commit in libx11/trunk (PKGBUILD)

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:16:35
  Author: lcarlier
Revision: 364281

upgpkg: libx11 1.6.9-1

upstream update 1.6.9

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:09:54 UTC (rev 364280)
+++ PKGBUILD2019-10-09 18:16:35 UTC (rev 364281)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.8
+pkgver=1.6.9
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(x86_64)
@@ -11,11 +11,12 @@
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('1de8e0ec466308bc48946d1ce7a7dc6bd3120b1b365cd01afd1bd51dd7369e3d1870dd379b0b7c5b07699095d59761bd23e2e02ab60929de32c39b6885016e76'
+sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'
 'SKIP')
-validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

 validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

+validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

 
 build() {
   cd "${srcdir}/libX11-${pkgver}"


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:31:19
  Author: lcarlier
Revision: 364283

upgpkg: libx11 1.6.9-2

remove file XKBgeom.h - conflicting with xorgproto package

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:16:42 UTC (rev 364282)
+++ PKGBUILD2019-10-09 18:31:19 UTC (rev 364283)
@@ -3,7 +3,7 @@
 
 pkgname=libx11
 pkgver=1.6.9
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/";
@@ -33,6 +33,9 @@
   cd "${srcdir}/libX11-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
+  # file already in xorgproto - introduced in libx11-1.6.9
+  rm "${pkgdir}"/usr/include/X11/extensions/XKBgeom.h
+
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2019-10-09 Thread Laurent Carlier via arch-commits
Date: Wednesday, October 9, 2019 @ 18:42:52
  Author: lcarlier
Revision: 364287

upgpkg: libx11 1.6.9-3

restore XKBgeom.h file - removed from xorgproto package

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 18:39:04 UTC (rev 364286)
+++ PKGBUILD2019-10-09 18:42:52 UTC (rev 364287)
@@ -3,7 +3,7 @@
 
 pkgname=libx11
 pkgver=1.6.9
-pkgrel=2
+pkgrel=3
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/";
@@ -33,9 +33,6 @@
   cd "${srcdir}/libX11-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
-  # file already in xorgproto - introduced in libx11-1.6.9
-  rm "${pkgdir}"/usr/include/X11/extensions/XKBgeom.h
-
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2020-07-31 Thread Laurent Carlier via arch-commits
Date: Friday, July 31, 2020 @ 15:53:33
  Author: lcarlier
Revision: 392779

upgpkg: libx11 1.6.10-1: upstream update 1.6.10

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-31 14:33:28 UTC (rev 392778)
+++ PKGBUILD2020-07-31 15:53:33 UTC (rev 392779)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.9
-pkgrel=7
+pkgver=1.6.10
+pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/";
@@ -13,7 +13,7 @@
 makedepends=('xorg-util-macros' 'xtrans')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'
+sha512sums=('ad384d8896fbe587f7fd99b0d3cc56fac6e2facbab52fa99174200d06b19dd163a483c998acf3834b3a4a3aa4de0dbbe13919a1c80e6797afe467c7075b403ff'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2020-11-20 Thread Andreas Radke via arch-commits
Date: Friday, November 20, 2020 @ 21:54:21
  Author: andyrtr
Revision: 401590

upgpkg: libx11 1.7.0-1: upstream update 1.7.0

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 21:13:58 UTC (rev 401589)
+++ PKGBUILD2020-11-20 21:54:21 UTC (rev 401590)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.12
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(x86_64)
@@ -13,12 +13,13 @@
 makedepends=('xorg-util-macros' 'xtrans')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('79df7d61d9009b0dd3b65f67a62189aa0a43799c01026b3d2d534092596a0b67f246af5e398a89eb1ccc61a27335f81be8262b8a39768a76f62d862cd7415a47'
+sha512sums=('f661ca90350fd8a94f054b00f12f5122cea068ebff706acfd399462236c189a296a2358d17d16166635101cf56cc19303dd407873a159932d093c9f33556f9fb'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

 validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

 validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

+validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # "Keith Packard 
"
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2020-12-11 Thread Andreas Radke via arch-commits
Date: Friday, December 11, 2020 @ 22:31:20
  Author: andyrtr
Revision: 403997

upgpkg: libx11 1.7.0-2: revert a commit that makes geeqie segfault

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 20:59:42 UTC (rev 403996)
+++ PKGBUILD2020-12-11 22:31:20 UTC (rev 403997)
@@ -3,7 +3,7 @@
 
 pkgname=libx11
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/";
@@ -10,10 +10,12 @@
 # keep xorgproto runtime dependency
 # 
https://lists.archlinux.org/pipermail/arch-dev-public/2019-December/029767.html
 depends=('libxcb' 'xorgproto')
-makedepends=('xorg-util-macros' 'xtrans')
+makedepends=('xorg-util-macros' 'xtrans' 'git')
 license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig}
+
fix-segfault.diff::https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/30ccef3a48029bf4fc31d4abda2d2778d0ad6277.patch)
 
sha512sums=('f661ca90350fd8a94f054b00f12f5122cea068ebff706acfd399462236c189a296a2358d17d16166635101cf56cc19303dd407873a159932d093c9f33556f9fb'
+'SKIP'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

@@ -21,6 +23,12 @@
 validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

 validpgpkeys=('C383B778255613DFDB409D91DB221A690011') # "Keith Packard 
"
 
+prepare() {
+  cd "${srcdir}/libX11-${pkgver}"
+  # https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/125
+  patch -R -p1 -i ../fix-segfault.diff
+}
+
 build() {
   cd "${srcdir}/libX11-${pkgver}"
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2019-06-17 Thread Andreas Radke via arch-commits
Date: Monday, June 17, 2019 @ 18:59:26
  Author: andyrtr
Revision: 356315

upgpkg: libx11 1.6.8-1

upstream update 1.6.8

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 18:56:07 UTC (rev 356314)
+++ PKGBUILD2019-06-17 18:59:26 UTC (rev 356315)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.7
+pkgver=1.6.8
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha256sums=('910e9e30efba4ad3672ca277741c2728aebffa7bc526f04dcfa74df2e52a1348'
+sha512sums=('1de8e0ec466308bc48946d1ce7a7dc6bd3120b1b365cd01afd1bd51dd7369e3d1870dd379b0b7c5b07699095d59761bd23e2e02ab60929de32c39b6885016e76'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2019-12-19 Thread Andreas Radke via arch-commits
Date: Thursday, December 19, 2019 @ 17:27:29
  Author: andyrtr
Revision: 371870

upgpkg: libx11 1.6.9-4: makedepend on xorgproto

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-19 17:24:29 UTC (rev 371869)
+++ PKGBUILD2019-12-19 17:27:29 UTC (rev 371870)
@@ -3,12 +3,12 @@
 
 pkgname=libx11
 pkgver=1.6.9
-pkgrel=3
+pkgrel=4
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/";
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+depends=('libxcb')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'xorgproto')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
 
sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2019-12-20 Thread Andreas Radke via arch-commits
Date: Friday, December 20, 2019 @ 14:07:01
  Author: andyrtr
Revision: 371987

upgpkg: libx11 1.6.9-5: remove xextproto proto build dependency - FS#64909

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-20 14:03:19 UTC (rev 371986)
+++ PKGBUILD2019-12-20 14:07:01 UTC (rev 371987)
@@ -3,12 +3,12 @@
 
 pkgname=libx11
 pkgver=1.6.9
-pkgrel=4
+pkgrel=5
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/";
 depends=('libxcb')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'xorgproto')
+makedepends=('xorg-util-macros' 'xtrans' 'xorgproto')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
 
sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2019-12-21 Thread Andreas Radke via arch-commits
Date: Saturday, December 21, 2019 @ 20:28:28
  Author: andyrtr
Revision: 372042

upgpkg: libx11 1.6.9-6: add back xorgproto runtime dependency after discussing 
variants with other devs, gp the pragmatic way like before and satisfy its 
pkgconfig file

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-21 17:28:13 UTC (rev 372041)
+++ PKGBUILD2019-12-21 20:28:28 UTC (rev 372042)
@@ -3,12 +3,14 @@
 
 pkgname=libx11
 pkgver=1.6.9
-pkgrel=5
+pkgrel=6
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/";
-depends=('libxcb')
-makedepends=('xorg-util-macros' 'xtrans' 'xorgproto')
+# keep xorgproto runtime dependency
+# 
https://lists.archlinux.org/pipermail/arch-dev-public/2019-December/029767.html
+depends=('libxcb' 'xorgproto')
+makedepends=('xorg-util-macros' 'xtrans')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
 
sha512sums=('fc18f0dc17ade1fc37402179f52e1f2b9c7b7d3a1a9590fea13046eb0c5193b4796289431cd99388eac01e8e59de77db45d2c9675d4f05ef8cf3ba6382c3dd31'


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2020-05-16 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 16, 2020 @ 09:44:12
  Author: foutrelis
Revision: 383924

upgpkg: libx11 1.6.9-7: reproducibility rebuild

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 09:43:56 UTC (rev 383923)
+++ PKGBUILD2020-05-16 09:44:12 UTC (rev 383924)
@@ -3,7 +3,7 @@
 
 pkgname=libx11
 pkgver=1.6.9
-pkgrel=6
+pkgrel=7
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/";


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2020-08-03 Thread Felix Yan via arch-commits
Date: Monday, August 3, 2020 @ 12:33:50
  Author: felixonmars
Revision: 393091

upgpkg: libx11 1.6.10-2: add a patch to fix xim regression (FS#67461)

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-03 11:29:01 UTC (rev 393090)
+++ PKGBUILD2020-08-03 12:33:50 UTC (rev 393091)
@@ -3,7 +3,7 @@
 
 pkgname=libx11
 pkgver=1.6.10
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/";
@@ -12,14 +12,21 @@
 depends=('libxcb' 'xorgproto')
 makedepends=('xorg-util-macros' 'xtrans')
 license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig}
+
libx11-xim-crash.patch::https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/93fce3f4e79cbc737d6468a4f68ba3de1b83953b.patch)
 
sha512sums=('ad384d8896fbe587f7fd99b0d3cc56fac6e2facbab52fa99174200d06b19dd163a483c998acf3834b3a4a3aa4de0dbbe13919a1c80e6797afe467c7075b403ff'
-'SKIP')
+'SKIP'
+
'4b43ea287200f0a078d1d446909d075d4bff84c5325a90a897b6473b498d044d8ba951adada247d5a3660147e5f6c3346be2078e91ab7f770964404fd76090c9')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

 validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

 validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

 
+prepare() {
+  cd "${srcdir}/libX11-${pkgver}"
+  patch -p1 -i ../libx11-xim-crash.patch
+}
+
 build() {
   cd "${srcdir}/libX11-${pkgver}"
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2020-08-10 Thread Felix Yan via arch-commits
Date: Monday, August 10, 2020 @ 16:51:58
  Author: felixonmars
Revision: 393528

upgpkg: libx11 1.6.11-1

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-10 16:48:42 UTC (rev 393527)
+++ PKGBUILD2020-08-10 16:51:58 UTC (rev 393528)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.10
-pkgrel=2
+pkgver=1.6.11
+pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/";
@@ -12,21 +12,14 @@
 depends=('libxcb' 'xorgproto')
 makedepends=('xorg-util-macros' 'xtrans')
 license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig}
-
libx11-xim-crash.patch::https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/93fce3f4e79cbc737d6468a4f68ba3de1b83953b.patch)
-sha512sums=('ad384d8896fbe587f7fd99b0d3cc56fac6e2facbab52fa99174200d06b19dd163a483c998acf3834b3a4a3aa4de0dbbe13919a1c80e6797afe467c7075b403ff'
-'SKIP'
-
'4b43ea287200f0a078d1d446909d075d4bff84c5325a90a897b6473b498d044d8ba951adada247d5a3660147e5f6c3346be2078e91ab7f770964404fd76090c9')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+sha512sums=('2cb4e215c1e3ccb327e02586844f8c426068536a0f472a39f12191feace607f61a6a08586f03758248199678c2f6897a984b0f1222bc0d68fd2e02702f4ce0bf'
+'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

 validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

 validpgpkeys+=('995ED5C8A6138EB0961F18474C09DD83CAAA50B2') # Adam Jackson 

 
-prepare() {
-  cd "${srcdir}/libX11-${pkgver}"
-  patch -p1 -i ../libx11-xim-crash.patch
-}
-
 build() {
   cd "${srcdir}/libX11-${pkgver}"
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2020-08-25 Thread Andreas Radke via arch-commits
Date: Tuesday, August 25, 2020 @ 19:10:53
  Author: andyrtr
Revision: 394715

upgpkg: libx11 1.6.12-1: upstream update 1.6.12

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-25 19:06:56 UTC (rev 394714)
+++ PKGBUILD2020-08-25 19:10:53 UTC (rev 394715)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.11
+pkgver=1.6.12
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=('xorg-util-macros' 'xtrans')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha512sums=('2cb4e215c1e3ccb327e02586844f8c426068536a0f472a39f12191feace607f61a6a08586f03758248199678c2f6897a984b0f1222bc0d68fd2e02702f4ce0bf'
+sha512sums=('79df7d61d9009b0dd3b65f67a62189aa0a43799c01026b3d2d534092596a0b67f246af5e398a89eb1ccc61a27335f81be8262b8a39768a76f62d862cd7415a47'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 

 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2010-08-23 Thread Jan de Groot
Date: Monday, August 23, 2010 @ 04:25:08
  Author: jgc
Revision: 88397

upgpkg: libx11 1.3.5-1
Update to 1.3.5

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-23 08:17:32 UTC (rev 88396)
+++ PKGBUILD2010-08-23 08:25:08 UTC (rev 88397)
@@ -2,31 +2,31 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
-depends=('libxcb>=1.6' 'kbproto>=1.0.4')
-makedepends=('xproto>=7.0.17' 'xextproto>=7.1.1' 'xf86bigfontproto>=1.2.0' 
'xtrans>=1.2.5' 'inputproto>=2.0' 'xorg-util-macros>=1.8.0')
+depends=('libxcb>=1.7' 'kbproto>=1.0.5')
+makedepends=('xproto>=7.0.18' 'xextproto>=7.1.2' 'xf86bigfontproto>=1.2.0' 
'xtrans>=1.2.5' 'inputproto>=2.0' 'xorg-util-macros>=1.10.0')
 options=('!libtool')
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh)
-sha1sums=('5aab6dc8ed5ec0e86419626715efc3edd34d1db4'
+sha1sums=('c5dda2b6279f3e3267646576138fcd091a7f3c54'
   'b59214fe7d1d213f86b074a677eb624e52142ad7')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"
   ./configure --prefix=/usr \
-  --with-xcb --disable-static || return 1
-  make || return 1
-  make check || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  --with-xcb --disable-static
+  make
+  make check
+  make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/etc/profile.d"
-  install -m755 "${srcdir}/xorg.sh" "${pkgdir}/etc/profile.d/" || return 1
+  install -m755 "${srcdir}/xorg.sh" "${pkgdir}/etc/profile.d/"
 
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2010-06-07 Thread Jan de Groot
Date: Monday, June 7, 2010 @ 09:27:07
  Author: jgc
Revision: 81970

upgpkg: libx11 1.3.4-1
Update to 1.3.4, add make check

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-07 12:51:10 UTC (rev 81969)
+++ PKGBUILD2010-06-07 13:27:07 UTC (rev 81970)
@@ -2,18 +2,18 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
-depends=('libxcb>=1.5' 'kbproto>=1.0.4')
-makedepends=('xproto>=7.0.16' 'xextproto>=7.1.1' 'xf86bigfontproto>=1.2.0' 
'xtrans>=1.2.5' 'inputproto>=2.0' 'xorg-util-macros>=1.4.1')
+depends=('libxcb>=1.6' 'kbproto>=1.0.4')
+makedepends=('xproto>=7.0.17' 'xextproto>=7.1.1' 'xf86bigfontproto>=1.2.0' 
'xtrans>=1.2.5' 'inputproto>=2.0' 'xorg-util-macros>=1.8.0')
 options=('!libtool')
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh)
-sha1sums=('2a19724ccf78b5bb5a8eba9159d2b95e640e7b11'
+sha1sums=('5aab6dc8ed5ec0e86419626715efc3edd34d1db4'
   'b59214fe7d1d213f86b074a677eb624e52142ad7')
 
 build() {
@@ -21,6 +21,7 @@
   ./configure --prefix=/usr \
   --with-xcb --disable-static || return 1
   make || return 1
+  make check || return 1
   make DESTDIR="${pkgdir}" install || return 1
 
   install -m755 -d "${pkgdir}/etc/profile.d"



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 12:24:56
  Author: andyrtr
Revision: 148562

upgpkg: libx11 1.4.99.1-1

upstream prerelease 1.4.99.1

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 17:14:40 UTC (rev 148561)
+++ PKGBUILD2012-02-03 17:24:56 UTC (rev 148562)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.4.4
+pkgver=1.4.99.1
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh
 xorg.csh)
-sha1sums=('2d9d38bfd7003ec60eea0b1999ab72cfd5fa3b90'
+sha1sums=('317e0112926926a52c13f56f71c1ec9e4540cf4d '
   '4b756387426afb2a5bb7a155631ec42348abf5c1'
   '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
 
@@ -22,6 +22,10 @@
   cd "${srcdir}/libX11-${pkgver}"
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont
   make
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
   make check
 }
 



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2012-05-28 Thread andyrtr
Date: Monday, May 28, 2012 @ 05:59:56
  Author: andyrtr
Revision: 160022

upgpkg: libx11 1.4.99.902-1

upstream update 1.4.99.902

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-28 09:45:32 UTC (rev 160021)
+++ PKGBUILD2012-05-28 09:59:56 UTC (rev 160022)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.4.99.901
+pkgver=1.4.99.902
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh
 xorg.csh)
-sha1sums=('af10b064c1c64ee9e7daae0a7f1f9719eb7e965a'
+sha1sums=('afe75b7c2c54e354f726fd36251bcfec1e1f833a'
   '4b756387426afb2a5bb7a155631ec42348abf5c1'
   '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
 



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2012-06-02 Thread Dave Reisner
Date: Saturday, June 2, 2012 @ 18:10:39
  Author: dreisner
Revision: 160634

fix typo in intended check function

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-02 21:43:25 UTC (rev 160633)
+++ PKGBUILD2012-06-02 22:10:39 UTC (rev 160634)
@@ -24,7 +24,7 @@
   make
 }
 
-package() {
+check() {
   cd "${srcdir}/libX11-${pkgver}"
   make check
 }



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2012-03-16 Thread andyrtr
Date: Friday, March 16, 2012 @ 13:03:38
  Author: andyrtr
Revision: 153606

upgpkg: libx11 1.4.99.901-1

upstream update 1.4.99.901

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-16 15:27:06 UTC (rev 153605)
+++ PKGBUILD2012-03-16 17:03:38 UTC (rev 153606)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.4.99.1
+pkgver=1.4.99.901
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh
 xorg.csh)
-sha1sums=('317e0112926926a52c13f56f71c1ec9e4540cf4d '
+sha1sums=('af10b064c1c64ee9e7daae0a7f1f9719eb7e965a'
   '4b756387426afb2a5bb7a155631ec42348abf5c1'
   '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
 



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2015-03-11 Thread Laurent Carlier
Date: Wednesday, March 11, 2015 @ 08:33:04
  Author: lcarlier
Revision: 28

upgpkg: libx11 1.6.3-1

upstream update 1.6.3

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-11 07:19:57 UTC (rev 27)
+++ PKGBUILD2015-03-11 07:33:04 UTC (rev 28)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -11,17 +11,11 @@
 depends=('libxcb' 'xproto' 'kbproto')
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
-fix_typo.diff)
-sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16'
-'384a10e57e0d6125ebb7e6eaca046e02f59e8101eaa7ba470e52b5bcc18bedf3')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
+sha256sums=('cf31a7c39f2f52e8ebd0db95640384e63451f9b014eed2bb7f5de03e8adc8111'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
 
-prepare() {
-  cd "${srcdir}/libX11-${pkgver}"
-  # upstream patch for https://bugs.archlinux.org/task/40537
-  patch -Np1 -i ${srcdir}/fix_typo.diff
-}
-
 build() {
   cd "${srcdir}/libX11-${pkgver}"
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 10:00:06
  Author: andyrtr
Revision: 194311

upgpkg: libx11 1.6.2-1

upstream update 1.6.2

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:56:57 UTC (rev 194310)
+++ PKGBUILD2013-09-13 08:00:06 UTC (rev 194311)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892')
+sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2013-07-30 Thread Jan de Groot
Date: Tuesday, July 30, 2013 @ 09:19:26
  Author: jgc
Revision: 191745

upgpkg: libx11 1.6.1-1

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 07:00:10 UTC (rev 191744)
+++ PKGBUILD2013-07-30 07:19:26 UTC (rev 191745)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa')
+sha256sums=('10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2013-02-09 Thread Andreas Radke
Date: Saturday, February 9, 2013 @ 15:32:17
  Author: andyrtr
Revision: 177812

upgpkg: libx11 1.5.0-2

stop shipping unnneded XDG variable presettings; default values should be fine 
for all apps; FS#31204

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-09 12:37:39 UTC (rev 177811)
+++ PKGBUILD2013-02-09 14:32:17 UTC (rev 177812)
@@ -3,7 +3,7 @@
 
 pkgname=libx11
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -11,12 +11,8 @@
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 options=('!libtool')
 license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
-xorg.sh
-xorg.csh)
-sha256sums=('c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86'
-'1a1b5db0320579958fba24774bae7984a1b1b8c647ac6fbd4d8937178c48ed46'
-'96c85ccbdcb056540f2e2b6cf48dea067f80260c16957ee401c49cf94cea5894')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
+sha256sums=('c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"
@@ -33,9 +29,6 @@
   cd "${srcdir}/libX11-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
-  install -m755 -d "${pkgdir}/etc/profile.d"
-  install -m755 "${srcdir}/"xorg.{sh,csh} "${pkgdir}/etc/profile.d/"
-
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2011-08-02 Thread Jan de Groot
Date: Tuesday, August 2, 2011 @ 11:15:42
  Author: jgc
Revision: 134215

upgpkg: libx11 1.4.4-1
Update to 1.4.4

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-02 14:38:01 UTC (rev 134214)
+++ PKGBUILD2011-08-02 15:15:42 UTC (rev 134215)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.4.4
+pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -14,7 +14,7 @@
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh
 xorg.csh)
-sha1sums=('174270a0e51614b5077026fc6c20701d4e09aef8'
+sha1sums=('2d9d38bfd7003ec60eea0b1999ab72cfd5fa3b90'
   '4b756387426afb2a5bb7a155631ec42348abf5c1'
   '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
 



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2010-11-28 Thread Jan de Groot
Date: Sunday, November 28, 2010 @ 10:49:36
  Author: jgc
Revision: 101265

upgpkg: libx11 1.4.0-1
Update to 1.4.0, remove XF86BIGFONT support, our server does not support it 
either

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-28 15:40:35 UTC (rev 101264)
+++ PKGBUILD2010-11-28 15:49:36 UTC (rev 101265)
@@ -2,24 +2,23 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.3.5
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
-depends=('libxcb>=1.7' 'kbproto>=1.0.5')
-makedepends=('xproto>=7.0.18' 'xextproto>=7.1.2' 'xf86bigfontproto>=1.2.0' 
'xtrans>=1.2.5' 'inputproto>=2.0' 'xorg-util-macros>=1.10.0')
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 options=('!libtool')
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh)
-sha1sums=('c5dda2b6279f3e3267646576138fcd091a7f3c54'
+sha1sums=('3d198f5578733d6c3d81c005025875f6d084668e'
   '4b756387426afb2a5bb7a155631ec42348abf5c1')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-xcb --disable-static
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
   make
   make check
   make DESTDIR="${pkgdir}" install



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2011-01-19 Thread Jan de Groot
Date: Wednesday, January 19, 2011 @ 08:11:38
  Author: jgc
Revision: 106847

upgpkg: libx11 1.4.1-1
Update to 1.4.1

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-19 13:04:26 UTC (rev 106846)
+++ PKGBUILD2011-01-19 13:11:38 UTC (rev 106847)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -10,10 +10,10 @@
 depends=('libxcb' 'xproto' 'kbproto')
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 options=('!libtool')
-license=('custom:XFREE86')
+license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh)
-sha1sums=('3d198f5578733d6c3d81c005025875f6d084668e'
+sha1sums=('83590cdac5071b7154b223d73655edcfc82095c1'
   '4b756387426afb2a5bb7a155631ec42348abf5c1')
 
 build() {



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2017-01-17 Thread Andreas Radke
Date: Tuesday, January 17, 2017 @ 21:18:15
  Author: andyrtr
Revision: 286888

https sources / gpg signature fixes

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 21:17:47 UTC (rev 286887)
+++ PKGBUILD2017-01-17 21:18:15 UTC (rev 286888)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
-url="http://xorg.freedesktop.org/";
+url="https://xorg.freedesktop.org/";
 depends=('libxcb' 'xproto' 'kbproto')
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 license=('custom')


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2017-02-27 Thread Andreas Radke
Date: Monday, February 27, 2017 @ 16:56:39
  Author: andyrtr
Revision: 289628

upgpkg: libx11 1.6.5-1

upstream update 1.6.5

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-27 16:49:43 UTC (rev 289627)
+++ PKGBUILD2017-02-27 16:56:39 UTC (rev 289628)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -12,10 +12,11 @@
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha256sums=('b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441'
+sha256sums=('4d3890db2ba225ba8c55ca63c6409c1ebb078a2806de59fb16342768ae63435d'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner 

 
 build() {
   cd "${srcdir}/libX11-${pkgver}"


[arch-commits] Commit in libx11/trunk (PKGBUILD)

2010-01-31 Thread Jan de Groot
Date: Sunday, January 31, 2010 @ 06:20:44
  Author: jgc
Revision: 66497

upgpkg: libx11 1.3.3-1
Update to 1.3.3

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-31 11:16:45 UTC (rev 66496)
+++ PKGBUILD2010-01-31 11:20:44 UTC (rev 66497)
@@ -2,30 +2,29 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
-depends=('libxcb>=1.4' 'kbproto>=1.0.3')
-makedepends=('xproto>=7.0.16' 'xextproto>=7.1.1' 'xf86bigfontproto>=1.2.0' 
'xtrans>=1.2.4' 'inputproto>=2.0' 'xorg-util-macros>=1.3.0')
+depends=('libxcb>=1.5' 'kbproto>=1.0.4')
+makedepends=('xproto>=7.0.16' 'xextproto>=7.1.1' 'xf86bigfontproto>=1.2.0' 
'xtrans>=1.2.5' 'inputproto>=2.0' 'xorg-util-macros>=1.4.1')
 options=('!libtool')
 license=('custom:XFREE86')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh)
-md5sums=('001d780829f936e34851ef7cd37b4dfd'
- '942ff006e69e041f0307c1316e0dec5d')
+sha1sums=('2a19724ccf78b5bb5a8eba9159d2b95e640e7b11'
+  'b59214fe7d1d213f86b074a677eb624e52142ad7')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"
   ./configure --prefix=/usr \
-  --with-xcb --disable-static || return 1
+  --with-xcb --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 
   install -m755 -d "${pkgdir}/etc/profile.d"
-  install -m755 "${srcdir}/xorg.sh" \
-"${pkgdir}/etc/profile.d/" || return 1
+  install -m755 "${srcdir}/xorg.sh" "${pkgdir}/etc/profile.d/" || return 1
 
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2018-08-21 Thread Laurent Carlier via arch-commits
Date: Tuesday, August 21, 2018 @ 16:04:59
  Author: lcarlier
Revision: 332753

upgpkg: libx11 1.6.6-1

upstream update 1.6.6

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-21 15:08:43 UTC (rev 332752)
+++ PKGBUILD2018-08-21 16:04:59 UTC (rev 332753)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.5
+pkgver=1.6.6
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha256sums=('4d3890db2ba225ba8c55ca63c6409c1ebb078a2806de59fb16342768ae63435d'
+sha256sums=('65fe181d40ec77f45417710c6a67431814ab252d21c2e85c75dd1ed568af414f'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
 validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2011-03-18 Thread andyrtr
Date: Friday, March 18, 2011 @ 07:45:18
  Author: andyrtr
Revision: 115642

upgpkg: libx11 1.4.2-1
upstream update 1.4.2

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-18 10:57:39 UTC (rev 115641)
+++ PKGBUILD2011-03-18 11:45:18 UTC (rev 115642)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh)
-sha1sums=('83590cdac5071b7154b223d73655edcfc82095c1'
+sha1sums=('c93fc44dcc028319bee76f3e629ec43cfce42673'
   '4b756387426afb2a5bb7a155631ec42348abf5c1')
 
 build() {
@@ -21,6 +21,10 @@
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont
   make
   make check
+}
+
+package() {
+  cd "${srcdir}/libX11-${pkgver}"
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/etc/profile.d"



[arch-commits] Commit in libx11/trunk (PKGBUILD)

2011-04-09 Thread Jan de Groot
Date: Saturday, April 9, 2011 @ 05:47:57
  Author: jgc
Revision: 118889

upgpkg: libx11 1.4.3-2
Rebuild against xproto 7.0.21

Modified:
  libx11/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-09 09:41:28 UTC (rev 11)
+++ PKGBUILD2011-04-09 09:47:57 UTC (rev 118889)
@@ -3,7 +3,7 @@
 
 pkgname=libx11
 pkgver=1.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";



[arch-commits] Commit in libx11/trunk (PKGBUILD fix_typo.diff)

2016-10-04 Thread Laurent Carlier
Date: Wednesday, October 5, 2016 @ 05:33:30
  Author: lcarlier
Revision: 277720

upgpkg: libx11 1.6.4-1

upstream release 1.6.4

Modified:
  libx11/trunk/PKGBUILD
Deleted:
  libx11/trunk/fix_typo.diff

---+
 PKGBUILD  |5 +++--
 fix_typo.diff |   27 ---
 2 files changed, 3 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-04 22:09:53 UTC (rev 277719)
+++ PKGBUILD2016-10-05 05:33:30 UTC (rev 277720)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -12,9 +12,10 @@
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2{,.sig})
-sha256sums=('cf31a7c39f2f52e8ebd0db95640384e63451f9b014eed2bb7f5de03e8adc8111'
+sha256sums=('b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441'
 'SKIP')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
+validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb 

 
 build() {
   cd "${srcdir}/libX11-${pkgver}"

Deleted: fix_typo.diff
===
--- fix_typo.diff   2016-10-04 22:09:53 UTC (rev 277719)
+++ fix_typo.diff   2016-10-05 05:33:30 UTC (rev 277720)
@@ -1,27 +0,0 @@
-From 5dcb40f28d59587597d2ff6e6ac64c71cfe6ff7b Mon Sep 17 00:00:00 2001
-From: James Cloos 
-Date: Tue, 17 Sep 2013 16:50:42 +
-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 

-diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
-index a741332..7314d7f 100644
 a/nls/en_US.UTF-8/Compose.pre
-+++ b/nls/en_US.UTF-8/Compose.pre
-@@ -743,7 +743,7 @@ XCOMM Part 3
-   : "ï"   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
-  : "ï"   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
-  : "ï"   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
--  : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
-+   : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
- : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
- : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
-  : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
---
-cgit v0.9.0.2-2-gbebe
-


[arch-commits] Commit in libx11/trunk (PKGBUILD fix_typo.diff)

2014-05-30 Thread Andreas Radke
Date: Friday, May 30, 2014 @ 16:31:28
  Author: andyrtr
Revision: 213851

upgpkg: libx11 1.6.2-2

fix FS#40537

Added:
  libx11/trunk/fix_typo.diff
Modified:
  libx11/trunk/PKGBUILD

---+
 PKGBUILD  |   15 ---
 fix_typo.diff |   27 +++
 2 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 13:32:16 UTC (rev 213850)
+++ PKGBUILD2014-05-30 14:31:28 UTC (rev 213851)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer: Andreas Radke 
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -10,9 +11,17 @@
 depends=('libxcb' 'xproto' 'kbproto')
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
+fix_typo.diff)
+sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16'
+'384a10e57e0d6125ebb7e6eaca046e02f59e8101eaa7ba470e52b5bcc18bedf3')
 
+prepare() {
+  cd "${srcdir}/libX11-${pkgver}"
+  # upstream patch for https://bugs.archlinux.org/task/40537
+  patch -Np1 -i ${srcdir}/fix_typo.diff
+}
+
 build() {
   cd "${srcdir}/libX11-${pkgver}"
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont

Added: fix_typo.diff
===
--- fix_typo.diff   (rev 0)
+++ fix_typo.diff   2014-05-30 14:31:28 UTC (rev 213851)
@@ -0,0 +1,27 @@
+From 5dcb40f28d59587597d2ff6e6ac64c71cfe6ff7b Mon Sep 17 00:00:00 2001
+From: James Cloos 
+Date: Tue, 17 Sep 2013 16:50:42 +
+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 
+---
+diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
+index a741332..7314d7f 100644
+--- a/nls/en_US.UTF-8/Compose.pre
 b/nls/en_US.UTF-8/Compose.pre
+@@ -743,7 +743,7 @@ XCOMM Part 3
+   : "ï"   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
+  : "ï"   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
+  : "ï"   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
+-  : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
++   : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
+ : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
+ : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
+  : "j́"# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
+--
+cgit v0.9.0.2-2-gbebe
+



[arch-commits] Commit in libx11/trunk (PKGBUILD xorg.sh)

2010-11-18 Thread Jan Steffens
Date: Thursday, November 18, 2010 @ 11:39:08
  Author: heftig
Revision: 99844

upgpkg: libx11 1.3.5-2
Fix XDG_DATA_DIRS, FS#21632

Modified:
  libx11/trunk/PKGBUILD
  libx11/trunk/xorg.sh

--+
 PKGBUILD |4 ++--
 xorg.sh  |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-11-18 13:26:35 UTC (rev 99843)
+++ PKGBUILD2010-11-18 16:39:08 UTC (rev 99844)
@@ -3,7 +3,7 @@
 
 pkgname=libx11
 pkgver=1.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -14,7 +14,7 @@
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh)
 sha1sums=('c5dda2b6279f3e3267646576138fcd091a7f3c54'
-  'b59214fe7d1d213f86b074a677eb624e52142ad7')
+  '4b756387426afb2a5bb7a155631ec42348abf5c1')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"

Modified: xorg.sh
===
--- xorg.sh 2010-11-18 13:26:35 UTC (rev 99843)
+++ xorg.sh 2010-11-18 16:39:08 UTC (rev 99844)
@@ -3,9 +3,9 @@
 export XDG_CACHE_HOME=$HOME/.cache
 
 if [ -z $XDG_DATA_DIRS ]; then
-   export XDG_DATA_DIRS=/usr/share:/usr/local/share
+   export XDG_DATA_DIRS=/usr/share/:/usr/local/share/
 else
-   export XDG_DATA_DIRS=/usr/share:/usr/local/share:$XDG_DATA_DIRS
+   export XDG_DATA_DIRS=/usr/share/:/usr/local/share/:$XDG_DATA_DIRS
 fi
 
 if [ -z $XDG_CONFIG_DIRS ]; then



[arch-commits] Commit in libx11/trunk (PKGBUILD xorg.csh xorg.sh)

2012-06-02 Thread andyrtr
Date: Saturday, June 2, 2012 @ 17:42:39
  Author: andyrtr
Revision: 160632

upgpkg: libx11 1.5.0-1

upstream update 1.5.0; fix environment variable 
/usr/share/:/usr/local/share/:/usr/share order FS#30113

Modified:
  libx11/trunk/PKGBUILD
  libx11/trunk/xorg.csh
  libx11/trunk/xorg.sh

--+
 PKGBUILD |8 
 xorg.csh |4 ++--
 xorg.sh  |4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-02 21:31:52 UTC (rev 160631)
+++ PKGBUILD2012-06-02 21:42:39 UTC (rev 160632)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.4.99.902
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
@@ -14,9 +14,9 @@
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
 xorg.sh
 xorg.csh)
-sha1sums=('afe75b7c2c54e354f726fd36251bcfec1e1f833a'
-  '4b756387426afb2a5bb7a155631ec42348abf5c1'
-  '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
+sha256sums=('c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86'
+'1a1b5db0320579958fba24774bae7984a1b1b8c647ac6fbd4d8937178c48ed46'
+'96c85ccbdcb056540f2e2b6cf48dea067f80260c16957ee401c49cf94cea5894')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"

Modified: xorg.csh
===
--- xorg.csh2012-06-02 21:31:52 UTC (rev 160631)
+++ xorg.csh2012-06-02 21:42:39 UTC (rev 160632)
@@ -3,9 +3,9 @@
 setenv XDG_CACHE_HOME ${HOME}/.cache
 
 if (! ($?XDG_DATA_DIRS) ) then
-   setenv XDG_DATA_DIRS /usr/share/:/usr/local/share/
+   setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/
 else
-   setenv XDG_DATA_DIRS /usr/share/:/usr/local/share/:${XDG_DATA_DIRS}
+   setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/:${XDG_DATA_DIRS}
 endif
 
 if (! ($?XDG_CONFIG_DIRS) ) then

Modified: xorg.sh
===
--- xorg.sh 2012-06-02 21:31:52 UTC (rev 160631)
+++ xorg.sh 2012-06-02 21:42:39 UTC (rev 160632)
@@ -3,9 +3,9 @@
 export XDG_CACHE_HOME=$HOME/.cache
 
 if [ -z $XDG_DATA_DIRS ]; then
-   export XDG_DATA_DIRS=/usr/share/:/usr/local/share/
+   export XDG_DATA_DIRS=/usr/local/share/:/usr/share/
 else
-   export XDG_DATA_DIRS=/usr/share/:/usr/local/share/:$XDG_DATA_DIRS
+   export XDG_DATA_DIRS=/usr/local/share/:/usr/share/:$XDG_DATA_DIRS
 fi
 
 if [ -z $XDG_CONFIG_DIRS ]; then



[arch-commits] Commit in libx11/trunk (PKGBUILD xorg.csh xorg.sh)

2013-06-04 Thread Andreas Radke
Date: Tuesday, June 4, 2013 @ 18:06:06
  Author: andyrtr
Revision: 187151

upgpkg: libx11 1.6.0-1

upstream update 1.6.0

Modified:
  libx11/trunk/PKGBUILD
Deleted:
  libx11/trunk/xorg.csh
  libx11/trunk/xorg.sh

--+
 PKGBUILD |6 +++---
 xorg.csh |   15 ---
 xorg.sh  |   15 ---
 3 files changed, 3 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 15:55:49 UTC (rev 187150)
+++ PKGBUILD2013-06-04 16:06:06 UTC (rev 187151)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -12,7 +12,7 @@
 options=('!libtool')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86')
+sha256sums=('53131412343ec252307fe14903deaf54c356f9414d72d49180c2091dcd7019fa')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"

Deleted: xorg.csh
===
--- xorg.csh2013-06-04 15:55:49 UTC (rev 187150)
+++ xorg.csh2013-06-04 16:06:06 UTC (rev 187151)
@@ -1,15 +0,0 @@
-setenv XDG_DATA_HOME ${HOME}/.local/share
-setenv XDG_CONFIG_HOME ${HOME}/.config
-setenv XDG_CACHE_HOME ${HOME}/.cache
-
-if (! ($?XDG_DATA_DIRS) ) then
-   setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/
-else
-   setenv XDG_DATA_DIRS /usr/local/share/:/usr/share/:${XDG_DATA_DIRS}
-endif
-
-if (! ($?XDG_CONFIG_DIRS) ) then
-   setenv XDG_CONFIG_DIRS /etc/xdg
-else
-   setenv XDG_CONFIG_DIRS /etc/xdg:${XDG_CONFIG_DIRS}
-endif

Deleted: xorg.sh
===
--- xorg.sh 2013-06-04 15:55:49 UTC (rev 187150)
+++ xorg.sh 2013-06-04 16:06:06 UTC (rev 187151)
@@ -1,15 +0,0 @@
-export XDG_DATA_HOME=$HOME/.local/share
-export XDG_CONFIG_HOME=$HOME/.config
-export XDG_CACHE_HOME=$HOME/.cache
-
-if [ -z $XDG_DATA_DIRS ]; then
-   export XDG_DATA_DIRS=/usr/local/share/:/usr/share/
-else
-   export XDG_DATA_DIRS=/usr/local/share/:/usr/share/:$XDG_DATA_DIRS
-fi
-
-if [ -z $XDG_CONFIG_DIRS ]; then
-   export XDG_CONFIG_DIRS=/etc/xdg
-else
-   export XDG_CONFIG_DIRS=/etc/xdg:$XDG_CONFIG_DIRS
-fi



[arch-commits] Commit in libx11/trunk (PKGBUILD add-define-XK_SINHALA.patch)

2011-04-04 Thread Jan de Groot
Date: Monday, April 4, 2011 @ 04:36:52
  Author: jgc
Revision: 117498

upgpkg: libx11 1.4.2-2
Add required patch for xkeyboard-config update

Added:
  libx11/trunk/add-define-XK_SINHALA.patch
Modified:
  libx11/trunk/PKGBUILD

-+
 PKGBUILD|5 -
 add-define-XK_SINHALA.patch |   25 +
 2 files changed, 29 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-04 07:43:48 UTC (rev 117497)
+++ PKGBUILD2011-04-04 08:36:52 UTC (rev 117498)
@@ -3,7 +3,7 @@
 
 pkgname=libx11
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -12,12 +12,15 @@
 options=('!libtool')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
+add-define-XK_SINHALA.patch
 xorg.sh)
 sha1sums=('c93fc44dcc028319bee76f3e629ec43cfce42673'
+  '4f5ccff733042a6ea0fe41082903c332336a173c'
   '4b756387426afb2a5bb7a155631ec42348abf5c1')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"
+  patch -Np1 -i "${srcdir}/add-define-XK_SINHALA.patch"
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont
   make
   make check

Added: add-define-XK_SINHALA.patch
===
--- add-define-XK_SINHALA.patch (rev 0)
+++ add-define-XK_SINHALA.patch 2011-04-04 08:36:52 UTC (rev 117498)
@@ -0,0 +1,25 @@
+From 25eb76b3d2726f2f1de759901971ae53b2539dc4 Mon Sep 17 00:00:00 2001
+From: Harshula Jayasuriya 
+Date: Mon, 21 Mar 2011 14:49:37 +
+Subject: Add #define XK_SINHALA
+
+Add #define XK_SINHALA so that the Sinhala keysyms can be used by
+the lk xkb keymap.
+
+Signed-off-by: Harshula Jayasuriya 
+Reviewed-by: Daniel Stone 
+---
+diff --git a/src/KeyBind.c b/src/KeyBind.c
+index ac25ce2..221cedd 100644
+--- a/src/KeyBind.c
 b/src/KeyBind.c
+@@ -44,6 +44,7 @@ in this Software without prior written authorization from 
The Open Group.
+ #define XK_CAUCASUS
+ #define XK_VIETNAMESE
+ #define XK_XKB_KEYS
++#define XK_SINHALA
+ #include 
+ #include 
+ 
+--
+cgit v0.8.3-6-g21f6



[arch-commits] Commit in libx11/trunk (PKGBUILD add-define-XK_SINHALA.patch xorg.csh)

2011-04-06 Thread Jan de Groot
Date: Thursday, April 7, 2011 @ 02:55:14
  Author: jgc
Revision: 118455

upgpkg: libx11 1.4.3-1
Update to 1.4.3, add csh profile.d script (FS#23583)

Added:
  libx11/trunk/xorg.csh
Modified:
  libx11/trunk/PKGBUILD
Deleted:
  libx11/trunk/add-define-XK_SINHALA.patch

-+
 PKGBUILD|   17 -
 add-define-XK_SINHALA.patch |   25 -
 xorg.csh|   15 +++
 3 files changed, 23 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-07 01:46:36 UTC (rev 118454)
+++ PKGBUILD2011-04-07 06:55:14 UTC (rev 118455)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libx11
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
 pkgdesc="X11 client-side library"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
@@ -12,15 +12,14 @@
 options=('!libtool')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
-add-define-XK_SINHALA.patch
-xorg.sh)
-sha1sums=('c93fc44dcc028319bee76f3e629ec43cfce42673'
-  '4f5ccff733042a6ea0fe41082903c332336a173c'
-  '4b756387426afb2a5bb7a155631ec42348abf5c1')
+xorg.sh
+xorg.csh)
+sha1sums=('174270a0e51614b5077026fc6c20701d4e09aef8'
+  '4b756387426afb2a5bb7a155631ec42348abf5c1'
+  '45b0b310776cf5d9a94b4a18a5c63ddad9de6ba8')
 
 build() {
   cd "${srcdir}/libX11-${pkgver}"
-  patch -Np1 -i "${srcdir}/add-define-XK_SINHALA.patch"
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont
   make
   make check
@@ -31,7 +30,7 @@
   make DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/etc/profile.d"
-  install -m755 "${srcdir}/xorg.sh" "${pkgdir}/etc/profile.d/"
+  install -m755 "${srcdir}/"xorg.{sh,csh} "${pkgdir}/etc/profile.d/"
 
   install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"

Deleted: add-define-XK_SINHALA.patch
===
--- add-define-XK_SINHALA.patch 2011-04-07 01:46:36 UTC (rev 118454)
+++ add-define-XK_SINHALA.patch 2011-04-07 06:55:14 UTC (rev 118455)
@@ -1,25 +0,0 @@
-From 25eb76b3d2726f2f1de759901971ae53b2539dc4 Mon Sep 17 00:00:00 2001
-From: Harshula Jayasuriya 
-Date: Mon, 21 Mar 2011 14:49:37 +
-Subject: Add #define XK_SINHALA
-
-Add #define XK_SINHALA so that the Sinhala keysyms can be used by
-the lk xkb keymap.
-
-Signed-off-by: Harshula Jayasuriya 
-Reviewed-by: Daniel Stone 

-diff --git a/src/KeyBind.c b/src/KeyBind.c
-index ac25ce2..221cedd 100644
 a/src/KeyBind.c
-+++ b/src/KeyBind.c
-@@ -44,6 +44,7 @@ in this Software without prior written authorization from 
The Open Group.
- #define XK_CAUCASUS
- #define XK_VIETNAMESE
- #define XK_XKB_KEYS
-+#define XK_SINHALA
- #include 
- #include 
- 
---
-cgit v0.8.3-6-g21f6

Added: xorg.csh
===
--- xorg.csh(rev 0)
+++ xorg.csh2011-04-07 06:55:14 UTC (rev 118455)
@@ -0,0 +1,15 @@
+setenv XDG_DATA_HOME ${HOME}/.local/share
+setenv XDG_CONFIG_HOME ${HOME}/.config
+setenv XDG_CACHE_HOME ${HOME}/.cache
+
+if (! ($?XDG_DATA_DIRS) ) then
+   setenv XDG_DATA_DIRS /usr/share/:/usr/local/share/
+else
+   setenv XDG_DATA_DIRS /usr/share/:/usr/local/share/:${XDG_DATA_DIRS}
+endif
+
+if (! ($?XDG_CONFIG_DIRS) ) then
+   setenv XDG_CONFIG_DIRS /etc/xdg
+else
+   setenv XDG_CONFIG_DIRS /etc/xdg:${XDG_CONFIG_DIRS}
+endif