[arch-commits] Commit in xcb-util-cursor/repos/extra-i686 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Jan 15 17:56:09 UTC 2017
Date: Sunday, January 15, 2017 @ 17:56:09
Author: andyrtr
Revision: 286628
archrelease: copy trunk to extra-i686
Added:
xcb-util-cursor/repos/extra-i686/PKGBUILD
(from rev 286627, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
xcb-util-cursor/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-15 17:55:59 UTC (rev 286627)
+++ PKGBUILD 2017-01-15 17:56:09 UTC (rev 286628)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Bastien Dejean <nihilhill at gmail.com>
-
-pkgname=xcb-util-cursor
-pkgver=0.1.3
-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')
-#makedepends=('doxygen' 'xorg-util-macros' 'graphviz') # no docs yet to build
-source=("http://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"
-}
-
Copied: xcb-util-cursor/repos/extra-i686/PKGBUILD (from rev 286627, xcb-util-cursor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-15 17:56:09 UTC (rev 286628)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=xcb-util-cursor
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='XCB cursor library'
+arch=('i686' '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