Package Details: gtk-engine-aurora 1.5.1-8

Git Clone URL: https://aur.archlinux.org/gtk-engine-aurora.git (read-only, click to copy)
Package Base: gtk-engine-aurora
Description: gtk-engine: latest member of the clearlooks family
Upstream URL: https://launchpad.net/ubuntu/+source/gtk2-engines-aurora/1.5.1-4
Licenses: GPL
Replaces: gtk-aurora-engine
Submitter: Barthalion
Maintainer: mpento
Last Packager: mpento
Votes: 6
Popularity: 0.000000
First Submitted: 2018-01-07 17:31 (UTC)
Last Updated: 2018-01-11 23:11 (UTC)

Latest Comments

ubone commented on 2022-05-30 02:24 (UTC) (edited on 2022-05-30 02:44 (UTC) by ubone)

There is a bug and a fix in aurora_draw.c

a progress bar with strange dimensions will cause an infinite loop

A fix at line 980

stroke_width = height * 2;
if (stroke_width <= 0)
    return;
x_step = (stroke_width / 10.0) * offset;

https://www.gnome-look.org/p/1080231

https://github.com/ScoreUnder/gtk-aurora-engine-fixed

micwoj92 commented on 2021-06-16 00:54 (UTC)

There is no need to use tar as this is done automatically by makepkg.

omgold commented on 2018-01-11 09:22 (UTC)

Maybe extract it from a SRPM file instead? Like from here:

https://fedora.pkgs.org/25/rpm-sphere/gtk-aurora-engine-1.5.1-21.2.x86_64.rpm.html

ryosei commented on 2018-01-11 05:51 (UTC)

It's downloading an html file. The link is randomly generated each time you visit the page so it will be hard to link directly. I downloaded the file from the browser and then build it with makepkg.

American_Jesus commented on 2018-01-10 21:57 (UTC) (edited on 2018-01-10 21:58 (UTC) by American_Jesus)

Here gives a different md5sum every time is downloaded

Steps to reproduce:

Download PKGBUILD 
makepkg -g 
rm -rf src/ 56438-aurora-1.5.1.tar.bz2 
repeat step 2 and 3

Also, the file URL from upstream changes every time you reload the page.

mpento commented on 2018-01-10 19:21 (UTC)

This should be fixed now. The source URL was incorrect, I wasn't able to reproduce the problem until I cleared my package cache. Lesson learned.

Please let me know if there are issues moving forward, and thank you for your feedback and patience.

mpento commented on 2018-01-10 17:04 (UTC)

Thanks for the feedback, and your patience, this is my first package maintenance rodeo. :)

I have checked both the upstream and sources packages via md5sum, and both return:

5eeea57c5938306ad7ccfc7cd71d009d

Which is what is currently in PKGBUILD. I've tested on two different machines with the same results.

I did quite a bit of research before taking ownership of the package, but, I do not claim to be an expert under any circumstances.

It is highly likely that I am doing something wrong here, I will continue plugging away at it, any suggestions would also be greatly appreciated.

pablo.doramas commented on 2018-01-10 09:18 (UTC)

acisternino is right, this is the new package:

9493e1513b217d74e1ddcfc68e999515 56438-aurora-1.5.1.tar.bz2

but PKGBUILD contains:

md5sums=('5eeea57c5938306ad7ccfc7cd71d009d')

<deleted-account> commented on 2018-01-10 07:29 (UTC)

Install fails because the MD5 hash of the file doesn't match.