Search Criteria
Package Details: gtk-theme-numix-sx 20170424-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/gtk-theme-numix-sx.git (read-only, click to copy) |
---|---|
Package Base: | gtk-theme-numix-sx |
Description: | Gray variation of numix theme for Cinnamon/Gnome |
Upstream URL: | https://www.gnome-look.org/p/1117412/ |
Keywords: | gtk numix numix-sx theme |
Licenses: | GPL3 |
Conflicts: | gtk-theme-numix-sx-beta |
Submitter: | FillFeile |
Maintainer: | FillFeile |
Last Packager: | FillFeile |
Votes: | 17 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-25 09:54 (UTC) |
Last Updated: | 2020-04-18 11:18 (UTC) |
Latest Comments
1 2 Next › Last »
FillFeile commented on 2020-04-18 11:20 (UTC)
@redix, thanks for reporting the error!
I decided to switch to a personal read-only mirror on GitLab.com for the file download as gnome-look changes their download url way to frequently. In the meanwhile it seems that they do not provide any static download url at all.
I hope that you're know able to install the package. If not let me know.
redix commented on 2020-04-16 16:02 (UTC)
==> ERROR: Download error 'https://dl.opendesktop.org/api/files/downloadfile/id/1493077417/s//t//Numix-SX.tar.xz'
FillFeile commented on 2018-11-08 20:11 (UTC)
@sauyon - thanks for the report. I fixed the dynamic download URL generation. Should work again now.
sauyon commented on 2018-11-07 02:29 (UTC)
Seems like the URL is broken again
ReDemoNBR commented on 2017-12-16 16:02 (UTC) (edited on 2017-12-16 16:06 (UTC) by ReDemoNBR)
Got the same issue again, but seems like the issue is from source opendesktop.org because it is changing the timestamp (right after '/t') and the hash (right after '/s')...
I was able to fix it by doing this (for more reference, check the PKGBUILD of osx-arc-plus package here in AUR):
_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/1493077417/s/$_s/t/$_t/Numix-SX.tar.xz")
FillFeile commented on 2017-12-16 10:33 (UTC)
@ReDemoNBR
Thanks for the info! For an unknown reason the checksum of the file on gnome-look.org changed. I updated the PKGBUILD. It should work again now.
ReDemoNBR commented on 2017-12-14 17:36 (UTC) (edited on 2017-12-14 17:36 (UTC) by ReDemoNBR)
I got an issue when building it
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build gtk-theme-numix-sx.
FillFeile commented on 2017-07-17 11:30 (UTC)
KRTac commented on 2017-07-14 07:27 (UTC)
1 2 Next › Last »