[arch-commits] Commit in xcursor-themes/repos (testing-any testing-any/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Mar 11 18:39:37 UTC 2018


    Date: Sunday, March 11, 2018 @ 18:39:35
  Author: andyrtr
Revision: 318594

archrelease: copy trunk to testing-any

Added:
  xcursor-themes/repos/testing-any/
  xcursor-themes/repos/testing-any/PKGBUILD
    (from rev 318593, xcursor-themes/trunk/PKGBUILD)

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

Copied: xcursor-themes/repos/testing-any/PKGBUILD (from rev 318593, xcursor-themes/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2018-03-11 18:39:35 UTC (rev 318594)
@@ -0,0 +1,28 @@
+# $Id$
+#Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xcursor-themes
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="X.org Cursor themes"
+arch=(any)
+url="https://xorg.freedesktop.org/"
+license=('MIT')
+makedepends=('pkgconfig' 'xorg-xcursorgen' 'xorg-util-macros')
+source=(${url}/releases/individual/data/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha512sums=('f41e1de0d5deafba33106dcad81576d1888fca052a962c202f2221104aa2d8236b066d8d8fc3dcfbdc166db63f84e60980dfc54059b20a26c7415de71ed07a5b'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



More information about the arch-commits mailing list