Search Criteria
Package Details: xfwm-axiom-theme 1-7
Git Clone URL: | https://aur.archlinux.org/xfwm-axiom-theme.git (read-only, click to copy) |
---|---|
Package Base: | xfwm-axiom-theme |
Description: | Inspired by the metacity theme "fresh". Two xfwm themes are included, axiom for bright themes and axiomd for dark themes. |
Upstream URL: | https://www.xfce-look.org/content/show.php/axiom?content=90145 |
Licenses: | |
Submitter: | darnir |
Maintainer: | Joel |
Last Packager: | Joel |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-09 14:43 |
Last Updated: | 2020-05-24 14:10 |
Latest Comments
1 2 Next › Last »
Joel commented on 2020-05-24 14:18
Updated source download.
PotHix commented on 2020-05-23 21:51
This package fails consistently to install for a long time =/
darkcity commented on 2019-05-28 10:11
I can confirm version 1-5 fails validity check.
DescartesHorse commented on 2018-11-04 22:54
I think the parent site itself changes the download link after a time (i.e. generating onetime links) which is why we're ending up with different checksums. I tried wget'ing the source multiple times, and noticed the md5sum changing each time; checked it, and it was actually a HTML page (because the expired link was redirecting to main theme page).
Downloaded a copy direct/with a new one time link, and the md5sum matched the package.
PotHix commented on 2018-10-02 20:08
It seems the md5sum is wrong. I can't install this package. The md5 for the current URL is d41d8cd98f00b204e9800998ecf8427e
Joel commented on 2018-08-01 23:38
Source link updated
panthar commented on 2018-08-01 17:53
[Edit] I re-read the previous comments and understand the issue now. I installed it by manually tweaking the PKGBUILD. I have removed the out of date flag because of the opendesktop changing ID problem is not an out of date issue.
The source link has changed to:
https://dl.opendesktop.org/api/files/downloadfile/id/1461767736/s/58907309aeea6ce007df341b1cccca17/t/1533149142/u//90145-axiom.tar.gz
sobralense commented on 2018-02-22 17:26
@Myl0g yes, I can't access your link and mine may expire soon.
I'm using yaourt (yaourt -Syua --aur) to update my package, and it always sugests by default to edit the PKGBUILD. I just had to follow the download link, find the file download page and edit the source variable with the new link.
May be a related discussion: https://forum.opendesktop.org/t/is-there-a-command-line-client-or-api/525
If the author release at github, would be easier. Edit: A good soul could discover how to get the download link using the API(maybe the only way?), I don't have the right skills but will post if get something.
Anonymous comment on 2018-02-22 16:51
@sobralense Does this mean the only way is to download the source ourselves into the directory with the PKGBUILD and then run
makepkg
?sobralense commented on 2018-02-22 16:44
They changed the way to make downloads, each time you access the download link, they send an "id/uid" associated with the URL, as sugested, generated by the new api.
Normal Tab: https://dl.opendesktop.org/api/files/downloadfile/id/1461767736/s/14a0efbba217388556347c131f2189d0/t/1519320173/u//90145-axiom.tar.gz
With Anonymous Tab: https://dl.opendesktop.org/api/files/downloadfile/id/1461767736/s/c49192663726ff62d2fbb979eff616dd/t/1519320595/u//90145-axiom.tar.gz
There are some posts on their forum requesting a command line/api for use with automated scripts.