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

Ionut Biru ibiru at archlinux.org
Mon Jan 30 18:52:13 UTC 2012


    Date: Monday, January 30, 2012 @ 13:52:13
  Author: ibiru
Revision: 148363

db-move: moved xorg-xcursorgen from [staging] to [testing] (x86_64)

Added:
  xorg-xcursorgen/repos/testing-x86_64/
  xorg-xcursorgen/repos/testing-x86_64/PKGBUILD
    (from rev 148047, xorg-xcursorgen/repos/staging-x86_64/PKGBUILD)
Deleted:
  xorg-xcursorgen/repos/staging-x86_64/

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

Copied: xorg-xcursorgen/repos/testing-x86_64/PKGBUILD (from rev 148047, xorg-xcursorgen/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-30 18:52:13 UTC (rev 148363)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=xorg-xcursorgen
+pkgver=1.0.4
+pkgrel=3
+pkgdesc="Create an X cursor file from PNG images"
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/"
+license=('custom')
+depends=('libx11' 'libxcursor' 'libpng')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xcursorgen-${pkgver}.tar.bz2)
+sha1sums=('244c180aae8cc07175b93f314d5bbbf24171658a')
+
+build() {
+  cd "${srcdir}/xcursorgen-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/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