[arch-commits] Commit in xcursor-vanilla-dmz/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 16:09:48 UTC 2020


    Date: Monday, May 25, 2020 @ 16:09:47
  Author: felixonmars
Revision: 634629

archrelease: copy trunk to community-any

Added:
  xcursor-vanilla-dmz/repos/community-any/PKGBUILD
    (from rev 634628, xcursor-vanilla-dmz/trunk/PKGBUILD)
Deleted:
  xcursor-vanilla-dmz/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 16:09:30 UTC (rev 634628)
+++ PKGBUILD	2020-05-25 16:09:47 UTC (rev 634629)
@@ -1,40 +0,0 @@
-# $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>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgbase=xcursor-vanilla-dmz
-pkgname=('xcursor-vanilla-dmz' 'xcursor-vanilla-dmz-aa')
-pkgver=0.4.5
-pkgrel=1
-arch=('any')
-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.xz)
-sha256sums=('b719a64ed9c51905743105e5a50b15492695929ab2d6fca2cea760d52ccd1f5c')
-
-build() {
-  cd dmz-cursor-theme-$pkgver
-  (cd DMZ-White/pngs ; ./make.sh)
-  (cd DMZ-Black/pngs ; ./make.sh)
-}
-
-package_xcursor-vanilla-dmz() {
-  pkgdesc="Vanilla DMZ cursor theme"
-
-  cd 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 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
-}

Copied: xcursor-vanilla-dmz/repos/community-any/PKGBUILD (from rev 634628, xcursor-vanilla-dmz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 16:09:47 UTC (rev 634629)
@@ -0,0 +1,39 @@
+# 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>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgbase=xcursor-vanilla-dmz
+pkgname=('xcursor-vanilla-dmz' 'xcursor-vanilla-dmz-aa')
+pkgver=0.4.5
+pkgrel=2
+arch=('any')
+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.xz)
+sha256sums=('b719a64ed9c51905743105e5a50b15492695929ab2d6fca2cea760d52ccd1f5c')
+
+build() {
+  cd dmz-cursor-theme-$pkgver
+  (cd DMZ-White/pngs ; ./make.sh)
+  (cd DMZ-Black/pngs ; ./make.sh)
+}
+
+package_xcursor-vanilla-dmz() {
+  pkgdesc="Vanilla DMZ cursor theme"
+
+  cd 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 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