summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2018-07-02 19:45:41 +0300
committerGordonGR2018-07-02 19:45:41 +0300
commite6de6532c18597bc9c3e219254c110cd4513cb08 (patch)
tree5ac95dbefc3b87c2280afdbe4506257aa186b8c1
parent2c776bfb917125957d42747423a3c178e708454b (diff)
downloadaur-e6de6532c18597bc9c3e219254c110cd4513cb08.tar.gz
0.4-2: Added symbolic links to make sure Gnome Shell won't crash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD22
2 files changed, 21 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3db73a6201af..d9386d5379a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jul 2 14:57:38 UTC 2018
+# Mon Jul 2 16:44:56 UTC 2018
pkgbase = xcursor-thedot
pkgdesc = A mouse theme with circles (fork of the unmaintained original)
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnome-look.org/p/1244392/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ad3b50c0ae36..3d8a3d8fb096 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xcursor-thedot
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A mouse theme with circles (fork of the unmaintained original)"
arch=('any')
url="https://www.gnome-look.org/p/1244392/"
@@ -17,12 +17,28 @@ md5sums=('7261bce54d3a96ff23346dfd6f16f33f'
prepare() {
cd ${srcdir}/sergiy_ilchuk-thedot-0362c13478d3/
patch -Np1 -i ../thedot.patch
+
+# Add symbolic links so that Gnome Shell won't crash
+cd Dot-Light/cursors
+ln -s ./question_arrow ./dnd-ask
+ln -s ./plus ./dnd-copy
+ln -s ./link ./dnd-link
+ln -s ./move ./dnd-move
+ln -s ./circle ./dnd-none
+
+cd ../../Dot-Dark/cursors
+ln -s ./question_arrow ./dnd-ask
+ln -s ./plus ./dnd-copy
+ln -s ./link ./dnd-link
+ln -s ./move ./dnd-move
+ln -s ./circle ./dnd-none
+
}
package() {
cd ${srcdir}/sergiy_ilchuk-thedot-0362c13478d3/
+
+# Install
install -dm755 ${pkgdir}/usr/share/icons/
cp -vR Dot-{Dark,Light} ${pkgdir}/usr/share/icons/
}
-
-