summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2018-07-02 17:58:27 +0300
committerGordonGR2018-07-02 17:58:27 +0300
commit2c776bfb917125957d42747423a3c178e708454b (patch)
tree3a07ac3ce98c283d19fd01df31d04ad2c28bc850
parentba741e75a997690e822dba08a1fe77e1aba14ce1 (diff)
downloadaur-2c776bfb917125957d42747423a3c178e708454b.tar.gz
0.4-1: Switch to a fork and upstream update
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD24
-rw-r--r--thedot.patch52
3 files changed, 40 insertions, 52 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2763f8e90268..3db73a6201af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Mar 15 14:12:22 UTC 2018
+# Mon Jul 2 14:57:38 UTC 2018
pkgbase = xcursor-thedot
- pkgdesc = A mouse theme with circles
- pkgver = 0.3
- pkgrel = 3
- url = https://www.gnome-look.org/p/999763/
+ pkgdesc = A mouse theme with circles (fork of the unmaintained original)
+ pkgver = 0.4
+ pkgrel = 1
+ url = https://www.gnome-look.org/p/1244392/
arch = any
license = GPL
- source = https://dl.opendesktop.org/api/files/downloadfile/id/1464310837/s/a5cb3e0a7b362ba8c2b3bf1b74a677c5/t/1521126837/u//174031-DOT_0.3.tar.gz
+ source = https://bitbucket.org/sergiy_ilchuk/thedot/get/0362c13478d3.zip
source = thedot.patch
- md5sums = 283b367cbc93c3cad05fa044b8499248
- md5sums = b482b06b978dd30b4fd2a8943cb3508a
+ md5sums = 7261bce54d3a96ff23346dfd6f16f33f
+ md5sums = b0b7d259448ac0ee8ce2d18c8d49eec9
pkgname = xcursor-thedot
diff --git a/PKGBUILD b/PKGBUILD
index 57d5e5e09fb3..ad3b50c0ae36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,32 +1,28 @@
# Maintainer: GordonGR <ntheo1979@gmail.com>
pkgname=xcursor-thedot
-pkgver=0.3
-pkgrel=3
-pkgdesc="A mouse theme with circles"
+pkgver=0.4
+pkgrel=1
+pkgdesc="A mouse theme with circles (fork of the unmaintained original)"
arch=('any')
-url="https://www.gnome-look.org/p/999763/"
+url="https://www.gnome-look.org/p/1244392/"
license=('GPL')
depends=()
-# Hash and Timestamp
-_p="var \(hash = '\(.*\)\|timetamp = '\(.*\)\)';"
-read _s _t <<< $(echo -n $(curl -s $url | sed -n "s/$_p/\2\3/p"))
-
-source=("https://dl.opendesktop.org/api/files/downloadfile/id/1464310837/s/$_s/t/$_t/u//174031-DOT_0.3.tar.gz"
+source=("https://bitbucket.org/sergiy_ilchuk/thedot/get/0362c13478d3.zip"
"thedot.patch")
-md5sums=('283b367cbc93c3cad05fa044b8499248'
- 'b482b06b978dd30b4fd2a8943cb3508a')
+md5sums=('7261bce54d3a96ff23346dfd6f16f33f'
+ 'b0b7d259448ac0ee8ce2d18c8d49eec9')
prepare() {
-cd ${srcdir}/DOT_${pkgver}
+cd ${srcdir}/sergiy_ilchuk-thedot-0362c13478d3/
patch -Np1 -i ../thedot.patch
}
package() {
-cd ${srcdir}/DOT_${pkgver}
+cd ${srcdir}/sergiy_ilchuk-thedot-0362c13478d3/
install -dm755 ${pkgdir}/usr/share/icons/
-cp -vR {dark,light} ${pkgdir}/usr/share/icons/
+cp -vR Dot-{Dark,Light} ${pkgdir}/usr/share/icons/
}
diff --git a/thedot.patch b/thedot.patch
index afcb28401c59..2344c389173c 100644
--- a/thedot.patch
+++ b/thedot.patch
@@ -1,38 +1,30 @@
-diff -aur DOT_0.3.original/dark/cursor.theme DOT_0.3.modified/dark/cursor.theme
---- DOT_0.3.original/dark/cursor.theme 2015-10-16 05:37:05.000000000 +0300
-+++ DOT_0.3.modified/dark/cursor.theme 2016-01-15 12:39:20.884053000 +0200
-@@ -1,3 +1,3 @@
+diff -ura sergiy_ilchuk-thedot-0362c13478d3.original/Dot-Dark/cursor.theme sergiy_ilchuk-thedot-0362c13478d3.modified/Dot-Dark/cursor.theme
+--- sergiy_ilchuk-thedot-0362c13478d3.original/Dot-Dark/cursor.theme 2018-06-30 15:17:18.000000000 +0300
++++ sergiy_ilchuk-thedot-0362c13478d3.modified/Dot-Dark/cursor.theme 2018-07-02 17:35:11.923503565 +0300
+@@ -1,2 +1,2 @@
[Icon Theme]
-Inherits=TheDOT 0.3 dark
-+Inherits=TheDOT-0.3-light
-
-diff -aur DOT_0.3.original/dark/index.theme DOT_0.3.modified/dark/index.theme
---- DOT_0.3.original/dark/index.theme 2015-10-16 05:37:22.000000000 +0300
-+++ DOT_0.3.modified/dark/index.theme 2016-01-15 12:38:56.004052000 +0200
-@@ -1,5 +1,5 @@
++Inherits=TheDOT-0.3-dark
+diff -ura sergiy_ilchuk-thedot-0362c13478d3.original/Dot-Dark/index.theme sergiy_ilchuk-thedot-0362c13478d3.modified/Dot-Dark/index.theme
+--- sergiy_ilchuk-thedot-0362c13478d3.original/Dot-Dark/index.theme 2018-06-30 15:17:18.000000000 +0300
++++ sergiy_ilchuk-thedot-0362c13478d3.modified/Dot-Dark/index.theme 2018-07-02 17:50:51.850192036 +0300
+@@ -1,3 +1,3 @@
[Icon Theme]
-Name=TheDOT 0.3 dark
-+Name=TheDOT-0.3-dark
- Example=arrow
--Inherits=TheDOT 0.3 dark
-+Inherits=TheDOT-0.3-light
-
-diff -aur DOT_0.3.original/light/cursor.theme DOT_0.3.modified/light/cursor.theme
---- DOT_0.3.original/light/cursor.theme 2015-10-16 05:36:44.000000000 +0300
-+++ DOT_0.3.modified/light/cursor.theme 2016-01-15 12:38:36.730718000 +0200
-@@ -1,3 +1,3 @@
++Name=TheDOT-dark
+ Comment=Good white modern-looking theme with a piece of nostalgia
+diff -ura sergiy_ilchuk-thedot-0362c13478d3.original/Dot-Light/cursor.theme sergiy_ilchuk-thedot-0362c13478d3.modified/Dot-Light/cursor.theme
+--- sergiy_ilchuk-thedot-0362c13478d3.original/Dot-Light/cursor.theme 2018-06-30 15:17:18.000000000 +0300
++++ sergiy_ilchuk-thedot-0362c13478d3.modified/Dot-Light/cursor.theme 2018-07-02 17:36:59.846839409 +0300
+@@ -1,2 +1,2 @@
[Icon Theme]
-Inherits=TheDOT 0.3 light
-+Inherits=TheDOT-0.3-dark
-
-diff -aur DOT_0.3.original/light/index.theme DOT_0.3.modified/light/index.theme
---- DOT_0.3.original/light/index.theme 2015-10-16 05:36:35.000000000 +0300
-+++ DOT_0.3.modified/light/index.theme 2016-01-15 12:38:26.980718000 +0200
-@@ -1,5 +1,5 @@
++Inherits=TheDOT-0.3-light
+diff -ura sergiy_ilchuk-thedot-0362c13478d3.original/Dot-Light/index.theme sergiy_ilchuk-thedot-0362c13478d3.modified/Dot-Light/index.theme
+--- sergiy_ilchuk-thedot-0362c13478d3.original/Dot-Light/index.theme 2018-06-30 15:17:18.000000000 +0300
++++ sergiy_ilchuk-thedot-0362c13478d3.modified/Dot-Light/index.theme 2018-07-02 17:51:02.210192277 +0300
+@@ -1,3 +1,3 @@
[Icon Theme]
-Name=TheDOT 0.3 light
-+Name=TheDOT-0.3-light
- Example=arrow
--Inherits=TheDOT 0.3 light
-+Inherits=TheDOT-0.3-dark
-
++Name=TheDOT-light
+ Comment=Good white modern-looking theme with a piece of nostalgia