diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-05-23 17:45:32 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-05-23 17:45:32 (GMT) |
commit | f062da4132c62414d6b134e5421d9dcf364cf970 (patch) | |
tree | 44569c78c4c679c7fdb9bab6fcaf6ef7f49b57af /abs/core/xcursor-vanilla-dmz | |
parent | 87ae4e72558af0bd82dba4ffff945285abec7b6e (diff) | |
download | linhes_pkgbuild-f062da4132c62414d6b134e5421d9dcf364cf970.zip linhes_pkgbuild-f062da4132c62414d6b134e5421d9dcf364cf970.tar.gz linhes_pkgbuild-f062da4132c62414d6b134e5421d9dcf364cf970.tar.bz2 |
xcursor-vanilla-dmz: update to 0.4.4
Diffstat (limited to 'abs/core/xcursor-vanilla-dmz')
-rw-r--r-- | abs/core/xcursor-vanilla-dmz/PKGBUILD | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/abs/core/xcursor-vanilla-dmz/PKGBUILD b/abs/core/xcursor-vanilla-dmz/PKGBUILD index c0f4319..5ee1259 100644 --- a/abs/core/xcursor-vanilla-dmz/PKGBUILD +++ b/abs/core/xcursor-vanilla-dmz/PKGBUILD @@ -1,21 +1,22 @@ # $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> # Contributor: Björn Martensen <bjoern.martensen@gmail.com> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgbase=xcursor-vanilla-dmz pkgname=('xcursor-vanilla-dmz' 'xcursor-vanilla-dmz-aa') -pkgver=0.4.3 +pkgver=0.4.4 pkgrel=1 arch=('any') -url="http://jimmac.musichall.cz/themes.php?skin=7" +url="http://jimmac.musichall.cz/" license=('CCPL:by-nc-sa') makedepends=('xorg-xcursorgen') -source=(http://ftp.de.debian.org/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${pkgver}.tar.gz) -md5sums=('412256b1b8a65dd05b46f65b32e2f5e6') +source=(http://ftp.de.debian.org/debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_$pkgver.tar.gz) +md5sums=('06fbab13df89c5770ce61b0e3e31e5f6') build() { - cd "${srcdir}/dmz-cursor-theme-${pkgver}" + cd "$srcdir/dmz-cursor-theme-$pkgver" (cd DMZ-White/pngs ; ./make.sh) (cd DMZ-Black/pngs ; ./make.sh) } @@ -23,17 +24,17 @@ build() { package_xcursor-vanilla-dmz() { pkgdesc="Vanilla DMZ cursor theme" - cd "${srcdir}/dmz-cursor-theme-${pkgver}" - install -d "${pkgdir}"/usr/share/icons/Vanilla-DMZ/cursors - cp -a DMZ-White/xcursors/* "${pkgdir}"/usr/share/icons/Vanilla-DMZ/cursors - install -Dm644 DMZ-White/index.theme "${pkgdir}"/usr/share/icons/Vanilla-DMZ/index.theme + cd "$srcdir/dmz-cursor-theme-$pkgver" + install -d "$pkgdir"/usr/share/icons/Vanilla-DMZ/cursors + cp -a DMZ-White/xcursors/* "$pkgdir"/usr/share/icons/Vanilla-DMZ/cursors + install -Dm644 DMZ-White/index.theme "$pkgdir"/usr/share/icons/Vanilla-DMZ/index.theme } package_xcursor-vanilla-dmz-aa() { pkgdesc="Vanilla DMZ AA cursor theme" - cd "${srcdir}/dmz-cursor-theme-${pkgver}" - install -d "${pkgdir}"/usr/share/icons/Vanilla-DMZ-AA/cursors - cp -a DMZ-Black/xcursors/* "${pkgdir}"/usr/share/icons/Vanilla-DMZ-AA/cursors - install -Dm644 DMZ-Black/index.theme "${pkgdir}"/usr/share/icons/Vanilla-DMZ-AA/index.theme + cd "$srcdir/dmz-cursor-theme-${pkgver}" + install -d "$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/cursors + cp -a DMZ-Black/xcursors/* "$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/cursors + install -Dm644 DMZ-Black/index.theme "$pkgdir"/usr/share/icons/Vanilla-DMZ-AA/index.theme } |