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

Kpcyrd kpcyrd at archlinux.org
Tue May 5 17:44:19 UTC 2020


    Date: Tuesday, May 5, 2020 @ 17:44:17
  Author: kpcyrd
Revision: 624938

archrelease: copy trunk to community-x86_64

Added:
  xcb-util-xrm/repos/community-x86_64/PKGBUILD
    (from rev 624937, xcb-util-xrm/trunk/PKGBUILD)
Deleted:
  xcb-util-xrm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 17:44:08 UTC (rev 624937)
+++ PKGBUILD	2020-05-05 17:44:17 UTC (rev 624938)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Anatol Pomazau
-# Contributor: Ingo Bürk <admin at airblader dot de>
-
-pkgname=xcb-util-xrm
-pkgver=1.3
-pkgrel=1
-pkgdesc='XCB utility functions for the X resource manager'
-url='https://github.com/Airblader/xcb-util-xrm'
-arch=('x86_64')
-license=('MIT')
-depends=('xcb-util')
-makedepends=('xorg-util-macros' 'libx11')
-source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${pkgver}/xcb-util-xrm-${pkgver}.tar.gz)
-sha256sums=('0129f74c327ae65e2f4ad4002f300b4f02c9aff78c00997f1f1c5a430f922f34')
-sha512sums=('d8a427ed6d1f1568ce58db9b89284e4fafcc7b7929c31bccf70e5ccd91f3f6cb9c87ff25c4e64d95b0c6215cfecde6c0ee2b3a18759817aea3169ba87602c5de')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xcb-util-xrm/repos/community-x86_64/PKGBUILD (from rev 624937, xcb-util-xrm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-05 17:44:17 UTC (rev 624938)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Anatol Pomazau
+# Contributor: Ingo Bürk <admin at airblader dot de>
+
+pkgname=xcb-util-xrm
+pkgver=1.3
+pkgrel=2
+pkgdesc='XCB utility functions for the X resource manager'
+url='https://github.com/Airblader/xcb-util-xrm'
+arch=('x86_64')
+license=('MIT')
+depends=('xcb-util')
+makedepends=('xorg-util-macros' 'libx11')
+source=(https://github.com/Airblader/xcb-util-xrm/releases/download/v${pkgver}/xcb-util-xrm-${pkgver}.tar.gz)
+sha256sums=('0129f74c327ae65e2f4ad4002f300b4f02c9aff78c00997f1f1c5a430f922f34')
+sha512sums=('d8a427ed6d1f1568ce58db9b89284e4fafcc7b7929c31bccf70e5ccd91f3f6cb9c87ff25c4e64d95b0c6215cfecde6c0ee2b3a18759817aea3169ba87602c5de')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list