[arch-commits] Commit in libxcursor/repos (3 files)
Andreas Radke
andyrtr at archlinux.org
Tue Nov 28 18:05:17 UTC 2017
Date: Tuesday, November 28, 2017 @ 18:05:15
Author: andyrtr
Revision: 311125
archrelease: copy trunk to testing-x86_64
Added:
libxcursor/repos/testing-x86_64/
libxcursor/repos/testing-x86_64/PKGBUILD
(from rev 311124, libxcursor/trunk/PKGBUILD)
libxcursor/repos/testing-x86_64/index.theme
(from rev 311124, libxcursor/trunk/index.theme)
-------------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
index.theme | 2 ++
2 files changed, 41 insertions(+)
Copied: libxcursor/repos/testing-x86_64/PKGBUILD (from rev 311124, libxcursor/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-28 18:05:15 UTC (rev 311125)
@@ -0,0 +1,39 @@
+# $Id$
+# 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.1.15
+pkgrel=1
+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)
+sha256sums=('294e670dd37cd23995e69aae626629d4a2dfe5708851bbc13d032401b7a3df6b'
+ 'SKIP'
+ '9e2707bc3466b848a70687ae34b505930b9c260a49b3d2f014145e70c4cddcd6')
+validpgpkeys=('C41C985FDCF1E5364576638B687393EE37D128F8') # "Matthieu Herrb <matthieu.herrb at laas.fr>"
+
+build() {
+ cd "${srcdir}/libXcursor-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/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/testing-x86_64/index.theme (from rev 311124, libxcursor/trunk/index.theme)
===================================================================
--- testing-x86_64/index.theme (rev 0)
+++ testing-x86_64/index.theme 2017-11-28 18:05:15 UTC (rev 311125)
@@ -0,0 +1,2 @@
+[Icon Theme]
+Inherits=Adwaita
More information about the arch-commits
mailing list