[arch-commits] Commit in xcb-util-cursor/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Wed May 6 15:21:47 UTC 2020


    Date: Wednesday, May 6, 2020 @ 15:21:47
  Author: allan
Revision: 382411

archrelease: copy trunk to extra-x86_64

Added:
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD
    (from rev 382410, xcb-util-cursor/trunk/PKGBUILD)
Deleted:
  xcb-util-cursor/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 15:21:30 UTC (rev 382410)
+++ PKGBUILD	2020-05-06 15:21:47 UTC (rev 382411)
@@ -1,27 +0,0 @@
-# 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"
-}
-

Copied: xcb-util-cursor/repos/extra-x86_64/PKGBUILD (from rev 382410, xcb-util-cursor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 15:21:47 UTC (rev 382411)
@@ -0,0 +1,28 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=xcb-util-cursor
+pkgver=0.1.3
+pkgrel=3
+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=('xorgproto')
+#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