[arch-commits] Commit in xcb-util-cursor/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Nov 9 23:11:56 UTC 2018
Date: Friday, November 9, 2018 @ 23:11:56
Author: felixonmars
Revision: 338759
archrelease: copy trunk to staging-x86_64
Added:
xcb-util-cursor/repos/staging-x86_64/
xcb-util-cursor/repos/staging-x86_64/PKGBUILD
(from rev 338757, xcb-util-cursor/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: xcb-util-cursor/repos/staging-x86_64/PKGBUILD (from rev 338757, xcb-util-cursor/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-11-09 23:11:56 UTC (rev 338759)
@@ -0,0 +1,27 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=xcb-util-cursor
+pkgver=0.1.3
+pkgrel=2
+pkgdesc='XCB cursor library'
+arch=('x86_64')
+url='https://cgit.freedesktop.org/xcb/util-cursor'
+license=('custom:MIT')
+depends=('libxcb' 'xcb-util-renderutil' 'xcb-util-image')
+#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
+source=("https://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.bz2")
+sha1sums=('26562eb6d4151307f7b6a53453d360ecfc0563ac')
+
+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