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

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Oct 16 01:00:11 UTC 2013


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




More information about the arch-commits mailing list