Package Details: gtk-engine-equinox 1.50-2

Git Clone URL: https://aur.archlinux.org/gtk-engine-equinox.git (read-only, click to copy)
Package Base: gtk-engine-equinox
Description: A heavily modified version of the beautiful Aurora engine
Upstream URL: http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881
Licenses: GPL
Submitter: Frikilinux
Maintainer: None
Last Packager: bidulock
Votes: 339
Popularity: 0.000000
First Submitted: 2010-03-21 17:46 (UTC)
Last Updated: 2016-06-05 05:23 (UTC)

Latest Comments

1 2 Next › Last »

marcs commented on 2016-07-17 11:29 (UTC)

removing the https from the source solves the certificate problem: source=("121881-equinox-$pkgver.tar.gz::http://www.ppload.com/api/files/download?id=1463004028")

ondoho commented on 2016-06-04 21:58 (UTC)

# working PKGBUILD: pkgname=gtk-engine-equinox pkgver=1.50 pkgrel=2 pkgdesc="A heavily modified version of the beautiful Aurora engine" url="http://gnome-look.org/content/show.php/Equinox+GTK+Engine?content=121881" license=('GPL') arch=('i686' 'x86_64') depends=('gtk2') makedepends=('libtool') options=('!libtool') source=("https://www.ppload.com/api/files/download?id=1463004028") sha256sums=('0cf8b8cc841e0da7d4a08ab5a70d3bb330fd76bdcb03165a47aaddcd47e02227') build() { cd "$srcdir/equinox-$pkgver" # toolbar fix sed -i "s/=\( EQUINOX_IS_TOOLBAR\)/= widget \&\&\1/" \ src/equinox_style.c # glib2 fix sed -i "/gtimer/d" src/animation.c ./configure --prefix=/usr \ --enable-animation make } package() { cd "$srcdir/equinox-$pkgver" make DESTDIR="$pkgdir/" install }

<deleted-account> commented on 2014-01-19 10:40 (UTC)

billybob, pkg-config is in the base-devel group which is required to use the AUR ( https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started ).

billybob commented on 2014-01-19 03:34 (UTC)

This package requires pkg-config to check the version of gtk2. Although I installed gtk2, without pkg-config, there will still be error like: checking for pkg-config... no checking for GTK... configure: error: GTK+-2.10 is required to compile equinox This is somewhat bogus? We should raise error on pkg-config instead?

<deleted-account> commented on 2012-12-26 14:52 (UTC)

There seems to be a checksum problem: ==> Validating source files with sha256sums... 121881-equinox-1.50.tar.gz ... FAILED

<deleted-account> commented on 2011-07-10 03:18 (UTC)

would it support gtk3?

fauno commented on 2011-07-05 21:03 (UTC)

Added to Parabola's [elementary] repo :)

Frikilinux commented on 2011-04-12 02:34 (UTC)

@speps thanks, PKGBUILD updated

speps commented on 2011-04-11 02:14 (UTC)

@Frikilinux Hi, seems like the toolbar bar bug was not fixed in latest release yet. The old sed line does not work anymore. Here is a working PKGBUILD with the fixed sed line > http://sprunge.us/RdZR - I just did the same for the lib32 one - cheers

Frikilinux commented on 2010-10-02 01:42 (UTC)

@archspeps thanks for the fix. Workaround added.