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

Andreas Radke andyrtr at archlinux.org
Thu May 12 19:03:24 UTC 2016


    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 <seblu at seblu dot net>
-# Contributor: Bastien Dejean <nihilhill at 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-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 <andyrtr at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+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 <seblu at seblu dot net>
-# Contributor: Bastien Dejean <nihilhill at 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 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 <andyrtr at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+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"
+}
+



More information about the arch-commits mailing list