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

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


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




More information about the arch-commits mailing list