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

Kyle Keen kkeen at archlinux.org
Thu May 31 00:25:09 UTC 2018


    Date: Thursday, May 31, 2018 @ 00:25:06
  Author: kkeen
Revision: 333590

archrelease: copy trunk to community-any

Added:
  xcursor-neutral/repos/community-any/PKGBUILD
    (from rev 333589, xcursor-neutral/trunk/PKGBUILD)
Deleted:
  xcursor-neutral/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 00:24:53 UTC (rev 333589)
+++ PKGBUILD	2018-05-31 00:25:06 UTC (rev 333590)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Roman Kyrylych <Roman.Kyrylych at gmail.com>
-# Contributor: Gernot Pansy
-
-pkgname=xcursor-neutral
-pkgver=1.13a
-pkgrel=7
-pkgdesc="A smoothed and shadowed X cursors theme"
-arch=(any)
-url="http://www.kde-look.org/content/show.php?content=28310"
-license=("PerlArtistic")
-source=(http://www.kde-look.org/CONTENT/content-files/28310-neutral-$pkgver.tar.gz)
-md5sums=('b2d8e14bcb4ab13d9001890b041803db')
-
-package() {
-  mkdir -p ${pkgdir}/usr/share/icons/Neutral
-  sed s/neutral/Neutral/ -i ${srcdir}/neutral/index.theme
-  cp -R ${srcdir}/neutral/{cursors,index.theme} ${pkgdir}/usr/share/icons/Neutral
-}

Copied: xcursor-neutral/repos/community-any/PKGBUILD (from rev 333589, xcursor-neutral/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 00:25:06 UTC (rev 333590)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: Gernot Pansy
+
+pkgname=xcursor-neutral
+pkgver=1.13a
+pkgrel=8
+pkgdesc="A smoothed and shadowed X cursors theme"
+arch=(any)
+url="https://store.kde.org/p/999947/"
+license=("PerlArtistic")
+source=("https://distribute.kde.org/khotnewstuff/mousethemes/downloads/28310-neutral-$pkgver.tar.gz")
+# https://pkgbuild.com/~kkeen/sources/28310-neutral-1.13a.tar.gz
+md5sums=('b2d8e14bcb4ab13d9001890b041803db')
+
+package() {
+  mkdir -p "$pkgdir/usr/share/icons/Neutral"
+  sed s/neutral/Neutral/ -i "$srcdir/neutral/index.theme"
+  cp -R "$srcdir"/neutral/{cursors,index.theme} "$pkgdir/usr/share/icons/Neutral"
+}



More information about the arch-commits mailing list