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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Oct 12 23:22:52 UTC 2013


    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 <nihilhill at 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 <nihilhill at 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 <nihilhill at 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 <nihilhill at 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:




More information about the arch-commits mailing list