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

Allan McRae allan at archlinux.org
Wed May 6 15:22:42 UTC 2020


    Date: Wednesday, May 6, 2020 @ 15:22:42
  Author: allan
Revision: 382413

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 15:22:27 UTC (rev 382412)
+++ PKGBUILD	2020-05-06 15:22:42 UTC (rev 382413)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=xcb-util
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="Utility libraries for XC Binding"
-arch=('x86_64')
-url="https://xcb.freedesktop.org"
-license=('custom')
-depends=('libxcb>=1.7')
-makedepends=('gperf' 'xorg-util-macros')
-source=("https://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('e60aaa6f582eacd05896c5fd7c8417938318a1288146f3a5b339f77eed24e211c6099963f8813daa621c94173d2934228936b491c0ed79b09a8a67d835867d0e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() { 
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 COPYING \
-    "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: xcb-util/repos/extra-x86_64/PKGBUILD (from rev 382412, xcb-util/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 15:22:42 UTC (rev 382413)
@@ -0,0 +1,34 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=xcb-util
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="Utility libraries for XC Binding"
+arch=('x86_64')
+url="https://xcb.freedesktop.org"
+license=('custom')
+depends=('libxcb>=1.7')
+makedepends=('gperf' 'xorg-util-macros' 'xorgproto')
+source=("https://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('e60aaa6f582eacd05896c5fd7c8417938318a1288146f3a5b339f77eed24e211c6099963f8813daa621c94173d2934228936b491c0ed79b09a8a67d835867d0e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() { 
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 COPYING \
+    "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list