[arch-commits] Commit in xcursor-vanilla-dmz/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Sun Dec 1 21:41:40 UTC 2013


    Date: Sunday, December 1, 2013 @ 22:41:39
  Author: bgyorgy
Revision: 101806

upgpkg: xcursor-vanilla-dmz 0.4.4-1

Update to version 0.4.4

Modified:
  xcursor-vanilla-dmz/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-01 13:39:13 UTC (rev 101805)
+++ PKGBUILD	2013-12-01 21:41:39 UTC (rev 101806)
@@ -1,21 +1,22 @@
 # $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
 # Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
 # Contributor: Björn Martensen <bjoern.martensen at gmail.com>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Daniel J Griffiths <ghost1227 at 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 @@
 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
 }




More information about the arch-commits mailing list