[arch-commits] Commit in xcursor-neutral/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Thu May 31 00:24:53 UTC 2018
Date: Thursday, May 31, 2018 @ 00:24:53
Author: kkeen
Revision: 333589
upgpkg: xcursor-neutral 1.13a-8 BUILDINFO Rebuild
Modified:
xcursor-neutral/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-30 23:56:55 UTC (rev 333588)
+++ PKGBUILD 2018-05-31 00:24:53 UTC (rev 333589)
@@ -5,16 +5,17 @@
pkgname=xcursor-neutral
pkgver=1.13a
-pkgrel=7
+pkgrel=8
pkgdesc="A smoothed and shadowed X cursors theme"
arch=(any)
-url="http://www.kde-look.org/content/show.php?content=28310"
+url="https://store.kde.org/p/999947/"
license=("PerlArtistic")
-source=(https://dl.opendesktop.org/api/files/download/id/1460735305/28310-neutral-$pkgver.tar.gz)
+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
+ 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