[arch-commits] Commit in xorg-xcursorgen/repos (2 files)

Andreas Radke andyrtr at archlinux.org
Mon Jan 7 07:34:11 UTC 2019


    Date: Monday, January 7, 2019 @ 07:34:08
  Author: andyrtr
Revision: 343062

archrelease: copy trunk to testing-x86_64

Added:
  xorg-xcursorgen/repos/testing-x86_64/
  xorg-xcursorgen/repos/testing-x86_64/PKGBUILD
    (from rev 343061, xorg-xcursorgen/trunk/PKGBUILD)

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

Copied: xorg-xcursorgen/repos/testing-x86_64/PKGBUILD (from rev 343061, xorg-xcursorgen/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-01-07 07:34:08 UTC (rev 343062)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xcursorgen
+pkgver=1.0.7
+pkgrel=1
+pkgdesc="Create an X cursor file from PNG images"
+arch=('x86_64')
+url="https://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxcursor' 'libpng')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(https://xorg.freedesktop.org/archive/individual/app/xcursorgen-${pkgver}.tar.bz2{,.sig})
+sha512sums=('bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2'
+            'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith at oracle.com>"
+
+build() {
+  cd xcursorgen-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd xcursorgen-${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