[arch-commits] Commit in xcb-util-errors/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jonas Witschel
diabonas at archlinux.org
Sun Jul 12 11:00:25 UTC 2020
Date: Sunday, July 12, 2020 @ 11:00:25
Author: diabonas
Revision: 663310
archrelease: copy trunk to community-x86_64
Added:
xcb-util-errors/repos/community-x86_64/PKGBUILD
(from rev 663309, xcb-util-errors/trunk/PKGBUILD)
Deleted:
xcb-util-errors/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-12 11:00:19 UTC (rev 663309)
+++ PKGBUILD 2020-07-12 11:00:25 UTC (rev 663310)
@@ -1,25 +0,0 @@
-# Maintainer: Ainola <ainola at archlinux.org>
-# Contributor: emersion
-
-pkgname=xcb-util-errors
-pkgver=1.0
-pkgrel=3
-pkgdesc='XCB errors library'
-arch=('x86_64')
-url='https://cgit.freedesktop.org/xcb/util-errors/'
-license=('MIT')
-depends=('libxcb')
-source=("$pkgname-$pkgver.tar.bz2::https://xcb.freedesktop.org/dist/xcb-util-errors-$pkgver.tar.bz2")
-sha256sums=('682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
- install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
-}
Copied: xcb-util-errors/repos/community-x86_64/PKGBUILD (from rev 663309, xcb-util-errors/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-12 11:00:25 UTC (rev 663310)
@@ -0,0 +1,26 @@
+# Maintainer: Ainola <ainola at archlinux.org>
+# Contributor: emersion
+
+pkgname=xcb-util-errors
+pkgver=1.0
+pkgrel=4
+pkgdesc='XCB errors library'
+arch=('x86_64')
+url='https://cgit.freedesktop.org/xcb/util-errors/'
+license=('MIT')
+depends=('libxcb')
+makedepends=('xorgproto')
+source=("$pkgname-$pkgver.tar.bz2::https://xcb.freedesktop.org/dist/xcb-util-errors-$pkgver.tar.bz2")
+sha256sums=('682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+ install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
+}
More information about the arch-commits
mailing list