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

Kyle Keen kkeen at archlinux.org
Wed May 30 23:32:37 UTC 2018


    Date: Wednesday, May 30, 2018 @ 23:32:37
  Author: kkeen
Revision: 333575

upgpkg: xcursor-simpleandsoft 0.2-8 BUILDINFO Rebuild

Modified:
  xcursor-simpleandsoft/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 23:21:39 UTC (rev 333574)
+++ PKGBUILD	2018-05-30 23:32:37 UTC (rev 333575)
@@ -6,20 +6,22 @@
 
 pkgname=xcursor-simpleandsoft
 pkgver=0.2
-pkgrel=7
+pkgrel=8
 pkgdesc="A simple and soft X cursor theme"
 arch=('any')
-url="http://www.kde-look.org/content/show.php?content=28427"
+url="https://store.kde.org/p/999946/"
+#url="https://www.gnome-look.org/p/999946/"
 license=('GPL')
-source=(https://dl.opendesktop.org/api/files/download/id/1463061628/28427-simpleandsoft-${pkgver}.tar.gz
+# https://pkgbuild.com/~kkeen/sources/28427-simpleandsoft-0.2.tar.gz
+source=("https://distribute.kde.org/khotnewstuff/mousethemes/downloads/28427-simpleandsoft-$pkgver.tar.gz"
 	index.theme)
 md5sums=('387ccc524609918c17f1f777f88cfaf3'
          'cc733fa4d545b2f888e4734aaab7bd7d')
 
 package() {
-  mkdir -p "$pkgdir"/usr/share/icons/Simple-and-Soft
-  cp -R "$srcdir"/simpleandsoft/cursors \
-	"$pkgdir"/usr/share/icons/Simple-and-Soft/cursors
-  install -Dm644 "$srcdir"/index.theme \
-	"$pkgdir"/usr/share/icons/Simple-and-Soft/index.theme
+  mkdir -p "$pkgdir/usr/share/icons/Simple-and-Soft"
+  cp -R "$srcdir/simpleandsoft/cursors" \
+	"$pkgdir/usr/share/icons/Simple-and-Soft/cursors"
+  install -Dm644 "$srcdir/index.theme" \
+	"$pkgdir/usr/share/icons/Simple-and-Soft/index.theme"
 }



More information about the arch-commits mailing list