[arch-commits] Commit in xcb-util-cursor/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sat Apr 4 14:35:59 UTC 2015
Date: Saturday, April 4, 2015 @ 16:35:59
Author: arojas
Revision: 130690
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 130689, xcb-util-cursor/trunk/PKGBUILD)
xcb-util-cursor/repos/community-testing-x86_64/
xcb-util-cursor/repos/community-testing-x86_64/PKGBUILD
(from rev 130689, xcb-util-cursor/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: xcb-util-cursor/repos/community-testing-i686/PKGBUILD (from rev 130689, xcb-util-cursor/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-04-04 14:35:59 UTC (rev 130690)
@@ -0,0 +1,27 @@
+# $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/community-testing-x86_64/PKGBUILD (from rev 130689, xcb-util-cursor/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2015-04-04 14:35:59 UTC (rev 130690)
@@ -0,0 +1,27 @@
+# $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"
+}
+
More information about the arch-commits
mailing list