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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 15:04:17
  Author: foutrelis
Revision: 400375

upgpkg: xcb-proto 1.14.1-3: Python 3.9 rebuild

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 15:03:17 UTC (rev 400374)
+++ PKGBUILD2020-11-11 15:04:17 UTC (rev 400375)
@@ -3,7 +3,7 @@
 
 pkgname=xcb-proto
 pkgver=1.14.1
-pkgrel=2
+pkgrel=3
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="https://xcb.freedesktop.org/;


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 16:49:35
  Author: foutrelis
Revision: 399814

upgpkg: xcb-proto 1.14.1-2: Python 3.9 rebuild

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 16:49:13 UTC (rev 399813)
+++ PKGBUILD2020-11-09 16:49:35 UTC (rev 399814)
@@ -3,7 +3,7 @@
 
 pkgname=xcb-proto
 pkgver=1.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="https://xcb.freedesktop.org/;


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

2020-10-08 Thread Andreas Radke via arch-commits
Date: Friday, October 9, 2020 @ 05:38:47
  Author: andyrtr
Revision: 397597

upgpkg: xcb-proto 1.14.1-1: upstream update 1.14.1

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-09 05:17:39 UTC (rev 397596)
+++ PKGBUILD2020-10-09 05:38:47 UTC (rev 397597)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=xcb-proto
-pkgver=1.14
+pkgver=1.14.1
 pkgrel=1
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
@@ -10,10 +10,11 @@
 license=('custom')
 makedepends=('python' 'libxml2')
 
source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('de66d568163b6da2be9d6c59984f3afa3acd119a781378638045fd68018665ef5c9af98f024e9962ba3eb7c7a4d85c27ba70ffafceb2324ccc6940f34de16690'
+sha512sums=('140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d'
 'SKIP')
 validpgpkeys=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone 
"
 validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
+validpgpkeys+=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith 
"
 
 build() {
   cd $pkgname-$pkgver
@@ -23,7 +24,7 @@
 
 check() {
   cd $pkgname-$pkgver 
-  make -k check || /bin/true
+  make check
 }
 
 package() {


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

2020-02-22 Thread Andreas Radke via arch-commits
Date: Sunday, February 23, 2020 @ 05:17:48
  Author: andyrtr
Revision: 376084

upgpkg: xcb-proto 1.14-1: upstream update 1.14

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-23 01:11:43 UTC (rev 376083)
+++ PKGBUILD2020-02-23 05:17:48 UTC (rev 376084)
@@ -2,17 +2,18 @@
 # Contributor: Jan de Groot 
 
 pkgname=xcb-proto
-pkgver=1.13
-pkgrel=4
+pkgver=1.14
+pkgrel=1
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="https://xcb.freedesktop.org/;
 license=('custom')
 makedepends=('python' 'libxml2')
-source=($url/dist/$pkgname-$pkgver.tar.bz2{,.sig})
-sha512sums=('002aa2aa0ad503977e03419c6f136f1e3aa8c787916830ce6d6be8f81ca99edc1d8fc5f71ce8c592b490cc767bf6567695f0bafe55fe3f743076bcddbaac07f7'
+source=(https://xorg.freedesktop.org/archive/individual/proto/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('de66d568163b6da2be9d6c59984f3afa3acd119a781378638045fd68018665ef5c9af98f024e9962ba3eb7c7a4d85c27ba70ffafceb2324ccc6940f34de16690'
 'SKIP')
 validpgpkeys=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone 
"
+validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
 
 build() {
   cd $pkgname-$pkgver


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

2019-11-01 Thread Evangelos Foutras via arch-commits
Date: Friday, November 1, 2019 @ 14:01:18
  Author: foutrelis
Revision: 366383

Python 3.8 rebuild

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 13:59:53 UTC (rev 366382)
+++ PKGBUILD2019-11-01 14:01:18 UTC (rev 366383)
@@ -3,7 +3,7 @@
 
 pkgname=xcb-proto
 pkgver=1.13
-pkgrel=3
+pkgrel=4
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="https://xcb.freedesktop.org/;


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 19:50:58
  Author: felixonmars
Revision: 365696

Python 3.8 rebuild

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 19:18:49 UTC (rev 365695)
+++ PKGBUILD2019-10-25 19:50:58 UTC (rev 365696)
@@ -3,7 +3,7 @@
 
 pkgname=xcb-proto
 pkgver=1.13
-pkgrel=2
+pkgrel=3
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="https://xcb.freedesktop.org/;


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

2018-07-08 Thread Evangelos Foutras via arch-commits
Date: Sunday, July 8, 2018 @ 14:01:03
  Author: foutrelis
Revision: 328071

Python 3.7 rebuild

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 13:58:56 UTC (rev 328070)
+++ PKGBUILD2018-07-08 14:01:03 UTC (rev 328071)
@@ -4,7 +4,7 @@
 
 pkgname=xcb-proto
 pkgver=1.13
-pkgrel=1
+pkgrel=2
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="https://xcb.freedesktop.org/;


[arch-commits] Commit in xcb-proto/trunk (PKGBUILD python-35x-fixes.patch)

2018-03-06 Thread Andreas Radke via arch-commits
Date: Tuesday, March 6, 2018 @ 18:52:36
  Author: andyrtr
Revision: 317921

upgpkg: xcb-proto 1.13-1

upstream update 1.13

Modified:
  xcb-proto/trunk/PKGBUILD
Deleted:
  xcb-proto/trunk/python-35x-fixes.patch

+
 PKGBUILD   |   17 +--
 python-35x-fixes.patch |  250 ---
 2 files changed, 6 insertions(+), 261 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-06 18:47:21 UTC (rev 317920)
+++ PKGBUILD2018-03-06 18:52:36 UTC (rev 317921)
@@ -3,23 +3,18 @@
 # Contributor: Jan de Groot 
 
 pkgname=xcb-proto
-pkgver=1.12
-pkgrel=3
+pkgver=1.13
+pkgrel=1
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="https://xcb.freedesktop.org/;
 license=('custom')
 makedepends=('python' 'libxml2')
-source=($url/dist/$pkgname-$pkgver.tar.bz2
-python-35x-fixes.patch)
-sha256sums=('5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906'
-'1802aec973b6bf5836c1b2d65aaf5fb18051323f47826df6a95cf6621cb3282a')
+source=($url/dist/$pkgname-$pkgver.tar.bz2{,.sig})
+sha512sums=('002aa2aa0ad503977e03419c6f136f1e3aa8c787916830ce6d6be8f81ca99edc1d8fc5f71ce8c592b490cc767bf6567695f0bafe55fe3f743076bcddbaac07f7'
+'SKIP')
+validpgpkeys=('A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # "Daniel Stone 
"
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../python-35x-fixes.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr

Deleted: python-35x-fixes.patch
===
--- python-35x-fixes.patch  2018-03-06 18:47:21 UTC (rev 317920)
+++ python-35x-fixes.patch  2018-03-06 18:52:36 UTC (rev 317921)
@@ -1,250 +0,0 @@
-diff --git a/xcbgen/align.py b/xcbgen/align.py
-index 5e31838..d4c12ee 100644
 a/xcbgen/align.py
-+++ b/xcbgen/align.py
-@@ -16,12 +16,12 @@ class Alignment(object):
- return self.align == other.align and self.offset == other.offset
- 
- def __str__(self):
--  return "(align=%d, offset=%d)" % (self.align, self.offset)
-+return "(align=%d, offset=%d)" % (self.align, self.offset)
- 
- @staticmethod
- def for_primitive_type(size):
--  # compute the required start_alignment based on the size of the type
--  if size % 8 == 0:
-+# compute the required start_alignment based on the size of the type
-+if size % 8 == 0:
- # do 8-byte primitives require 8-byte alignment in X11?
- return Alignment(8,0)
- elif size % 4 == 0:
-@@ -33,7 +33,7 @@ class Alignment(object):
- 
- 
- def align_after_fixed_size(self, size):
--  new_offset = (self.offset + size) % self.align
-+new_offset = (self.offset + size) % self.align
- return Alignment(self.align, new_offset)
- 
- 
-@@ -41,7 +41,7 @@ class Alignment(object):
- '''
- Assuming the given external_align, checks whether
- self is fulfilled for all cases.
--  Returns True if yes, False otherwise.
-+Returns True if yes, False otherwise.
- '''
- if self.align == 1 and self.offset == 0:
- # alignment 1 with offset 0 is always fulfilled
-@@ -55,9 +55,9 @@ class Alignment(object):
- # the external align guarantees less alignment -> not guaranteed
- return False
- 
--  if external_align.align % self.align != 0:
-+if external_align.align % self.align != 0:
- # the external align cannot be divided by our align
--  # -> not guaranteed
-+# -> not guaranteed
- # (this can only happen if there are alignments that are not
- # a power of 2, which is highly discouraged. But better be
- # safe and check for it)
-@@ -72,7 +72,7 @@ class Alignment(object):
- 
- def combine_with(self, other):
- # returns the alignment that is guaranteed when
--  # both, self or other, can happen
-+# both, self or other, can happen
- new_align = gcd(self.align, other.align)
- new_offset_candidate1 = self.offset % new_align
- new_offset_candidate2 = other.offset % new_align
-@@ -83,8 +83,8 @@ class Alignment(object):
- new_align = gcd(new_align, offset_diff)
- new_offset_candidate1 = self.offset % new_align
- new_offset_candidate2 = other.offset % new_align
--  assert new_offset_candidate1 == new_offset_candidate2
--  new_offset = new_offset_candidate1
-+assert new_offset_candidate1 == new_offset_candidate2
-+new_offset = new_offset_candidate1
- # return the result
- return Alignment(new_align, new_offset)
- 
-@@ -92,44 +92,44 @@ class Alignment(object):
- class AlignmentLog(object):
- 
- def __init__(self):
--  self.ok_list = []
--  self.fail_list = []
--  self.verbosity = 1

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

2017-01-15 Thread Andreas Radke
Date: Sunday, January 15, 2017 @ 17:59:01
  Author: andyrtr
Revision: 286633

https sources / gpg signature fixes

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 17:57:11 UTC (rev 286632)
+++ PKGBUILD2017-01-15 17:59:01 UTC (rev 286633)
@@ -7,7 +7,7 @@
 pkgrel=3
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
-url="http://xcb.freedesktop.org/;
+url="https://xcb.freedesktop.org/;
 license=('custom')
 makedepends=('python' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2


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

2016-12-24 Thread Bartłomiej Piotrowski
Date: Saturday, December 24, 2016 @ 15:19:59
  Author: bpiotrowski
Revision: 284637

Python 3.6 rebuild

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 15:14:22 UTC (rev 284636)
+++ PKGBUILD2016-12-24 15:19:59 UTC (rev 284637)
@@ -4,7 +4,7 @@
 
 pkgname=xcb-proto
 pkgver=1.12
-pkgrel=2
+pkgrel=3
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="http://xcb.freedesktop.org/;


[arch-commits] Commit in xcb-proto/trunk (PKGBUILD python-35x-fixes.patch)

2016-05-22 Thread Laurent Carlier
Date: Sunday, May 22, 2016 @ 20:39:24
  Author: lcarlier
Revision: 268488

upgpkg: xcb-proto 1.12-2

add python-3.5.x fixes

Added:
  xcb-proto/trunk/python-35x-fixes.patch
Modified:
  xcb-proto/trunk/PKGBUILD

+
 PKGBUILD   |   13 +-
 python-35x-fixes.patch |  250 +++
 2 files changed, 260 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-22 18:22:04 UTC (rev 268487)
+++ PKGBUILD2016-05-22 18:39:24 UTC (rev 268488)
@@ -4,15 +4,22 @@
 
 pkgname=xcb-proto
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="http://xcb.freedesktop.org/;
 license=('custom')
 makedepends=('python' 'libxml2')
-source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+python-35x-fixes.patch)
+sha256sums=('5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906'
+'1802aec973b6bf5836c1b2d65aaf5fb18051323f47826df6a95cf6621cb3282a')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../python-35x-fixes.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr

Added: python-35x-fixes.patch
===
--- python-35x-fixes.patch  (rev 0)
+++ python-35x-fixes.patch  2016-05-22 18:39:24 UTC (rev 268488)
@@ -0,0 +1,250 @@
+diff --git a/xcbgen/align.py b/xcbgen/align.py
+index 5e31838..d4c12ee 100644
+--- a/xcbgen/align.py
 b/xcbgen/align.py
+@@ -16,12 +16,12 @@ class Alignment(object):
+ return self.align == other.align and self.offset == other.offset
+ 
+ def __str__(self):
+-  return "(align=%d, offset=%d)" % (self.align, self.offset)
++return "(align=%d, offset=%d)" % (self.align, self.offset)
+ 
+ @staticmethod
+ def for_primitive_type(size):
+-  # compute the required start_alignment based on the size of the type
+-  if size % 8 == 0:
++# compute the required start_alignment based on the size of the type
++if size % 8 == 0:
+ # do 8-byte primitives require 8-byte alignment in X11?
+ return Alignment(8,0)
+ elif size % 4 == 0:
+@@ -33,7 +33,7 @@ class Alignment(object):
+ 
+ 
+ def align_after_fixed_size(self, size):
+-  new_offset = (self.offset + size) % self.align
++new_offset = (self.offset + size) % self.align
+ return Alignment(self.align, new_offset)
+ 
+ 
+@@ -41,7 +41,7 @@ class Alignment(object):
+ '''
+ Assuming the given external_align, checks whether
+ self is fulfilled for all cases.
+-  Returns True if yes, False otherwise.
++Returns True if yes, False otherwise.
+ '''
+ if self.align == 1 and self.offset == 0:
+ # alignment 1 with offset 0 is always fulfilled
+@@ -55,9 +55,9 @@ class Alignment(object):
+ # the external align guarantees less alignment -> not guaranteed
+ return False
+ 
+-  if external_align.align % self.align != 0:
++if external_align.align % self.align != 0:
+ # the external align cannot be divided by our align
+-  # -> not guaranteed
++# -> not guaranteed
+ # (this can only happen if there are alignments that are not
+ # a power of 2, which is highly discouraged. But better be
+ # safe and check for it)
+@@ -72,7 +72,7 @@ class Alignment(object):
+ 
+ def combine_with(self, other):
+ # returns the alignment that is guaranteed when
+-  # both, self or other, can happen
++# both, self or other, can happen
+ new_align = gcd(self.align, other.align)
+ new_offset_candidate1 = self.offset % new_align
+ new_offset_candidate2 = other.offset % new_align
+@@ -83,8 +83,8 @@ class Alignment(object):
+ new_align = gcd(new_align, offset_diff)
+ new_offset_candidate1 = self.offset % new_align
+ new_offset_candidate2 = other.offset % new_align
+-  assert new_offset_candidate1 == new_offset_candidate2
+-  new_offset = new_offset_candidate1
++assert new_offset_candidate1 == new_offset_candidate2
++new_offset = new_offset_candidate1
+ # return the result
+ return Alignment(new_align, new_offset)
+ 
+@@ -92,44 +92,44 @@ class Alignment(object):
+ class AlignmentLog(object):
+ 
+ def __init__(self):
+-  self.ok_list = []
+-  self.fail_list = []
+-  self.verbosity = 1
++self.ok_list = []
++self.fail_list = []
++self.verbosity = 1
+ 
+ def __str__(self):
+-  result = ""
++result = ""
+ 
+-  # output the OK-list
+-  for (align_before, field_name, type_obj, callstack, align_after) in 

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

2016-05-19 Thread Andreas Radke
Date: Thursday, May 19, 2016 @ 22:00:42
  Author: andyrtr
Revision: 268330

upgpkg: xcb-proto 1.12-1

upstream update 1.12

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 19:52:44 UTC (rev 268329)
+++ PKGBUILD2016-05-19 20:00:42 UTC (rev 268330)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=xcb-proto
-pkgver=1.11
-pkgrel=2
+pkgver=1.12
+pkgrel=1
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="http://xcb.freedesktop.org/;
@@ -11,7 +11,7 @@
 license=('custom')
 makedepends=('python' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b4aceee6502a0ce45fc39b33c541a2df4715d00b72e660ebe8c5bb444771e32e')
+sha256sums=('5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906')
 
 build() {
   cd $pkgname-$pkgver
@@ -19,6 +19,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver 
+  make -k check || /bin/true
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install


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

2015-09-19 Thread Evangelos Foutras
Date: Saturday, September 19, 2015 @ 20:22:58
  Author: foutrelis
Revision: 246677

Python 3.5 rebuild

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 18:22:09 UTC (rev 246676)
+++ PKGBUILD2015-09-19 18:22:58 UTC (rev 246677)
@@ -4,7 +4,7 @@
 
 pkgname=xcb-proto
 pkgver=1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="http://xcb.freedesktop.org/;


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

2014-08-01 Thread Andreas Radke
Date: Friday, August 1, 2014 @ 16:34:29
  Author: andyrtr
Revision: 218491

upgpkg: xcb-proto 1.11-1

upstream update 1.11

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-01 12:43:09 UTC (rev 218490)
+++ PKGBUILD2014-08-01 14:34:29 UTC (rev 218491)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=xcb-proto
-pkgver=1.10
-pkgrel=2
+pkgver=1.11
+pkgrel=1
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;
@@ -11,7 +11,7 @@
 license=('custom')
 makedepends=('python' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05')
+sha256sums=('b4aceee6502a0ce45fc39b33c541a2df4715d00b72e660ebe8c5bb444771e32e')
 
 build() {
   cd $pkgname-$pkgver



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

2014-03-17 Thread Andreas Radke
Date: Monday, March 17, 2014 @ 18:45:47
  Author: andyrtr
Revision: 208090

upgpkg: xcb-proto 1.10-2

python3.4 rebuild

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 17:41:00 UTC (rev 208089)
+++ PKGBUILD2014-03-17 17:45:47 UTC (rev 208090)
@@ -4,7 +4,7 @@
 
 pkgname=xcb-proto
 pkgver=1.10
-pkgrel=1
+pkgrel=2
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;



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

2013-12-22 Thread Andreas Radke
Date: Sunday, December 22, 2013 @ 21:19:45
  Author: andyrtr
Revision: 202624

upgpkg: xcb-proto 1.10-1

upstream update 1.10

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-22 19:38:00 UTC (rev 202623)
+++ PKGBUILD2013-12-22 20:19:45 UTC (rev 202624)
@@ -1,21 +1,21 @@
 # $Id$
-# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=xcb-proto
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;
 license=('custom')
-makedepends=('python2' 'libxml2')
+makedepends=('python' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha256sums=('895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c')
+sha256sums=('7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05')
 
 build() {
   cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 



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

2013-11-09 Thread Andreas Radke
Date: Saturday, November 9, 2013 @ 20:36:19
  Author: andyrtr
Revision: 199299

upgpkg: xcb-proto 1.9-1

upstream update 1.9

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-09 19:21:46 UTC (rev 199298)
+++ PKGBUILD2013-11-09 19:36:19 UTC (rev 199299)
@@ -3,24 +3,24 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=xcb-proto
-pkgver=1.8
-pkgrel=2
+pkgver=1.9
+pkgrel=1
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;
 license=('custom')
-makedepends=('python' 'libxml2')
+makedepends=('python2' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
+sha256sums=('895afe21793e6e26c5ce999b1900c02a5984c201d96d55cc42c182d3c3bde43c')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -m755 -d $pkgdir/usr/share/licenses/$pkgname
   install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 12:37:18
  Author: jgc
Revision: 191289

upgpkg: xcb-proto 1.8-2

Build with Python3

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 10:10:30 UTC (rev 191288)
+++ PKGBUILD2013-07-23 10:37:18 UTC (rev 191289)
@@ -4,18 +4,18 @@
 
 pkgname=xcb-proto
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;
 license=('custom')
-makedepends=('python2' 'libxml2')
+makedepends=('python' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
 sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 



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

2012-10-05 Thread andyrtr
Date: Friday, October 5, 2012 @ 12:24:18
  Author: andyrtr
Revision: 168067

upgpkg: xcb-proto 1.8-1

upstream update 1.8

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 15:41:36 UTC (rev 168066)
+++ PKGBUILD2012-10-05 16:24:18 UTC (rev 168067)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=xcb-proto
-pkgver=1.7.1
+pkgver=1.8
 pkgrel=1
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
@@ -11,7 +11,7 @@
 license=('custom')
 makedepends=('python2' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha1sums=('82a568559235fc6e26d0a38911c5ea18f8e8455c')
+sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-03-23 Thread andyrtr
Date: Friday, March 23, 2012 @ 16:55:30
  Author: andyrtr
Revision: 154171

upgpkg: xcb-proto 1.7.1-1

upstream update 1.7.1

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-03-23 20:52:44 UTC (rev 154170)
+++ PKGBUILD2012-03-23 20:55:30 UTC (rev 154171)
@@ -3,15 +3,15 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=xcb-proto
-pkgver=1.7
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;
 license=('custom')
 makedepends=('python2' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha1sums=('f47772de91394aa9ad8ee8a5b57a71072d438b2b')
+sha1sums=('82a568559235fc6e26d0a38911c5ea18f8e8455c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2012-02-03 Thread andyrtr
Date: Friday, February 3, 2012 @ 11:16:56
  Author: andyrtr
Revision: 148547

upgpkg: xcb-proto 1.7-2

upstream release 1.7

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 16:14:57 UTC (rev 148546)
+++ PKGBUILD2012-02-03 16:16:56 UTC (rev 148547)
@@ -4,7 +4,7 @@
 
 pkgname=xcb-proto
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;



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

2012-01-17 Thread Ionut Biru
Date: Tuesday, January 17, 2012 @ 07:46:36
  Author: ibiru
Revision: 146770

update to 1.7

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-01-17 08:13:40 UTC (rev 146769)
+++ PKGBUILD2012-01-17 12:46:36 UTC (rev 146770)
@@ -3,21 +3,25 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=xcb-proto
-pkgver=1.6
-pkgrel=2
+pkgver=1.7
+pkgrel=1
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;
 license=('custom')
 makedepends=('python2' 'libxml2')
-source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('e82418557c7f59f29da9ec18e0906d6d78e3a164')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha1sums=('f47772de91394aa9ad8ee8a5b57a71072d438b2b')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}



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

2010-08-19 Thread Jan de Groot
Date: Thursday, August 19, 2010 @ 07:23:06
  Author: jgc
Revision: 88065

upgpkg: xcb-proto 1.6-2
Python rebuild

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-08-19 11:20:20 UTC (rev 88064)
+++ PKGBUILD2010-08-19 11:23:06 UTC (rev 88065)
@@ -4,12 +4,12 @@
 
 pkgname=xcb-proto
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;
 license=('custom')
-makedepends=('python' 'libxml2')
+makedepends=('python2' 'libxml2')
 source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2)
 sha1sums=('e82418557c7f59f29da9ec18e0906d6d78e3a164')
 



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

2009-12-19 Thread Jan de Groot
Date: Saturday, December 19, 2009 @ 14:52:55
  Author: jgc
Revision: 61568

upgpkg: xcb-proto 1.6-1
Update to 1.6 - convert to -any architecture

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2009-12-19 19:46:08 UTC (rev 61567)
+++ PKGBUILD2009-12-19 19:52:55 UTC (rev 61568)
@@ -3,15 +3,15 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=xcb-proto
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc=XML-XCB protocol descriptions
-arch=(i686 x86_64)
+arch=(any)
 url=http://xcb.freedesktop.org/;
 license=('custom')
 makedepends=('python' 'libxml2')
 source=(${url}/dist/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7d0481790104a10ff9174895ae954533')
+sha1sums=('e82418557c7f59f29da9ec18e0906d6d78e3a164')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}