[arch-commits] Commit in xcb-util-cursor/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-05-06 Thread Allan McRae via arch-commits
Date: Wednesday, May 6, 2020 @ 15:21:47
  Author: allan
Revision: 382411

archrelease: copy trunk to extra-x86_64

Added:
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD
(from rev 382410, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   55 ---
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-06 15:21:30 UTC (rev 382410)
+++ PKGBUILD2020-05-06 15:21:47 UTC (rev 382411)
@@ -1,27 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Bastien Dejean 
-
-pkgname=xcb-util-cursor
-pkgver=0.1.3
-pkgrel=2
-pkgdesc='XCB cursor library'
-arch=('x86_64')
-url='https://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
-source=("https://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: xcb-util-cursor/repos/extra-x86_64/PKGBUILD (from rev 382410, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-06 15:21:47 UTC (rev 382411)
@@ -0,0 +1,28 @@
+# Maintainer: AndyRTR 
+# Contributor: Bastien Dejean 
+
+pkgname=xcb-util-cursor
+pkgver=0.1.3
+pkgrel=3
+pkgdesc='XCB cursor library'
+arch=('x86_64')
+url='https://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+makedepends=('xorgproto')
+#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
+source=("https://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2020-05-06 Thread Allan McRae via arch-commits
Date: Wednesday, May 6, 2020 @ 15:21:30
  Author: allan
Revision: 382410

upgpkg: xcb-util-cursor 0.1.3-3: fix FTBFS

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 15:21:13 UTC (rev 382409)
+++ PKGBUILD2020-05-06 15:21:30 UTC (rev 382410)
@@ -3,12 +3,13 @@
 
 pkgname=xcb-util-cursor
 pkgver=0.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='XCB cursor library'
 arch=('x86_64')
 url='https://cgit.freedesktop.org/xcb/util-cursor'
 license=('custom:MIT')
 depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+makedepends=('xorgproto')
 #makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
 source=("https://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
 sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')


[arch-commits] Commit in xcb-util-cursor/repos (2 files)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 23:11:56
  Author: felixonmars
Revision: 338759

archrelease: copy trunk to staging-x86_64

Added:
  xcb-util-cursor/repos/staging-x86_64/
  xcb-util-cursor/repos/staging-x86_64/PKGBUILD
(from rev 338757, xcb-util-cursor/trunk/PKGBUILD)

--+
 PKGBUILD |   27 +++
 1 file changed, 27 insertions(+)

Copied: xcb-util-cursor/repos/staging-x86_64/PKGBUILD (from rev 338757, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-09 23:11:56 UTC (rev 338759)
@@ -0,0 +1,27 @@
+# Maintainer: AndyRTR 
+# Contributor: Bastien Dejean 
+
+pkgname=xcb-util-cursor
+pkgver=0.1.3
+pkgrel=2
+pkgdesc='XCB cursor library'
+arch=('x86_64')
+url='https://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
+source=("https://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 23:11:42
  Author: felixonmars
Revision: 338757

PIE/BUILDINFO rebuild

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 23:11:37 UTC (rev 338756)
+++ PKGBUILD2018-11-09 23:11:42 UTC (rev 338757)
@@ -3,7 +3,7 @@
 
 pkgname=xcb-util-cursor
 pkgver=0.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='XCB cursor library'
 arch=('x86_64')
 url='https://cgit.freedesktop.org/xcb/util-cursor'


[arch-commits] Commit in xcb-util-cursor/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2017-01-15 Thread Andreas Radke
Date: Sunday, January 15, 2017 @ 17:56:18
  Author: andyrtr
Revision: 286629

archrelease: copy trunk to extra-x86_64

Added:
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD
(from rev 286628, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-15 17:56:09 UTC (rev 286628)
+++ PKGBUILD2017-01-15 17:56:18 UTC (rev 286629)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Bastien Dejean 
-
-pkgname=xcb-util-cursor
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
-source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: xcb-util-cursor/repos/extra-x86_64/PKGBUILD (from rev 286628, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-15 17:56:18 UTC (rev 286629)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Bastien Dejean 
+
+pkgname=xcb-util-cursor
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='https://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
+source=("https://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


[arch-commits] Commit in xcb-util-cursor/repos/extra-i686 (PKGBUILD PKGBUILD)

2017-01-15 Thread Andreas Radke
Date: Sunday, January 15, 2017 @ 17:56:09
  Author: andyrtr
Revision: 286628

archrelease: copy trunk to extra-i686

Added:
  xcb-util-cursor/repos/extra-i686/PKGBUILD
(from rev 286627, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-15 17:55:59 UTC (rev 286627)
+++ PKGBUILD2017-01-15 17:56:09 UTC (rev 286628)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Bastien Dejean 
-
-pkgname=xcb-util-cursor
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
-source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: xcb-util-cursor/repos/extra-i686/PKGBUILD (from rev 286627, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-15 17:56:09 UTC (rev 286628)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Bastien Dejean 
+
+pkgname=xcb-util-cursor
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='https://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
+source=("https://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

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

https sources / gpg signature fixes

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 17:55:24 UTC (rev 286626)
+++ PKGBUILD2017-01-15 17:55:59 UTC (rev 286627)
@@ -7,11 +7,11 @@
 pkgrel=1
 pkgdesc='XCB cursor library'
 arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
+url='https://cgit.freedesktop.org/xcb/util-cursor'
 license=('custom:MIT')
 depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
 #makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
-source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+source=("https://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
 sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
 
 build() {


[arch-commits] Commit in xcb-util-cursor/repos (4 files)

2016-05-12 Thread Andreas Radke
Date: Thursday, May 12, 2016 @ 21:03:24
  Author: andyrtr
Revision: 267900

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xcb-util-cursor/repos/extra-i686/PKGBUILD
(from rev 267899, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD
(from rev 267899, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/extra-i686/PKGBUILD
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   27 ---
 extra-x86_64/PKGBUILD |   27 ---
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-12 19:01:40 UTC (rev 267899)
+++ extra-i686/PKGBUILD 2016-05-12 19:03:24 UTC (rev 267900)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Bastien Dejean 
-
-pkgname=xcb-util-cursor
-pkgver=0.1.2
-pkgrel=1
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: xcb-util-cursor/repos/extra-i686/PKGBUILD (from rev 267899, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-12 19:03:24 UTC (rev 267900)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Bastien Dejean 
+
+pkgname=xcb-util-cursor
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
+source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-12 19:01:40 UTC (rev 267899)
+++ extra-x86_64/PKGBUILD   2016-05-12 19:03:24 UTC (rev 267900)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Bastien Dejean 
-
-pkgname=xcb-util-cursor
-pkgver=0.1.2
-pkgrel=1
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: xcb-util-cursor/repos/extra-x86_64/PKGBUILD (from rev 267899, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-12 19:03:24 UTC (rev 267900)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Bastien Dejean 
+
+pkgname=xcb-util-cursor
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
+source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2016-05-12 Thread Andreas Radke
Date: Thursday, May 12, 2016 @ 21:01:40
  Author: andyrtr
Revision: 267899

upgpkg: xcb-util-cursor 0.1.3-1

upstream update 0.1.3

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 18:16:53 UTC (rev 267898)
+++ PKGBUILD2016-05-12 19:01:40 UTC (rev 267899)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Sébastien Luttringer 
+# Maintainer: AndyRTR 
 # Contributor: Bastien Dejean 
 
 pkgname=xcb-util-cursor
-pkgver=0.1.2
+pkgver=0.1.3
 pkgrel=1
 pkgdesc='XCB cursor library'
 arch=('i686' 'x86_64')
@@ -10,8 +10,9 @@
 url='http://cgit.freedesktop.org/xcb/util-cursor'
 license=('custom:MIT')
 depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
 source=("http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
+sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in (xcb-util-cursor)

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 08:41:39
  Author: arojas
Revision: 130809

community2extra: Moving xcb-util-cursor from community to extra

Deleted:
  xcb-util-cursor/


[arch-commits] Commit in xcb-util-cursor/repos (4 files)

2015-04-06 Thread Antonio Rojas
Date: Monday, April 6, 2015 @ 08:41:18
  Author: arojas
Revision: 235533

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xcb-util-cursor/repos/extra-i686/
  xcb-util-cursor/repos/extra-i686/PKGBUILD
(from rev 235532, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/extra-x86_64/
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD
(from rev 235532, xcb-util-cursor/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   27 +++
 extra-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: xcb-util-cursor/repos/extra-i686/PKGBUILD (from rev 235532, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-06 06:41:18 UTC (rev 235533)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: xcb-util-cursor/repos/extra-x86_64/PKGBUILD (from rev 235532, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-06 06:41:18 UTC (rev 235533)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 16:34:48
  Author: arojas
Revision: 130689

Update to 0.1.2

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 13:18:30 UTC (rev 130688)
+++ PKGBUILD2015-04-04 14:34:48 UTC (rev 130689)
@@ -3,7 +3,7 @@
 # Contributor: Bastien Dejean nihilh...@gmail.com
 
 pkgname=xcb-util-cursor
-pkgver=0.1.1
+pkgver=0.1.2
 pkgrel=1
 pkgdesc='XCB cursor library'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom:MIT')
 depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
 source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('568712eaa340f18b357d3748300c1795')
+md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
 
 build() {
   cd $pkgname-$pkgver
@@ -25,4 +25,3 @@
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xcb-util-cursor/repos (4 files)

2015-04-04 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 16:35:59
  Author: arojas
Revision: 130690

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  xcb-util-cursor/repos/community-testing-i686/
  xcb-util-cursor/repos/community-testing-i686/PKGBUILD
(from rev 130689, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/community-testing-x86_64/
  xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD
(from rev 130689, xcb-util-cursor/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   27 +++
 community-testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: xcb-util-cursor/repos/community-testing-i686/PKGBUILD (from rev 130689, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-04 14:35:59 UTC (rev 130690)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD (from rev 
130689, xcb-util-cursor/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-04-04 14:35:59 UTC (rev 130690)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('88e70d92ff5616d406ce5b1b62e0c58b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2013-11-13 Thread Sébastien Luttringer
Date: Wednesday, November 13, 2013 @ 22:01:42
  Author: seblu
Revision: 100958

upgpkg: xcb-util-cursor 0.1.1-1

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 20:28:20 UTC (rev 100957)
+++ PKGBUILD2013-11-13 21:01:42 UTC (rev 100958)
@@ -3,8 +3,8 @@
 # Contributor: Bastien Dejean nihilh...@gmail.com
 
 pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=4
+pkgver=0.1.1
+pkgrel=1
 pkgdesc='XCB cursor library'
 arch=('i686' 'x86_64')
 url='http://cgit.freedesktop.org/xcb/util-cursor'
@@ -11,7 +11,7 @@
 license=('custom:MIT')
 depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
 source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
+md5sums=('568712eaa340f18b357d3748300c1795')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in xcb-util-cursor/repos (4 files)

2013-11-13 Thread Sébastien Luttringer
Date: Wednesday, November 13, 2013 @ 22:01:51
  Author: seblu
Revision: 100959

archrelease: copy trunk to community-i686, community-x86_64

Added:
  xcb-util-cursor/repos/community-i686/PKGBUILD
(from rev 100958, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/community-x86_64/PKGBUILD
(from rev 100958, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/community-i686/PKGBUILD
  xcb-util-cursor/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-13 21:01:42 UTC (rev 100958)
+++ community-i686/PKGBUILD 2013-11-13 21:01:51 UTC (rev 100959)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer seblu at seblu dot net
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=4
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-i686/PKGBUILD (from rev 100958, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-13 21:01:51 UTC (rev 100959)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('568712eaa340f18b357d3748300c1795')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-13 21:01:42 UTC (rev 100958)
+++ community-x86_64/PKGBUILD   2013-11-13 21:01:51 UTC (rev 100959)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer seblu at seblu dot net
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=4
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-x86_64/PKGBUILD (from rev 100958, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-13 21:01:51 UTC (rev 100959)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('568712eaa340f18b357d3748300c1795')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-10-20 Thread Sébastien Luttringer
Date: Monday, October 21, 2013 @ 02:54:09
  Author: seblu
Revision: 98878

upgpkg: xcb-util-cursor 0.1.0-4

- https://www.archlinux.org/todo/remove-static-libraries/

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-21 00:42:02 UTC (rev 98877)
+++ PKGBUILD2013-10-21 00:54:09 UTC (rev 98878)
@@ -4,12 +4,11 @@
 
 pkgname=xcb-util-cursor
 pkgver=0.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='XCB cursor library'
 arch=('i686' 'x86_64')
 url='http://cgit.freedesktop.org/xcb/util-cursor'
 license=('custom:MIT')
-options=('!libtool')
 depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
 source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
 md5sums=('40e913aae6fb30a72d423e6bae9a93e9')



[arch-commits] Commit in xcb-util-cursor/repos (4 files)

2013-10-20 Thread Sébastien Luttringer
Date: Monday, October 21, 2013 @ 02:54:20
  Author: seblu
Revision: 98879

archrelease: copy trunk to community-i686, community-x86_64

Added:
  xcb-util-cursor/repos/community-i686/PKGBUILD
(from rev 98878, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/community-x86_64/PKGBUILD
(from rev 98878, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/community-i686/PKGBUILD
  xcb-util-cursor/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 56 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-21 00:54:09 UTC (rev 98878)
+++ community-i686/PKGBUILD 2013-10-21 00:54:20 UTC (rev 98879)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer seblu at seblu dot net
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=3
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-options=('!libtool')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-i686/PKGBUILD (from rev 98878, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-21 00:54:20 UTC (rev 98879)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.0
+pkgrel=4
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-21 00:54:09 UTC (rev 98878)
+++ community-x86_64/PKGBUILD   2013-10-21 00:54:20 UTC (rev 98879)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer seblu at seblu dot net
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=3
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-options=('!libtool')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
-md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-x86_64/PKGBUILD (from rev 98878, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-21 00:54:20 UTC (rev 98879)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.0
+pkgrel=4
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xcb-util-cursor/repos (6 files)

2013-10-15 Thread Sébastien Luttringer
Date: Wednesday, October 16, 2013 @ 03:00:11
  Author: seblu
Revision: 98637

db-move: moved xcb-util-cursor from [community-testing] to [community] (i686, 
x86_64)

Added:
  xcb-util-cursor/repos/community-i686/
  xcb-util-cursor/repos/community-i686/PKGBUILD
(from rev 98636, xcb-util-cursor/repos/community-testing-i686/PKGBUILD)
  xcb-util-cursor/repos/community-x86_64/
  xcb-util-cursor/repos/community-x86_64/PKGBUILD
(from rev 98636, xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/community-testing-i686/
  xcb-util-cursor/repos/community-testing-x86_64/

---+
 community-i686/PKGBUILD   |   29 +
 community-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xcb-util-cursor/repos/community-i686/PKGBUILD (from rev 98636, 
xcb-util-cursor/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-16 01:00:11 UTC (rev 98637)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.0
+pkgrel=3
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+options=('!libtool')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-x86_64/PKGBUILD (from rev 98636, 
xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-16 01:00:11 UTC (rev 98637)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.0
+pkgrel=3
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+options=('!libtool')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xcb-util-cursor/repos (4 files)

2013-10-13 Thread Sébastien Luttringer
Date: Sunday, October 13, 2013 @ 14:27:34
  Author: seblu
Revision: 98554

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  xcb-util-cursor/repos/community-testing-i686/PKGBUILD
(from rev 98553, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD
(from rev 98553, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/community-testing-i686/PKGBUILD
  xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-testing-i686/PKGBUILD   |   32 ---
 community-testing-x86_64/PKGBUILD |   32 ---
 3 files changed, 58 insertions(+), 64 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-13 12:27:24 UTC (rev 98553)
+++ community-testing-i686/PKGBUILD 2013-10-13 12:27:34 UTC (rev 98554)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer seblu at seblu dot net
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=2
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-options=('!libtool')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-makedepends=('git' 'xorg-util-macros' 'gperf')
-# we use git bease snapshot tarball lack of the submodule m4 stuff
-source=($pkgname::git+http://anongit.freedesktop.org/git/xcb/util-cursor.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  git submodule update --init
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-testing-i686/PKGBUILD (from rev 98553, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-13 12:27:34 UTC (rev 98554)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.0
+pkgrel=3
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+options=('!libtool')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-10-13 12:27:24 UTC (rev 98553)
+++ community-testing-x86_64/PKGBUILD   2013-10-13 12:27:34 UTC (rev 98554)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer seblu at seblu dot net
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=2
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-options=('!libtool')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-makedepends=('git' 'xorg-util-macros' 'gperf')
-# we use git bease snapshot tarball lack of the submodule m4 stuff
-source=($pkgname::git+http://anongit.freedesktop.org/git/xcb/util-cursor.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  git submodule update --init
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD (from rev 
98553, xcb-util-cursor/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-13 12:27:34 UTC (rev 98554)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.0
+pkgrel=3
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+options=('!libtool')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)

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

2013-10-13 Thread Sébastien Luttringer
Date: Sunday, October 13, 2013 @ 14:27:24
  Author: seblu
Revision: 98553

upgpkg: xcb-util-cursor 0.1.0-3

Use a released tarball, and so, drop makedeps.
Thanks to Uli Schlachter to pointing this to me.

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-13 10:52:56 UTC (rev 98552)
+++ PKGBUILD2013-10-13 12:27:24 UTC (rev 98553)
@@ -4,7 +4,7 @@
 
 pkgname=xcb-util-cursor
 pkgver=0.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='XCB cursor library'
 arch=('i686' 'x86_64')
 url='http://cgit.freedesktop.org/xcb/util-cursor'
@@ -11,20 +11,17 @@
 license=('custom:MIT')
 options=('!libtool')
 depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-makedepends=('git' 'xorg-util-macros' 'gperf')
-# we use git bease snapshot tarball lack of the submodule m4 stuff
-source=($pkgname::git+http://anongit.freedesktop.org/git/xcb/util-cursor.git#tag=$pkgver;)
-md5sums=('SKIP')
+source=(http://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2;)
+md5sums=('40e913aae6fb30a72d423e6bae9a93e9')
 
 build() {
-  cd $pkgname
-  git submodule update --init
-  ./autogen.sh --prefix=/usr
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



[arch-commits] Commit in xcb-util-cursor/repos (4 files)

2013-10-12 Thread Sébastien Luttringer
Date: Sunday, October 13, 2013 @ 00:25:13
  Author: seblu
Revision: 98529

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  xcb-util-cursor/repos/community-testing-i686/
  xcb-util-cursor/repos/community-testing-i686/PKGBUILD
(from rev 98528, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/community-testing-x86_64/
  xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD
(from rev 98528, xcb-util-cursor/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   32 
 community-testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: xcb-util-cursor/repos/community-testing-i686/PKGBUILD (from rev 98528, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-12 22:25:13 UTC (rev 98529)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+options=('!libtool')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+makedepends=('git' 'xorg-util-macros')
+# we use git bease snapshot tarball lack of the submodule m4 stuff
+source=($pkgname::git+http://anongit.freedesktop.org/git/xcb/util-cursor.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD (from rev 
98528, xcb-util-cursor/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-12 22:25:13 UTC (rev 98529)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+options=('!libtool')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+makedepends=('git' 'xorg-util-macros')
+# we use git bease snapshot tarball lack of the submodule m4 stuff
+source=($pkgname::git+http://anongit.freedesktop.org/git/xcb/util-cursor.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xcb-util-cursor/repos (4 files)

2013-10-12 Thread Sébastien Luttringer
Date: Sunday, October 13, 2013 @ 01:22:51
  Author: seblu
Revision: 98531

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  xcb-util-cursor/repos/community-testing-i686/PKGBUILD
(from rev 98530, xcb-util-cursor/trunk/PKGBUILD)
  xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD
(from rev 98530, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/community-testing-i686/PKGBUILD
  xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-testing-i686/PKGBUILD   |   32 --
 community-testing-x86_64/PKGBUILD |   32 --
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-12 23:22:43 UTC (rev 98530)
+++ community-testing-i686/PKGBUILD 2013-10-12 23:22:51 UTC (rev 98531)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer seblu at seblu dot net
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-options=('!libtool')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-makedepends=('git' 'xorg-util-macros')
-# we use git bease snapshot tarball lack of the submodule m4 stuff
-source=($pkgname::git+http://anongit.freedesktop.org/git/xcb/util-cursor.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  git submodule update --init
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-testing-i686/PKGBUILD (from rev 98530, 
xcb-util-cursor/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-12 23:22:51 UTC (rev 98531)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+options=('!libtool')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+makedepends=('git' 'xorg-util-macros' 'gperf')
+# we use git bease snapshot tarball lack of the submodule m4 stuff
+source=($pkgname::git+http://anongit.freedesktop.org/git/xcb/util-cursor.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-10-12 23:22:43 UTC (rev 98530)
+++ community-testing-x86_64/PKGBUILD   2013-10-12 23:22:51 UTC (rev 98531)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer seblu at seblu dot net
-# Contributor: Bastien Dejean nihilh...@gmail.com
-
-pkgname=xcb-util-cursor
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='XCB cursor library'
-arch=('i686' 'x86_64')
-url='http://cgit.freedesktop.org/xcb/util-cursor'
-license=('custom:MIT')
-options=('!libtool')
-depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-makedepends=('git' 'xorg-util-macros')
-# we use git bease snapshot tarball lack of the submodule m4 stuff
-source=($pkgname::git+http://anongit.freedesktop.org/git/xcb/util-cursor.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  git submodule update --init
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD (from rev 
98530, xcb-util-cursor/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-12 23:22:51 UTC (rev 98531)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer seblu at seblu dot net
+# Contributor: Bastien Dejean nihilh...@gmail.com
+
+pkgname=xcb-util-cursor
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='XCB cursor library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+options=('!libtool')
+depends=('libxcb' 'xcb-util-renderutil' 

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

2013-10-12 Thread Sébastien Luttringer
Date: Sunday, October 13, 2013 @ 01:22:43
  Author: seblu
Revision: 98530

upgpkg: xcb-util-cursor 0.1.0-2

- gperf is needed at build time. Awesome doesn't compile without this build dep.

Modified:
  xcb-util-cursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-12 22:25:13 UTC (rev 98529)
+++ PKGBUILD2013-10-12 23:22:43 UTC (rev 98530)
@@ -4,7 +4,7 @@
 
 pkgname=xcb-util-cursor
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='XCB cursor library'
 arch=('i686' 'x86_64')
 url='http://cgit.freedesktop.org/xcb/util-cursor'
@@ -11,7 +11,7 @@
 license=('custom:MIT')
 options=('!libtool')
 depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
-makedepends=('git' 'xorg-util-macros')
+makedepends=('git' 'xorg-util-macros' 'gperf')
 # we use git bease snapshot tarball lack of the submodule m4 stuff
 
source=($pkgname::git+http://anongit.freedesktop.org/git/xcb/util-cursor.git#tag=$pkgver;)
 md5sums=('SKIP')