[arch-commits] Commit in libxcursor/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 13:56:43 UTC 2020


    Date: Saturday, May 16, 2020 @ 13:56:43
  Author: foutrelis
Revision: 384702

archrelease: copy trunk to staging-x86_64

Added:
  libxcursor/repos/staging-x86_64/
  libxcursor/repos/staging-x86_64/PKGBUILD
    (from rev 384701, libxcursor/trunk/PKGBUILD)
  libxcursor/repos/staging-x86_64/index.theme
    (from rev 384701, libxcursor/trunk/index.theme)

-------------+
 PKGBUILD    |   39 +++++++++++++++++++++++++++++++++++++++
 index.theme |    2 ++
 2 files changed, 41 insertions(+)

Copied: libxcursor/repos/staging-x86_64/PKGBUILD (from rev 384701, libxcursor/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-16 13:56:43 UTC (rev 384702)
@@ -0,0 +1,39 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Alexander Baldeck <alexander at archlinux.org>
+
+pkgname=libxcursor
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="X cursor management library"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libxfixes' 'libxrender')
+optdepends=('gnome-themes-standard: fallback icon theme')
+makedepends=('xorg-util-macros')
+backup=(usr/share/icons/default/index.theme)
+source=(${url}/releases/individual/lib/libXcursor-${pkgver}.tar.bz2{,.sig}
+        index.theme)
+sha512sums=('2b12d0fd17e311ce269dbba58588698885815eb07aa44d48525ed5cd9e5f379bb90138a792a191e2f74888ab10b3ca9a4f507f21de0984ed79748973ab927a03'
+            'SKIP'
+            '489a07b5c9c50b9ddbd10093c79a07d34f2f1c9b4f053ecd68a9f300e201f7b92890b92f0bb4963dfeaa1b158f43149d615b07d1e70523de41565eff7dd5fccb')
+validpgpkeys=('C41C985FDCF1E5364576638B687393EE37D128F8') # "Matthieu Herrb <matthieu.herrb at laas.fr>"
+validpgpkeys+=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd libXcursor-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd libXcursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/icons/default"
+  install -m644 "$srcdir"/index.theme "${pkgdir}/usr/share/icons/default/"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: libxcursor/repos/staging-x86_64/index.theme (from rev 384701, libxcursor/trunk/index.theme)
===================================================================
--- staging-x86_64/index.theme	                        (rev 0)
+++ staging-x86_64/index.theme	2020-05-16 13:56:43 UTC (rev 384702)
@@ -0,0 +1,2 @@
+[Icon Theme]
+Inherits=Adwaita



More information about the arch-commits mailing list