Package Details: xcursor-neutral++ 1.0.3-6

Git Clone URL: https://aur.archlinux.org/xcursor-neutral++.git (read-only, click to copy)
Package Base: xcursor-neutral++
Description: Icon set based on Neutral and jaguarx themes.
Upstream URL: https://github.com/ducakar/xcursor-neutralxx
Licenses: Artistic 2.0
Submitter: aphanic
Maintainer: replabrobin
Last Packager: replabrobin
Votes: 13
Popularity: 0.000000
First Submitted: 2010-12-19 20:21 (UTC)
Last Updated: 2021-01-18 08:56 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 6 .. 25 Next › Last »

replabrobin commented on 2021-01-18 08:57 (UTC)

Thanks, I have modernised as suggested. It seems to work for me.

jonathon commented on 2021-01-17 22:05 (UTC)

Nice.

Just a quick git diff to tidy the PKGBUILD a little (and include git as a makedepend):

diff --git a/.SRCINFO b/.SRCINFO
index 23dca15..f082a43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = xcursor-neutral++
        url = https://github.com/ducakar/xcursor-neutralxx
        arch = any
        license = Artistic 2.0
+       makedepends = git
        makedepends = xorg-xcursorgen
        source = git+https://github.com/ducakar/xcursor-neutralxx.git
        sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e4644f2..0385fe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,23 +9,16 @@ arch=('any')
 url="https://github.com/ducakar/xcursor-neutralxx"
 license=('Artistic 2.0')
 source=(git+$url.git)
-makedepends=('xorg-xcursorgen')
+makedepends=('git' 'xorg-xcursorgen')
 sha256sums=('SKIP')

 build() {
-       true
-       }
-
-prepare(){
-       cd $srcdir
-       [ ! -h Neutral++ ] && ln -s xcursor-neutralxx Neutral++
-       cd Neutral++/source
+       cd xcursor-neutralxx/source
        ./make.sh
-       }
+}

-package(){
-       cd $srcdir
-       mkdir -p $pkgdir/usr/share/icons
-       cp -r Neutral++/ $pkgdir/usr/share/icons
-       rm -rf $pkgdir/usr/share/icons/Neutral++/{source,.git}
-       }
+package() {
+       install -Dm644 -t "$pkgdir"/usr/share/icons/Neutral++ \
+               xcursor-neutralxx/{index.theme,LICENSE,README}
+       cp -r xcursor-neutralxx/cursors "$pkgdir"/usr/share/icons/Neutral++/
+}

replabrobin commented on 2020-12-11 17:02 (UTC)

Thanks jonathan I knew that, but the gnomelook site made it very hard. I contacted the original author and he has now added the source to his git repo.

jonathon commented on 2020-11-23 17:44 (UTC) (edited on 2020-11-23 17:44 (UTC) by jonathon)

Just FYI, you're not supposed to use the AUR for hosting source code archives or binaries (1.0.3-3). The cursor theme source is included in the archive (along with licensing information) so it might be an idea to host it on e.g. GitLab, then use that as the upstream source?

replabrobin commented on 2018-10-10 07:36 (UTC) (edited on 2018-10-10 07:37 (UTC) by replabrobin)

I think I have checked in a fixed version. The checksum hasn't changed, but it took me a couple of goes to get the new download location correct. Sorry for the outage and thanks for the reports & emails.

Thulu commented on 2018-10-09 15:48 (UTC)

Checksum validation failed.

replabrobin commented on 2016-08-18 14:37 (UTC)

cat sat on the keyboard, sorry for multiple coments :)