Date: Tuesday, October 18, 2022 @ 17:33:42
Author: andyrtr
Revision: 458375
archrelease: copy trunk to extra-x86_64
Added:
xcb-util-cursor/repos/extra-x86_64/PKGBUILD
(from rev 458374, xcb-util-cursor/trunk/PKGBUILD)
xcb-util-cursor/repos/extra-x86_64/keys/
Deleted:
xcb-util-cursor/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++++----------------------------
1 file changed, 32 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-18 17:33:36 UTC (rev 458374)
+++ PKGBUILD 2022-10-18 17:33:42 UTC (rev 458375)
@@ -1,28 +0,0 @@
-# Maintainer: AndyRTR <[email protected]>
-# Contributor: Bastien Dejean <[email protected]>
-
-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"
-}
-
Copied: xcb-util-cursor/repos/extra-x86_64/PKGBUILD (from rev 458374,
xcb-util-cursor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-18 17:33:42 UTC (rev 458375)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Bastien Dejean <[email protected]>
+
+pkgname=xcb-util-cursor
+pkgver=0.1.4
+pkgrel=1
+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
+options=('debug')
+source=(https://xorg.freedesktop.org/archive/individual/lib/xcb-util-cursor-$pkgver.tar.xz{,.sig})
+sha512sums=('d27dd59a4d7ded9994dca77774421dd9533e3ee823b880af35d3219bd7340c89fbc61d1d0fa10e2991de2cac9e6395e09497769d7b8728eedc691e76649107b1'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith
<[email protected]>
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+