[arch-commits] Commit in (4 files)

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


    Date: Sunday, October 13, 2013 @ 00:24:57
  Author: seblu
Revision: 98528

Add xcb-util-cursor

Needed by new version of awesome

Added:
  xcb-util-cursor/
  xcb-util-cursor/repos/
  xcb-util-cursor/trunk/
  xcb-util-cursor/trunk/PKGBUILD

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

Added: xcb-util-cursor/trunk/PKGBUILD
===================================================================
--- xcb-util-cursor/trunk/PKGBUILD	                        (rev 0)
+++ xcb-util-cursor/trunk/PKGBUILD	2013-10-12 22:24:57 UTC (rev 98528)
@@ -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:


Property changes on: xcb-util-cursor/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list