summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValère Monseur2021-05-17 00:22:56 +0200
committerValère Monseur2021-05-17 00:22:56 +0200
commit25b326b3baf755d199b3d07c1abfdf2a960cdad5 (patch)
tree43786236da70634db82a55d22bddea1da226b44f
parentf8d819950e5002340ef2afe3cfc89d9c38f55666 (diff)
downloadaur-25b326b3baf755d199b3d07c1abfdf2a960cdad5.tar.gz
source included in AUR sources, as not directly downloadable
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD26
-rw-r--r--xcursor-neutral++-white-1.1.1.tar.xzbin0 -> 42982 bytes
4 files changed, 19 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ce1df562612..36f225b65e65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = xcursor-neutral++-white
- pkgdesc = Icon set based on Neutral and jaguarx themes (white version)
+ pkgdesc = Cursor theme based on neutral and jaguarx themes (white version)
pkgver = 1.1.1
- pkgrel = 2
- url = http://gnome-look.org/content/show.php/Neutral%2B%2B+White?content=108143
+ pkgrel = 3
+ url = https://www.gnome-look.org/p/999806
arch = any
license = Artistic2.0
- source = https://dl.opendesktop.org/api/files/downloadfile/id/1460734982/s/904ddc5bf06f7fd6ab7d1e02e46940f8/t/1513036428/108143-Neutral++_White-1.1.1.tar.xz
- md5sums = acf67334d7c6ea30e8a6008f07c4f94c
+ source = xcursor-neutral++-white-1.1.1.tar.xz
+ sha512sums = 0027dd2823c605c810904d86fd25d021cde14c24c4b1cb507dd5829ac0cd6763fa96296db76422a1b2667b7e2a4b4ca397bfc26823f5b2656753a507cb71f0a2
pkgname = xcursor-neutral++-white
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8048eb4e8025
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.zst
diff --git a/PKGBUILD b/PKGBUILD
index 57f62c86bc16..cf027ff2db57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,27 @@
-# Maintainer: valere dot monseur at ymail dot com
+# Maintainer: archlinux at vale dot re
pkgname=xcursor-neutral++-white
pkgver=1.1.1
-pkgrel=2
-pkgdesc="Icon set based on Neutral and jaguarx themes (white version)"
-arch=('any')
-url="http://gnome-look.org/content/show.php/Neutral%2B%2B+White?content=108143"
-license=('Artistic2.0')
-source=(https://dl.opendesktop.org/api/files/downloadfile/id/1460734982/s/904ddc5bf06f7fd6ab7d1e02e46940f8/t/1513036428/108143-Neutral++_White-1.1.1.tar.xz)
-md5sums=('acf67334d7c6ea30e8a6008f07c4f94c')
+pkgrel=3
+pkgdesc='Cursor theme based on neutral and jaguarx themes (white version)'
+arch=(any)
+url="https://www.gnome-look.org/p/999806"
+license=(Artistic2.0)
+source=("xcursor-neutral++-white-1.1.1.tar.xz")
+sha512sums=('0027dd2823c605c810904d86fd25d021cde14c24c4b1cb507dd5829ac0cd6763fa96296db76422a1b2667b7e2a4b4ca397bfc26823f5b2656753a507cb71f0a2')
package() {
cd "${srcdir}"
- # install theme
+ # install the theme
install -d "${pkgdir}"/usr/share/icons/Neutral++White
cp -R "${srcdir}"/Neutral++_White/cursors "${pkgdir}"/usr/share/icons/Neutral++White
- # install license
- install -D "${srcdir}"/Neutral++_White/LICENSE "${pkgdir}"/usr/share/licenses/Neutral++White/LICENSE
+ # install the license
+ install -D "${srcdir}"/Neutral++_White/LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
- # force permission and ownership
+ # set permissions and ownership
find "${pkgdir}"/ -type d -exec chmod 755 '{}' \;
find "${pkgdir}"/ -type f -exec chmod 644 '{}' \;
- chown -R root.root "${pkgdir}"/*
+ chown -R root:root "${pkgdir}"/*
}
diff --git a/xcursor-neutral++-white-1.1.1.tar.xz b/xcursor-neutral++-white-1.1.1.tar.xz
new file mode 100644
index 000000000000..853b2308b6b2
--- /dev/null
+++ b/xcursor-neutral++-white-1.1.1.tar.xz
Binary files differ