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

Andreas Radke andyrtr at gemini.archlinux.org
Sat May 21 19:39:05 UTC 2022


    Date: Saturday, May 21, 2022 @ 19:39:04
  Author: andyrtr
Revision: 446234

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-21 19:38:58 UTC (rev 446233)
+++ PKGBUILD	2022-05-21 19:39:04 UTC (rev 446234)
@@ -1,28 +0,0 @@
-# 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"
-}
-

Copied: xcb-util-cursor/repos/extra-x86_64/PKGBUILD (from rev 446233, xcb-util-cursor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-21 19:39:04 UTC (rev 446234)
@@ -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=4
+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