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

Felix Yan felixonmars at archlinux.org
Thu Jun 7 06:26:50 UTC 2018


    Date: Thursday, June 7, 2018 @ 06:26:50
  Author: felixonmars
Revision: 326142

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 06:26:30 UTC (rev 326141)
+++ PKGBUILD	2018-06-07 06:26:50 UTC (rev 326142)
@@ -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=1
-pkgdesc="Utility libraries for XC Binding"
-arch=('i686' '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")
-sha256sums=('46e49469cb3b594af1d33176cd7565def2be3fa8be4371d62271fabb5eae50e9')
-
-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 326141, xcb-util/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 06:26:50 UTC (rev 326142)
@@ -0,0 +1,35 @@
+# $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"
+}



More information about the arch-commits mailing list