summaryrefslogtreecommitdiff
path: root/extra/xorg-xcursorgen
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-02 03:33:36 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-02 03:33:36 +0000
commit62ef4573f0f6a0a2ccaee3967ec3845afb6faaf0 (patch)
treed9af46c57f6a80b6feca6dd67206928cc352e74c /extra/xorg-xcursorgen
parent8d64e04cb528732ef0844a120620acc64f9fbc41 (diff)
Mon Jun 2 03:30:32 UTC 2014
Diffstat (limited to 'extra/xorg-xcursorgen')
-rw-r--r--extra/xorg-xcursorgen/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/extra/xorg-xcursorgen/PKGBUILD b/extra/xorg-xcursorgen/PKGBUILD
index 73b44508d..9ee5da684 100644
--- a/extra/xorg-xcursorgen/PKGBUILD
+++ b/extra/xorg-xcursorgen/PKGBUILD
@@ -1,27 +1,28 @@
-# $Id: PKGBUILD 184455 2013-05-06 19:40:25Z foutrelis $
+# $Id: PKGBUILD 214022 2014-06-01 11:38:18Z andyrtr $
+# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xcursorgen
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
pkgdesc="Create an X cursor file from PNG images"
-arch=(i686 x86_64)
+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=('1d0ca82422d328522b06b218f86b5901a7d5521b')
+sha256sums=('31c8910f54eb175a8a74a60e7662697467e21a8bf948220a6048a93924b3f66c')
build() {
- cd "${srcdir}/xcursorgen-${pkgver}"
+ cd xcursorgen-${pkgver}
./configure --prefix=/usr
make
}
package() {
- cd "${srcdir}/xcursorgen-${pkgver}"
+ cd xcursorgen-${pkgver}
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"